diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-10-20 21:59:02 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-10-20 21:59:02 +0000 |
commit | 89a188eb90440c036d287936b88bb6c720b19502 (patch) | |
tree | c1412f0b75f9db06cf54565fb0897c6a1c0b0f27 /dev-perl/ConfigReader | |
parent | Mark 2.14.2 stable on alpha (diff) | |
download | gentoo-2-89a188eb90440c036d287936b88bb6c720b19502.tar.gz gentoo-2-89a188eb90440c036d287936b88bb6c720b19502.tar.bz2 gentoo-2-89a188eb90440c036d287936b88bb6c720b19502.zip |
Marking amd64 stable
(Portage version: 2.1.2_pre3-r5)
Diffstat (limited to 'dev-perl/ConfigReader')
-rw-r--r-- | dev-perl/ConfigReader/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/ConfigReader/ConfigReader-0.5.ebuild | 7 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/ConfigReader/ChangeLog b/dev-perl/ConfigReader/ChangeLog index fc01acc911c6..eeeb6f727995 100644 --- a/dev-perl/ConfigReader/ChangeLog +++ b/dev-perl/ConfigReader/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/ConfigReader # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/ConfigReader/ChangeLog,v 1.8 2006/09/10 16:26:41 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ConfigReader/ChangeLog,v 1.9 2006/10/20 21:59:02 mcummings Exp $ + + 20 Oct 2006; Michael Cummings <mcummings@gentoo.org> + ConfigReader-0.5.ebuild: + Marking amd64 stable 10 Sep 2006; Michael Cummings <mcummings@gentoo.org> ConfigReader-0.5.ebuild: diff --git a/dev-perl/ConfigReader/ConfigReader-0.5.ebuild b/dev-perl/ConfigReader/ConfigReader-0.5.ebuild index 50dc4af359f0..87275bb2f82d 100644 --- a/dev-perl/ConfigReader/ConfigReader-0.5.ebuild +++ b/dev-perl/ConfigReader/ConfigReader-0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/ConfigReader/ConfigReader-0.5.ebuild,v 1.8 2006/09/10 16:26:40 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ConfigReader/ConfigReader-0.5.ebuild,v 1.9 2006/10/20 21:59:02 mcummings Exp $ # No sense in inheriting since this package is a flat set of files. # No Makefile.PL/Build.PL to work with at all. @@ -12,11 +12,10 @@ SRC_URI="mirror://cpan/authors/id/A/AM/AMW/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~amd64 ia64 ~ppc sparc x86" +KEYWORDS="amd64 ia64 ~ppc sparc x86" IUSE="" DEPEND="dev-lang/perl" -RDEPEND="${DEPEND}" src_install() { eval `perl '-V:installvendorlib'` @@ -24,4 +23,4 @@ src_install() { cp ${S}/*.pm ${D}/${installvendorlib}/${PN} cp ${PN}.pod ${D}/${installvendorlib} dodoc README COPYING.LIB -}
\ No newline at end of file +} |