diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2014-08-31 10:39:46 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2014-08-31 10:39:46 +0000 |
commit | 61cfc072e53ec21210d6d6de2be2adbe837052f5 (patch) | |
tree | e9a2eb413511a25f4717e17fc0a99768a82183ee /dev-perl/Text-CSV_XS | |
parent | x86 stable wrt bug #520850 (diff) | |
download | gentoo-2-61cfc072e53ec21210d6d6de2be2adbe837052f5.tar.gz gentoo-2-61cfc072e53ec21210d6d6de2be2adbe837052f5.tar.bz2 gentoo-2-61cfc072e53ec21210d6d6de2be2adbe837052f5.zip |
Drop old.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'dev-perl/Text-CSV_XS')
-rw-r--r-- | dev-perl/Text-CSV_XS/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Text-CSV_XS/Text-CSV_XS-0.910.0.ebuild | 26 | ||||
-rw-r--r-- | dev-perl/Text-CSV_XS/Text-CSV_XS-0.940.0.ebuild | 26 |
3 files changed, 6 insertions, 54 deletions
diff --git a/dev-perl/Text-CSV_XS/ChangeLog b/dev-perl/Text-CSV_XS/ChangeLog index 41736d76d53b..433ae6963a67 100644 --- a/dev-perl/Text-CSV_XS/ChangeLog +++ b/dev-perl/Text-CSV_XS/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Text-CSV_XS -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.147 2013/06/02 08:41:43 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.148 2014/08/31 10:39:46 zlogene Exp $ + + 31 Aug 2014; Mikle Kolyada <zlogene@gentoo.org> -Text-CSV_XS-0.910.0.ebuild, + -Text-CSV_XS-0.940.0.ebuild: + Drop old. 02 Jun 2013; Agostino Sarubbo <ago@gentoo.org> Text-CSV_XS-0.950.0.ebuild: Stable for sh, wrt bug #461142 diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.910.0.ebuild b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.910.0.ebuild deleted file mode 100644 index df98c70484ef..000000000000 --- a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.910.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/Text-CSV_XS-0.910.0.ebuild,v 1.10 2013/01/06 23:51:12 vapier Exp $ - -EAPI=4 - -MODULE_A_EXT=tgz -MODULE_AUTHOR=HMBRAND -MODULE_VERSION=0.91 -inherit perl-module - -DESCRIPTION="Comma-separated values manipulation routines" - -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="test" - -RDEPEND="" -DEPEND="${RDEPEND} - test? ( - dev-perl/Test-Pod - dev-perl/Test-Pod-Coverage - ) -" - -SRC_TEST="parallel" diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.940.0.ebuild b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.940.0.ebuild deleted file mode 100644 index 9b403a3e26aa..000000000000 --- a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.940.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/Text-CSV_XS-0.940.0.ebuild,v 1.13 2013/04/02 13:16:30 ago Exp $ - -EAPI=4 - -MODULE_A_EXT=tgz -MODULE_AUTHOR=HMBRAND -MODULE_VERSION=0.94 -inherit perl-module - -DESCRIPTION="Comma-separated values manipulation routines" - -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="test" - -RDEPEND="" -DEPEND="${RDEPEND} - test? ( - dev-perl/Test-Pod - dev-perl/Test-Pod-Coverage - ) -" - -SRC_TEST="parallel" |