summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-08-13 00:03:08 +0000
committerMike Frysinger <vapier@gentoo.org>2006-08-13 00:03:08 +0000
commit4518adda6dd8215a75ed9311ad3bcd68c6723ff4 (patch)
tree05b059e2eddbb8bb1e23d1ebbcfa52319b172819 /dev-perl/Curses
parentarm/s390/sh stable (diff)
downloadhistorical-4518adda6dd8215a75ed9311ad3bcd68c6723ff4.tar.gz
historical-4518adda6dd8215a75ed9311ad3bcd68c6723ff4.tar.bz2
historical-4518adda6dd8215a75ed9311ad3bcd68c6723ff4.zip
arm/s390/sh stable
Package-Manager: portage-2.1.1_pre4
Diffstat (limited to 'dev-perl/Curses')
-rw-r--r--dev-perl/Curses/Curses-1.14.ebuild17
1 files changed, 8 insertions, 9 deletions
diff --git a/dev-perl/Curses/Curses-1.14.ebuild b/dev-perl/Curses/Curses-1.14.ebuild
index e197c9ccf0f6..a7d2659c3658 100644
--- a/dev-perl/Curses/Curses-1.14.ebuild
+++ b/dev-perl/Curses/Curses-1.14.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Curses/Curses-1.14.ebuild,v 1.3 2006/08/07 17:25:37 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Curses/Curses-1.14.ebuild,v 1.4 2006/08/13 00:02:13 vapier Exp $
inherit perl-module eutils
@@ -8,26 +8,25 @@ DESCRIPTION="Curses interface modules for Perl"
HOMEPAGE="http://search.cpan.org/~giraffed/${P}/"
SRC_URI="mirror://cpan/authors/id/G/GI/GIRAFFED/${P}.tgz"
-SLOT="0"
LICENSE="Artistic"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh sparc ~x86"
+SLOT="0"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 s390 sh sparc ~x86"
IUSE=""
-SRC_TEST="do"
-
DEPEND=">=sys-libs/ncurses-5
dev-lang/perl"
RDEPEND="${DEPEND}"
+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
- cd ${S}
+ cd "${S}"
+ epatch "${FILESDIR}"/Curses-1.08-p5.8-fixes.diff
einfo "Copying hints/c-linux.ncurses.h to c-config.h"
- cp ${S}/hints/c-linux.ncurses.h ${S}/c-config.h
+ cp hints/c-linux.ncurses.h c-config.h
}