diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-07-18 17:46:19 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-07-18 17:46:19 +0000 |
commit | 3d16fffcac048e41cf9e8c31c95147a776fb4298 (patch) | |
tree | e7ffe24551850e9b0c616619bc8a6989028ddae3 /perl-core/B-Debug | |
parent | amd64 stable, bug #508136; drop old (diff) | |
download | gentoo-2-3d16fffcac048e41cf9e8c31c95147a776fb4298.tar.gz gentoo-2-3d16fffcac048e41cf9e8c31c95147a776fb4298.tar.bz2 gentoo-2-3d16fffcac048e41cf9e8c31c95147a776fb4298.zip |
Remove unneeded version, is in perl-5.20
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 84AD142F)
Diffstat (limited to 'perl-core/B-Debug')
-rw-r--r-- | perl-core/B-Debug/B-Debug-1.190.0.ebuild | 24 | ||||
-rw-r--r-- | perl-core/B-Debug/ChangeLog | 6 |
2 files changed, 5 insertions, 25 deletions
diff --git a/perl-core/B-Debug/B-Debug-1.190.0.ebuild b/perl-core/B-Debug/B-Debug-1.190.0.ebuild deleted file mode 100644 index 1b7b8335f0a3..000000000000 --- a/perl-core/B-Debug/B-Debug-1.190.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/B-Debug/B-Debug-1.190.0.ebuild,v 1.1 2014/07/04 23:30:08 dilfridge Exp $ - -EAPI=5 - -MODULE_AUTHOR=RURBAN -MODULE_VERSION=1.19 -inherit perl-module - -DESCRIPTION='print debug info about ops' -LICENSE=" || ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=" - virtual/perl-ExtUtils-MakeMaker - virtual/perl-Test-Simple - " -RDEPEND=" - virtual/perl-Test-Simple - " -SRC_TEST="do" diff --git a/perl-core/B-Debug/ChangeLog b/perl-core/B-Debug/ChangeLog index f7cac45aa58a..5f8ec1abd6aa 100644 --- a/perl-core/B-Debug/ChangeLog +++ b/perl-core/B-Debug/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for perl-core/B-Debug # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/B-Debug/ChangeLog,v 1.2 2014/07/04 23:30:08 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/B-Debug/ChangeLog,v 1.3 2014/07/18 17:46:19 dilfridge Exp $ + + 18 Jul 2014; Andreas K. Huettel <dilfridge@gentoo.org> + -B-Debug-1.190.0.ebuild: + Remove unneeded version, is in perl-5.20 *B-Debug-1.190.0 (04 Jul 2014) |