diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-11-09 03:02:29 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-11-09 03:02:29 +0000 |
commit | 8980c7c22553cbdf881409cfb0f77fa486a6309e (patch) | |
tree | c70b309495c6b2135c574a2a388934bdc21e65cb /xfce-extra/xfce4-battery | |
parent | arm KEYWORDS (Manifest recommit) (diff) | |
download | gentoo-2-8980c7c22553cbdf881409cfb0f77fa486a6309e.tar.gz gentoo-2-8980c7c22553cbdf881409cfb0f77fa486a6309e.tar.bz2 gentoo-2-8980c7c22553cbdf881409cfb0f77fa486a6309e.zip |
arm KEYWORDS
Diffstat (limited to 'xfce-extra/xfce4-battery')
-rw-r--r-- | xfce-extra/xfce4-battery/xfce4-battery-0.1.2.ebuild | 10 | ||||
-rw-r--r-- | xfce-extra/xfce4-battery/xfce4-battery-0.2.0.ebuild | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/xfce-extra/xfce4-battery/xfce4-battery-0.1.2.ebuild b/xfce-extra/xfce4-battery/xfce4-battery-0.1.2.ebuild index d74a0846aac3..124c35037965 100644 --- a/xfce-extra/xfce4-battery/xfce4-battery-0.1.2.ebuild +++ b/xfce-extra/xfce4-battery/xfce4-battery-0.1.2.ebuild @@ -1,8 +1,7 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-battery/xfce4-battery-0.1.2.ebuild,v 1.8 2004/06/24 22:00:15 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-battery/xfce4-battery-0.1.2.ebuild,v 1.9 2004/11/09 03:00:42 vapier Exp $ -IUSE="" MY_P="${PN}-plugin-${PV}" S=${WORKDIR}/${MY_P} @@ -10,9 +9,10 @@ DESCRIPTION="Xfce4 panel battery monitor plugin" HOMEPAGE="http://www.xfce.org/" SRC_URI="http://download.berlios.de/xfce-goodies/${MY_P}.tar.gz" -SLOT="0" LICENSE="GPL-2" -KEYWORDS="ia64 x86 ppc ~alpha ~sparc amd64" +SLOT="0" +KEYWORDS="~alpha amd64 arm ia64 ppc ~sparc x86" +IUSE="" DEPEND=">=x11-libs/gtk+-2.0.6 dev-util/pkgconfig @@ -21,5 +21,5 @@ DEPEND=">=x11-libs/gtk+-2.0.6 src_install() { make DESTDIR=${D} install || die - dodoc AUTHORS INSTALL COPYING README + dodoc AUTHORS INSTALL README } diff --git a/xfce-extra/xfce4-battery/xfce4-battery-0.2.0.ebuild b/xfce-extra/xfce4-battery/xfce4-battery-0.2.0.ebuild index 8286cc104965..3a5e78f26ebb 100644 --- a/xfce-extra/xfce4-battery/xfce4-battery-0.2.0.ebuild +++ b/xfce-extra/xfce4-battery/xfce4-battery-0.2.0.ebuild @@ -1,8 +1,7 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-battery/xfce4-battery-0.2.0.ebuild,v 1.10 2004/09/19 04:08:56 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-battery/xfce4-battery-0.2.0.ebuild,v 1.11 2004/11/09 03:00:42 vapier Exp $ -IUSE="" MY_P="${PN}-plugin-${PV}" S=${WORKDIR}/${MY_P} @@ -10,9 +9,10 @@ DESCRIPTION="Xfce4 panel battery monitor plugin" HOMEPAGE="http://www.xfce.org/" SRC_URI="http://download.berlios.de/xfce-goodies/${MY_P}.tar.gz" -SLOT="0" LICENSE="GPL-2" -KEYWORDS="ia64 x86 ppc alpha sparc amd64 hppa ~mips ppc64" +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86" +IUSE="" RDEPEND=">=x11-libs/gtk+-2.0.6 dev-libs/libxml2 @@ -22,5 +22,5 @@ DEPEND="${RDEPEND} src_install() { make DESTDIR=${D} install || die - dodoc AUTHORS INSTALL COPYING README + dodoc AUTHORS INSTALL README } |