diff options
author | D.M.D. Ljungmark <spider@gentoo.org> | 2004-03-15 01:33:45 +0000 |
---|---|---|
committer | D.M.D. Ljungmark <spider@gentoo.org> | 2004-03-15 01:33:45 +0000 |
commit | 193a484d32f15c35ebb7e035428166f702e12498 (patch) | |
tree | f51a06ddaddeaa62ba4d471bf118b6749c761d24 /gnome-base | |
parent | Fixed readonly variable assignment to PN and P. See bug #44712 (Manifest reco... (diff) | |
download | gentoo-2-193a484d32f15c35ebb7e035428166f702e12498.tar.gz gentoo-2-193a484d32f15c35ebb7e035428166f702e12498.tar.bz2 gentoo-2-193a484d32f15c35ebb7e035428166f702e12498.zip |
fixing bug #44712 , assignment to P and PN
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/gconf/ChangeLog | 5 | ||||
-rw-r--r-- | gnome-base/gconf/gconf-2.2.0.ebuild | 17 | ||||
-rw-r--r-- | gnome-base/gconf/gconf-2.2.1.ebuild | 19 |
3 files changed, 26 insertions, 15 deletions
diff --git a/gnome-base/gconf/ChangeLog b/gnome-base/gconf/ChangeLog index 4c49e31c518d..e474901c3824 100644 --- a/gnome-base/gconf/ChangeLog +++ b/gnome-base/gconf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for gnome-base/gconf # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/ChangeLog,v 1.60 2004/03/09 05:01:49 geoman Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/ChangeLog,v 1.61 2004/03/15 01:33:45 spider Exp $ + + 15 Mar 2004; <spider@gentoo.org> gconf-2.2.0.ebuild, gconf-2.2.1.ebuild: + fixing bug #44712 , assignment to P and PN 09 Mar 2004; Stephen P. Becker <geoman@gentoo.org> gconf-2.4.0.1.ebuild: Added ~mips keyword. diff --git a/gnome-base/gconf/gconf-2.2.0.ebuild b/gnome-base/gconf/gconf-2.2.0.ebuild index 948ef40ac440..142f5b34b096 100644 --- a/gnome-base/gconf/gconf-2.2.0.ebuild +++ b/gnome-base/gconf/gconf-2.2.0.ebuild @@ -1,20 +1,21 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/gconf-2.2.0.ebuild,v 1.14 2003/09/06 23:51:37 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/gconf-2.2.0.ebuild,v 1.15 2004/03/15 01:33:45 spider Exp $ -IUSE="doc" - -PN=GConf -P=${PN}-${PV} inherit gnome2 -S=${WORKDIR}/${P} +MY_PN=GConf +MY_P=${MY_PN}-${PV} +PVP=($(echo " $PV " | sed 's:[-\._]: :g')) +S=${WORKDIR}/${MY_P} DESCRIPTION="Gnome Configuration System and Daemon" HOMEPAGE="http://www.gnome.org/" -LICENSE="LGPL-2" +SRC_URI="mirror://gnome/sources/${MY_PN}/${PVP[0]}.${PVP[1]}/${MY_P}.tar.bz2" +IUSE="doc" +LICENSE="LGPL-2" SLOT="2" KEYWORDS="x86 ppc alpha sparc hppa amd64" diff --git a/gnome-base/gconf/gconf-2.2.1.ebuild b/gnome-base/gconf/gconf-2.2.1.ebuild index 858f914b2252..562239eec737 100644 --- a/gnome-base/gconf/gconf-2.2.1.ebuild +++ b/gnome-base/gconf/gconf-2.2.1.ebuild @@ -1,18 +1,25 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/gconf-2.2.1.ebuild,v 1.8 2003/11/13 03:42:10 leonardop Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/gconf-2.2.1.ebuild,v 1.9 2004/03/15 01:33:45 spider Exp $ -IUSE="doc" -PN=GConf -P=${PN}-${PV} inherit gnome2 +MY_PN=GConf +MY_P=${MY_PN}-${PV} +PVP=($(echo " $PV " | sed 's:[-\._]: :g')) +S=${WORKDIR}/${MY_P} + + + DESCRIPTION="Gnome Configuration System and Daemon" HOMEPAGE="http://www.gnome.org/" -LICENSE="LGPL-2" +SRC_URI="mirror://gnome/sources/${MY_PN}/${PVP[0]}.${PVP[1]}/${MY_P}.tar.bz2" + +IUSE="doc" +LICENSE="LGPL-2" SLOT="2" KEYWORDS="x86 ppc ~alpha ~sparc ~hppa ~amd64" |