diff options
author | Christoph Mende <angelos@gentoo.org> | 2010-05-22 16:33:34 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2010-05-22 16:33:34 +0000 |
commit | 5c445c16702941600f25e2030b4e3c83b178d84d (patch) | |
tree | 1e991abd78c9bb2f608c75665180c20e3dc5f2d6 /xfce-base | |
parent | Add ~arm (diff) | |
download | gentoo-2-5c445c16702941600f25e2030b4e3c83b178d84d.tar.gz gentoo-2-5c445c16702941600f25e2030b4e3c83b178d84d.tar.bz2 gentoo-2-5c445c16702941600f25e2030b4e3c83b178d84d.zip |
Version bump
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'xfce-base')
-rw-r--r-- | xfce-base/libxfce4util/ChangeLog | 8 | ||||
-rw-r--r-- | xfce-base/libxfce4util/libxfce4util-4.6.2.ebuild | 27 |
2 files changed, 34 insertions, 1 deletions
diff --git a/xfce-base/libxfce4util/ChangeLog b/xfce-base/libxfce4util/ChangeLog index 11bda0c4e07b..02a9c7b18c47 100644 --- a/xfce-base/libxfce4util/ChangeLog +++ b/xfce-base/libxfce4util/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for xfce-base/libxfce4util # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.136 2010/03/31 12:11:09 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.137 2010/05/22 16:33:34 angelos Exp $ + +*libxfce4util-4.6.2 (22 May 2010) + + 22 May 2010; Christoph Mende <angelos@gentoo.org> + +libxfce4util-4.6.2.ebuild: + Version bump 31 Mar 2010; Samuli Suominen <ssuominen@gentoo.org> libxfce4util-4.7.1.ebuild: diff --git a/xfce-base/libxfce4util/libxfce4util-4.6.2.ebuild b/xfce-base/libxfce4util/libxfce4util-4.6.2.ebuild new file mode 100644 index 000000000000..8b6099da89c9 --- /dev/null +++ b/xfce-base/libxfce4util/libxfce4util-4.6.2.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.6.2.ebuild,v 1.1 2010/05/22 16:33:34 angelos Exp $ + +EAPI=2 +inherit xfconf + +DESCRIPTION="Basic utility library for Xfce4" +HOMEPAGE="http://www.xfce.org/projects/libraries" +SRC_URI="mirror://xfce/src/xfce/${PN}/4.6/${P}.tar.bz2" + +LICENSE="LGPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris" +IUSE="debug" + +RDEPEND=">=dev-libs/glib-2.12:2" +DEPEND="${RDEPEND} + dev-util/pkgconfig + sys-devel/gettext" + +pkg_setup() { + XFCONF="--disable-dependency-tracking + --disable-static + $(use_enable debug)" + DOCS="AUTHORS ChangeLog NEWS README THANKS TODO" +} |