summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-05-02 11:37:08 +0000
committerTorsten Veller <tove@gentoo.org>2009-05-02 11:37:08 +0000
commit782c350b168d3dc0821a85a8dec019ef621323c2 (patch)
tree0ba8ffb457fe40d85e27a809af1ff6239d4c7ff2 /dev-perl/Curses
parentCleanup (diff)
downloadgentoo-2-782c350b168d3dc0821a85a8dec019ef621323c2.tar.gz
gentoo-2-782c350b168d3dc0821a85a8dec019ef621323c2.tar.bz2
gentoo-2-782c350b168d3dc0821a85a8dec019ef621323c2.zip
Cleanup
(Portage version: 2.2_rc31/cvs/Linux i686)
Diffstat (limited to 'dev-perl/Curses')
-rw-r--r--dev-perl/Curses/ChangeLog5
-rw-r--r--dev-perl/Curses/Curses-1.24.ebuild31
2 files changed, 4 insertions, 32 deletions
diff --git a/dev-perl/Curses/ChangeLog b/dev-perl/Curses/ChangeLog
index a1b439b2d9ec..363e67644b85 100644
--- a/dev-perl/Curses/ChangeLog
+++ b/dev-perl/Curses/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/Curses
# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Curses/ChangeLog,v 1.47 2009/01/13 19:37:28 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Curses/ChangeLog,v 1.48 2009/05/02 11:37:08 tove Exp $
+
+ 02 May 2009; Torsten Veller <tove@gentoo.org> -Curses-1.24.ebuild:
+ Cleanup
*Curses-1.26 (13 Jan 2009)
diff --git a/dev-perl/Curses/Curses-1.24.ebuild b/dev-perl/Curses/Curses-1.24.ebuild
deleted file mode 100644
index 2c3522d8f73d..000000000000
--- a/dev-perl/Curses/Curses-1.24.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Curses/Curses-1.24.ebuild,v 1.1 2008/12/08 02:09:07 robbat2 Exp $
-
-inherit perl-module eutils
-
-DESCRIPTION="Curses interface modules for Perl"
-HOMEPAGE="http://search.cpan.org/~giraffed/"
-SRC_URI="mirror://cpan/authors/id/G/GI/GIRAFFED/${P}.tgz"
-
-LICENSE="Artistic"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
-IUSE=""
-
-DEPEND=">=sys-libs/ncurses-5
- dev-lang/perl"
-
-SRC_TEST="do"
-
-myconf="${myconf} GEN PANELS MENUS"
-
-#This patch may or may not be backwards compatible with perl-5.6.1
-#Add gaurd as necessary...
-src_unpack() {
- unpack ${A}
- cd "${S}"
- #epatch "${FILESDIR}"/Curses-1.08-p5.8-fixes.diff
- einfo "Copying hints/c-linux.ncurses.h to c-config.h"
- cp hints/c-linux.ncurses.h c-config.h || die "Failed to set up hints"
-}