summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2007-01-19 15:22:30 +0000
committerMichael Cummings <mcummings@gentoo.org>2007-01-19 15:22:30 +0000
commit5de6a79656272349157fc74c2580a719b2c393d9 (patch)
tree9962fe774b8d8d70bea8017028502a81ea1faba9 /dev-perl/perl-tk
parentEbuild maintenance (diff)
downloadgentoo-2-5de6a79656272349157fc74c2580a719b2c393d9.tar.gz
gentoo-2-5de6a79656272349157fc74c2580a719b2c393d9.tar.bz2
gentoo-2-5de6a79656272349157fc74c2580a719b2c393d9.zip
Ebuild maintenance
(Portage version: 2.1.2_rc4-r8)
Diffstat (limited to 'dev-perl/perl-tk')
-rw-r--r--dev-perl/perl-tk/ChangeLog8
-rw-r--r--dev-perl/perl-tk/perl-tk-804.027.ebuild7
2 files changed, 9 insertions, 6 deletions
diff --git a/dev-perl/perl-tk/ChangeLog b/dev-perl/perl-tk/ChangeLog
index 9c86d0812110..9267c00b2c5f 100644
--- a/dev-perl/perl-tk/ChangeLog
+++ b/dev-perl/perl-tk/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/perl-tk
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/perl-tk/ChangeLog,v 1.40 2006/12/26 12:01:19 drizzt Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/perl-tk/ChangeLog,v 1.41 2007/01/19 15:22:30 mcummings Exp $
+
+ 19 Jan 2007; Michael Cummings <mcummings@gentoo.org>
+ perl-tk-804.027.ebuild:
+ Ebuild maintenance
26 Dec 2006; Timothy Redaelli <drizzt@gentoo.org> perl-tk-804.027.ebuild:
Add ~x86-fbsd keyword.
diff --git a/dev-perl/perl-tk/perl-tk-804.027.ebuild b/dev-perl/perl-tk/perl-tk-804.027.ebuild
index e5251650581a..8d25e6365888 100644
--- a/dev-perl/perl-tk/perl-tk-804.027.ebuild
+++ b/dev-perl/perl-tk/perl-tk-804.027.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/perl-tk/perl-tk-804.027.ebuild,v 1.22 2006/12/26 12:01:19 drizzt Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/perl-tk/perl-tk-804.027.ebuild,v 1.23 2007/01/19 15:22:30 mcummings Exp $
inherit perl-module eutils multilib
MY_P=Tk-${PV}
S=${WORKDIR}/${MY_P}
DESCRIPTION="A Perl Module for Tk"
-HOMEPAGE="http://search.cpan.org/~ni-s/${MY_P}/"
+HOMEPAGE="http://search.cpan.org/~ni-s/"
SRC_URI="mirror://cpan/authors/id/N/NI/NI-S/${MY_P}.tar.gz"
LICENSE="Artistic"
@@ -17,7 +17,6 @@ IUSE=""
DEPEND="|| ( x11-libs/libX11 virtual/x11 )
dev-lang/perl"
-RDEPEND="${DEPEND}"
myconf="-I/usr/include/ -l/usr/$(get_libdir)"