summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-05-02 09:45:42 +0000
committerTorsten Veller <tove@gentoo.org>2009-05-02 09:45:42 +0000
commit3b771affb82305ac13e2ed019e31270e2e443210 (patch)
tree38fe447695ae8796ac50accd060e9ff2d756271a /dev-perl/Text-Quoted
parentCleanup (diff)
downloadgentoo-2-3b771affb82305ac13e2ed019e31270e2e443210.tar.gz
gentoo-2-3b771affb82305ac13e2ed019e31270e2e443210.tar.bz2
gentoo-2-3b771affb82305ac13e2ed019e31270e2e443210.zip
Cleanup
(Portage version: 2.2_rc31/cvs/Linux i686)
Diffstat (limited to 'dev-perl/Text-Quoted')
-rw-r--r--dev-perl/Text-Quoted/ChangeLog5
-rw-r--r--dev-perl/Text-Quoted/Text-Quoted-1.8.ebuild21
2 files changed, 4 insertions, 22 deletions
diff --git a/dev-perl/Text-Quoted/ChangeLog b/dev-perl/Text-Quoted/ChangeLog
index 5a90cd43e6d9..bdafa4f09d4b 100644
--- a/dev-perl/Text-Quoted/ChangeLog
+++ b/dev-perl/Text-Quoted/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/Text-Quoted
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Quoted/ChangeLog,v 1.19 2009/03/07 11:24:56 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Quoted/ChangeLog,v 1.20 2009/05/02 09:45:42 tove Exp $
+
+ 02 May 2009; Torsten Veller <tove@gentoo.org> -Text-Quoted-1.8.ebuild:
+ Cleanup
07 Mar 2009; Torsten Veller <tove@gentoo.org> Text-Quoted-1.8.ebuild,
Text-Quoted-2.02.ebuild:
diff --git a/dev-perl/Text-Quoted/Text-Quoted-1.8.ebuild b/dev-perl/Text-Quoted/Text-Quoted-1.8.ebuild
deleted file mode 100644
index 898f54c0f776..000000000000
--- a/dev-perl/Text-Quoted/Text-Quoted-1.8.ebuild
+++ /dev/null
@@ -1,21 +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/Text-Quoted/Text-Quoted-1.8.ebuild,v 1.10 2009/03/07 11:24:56 tove Exp $
-
-# this is an RT dependency
-
-inherit perl-module
-
-DESCRIPTION="Extract the structure of a quoted mail message"
-SRC_URI="mirror://cpan/authors/id/J/JE/JESSE/${P}.tar.gz"
-HOMEPAGE="http://search.cpan.org/~jesse/"
-
-SRC_TEST="do"
-SLOT="0"
-LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="amd64 ia64 ~ppc sparc x86"
-
-DEPEND="dev-perl/text-autoformat
- virtual/perl-Text-Tabs+Wrap
- dev-lang/perl"
-IUSE=""