diff options
author | 2004-10-08 23:09:44 +0000 | |
---|---|---|
committer | 2004-10-08 23:09:44 +0000 | |
commit | 783fe656c3c79f6097dc724146e194affc5bb06c (patch) | |
tree | 514d54efb910007f93a7eebbdfce2ff10a8aa086 /gnome-base | |
parent | Version bump. (Manifest recommit) (diff) | |
download | gentoo-2-783fe656c3c79f6097dc724146e194affc5bb06c.tar.gz gentoo-2-783fe656c3c79f6097dc724146e194affc5bb06c.tar.bz2 gentoo-2-783fe656c3c79f6097dc724146e194affc5bb06c.zip |
fix up meta some more & remove alpha from keywords
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/gnome/ChangeLog | 3 | ||||
-rw-r--r-- | gnome-base/gnome/gnome-2.8.0.ebuild | 46 |
2 files changed, 18 insertions, 31 deletions
diff --git a/gnome-base/gnome/ChangeLog b/gnome-base/gnome/ChangeLog index b9e65d97a3fb..d97c2431de91 100644 --- a/gnome-base/gnome/ChangeLog +++ b/gnome-base/gnome/ChangeLog @@ -1,11 +1,12 @@ # ChangeLog for gnome-base/gnome # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome/ChangeLog,v 1.126 2004/10/08 22:30:11 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome/ChangeLog,v 1.127 2004/10/08 23:09:44 foser Exp $ *gnome-2.8.0 (09 Oct 2004) 09 Oct 2004; foser <foser@gentoo.org> gnome-2.8.0.ebuild : Minor update to pre1 to move to ~arch (#64135) + Remove alpha from KEYWORDS for now 01 Oct 2004; Stephen P. Becker <geoman@gentoo.org> gnome-2.6.2-r1.ebuild: stable on mips diff --git a/gnome-base/gnome/gnome-2.8.0.ebuild b/gnome-base/gnome/gnome-2.8.0.ebuild index e598ac7a86e5..c529b8c7684c 100644 --- a/gnome-base/gnome/gnome-2.8.0.ebuild +++ b/gnome-base/gnome/gnome-2.8.0.ebuild @@ -1,8 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome/gnome-2.8.0.ebuild,v 1.1 2004/10/08 22:30:11 foser Exp $ - -# UPDATE TRACKER : GNOME TEAM ONLY +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome/gnome-2.8.0.ebuild,v 1.2 2004/10/08 23:09:44 foser Exp $ S=${WORKDIR} DESCRIPTION="Meta package for the GNOME desktop" @@ -13,18 +11,8 @@ 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 ~alpha ~hppa" - -# Note to developers: -# This is a wrapper for the complete Gnome2 desktop, -# This means all components that a user expects in Gnome2 are present -# please do not reduce this list further unless -# dependencies pull in what you remove. -# With "emerge gnome" a user expects the full "standard" distribution of Gnome and should be provided with that, consider only installing the parts needed for smaller installations. +KEYWORDS="~x86 ~ppc ~sparc ~amd64 ~mips ~hppa" - -# LV masked libbonobo-2.6.2 on amd64. -# excepting it here, hopefully that can be removed in the future. RDEPEND="!gnome-base/gnome-core >=dev-libs/glib-2.4.6 @@ -93,8 +81,6 @@ RDEPEND="!gnome-base/gnome-core >=gnome-base/libgnomeprint-2.8 >=gnome-base/libgnomeprintui-2.8 - >=gnome-extra/libgtkhtml-3.2.1 - >=gnome-extra/gnome-utils-2.8 >=gnome-extra/gnome-games-2.6 @@ -115,6 +101,20 @@ RDEPEND="!gnome-base/gnome-core cdr? ( >=gnome-extra/nautilus-cd-burner-2.8.2 ) dvdr? ( >=gnome-extra/nautilus-cd-burner-2.8.2 ) + hal? ( >=gnome-base/gnome-volume-manager-1.0.2-r1 ) + + >=gnome-extra/evolution-data-server-1 + >=mail-client/evolution-2 + >=gnome-extra/evolution-webcal-2 + >=gnome-extra/gal-2.2.1 + >=gnome-extra/libgtkhtml-3.2.1 + + >=net-misc/vino-2.8 + + >=app-admin/gnome-system-tools-1 + + >=net-analyzer/gnome-nettool-0.99.3 + accessibility? ( >=gnome-extra/libgail-gnome-1.1 >=gnome-base/gail-1.8 @@ -130,20 +130,6 @@ RDEPEND="!gnome-base/gnome-core # intltool # gtk-doc -RDEPEND="${RDEPEND} - hal? ( >=gnome-base/gnome-volume-manager-1.0.2-r1 ) - >=net-misc/vino-2.8 - - >=gnome-extra/gal-2.2.1 - - >=gnome-extra/evolution-data-server-1 - >=mail-client/evolution-2 - >=gnome-extra/evolution-webcal-2 - - >=app-admin/gnome-system-tools-1 - - >=net-analyzer/gnome-nettool-0.99.3" - pkg_postinst () { einfo "Note that to change windowmanager to metacity do: " |