diff options
author | Torsten Veller <tove@gentoo.org> | 2012-02-18 15:22:34 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-02-18 15:22:34 +0000 |
commit | 534ed140f98121aaaf22f8f5dc66c87cc45f8260 (patch) | |
tree | 319c9594ffabeb538615abce62f0077fd45cf380 /dev-perl | |
parent | ppc stable #396359 (diff) | |
download | gentoo-2-534ed140f98121aaaf22f8f5dc66c87cc45f8260.tar.gz gentoo-2-534ed140f98121aaaf22f8f5dc66c87cc45f8260.tar.bz2 gentoo-2-534ed140f98121aaaf22f8f5dc66c87cc45f8260.zip |
Cleanup
(Portage version: 2.2.0_alpha86/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Convert-Binary-C/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Convert-Binary-C/Convert-Binary-C-0.74.ebuild | 17 |
2 files changed, 5 insertions, 19 deletions
diff --git a/dev-perl/Convert-Binary-C/ChangeLog b/dev-perl/Convert-Binary-C/ChangeLog index cd33ebc493be..7e0d720402cb 100644 --- a/dev-perl/Convert-Binary-C/ChangeLog +++ b/dev-perl/Convert-Binary-C/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Convert-Binary-C -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Convert-Binary-C/ChangeLog,v 1.12 2011/12/18 20:16:38 phajdan.jr Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Convert-Binary-C/ChangeLog,v 1.13 2012/02/18 15:22:34 tove Exp $ + + 18 Feb 2012; Torsten Veller <tove@gentoo.org> -Convert-Binary-C-0.74.ebuild: + Cleanup 18 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> Convert-Binary-C-0.760.0.ebuild: diff --git a/dev-perl/Convert-Binary-C/Convert-Binary-C-0.74.ebuild b/dev-perl/Convert-Binary-C/Convert-Binary-C-0.74.ebuild deleted file mode 100644 index 08fa6486a736..000000000000 --- a/dev-perl/Convert-Binary-C/Convert-Binary-C-0.74.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Convert-Binary-C/Convert-Binary-C-0.74.ebuild,v 1.3 2009/05/13 16:41:19 ken69267 Exp $ - -EAPI=2 - -MODULE_AUTHOR=MHX -inherit perl-module - -DESCRIPTION="Binary Data Conversion using C Types" - -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -MAKEOPTS+=" -j1" -SRC_TEST="do" |