diff options
author | Torsten Veller <tove@gentoo.org> | 2009-05-02 09:10:03 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-05-02 09:10:03 +0000 |
commit | bf2cd7749d3149b253b1781a69c25de52a0e0ce7 (patch) | |
tree | 4972bae571854fcceef516358fa72ce203c2fa59 /dev-perl/aww | |
parent | Remove old, fix case where my name was missing from echangelog var. (diff) | |
download | historical-bf2cd7749d3149b253b1781a69c25de52a0e0ce7.tar.gz historical-bf2cd7749d3149b253b1781a69c25de52a0e0ce7.tar.bz2 historical-bf2cd7749d3149b253b1781a69c25de52a0e0ce7.zip |
Cleanup
Package-Manager: portage-2.2_rc31/cvs/Linux i686
Diffstat (limited to 'dev-perl/aww')
-rw-r--r-- | dev-perl/aww/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/aww/aww-0.33.ebuild | 30 |
2 files changed, 5 insertions, 32 deletions
diff --git a/dev-perl/aww/ChangeLog b/dev-perl/aww/ChangeLog index a559c3ce4708..6b58581e5c16 100644 --- a/dev-perl/aww/ChangeLog +++ b/dev-perl/aww/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/aww -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/aww/ChangeLog,v 1.18 2007/02/22 01:47:46 peper Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/aww/ChangeLog,v 1.19 2009/05/02 09:06:13 tove Exp $ + + 02 May 2009; Torsten Veller <tove@gentoo.org> -aww-0.33.ebuild: + Cleanup 22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/dev-perl/aww/aww-0.33.ebuild b/dev-perl/aww/aww-0.33.ebuild deleted file mode 100644 index c9e445bbd10b..000000000000 --- a/dev-perl/aww/aww-0.33.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/aww/aww-0.33.ebuild,v 1.10 2007/07/10 23:33:30 mr_bones_ Exp $ - -inherit perl-module - -MY_P=${P/a/A} -S=${WORKDIR}/${MY_P} - -DESCRIPTION="Aww is a command-line frontend to the website meta language (wml)" -HOMEPAGE="http://www.panhorst.com/aww/" -SRC_URI="mirror://sourceforge/aww/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc" -IUSE="" - -DEPEND="dev-lang/perl -dev-perl/HTML-Parser -dev-perl/Crypt-Blowfish -virtual/perl-Getopt-Long -dev-perl/crypt-cbc -dev-perl/Config-Simple" - -RDEPEND="net-ftp/lftp ->=dev-lang/wml-2.0.9 -dev-perl/HTML-Parser -dev-perl/Crypt-Blowfish -virtual/perl-Getopt-Long" |