diff options
author | 2010-10-20 07:43:11 +0000 | |
---|---|---|
committer | 2010-10-20 07:43:11 +0000 | |
commit | f49664bb9369fbe1857052d24607c9c36c80bd22 (patch) | |
tree | dd9bc8cb389ccccd714eb5865f0c539b984a6e65 /dev-perl/Scalar-Properties | |
parent | Automated update of use.local.desc (diff) | |
download | historical-f49664bb9369fbe1857052d24607c9c36c80bd22.tar.gz historical-f49664bb9369fbe1857052d24607c9c36c80bd22.tar.bz2 historical-f49664bb9369fbe1857052d24607c9c36c80bd22.zip |
Cleanup
Package-Manager: portage-2.2_rc98/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Scalar-Properties')
-rw-r--r-- | dev-perl/Scalar-Properties/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Scalar-Properties/Scalar-Properties-0.12.ebuild | 17 | ||||
-rw-r--r-- | dev-perl/Scalar-Properties/Scalar-Properties-0.13.ebuild | 16 |
3 files changed, 5 insertions, 34 deletions
diff --git a/dev-perl/Scalar-Properties/ChangeLog b/dev-perl/Scalar-Properties/ChangeLog index 76ba9d38e8d4..ad6a6b861723 100644 --- a/dev-perl/Scalar-Properties/ChangeLog +++ b/dev-perl/Scalar-Properties/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Scalar-Properties # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Scalar-Properties/ChangeLog,v 1.18 2010/10/18 19:32:30 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Scalar-Properties/ChangeLog,v 1.19 2010/10/20 07:27:53 tove Exp $ + + 20 Oct 2010; Torsten Veller <tove@gentoo.org> + -Scalar-Properties-0.12.ebuild, -Scalar-Properties-0.13.ebuild: + Cleanup 18 Oct 2010; Jeroen Roovers <jer@gentoo.org> Scalar-Properties-1.100860.ebuild: diff --git a/dev-perl/Scalar-Properties/Scalar-Properties-0.12.ebuild b/dev-perl/Scalar-Properties/Scalar-Properties-0.12.ebuild deleted file mode 100644 index bb1e62dea1e0..000000000000 --- a/dev-perl/Scalar-Properties/Scalar-Properties-0.12.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2008 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.14 2008/03/19 02:24:51 jer Exp $ - -inherit perl-module - -DESCRIPTION="run-time properties on scalar variables" -HOMEPAGE="http://search.cpan.org/~dcantrell/" -SRC_URI="mirror://cpan/authors/id/D/DC/DCANTRELL/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 hppa ia64 ~ppc sparc x86" -IUSE="" -SRC_TEST="do" - -DEPEND="dev-lang/perl" diff --git a/dev-perl/Scalar-Properties/Scalar-Properties-0.13.ebuild b/dev-perl/Scalar-Properties/Scalar-Properties-0.13.ebuild deleted file mode 100644 index c957093fdd39..000000000000 --- a/dev-perl/Scalar-Properties/Scalar-Properties-0.13.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2010 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.13.ebuild,v 1.2 2010/01/11 19:37:01 grobian Exp $ - -MODULE_AUTHOR=MARCEL -inherit perl-module - -DESCRIPTION="run-time properties on scalar variables" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="" -SRC_TEST="do" - -DEPEND="dev-lang/perl" |