summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-01-14 17:16:21 +0000
committerTorsten Veller <tove@gentoo.org>2011-01-14 17:16:21 +0000
commit8f3d2df21e9b7e56047801bbcfecca651326474f (patch)
treefa8709e6675aa18beed31eb78d5608dd6cc2231c /dev-perl/IPC-ShareLite
parentCleanup (diff)
downloadgentoo-2-8f3d2df21e9b7e56047801bbcfecca651326474f.tar.gz
gentoo-2-8f3d2df21e9b7e56047801bbcfecca651326474f.tar.bz2
gentoo-2-8f3d2df21e9b7e56047801bbcfecca651326474f.zip
Cleanup
(Portage version: 2.2.0_alpha15/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/IPC-ShareLite')
-rw-r--r--dev-perl/IPC-ShareLite/ChangeLog7
-rw-r--r--dev-perl/IPC-ShareLite/IPC-ShareLite-0.09.ebuild22
2 files changed, 5 insertions, 24 deletions
diff --git a/dev-perl/IPC-ShareLite/ChangeLog b/dev-perl/IPC-ShareLite/ChangeLog
index 0c9481af952c..756941e07fbd 100644
--- a/dev-perl/IPC-ShareLite/ChangeLog
+++ b/dev-perl/IPC-ShareLite/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/IPC-ShareLite
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-ShareLite/ChangeLog,v 1.33 2010/10/23 08:20:21 ssuominen Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-ShareLite/ChangeLog,v 1.34 2011/01/14 17:16:20 tove Exp $
+
+ 14 Jan 2011; Torsten Veller <tove@gentoo.org> -IPC-ShareLite-0.09.ebuild:
+ Cleanup
23 Oct 2010; Samuli Suominen <ssuominen@gentoo.org>
IPC-ShareLite-0.17.ebuild:
diff --git a/dev-perl/IPC-ShareLite/IPC-ShareLite-0.09.ebuild b/dev-perl/IPC-ShareLite/IPC-ShareLite-0.09.ebuild
deleted file mode 100644
index fa80769ae7d2..000000000000
--- a/dev-perl/IPC-ShareLite/IPC-ShareLite-0.09.ebuild
+++ /dev/null
@@ -1,22 +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/IPC-ShareLite/IPC-ShareLite-0.09.ebuild,v 1.20 2007/07/10 23:33:33 mr_bones_ Exp $
-
-inherit perl-module
-
-DESCRIPTION="IPC::ShareLite module for perl"
-SRC_URI="mirror://cpan/authors/id/M/MA/MAURICE/${P}.tar.gz"
-HOMEPAGE="http://www.cpan.org/authors/id/M/MA/MAURICE/"
-
-SLOT="0"
-LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
-IUSE=""
-
-export OPTIMIZE="$CFLAGS"
-
-src_compile() {
- echo "" | perl-module_src_compile
-}
-
-DEPEND="dev-lang/perl"