diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-02-14 19:09:21 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-02-14 19:09:21 +0000 |
commit | 4bfc1895888f53d174898d8b9ee7d903129750ed (patch) | |
tree | c600b6761b3125c8419508620a83dcc0b7e4f538 /xfce-base/libxfce4util | |
parent | alpha/ia64/sparc stable wrt #349053 (diff) | |
download | gentoo-2-4bfc1895888f53d174898d8b9ee7d903129750ed.tar.gz gentoo-2-4bfc1895888f53d174898d8b9ee7d903129750ed.tar.bz2 gentoo-2-4bfc1895888f53d174898d8b9ee7d903129750ed.zip |
alpha/ia64/sh/sparc stable wrt #349053
(Portage version: 2.1.9.39/cvs/Linux x86_64)
Diffstat (limited to 'xfce-base/libxfce4util')
-rw-r--r-- | xfce-base/libxfce4util/ChangeLog | 6 | ||||
-rw-r--r-- | xfce-base/libxfce4util/libxfce4util-4.6.2.ebuild | 28 | ||||
-rw-r--r-- | xfce-base/libxfce4util/libxfce4util-4.8.1.ebuild | 4 |
3 files changed, 7 insertions, 31 deletions
diff --git a/xfce-base/libxfce4util/ChangeLog b/xfce-base/libxfce4util/ChangeLog index 8f54f77fa63b..47b7b735703b 100644 --- a/xfce-base/libxfce4util/ChangeLog +++ b/xfce-base/libxfce4util/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for xfce-base/libxfce4util # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.158 2011/02/05 18:11:18 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.159 2011/02/14 19:09:21 ssuominen Exp $ + + 14 Feb 2011; Samuli Suominen <ssuominen@gentoo.org> + libxfce4util-4.8.1.ebuild: + alpha/ia64/sh/sparc stable wrt #349053 05 Feb 2011; Markus Meier <maekke@gentoo.org> libxfce4util-4.8.1.ebuild: arm stable, bug #349053 diff --git a/xfce-base/libxfce4util/libxfce4util-4.6.2.ebuild b/xfce-base/libxfce4util/libxfce4util-4.6.2.ebuild deleted file mode 100644 index d0a698fc2bb2..000000000000 --- a/xfce-base/libxfce4util/libxfce4util-4.6.2.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# 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.13 2010/09/06 17:55:03 ssuominen Exp $ - -EAPI=3 -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 - dev-util/intltool" - -pkg_setup() { - XFCONF="--disable-dependency-tracking - --disable-static - $(use_enable debug)" - DOCS="AUTHORS ChangeLog NEWS README THANKS TODO" -} diff --git a/xfce-base/libxfce4util/libxfce4util-4.8.1.ebuild b/xfce-base/libxfce4util/libxfce4util-4.8.1.ebuild index 29f7d255eb48..7a027c68656f 100644 --- a/xfce-base/libxfce4util/libxfce4util-4.8.1.ebuild +++ b/xfce-base/libxfce4util/libxfce4util-4.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.8.1.ebuild,v 1.4 2011/02/05 18:11:18 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.8.1.ebuild,v 1.5 2011/02/14 19:09:21 ssuominen Exp $ EAPI=3 inherit xfconf @@ -11,7 +11,7 @@ SRC_URI="mirror://xfce/src/xfce/${PN}/4.8/${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" +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" |