diff options
author | Torsten Veller <tove@gentoo.org> | 2013-01-06 14:50:51 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2013-01-06 14:50:51 +0000 |
commit | 38cfe798d22b8e881beab67a51ed88c0f8701fed (patch) | |
tree | e3b0e876518ad80ea4873bbe716f5848eb9103a3 /dev-perl/Unicode-EastAsianWidth | |
parent | arm stable, bug #449426 (diff) | |
download | gentoo-2-38cfe798d22b8e881beab67a51ed88c0f8701fed.tar.gz gentoo-2-38cfe798d22b8e881beab67a51ed88c0f8701fed.tar.bz2 gentoo-2-38cfe798d22b8e881beab67a51ed88c0f8701fed.zip |
Cleanup
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 0x5772769F4E046AEC)
Diffstat (limited to 'dev-perl/Unicode-EastAsianWidth')
-rw-r--r-- | dev-perl/Unicode-EastAsianWidth/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Unicode-EastAsianWidth/Unicode-EastAsianWidth-1.30.ebuild | 21 |
2 files changed, 6 insertions, 23 deletions
diff --git a/dev-perl/Unicode-EastAsianWidth/ChangeLog b/dev-perl/Unicode-EastAsianWidth/ChangeLog index 34d1bdb271b6..7ebe063c50da 100644 --- a/dev-perl/Unicode-EastAsianWidth/ChangeLog +++ b/dev-perl/Unicode-EastAsianWidth/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Unicode-EastAsianWidth -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Unicode-EastAsianWidth/ChangeLog,v 1.25 2012/11/03 18:24:16 tove Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Unicode-EastAsianWidth/ChangeLog,v 1.26 2013/01/06 14:50:51 tove Exp $ + + 06 Jan 2013; Torsten Veller <tove@gentoo.org> + -Unicode-EastAsianWidth-1.30.ebuild: + Cleanup *Unicode-EastAsianWidth-1.330.0 (03 Nov 2012) diff --git a/dev-perl/Unicode-EastAsianWidth/Unicode-EastAsianWidth-1.30.ebuild b/dev-perl/Unicode-EastAsianWidth/Unicode-EastAsianWidth-1.30.ebuild deleted file mode 100644 index baf19557348d..000000000000 --- a/dev-perl/Unicode-EastAsianWidth/Unicode-EastAsianWidth-1.30.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Unicode-EastAsianWidth/Unicode-EastAsianWidth-1.30.ebuild,v 1.14 2012/06/17 16:22:26 armin76 Exp $ - -EAPI=4 - -MODULE_AUTHOR="AUDREYT" -inherit perl-module - -DESCRIPTION="East Asian Width properties" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RDEPEND="virtual/perl-File-Spec" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker" - -SRC_TEST="do" |