diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-01-19 15:42:01 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-01-19 15:42:01 +0000 |
commit | aad02e51e84a01b88bff4298c42e662a7b40a6b7 (patch) | |
tree | 5acdd20cfffb69361c9f023bca1b64be242abe19 /dev-perl/Scalar-Properties | |
parent | Version bump, thanks seemant (diff) | |
download | gentoo-2-aad02e51e84a01b88bff4298c42e662a7b40a6b7.tar.gz gentoo-2-aad02e51e84a01b88bff4298c42e662a7b40a6b7.tar.bz2 gentoo-2-aad02e51e84a01b88bff4298c42e662a7b40a6b7.zip |
Ebuild maintenance
(Portage version: 2.1.2_rc4-r8)
Diffstat (limited to 'dev-perl/Scalar-Properties')
-rw-r--r-- | dev-perl/Scalar-Properties/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Scalar-Properties/Scalar-Properties-0.12.ebuild | 7 |
2 files changed, 9 insertions, 6 deletions
diff --git a/dev-perl/Scalar-Properties/ChangeLog b/dev-perl/Scalar-Properties/ChangeLog index 81a1034f1ece..6f87b2728c0d 100644 --- a/dev-perl/Scalar-Properties/ChangeLog +++ b/dev-perl/Scalar-Properties/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Scalar-Properties -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Scalar-Properties/ChangeLog,v 1.10 2006/08/07 17:17:58 mcummings Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Scalar-Properties/ChangeLog,v 1.11 2007/01/19 15:42:01 mcummings Exp $ + + 19 Jan 2007; Michael Cummings <mcummings@gentoo.org> + Scalar-Properties-0.12.ebuild: + Ebuild maintenance 07 Aug 2006; Michael Cummings <mcummings@gentoo.org> Scalar-Properties-0.12.ebuild: diff --git a/dev-perl/Scalar-Properties/Scalar-Properties-0.12.ebuild b/dev-perl/Scalar-Properties/Scalar-Properties-0.12.ebuild index 6ac12b6e3dde..205dcbe89434 100644 --- a/dev-perl/Scalar-Properties/Scalar-Properties-0.12.ebuild +++ b/dev-perl/Scalar-Properties/Scalar-Properties-0.12.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Scalar-Properties/Scalar-Properties-0.12.ebuild,v 1.11 2006/08/07 17:17:58 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Scalar-Properties/Scalar-Properties-0.12.ebuild,v 1.12 2007/01/19 15:42:01 mcummings Exp $ inherit perl-module DESCRIPTION="run-time properties on scalar variables" -HOMEPAGE="http://search.cpan.org/~dcantrell/${P}/" +HOMEPAGE="http://search.cpan.org/~dcantrell/" SRC_URI="mirror://cpan/authors/id/D/DC/DCANTRELL/${P}.tar.gz" LICENSE="GPL-2" @@ -16,4 +16,3 @@ SRC_TEST="do" DEPEND="dev-lang/perl" -RDEPEND="${DEPEND}" |