diff options
author | Samuli Suominen <drac@gentoo.org> | 2008-04-20 15:38:01 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2008-04-20 15:38:01 +0000 |
commit | 809e813548f3fa36ac1a793b45e754aa19978c83 (patch) | |
tree | efb64765f856109367245f9afaeaa0a201b5ac3f /dev-perl/gnome2-gconf | |
parent | Keywording for ~amd64 (diff) | |
download | gentoo-2-809e813548f3fa36ac1a793b45e754aa19978c83.tar.gz gentoo-2-809e813548f3fa36ac1a793b45e754aa19978c83.tar.bz2 gentoo-2-809e813548f3fa36ac1a793b45e754aa19978c83.zip |
Move pkgconfig from RDEPEND to DEPEND.
(Portage version: 2.1.5_rc4)
Diffstat (limited to 'dev-perl/gnome2-gconf')
-rw-r--r-- | dev-perl/gnome2-gconf/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/gnome2-gconf/gnome2-gconf-1.000.ebuild | 25 | ||||
-rw-r--r-- | dev-perl/gnome2-gconf/gnome2-gconf-1.031.ebuild | 25 | ||||
-rw-r--r-- | dev-perl/gnome2-gconf/gnome2-gconf-1.032.ebuild | 25 | ||||
-rw-r--r-- | dev-perl/gnome2-gconf/gnome2-gconf-1.040.ebuild | 25 | ||||
-rw-r--r-- | dev-perl/gnome2-gconf/gnome2-gconf-1.043.ebuild | 15 |
6 files changed, 16 insertions, 108 deletions
diff --git a/dev-perl/gnome2-gconf/ChangeLog b/dev-perl/gnome2-gconf/ChangeLog index 95ffbc49c015..e31b1d2d06bb 100644 --- a/dev-perl/gnome2-gconf/ChangeLog +++ b/dev-perl/gnome2-gconf/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/gnome2-gconf -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/gnome2-gconf/ChangeLog,v 1.25 2007/03/30 15:12:42 mcummings Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/gnome2-gconf/ChangeLog,v 1.26 2008/04/20 15:38:01 drac Exp $ + + 20 Apr 2008; Samuli Suominen <drac@gentoo.org> -gnome2-gconf-1.000.ebuild, + -gnome2-gconf-1.031.ebuild, -gnome2-gconf-1.032.ebuild, + -gnome2-gconf-1.040.ebuild, gnome2-gconf-1.043.ebuild: + Move pkgconfig from RDEPEND to DEPEND. 30 Mar 2007; Michael Cummings <mcummings@gentoo.org> gnome2-gconf-1.000.ebuild, gnome2-gconf-1.031.ebuild, diff --git a/dev-perl/gnome2-gconf/gnome2-gconf-1.000.ebuild b/dev-perl/gnome2-gconf/gnome2-gconf-1.000.ebuild deleted file mode 100644 index 5c20914cb51b..000000000000 --- a/dev-perl/gnome2-gconf/gnome2-gconf-1.000.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/gnome2-gconf/gnome2-gconf-1.000.ebuild,v 1.12 2007/07/10 23:33:30 mr_bones_ Exp $ - -inherit perl-module - -MY_P=Gnome2-GConf-${PV} -S=${WORKDIR}/${MY_P} - -DESCRIPTION="Perl wrappers for the GConf configuration engine." -SRC_URI="mirror://cpan/authors/id/R/RM/RMCFARLA/Gtk2-Perl/${MY_P}.tar.gz" -HOMEPAGE="http://search.cpan.org/~rmcfarla/" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="alpha ~amd64 ~hppa ia64 ~ppc sparc x86" -IUSE="" - -DEPEND=">=x11-libs/gtk+-2 - >=gnome-base/gconf-1.2 - >=dev-perl/glib-perl-1.040 - >=dev-perl/gtk2-perl-1.040 - >=dev-perl/extutils-pkgconfig-1.03 - >=dev-perl/extutils-depends-0.202 - dev-util/pkgconfig - dev-lang/perl" diff --git a/dev-perl/gnome2-gconf/gnome2-gconf-1.031.ebuild b/dev-perl/gnome2-gconf/gnome2-gconf-1.031.ebuild deleted file mode 100644 index 2db7157cc692..000000000000 --- a/dev-perl/gnome2-gconf/gnome2-gconf-1.031.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/gnome2-gconf/gnome2-gconf-1.031.ebuild,v 1.8 2007/07/10 23:33:30 mr_bones_ Exp $ - -inherit perl-module - -MY_P=Gnome2-GConf-${PV} -S=${WORKDIR}/${MY_P} - -DESCRIPTION="Perl wrappers for the GConf configuration engine." -SRC_URI="mirror://cpan/authors/id/E/EB/EBASSI/${MY_P}.tar.gz" -HOMEPAGE="http://search.cpan.org/~rmcfarla/" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc sparc ~x86" -IUSE="" - -DEPEND=">=x11-libs/gtk+-2 - >=gnome-base/gconf-2 - >=dev-perl/glib-perl-1.120 - >=dev-perl/gtk2-perl-1.120 - >=dev-perl/extutils-pkgconfig-1.03 - >=dev-perl/extutils-depends-0.202 - dev-util/pkgconfig - dev-lang/perl" diff --git a/dev-perl/gnome2-gconf/gnome2-gconf-1.032.ebuild b/dev-perl/gnome2-gconf/gnome2-gconf-1.032.ebuild deleted file mode 100644 index 243deeb9e3b4..000000000000 --- a/dev-perl/gnome2-gconf/gnome2-gconf-1.032.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/gnome2-gconf/gnome2-gconf-1.032.ebuild,v 1.7 2007/07/10 23:33:30 mr_bones_ Exp $ - -inherit perl-module - -MY_P=Gnome2-GConf-${PV} -S=${WORKDIR}/${MY_P} - -DESCRIPTION="Perl wrappers for the GConf configuration engine." -SRC_URI="mirror://cpan/authors/id/E/EB/EBASSI/${MY_P}.tar.gz" -HOMEPAGE="http://search.cpan.org/~rmcfarla/" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~alpha amd64 ~hppa ia64 ~ppc sparc ~x86" -IUSE="" - -DEPEND=">=x11-libs/gtk+-2 - >=gnome-base/gconf-2 - >=dev-perl/glib-perl-1.120 - >=dev-perl/gtk2-perl-1.120 - >=dev-perl/extutils-pkgconfig-1.03 - >=dev-perl/extutils-depends-0.202 - dev-util/pkgconfig - dev-lang/perl" diff --git a/dev-perl/gnome2-gconf/gnome2-gconf-1.040.ebuild b/dev-perl/gnome2-gconf/gnome2-gconf-1.040.ebuild deleted file mode 100644 index b796bbd10d40..000000000000 --- a/dev-perl/gnome2-gconf/gnome2-gconf-1.040.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/gnome2-gconf/gnome2-gconf-1.040.ebuild,v 1.4 2007/07/10 23:33:30 mr_bones_ Exp $ - -inherit perl-module - -MY_P=Gnome2-GConf-${PV} -S=${WORKDIR}/${MY_P} - -DESCRIPTION="Perl wrappers for the GConf configuration engine." -SRC_URI="mirror://cpan/authors/id/E/EB/EBASSI/${MY_P}.tar.gz" -HOMEPAGE="http://search.cpan.org/~rmcfarla" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86" -IUSE="" - -DEPEND=">=x11-libs/gtk+-2 - >=gnome-base/gconf-2 - >=dev-perl/glib-perl-1.120 - >=dev-perl/gtk2-perl-1.120 - >=dev-perl/extutils-pkgconfig-1.03 - >=dev-perl/extutils-depends-0.202 - dev-util/pkgconfig - dev-lang/perl" diff --git a/dev-perl/gnome2-gconf/gnome2-gconf-1.043.ebuild b/dev-perl/gnome2-gconf/gnome2-gconf-1.043.ebuild index 657604e01357..66c312f353e0 100644 --- a/dev-perl/gnome2-gconf/gnome2-gconf-1.043.ebuild +++ b/dev-perl/gnome2-gconf/gnome2-gconf-1.043.ebuild @@ -1,25 +1,28 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/gnome2-gconf/gnome2-gconf-1.043.ebuild,v 1.7 2007/07/10 23:33:30 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/gnome2-gconf/gnome2-gconf-1.043.ebuild,v 1.8 2008/04/20 15:38:01 drac Exp $ inherit perl-module MY_P=Gnome2-GConf-${PV} -S=${WORKDIR}/${MY_P} DESCRIPTION="Perl wrappers for the GConf configuration engine." SRC_URI="mirror://cpan/authors/id/E/EB/EBASSI/${MY_P}.tar.gz" HOMEPAGE="http://search.cpan.org/~rmcfarla/" -SLOT="0" + LICENSE="GPL-2" +SLOT="0" KEYWORDS="alpha amd64 ~hppa ia64 ~ppc sparc x86" IUSE="" -DEPEND=">=x11-libs/gtk+-2 +S=${WORKDIR}/${MY_P} + +RDEPEND=">=x11-libs/gtk+-2 >=gnome-base/gconf-2 >=dev-perl/glib-perl-1.120 >=dev-perl/gtk2-perl-1.120 >=dev-perl/extutils-pkgconfig-1.03 >=dev-perl/extutils-depends-0.202 - dev-util/pkgconfig dev-lang/perl" +DEPEND="${RDEPEND} + dev-util/pkgconfig" |