diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-01-22 07:21:05 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-01-22 07:21:05 +0000 |
commit | 9612c1b2aaf9c8ca86933ec84abba6479d9f7b0b (patch) | |
tree | 364bc98d6038f4b65a8c4dd116781b9249f8e764 /gnome-base/gnome | |
parent | arm/ia64 stable (diff) | |
download | gentoo-2-9612c1b2aaf9c8ca86933ec84abba6479d9f7b0b.tar.gz gentoo-2-9612c1b2aaf9c8ca86933ec84abba6479d9f7b0b.tar.bz2 gentoo-2-9612c1b2aaf9c8ca86933ec84abba6479d9f7b0b.zip |
ia64 stable
(Portage version: 2.0.51-r14)
Diffstat (limited to 'gnome-base/gnome')
-rw-r--r-- | gnome-base/gnome/gnome-2.8.1-r1.ebuild | 13 | ||||
-rw-r--r-- | gnome-base/gnome/gnome-2.8.2.ebuild | 11 |
2 files changed, 13 insertions, 11 deletions
diff --git a/gnome-base/gnome/gnome-2.8.1-r1.ebuild b/gnome-base/gnome/gnome-2.8.1-r1.ebuild index 8773a93ec316..34ca3ef9da1c 100644 --- a/gnome-base/gnome/gnome-2.8.1-r1.ebuild +++ b/gnome-base/gnome/gnome-2.8.1-r1.ebuild @@ -1,17 +1,18 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome/gnome-2.8.1-r1.ebuild,v 1.7 2005/01/08 23:58:23 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome/gnome-2.8.1-r1.ebuild,v 1.8 2005/01/22 07:21:05 vapier Exp $ -S=${WORKDIR} DESCRIPTION="Meta package for the GNOME desktop" HOMEPAGE="http://www.gnome.org/" + LICENSE="as-is" SLOT="2.0" - -IUSE="accessibility cdr dvdr hal" # when unmasking for an arch # double check none of the deps are still masked ! -KEYWORDS="x86 ppc sparc amd64 ~mips hppa ~ia64 alpha" +KEYWORDS="x86 ppc sparc amd64 ~mips hppa ia64 alpha" +IUSE="accessibility cdr dvdr hal" + +S=${WORKDIR} RDEPEND="!gnome-base/gnome-core @@ -130,7 +131,7 @@ RDEPEND="!gnome-base/gnome-core # intltool # gtk-doc -pkg_postinst () { +pkg_postinst() { einfo "Note that to change windowmanager to metacity do: " einfo " export WINDOW_MANAGER=\"/usr/bin/metacity\"" diff --git a/gnome-base/gnome/gnome-2.8.2.ebuild b/gnome-base/gnome/gnome-2.8.2.ebuild index 4874dc54d0a0..cd405614e4a3 100644 --- a/gnome-base/gnome/gnome-2.8.2.ebuild +++ b/gnome-base/gnome/gnome-2.8.2.ebuild @@ -1,17 +1,18 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome/gnome-2.8.2.ebuild,v 1.2 2005/01/20 16:49:40 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome/gnome-2.8.2.ebuild,v 1.3 2005/01/22 07:21:05 vapier Exp $ -S=${WORKDIR} DESCRIPTION="Meta package for the GNOME desktop" HOMEPAGE="http://www.gnome.org/" + LICENSE="as-is" SLOT="2.0" - -IUSE="accessibility cdr dvdr hal" # when unmasking for an arch # double check none of the deps are still masked ! KEYWORDS="~x86 ~ppc ~sparc ~amd64 ~mips ~hppa ~ia64 ~alpha" +IUSE="accessibility cdr dvdr hal" + +S=${WORKDIR} RDEPEND="!gnome-base/gnome-core @@ -130,7 +131,7 @@ RDEPEND="!gnome-base/gnome-core # intltool # gtk-doc -pkg_postinst () { +pkg_postinst() { einfo "Note that to change windowmanager to metacity do: " einfo " export WINDOW_MANAGER=\"/usr/bin/metacity\"" |