diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-01-22 06:45:18 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-01-22 06:45:18 +0000 |
commit | c531d1a33ed6d852272a69a723a8b8b946f69f4f (patch) | |
tree | 32eb02527fc03dbae18de7595baef3fa2eb213c2 /gnome-base/gnome-applets | |
parent | ia64 stable (diff) | |
download | historical-c531d1a33ed6d852272a69a723a8b8b946f69f4f.tar.gz historical-c531d1a33ed6d852272a69a723a8b8b946f69f4f.tar.bz2 historical-c531d1a33ed6d852272a69a723a8b8b946f69f4f.zip |
ia64 stable
Package-Manager: portage-2.0.51-r14
Diffstat (limited to 'gnome-base/gnome-applets')
-rw-r--r-- | gnome-base/gnome-applets/gnome-applets-2.8.1.1.ebuild | 10 | ||||
-rw-r--r-- | gnome-base/gnome-applets/gnome-applets-2.8.2.ebuild | 8 |
2 files changed, 9 insertions, 9 deletions
diff --git a/gnome-base/gnome-applets/gnome-applets-2.8.1.1.ebuild b/gnome-base/gnome-applets/gnome-applets-2.8.1.1.ebuild index 82204e394eee..11d738295d28 100644 --- a/gnome-base/gnome-applets/gnome-applets-2.8.1.1.ebuild +++ b/gnome-base/gnome-applets/gnome-applets-2.8.1.1.ebuild @@ -1,16 +1,16 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-applets/gnome-applets-2.8.1.1.ebuild,v 1.6 2005/01/08 23:21:09 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-applets/gnome-applets-2.8.1.1.ebuild,v 1.7 2005/01/22 06:45:18 vapier Exp $ inherit gnome2 eutils DESCRIPTION="Applets for the Gnome2 Desktop and Panel" HOMEPAGE="http://www.gnome.org/" -IUSE="doc apm acpi ipv6 gstreamer" -SLOT="2" LICENSE="GPL-2 FDL-1.1" -KEYWORDS="x86 ppc alpha sparc hppa amd64 ~ia64 ~mips ~ppc64" +SLOT="2" +KEYWORDS="x86 ppc alpha sparc hppa amd64 ia64 ~mips ~ppc64" +IUSE="doc apm acpi ipv6 gstreamer" RDEPEND=">=x11-libs/gtk+-2.1 >=gnome-base/gail-1.3 @@ -44,7 +44,7 @@ src_unpack() { } -src_install () { +src_install() { gnome2_src_install diff --git a/gnome-base/gnome-applets/gnome-applets-2.8.2.ebuild b/gnome-base/gnome-applets/gnome-applets-2.8.2.ebuild index c2ae766d8464..6ce442c5b43e 100644 --- a/gnome-base/gnome-applets/gnome-applets-2.8.2.ebuild +++ b/gnome-base/gnome-applets/gnome-applets-2.8.2.ebuild @@ -1,16 +1,16 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-applets/gnome-applets-2.8.2.ebuild,v 1.2 2005/01/08 23:21:09 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-applets/gnome-applets-2.8.2.ebuild,v 1.3 2005/01/22 06:45:18 vapier Exp $ inherit gnome2 eutils DESCRIPTION="Applets for the Gnome2 Desktop and Panel" HOMEPAGE="http://www.gnome.org/" -IUSE="doc apm acpi ipv6 gstreamer" -SLOT="2" LICENSE="GPL-2 FDL-1.1" +SLOT="2" KEYWORDS="~x86 ~ppc ~alpha ~sparc ~hppa ~amd64 ~ia64 ~mips ~ppc64" +IUSE="doc apm acpi ipv6 gstreamer" RDEPEND=">=x11-libs/gtk+-2.1 >=gnome-base/libgnome-2 @@ -44,7 +44,7 @@ src_unpack() { } -src_install () { +src_install() { gnome2_src_install |