diff options
Diffstat (limited to 'dev-perl/HTTP-Server-Simple-Mason')
-rw-r--r-- | dev-perl/HTTP-Server-Simple-Mason/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/HTTP-Server-Simple-Mason/HTTP-Server-Simple-Mason-0.05.ebuild | 18 |
2 files changed, 6 insertions, 20 deletions
diff --git a/dev-perl/HTTP-Server-Simple-Mason/ChangeLog b/dev-perl/HTTP-Server-Simple-Mason/ChangeLog index 9c65ab0b8d91..d140fcd913f3 100644 --- a/dev-perl/HTTP-Server-Simple-Mason/ChangeLog +++ b/dev-perl/HTTP-Server-Simple-Mason/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/HTTP-Server-Simple-Mason -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-Server-Simple-Mason/ChangeLog,v 1.9 2008/12/08 02:22:23 robbat2 Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-Server-Simple-Mason/ChangeLog,v 1.10 2009/05/02 11:07:36 tove Exp $ + + 02 May 2009; Torsten Veller <tove@gentoo.org> + -HTTP-Server-Simple-Mason-0.05.ebuild: + Cleanup *HTTP-Server-Simple-Mason-0.11 (08 Dec 2008) diff --git a/dev-perl/HTTP-Server-Simple-Mason/HTTP-Server-Simple-Mason-0.05.ebuild b/dev-perl/HTTP-Server-Simple-Mason/HTTP-Server-Simple-Mason-0.05.ebuild deleted file mode 100644 index 1b5ce3c15f18..000000000000 --- a/dev-perl/HTTP-Server-Simple-Mason/HTTP-Server-Simple-Mason-0.05.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-Server-Simple-Mason/HTTP-Server-Simple-Mason-0.05.ebuild,v 1.5 2007/01/15 23:11:52 mcummings Exp $ - -inherit perl-module - -DESCRIPTION="An abstract baseclass for a standalone mason server" -SRC_URI="mirror://cpan/authors/id/J/JE/JESSE/${P}.tar.gz" -HOMEPAGE="http://search.cpan.org/~jesse/" - -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="~ppc ~x86" - -DEPEND="dev-perl/Hook-LexWrap - dev-lang/perl" -SRC_TEST="do" -IUSE="" |