diff options
author | Torsten Veller <tove@gentoo.org> | 2009-05-08 17:52:55 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-05-08 17:52:55 +0000 |
commit | fab19a1fea447bc890bacc663085e393beb98cbb (patch) | |
tree | 9bb624db5de2171efb921b23400c959742c5c1a5 /dev-perl/perl-tk | |
parent | amd64 stable, bug 268515. (diff) | |
download | historical-fab19a1fea447bc890bacc663085e393beb98cbb.tar.gz historical-fab19a1fea447bc890bacc663085e393beb98cbb.tar.bz2 historical-fab19a1fea447bc890bacc663085e393beb98cbb.zip |
Cleanup
Package-Manager: portage-2.2_rc33/cvs/Linux i686
Diffstat (limited to 'dev-perl/perl-tk')
-rw-r--r-- | dev-perl/perl-tk/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/perl-tk/perl-tk-804.027.ebuild | 34 | ||||
-rw-r--r-- | dev-perl/perl-tk/perl-tk-804.028.ebuild | 33 |
3 files changed, 5 insertions, 68 deletions
diff --git a/dev-perl/perl-tk/ChangeLog b/dev-perl/perl-tk/ChangeLog index cbea139d08e5..2aa61d2def23 100644 --- a/dev-perl/perl-tk/ChangeLog +++ b/dev-perl/perl-tk/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/perl-tk # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/perl-tk/ChangeLog,v 1.50 2009/05/07 17:17:22 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/perl-tk/ChangeLog,v 1.51 2009/05/08 17:51:19 tove Exp $ + + 08 May 2009; Torsten Veller <tove@gentoo.org> -perl-tk-804.027.ebuild, + -perl-tk-804.028.ebuild: + Cleanup 07 May 2009; Raúl Porcel <armin76@gentoo.org> perl-tk-804.028-r1.ebuild: alpha/arm/ia64/sh/sparc stable wrt #268187 diff --git a/dev-perl/perl-tk/perl-tk-804.027.ebuild b/dev-perl/perl-tk/perl-tk-804.027.ebuild deleted file mode 100644 index 339c4842f035..000000000000 --- a/dev-perl/perl-tk/perl-tk-804.027.ebuild +++ /dev/null @@ -1,34 +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/perl-tk/perl-tk-804.027.ebuild,v 1.26 2008/12/23 18:54:48 robbat2 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/" -SRC_URI="mirror://cpan/authors/id/N/NI/NI-S/${MY_P}.tar.gz" - -LICENSE="Artistic" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sh sparc x86 ~x86-fbsd" -IUSE="" - -DEPEND="x11-libs/libX11 - dev-lang/perl" - -myconf="-I/usr/include/ -l/usr/$(get_libdir)" - -mydoc="ToDo VERSIONS" - -# No test running here, requires an X server, and fails lots anyway. -SRC_TEST="skip" - -export X11ROOT=/usr - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/xorg.patch -} diff --git a/dev-perl/perl-tk/perl-tk-804.028.ebuild b/dev-perl/perl-tk/perl-tk-804.028.ebuild deleted file mode 100644 index 19d45ce9b7f0..000000000000 --- a/dev-perl/perl-tk/perl-tk-804.028.ebuild +++ /dev/null @@ -1,33 +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/perl-tk/perl-tk-804.028.ebuild,v 1.1 2008/12/23 18:54:48 robbat2 Exp $ - -MODULE_AUTHOR="SREZIC" -MY_P=Tk-${PV} -inherit perl-module eutils multilib - -S=${WORKDIR}/${MY_P} -DESCRIPTION="A Perl Module for Tk" - -LICENSE="Artistic" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" -IUSE="" - -DEPEND="x11-libs/libX11 - dev-lang/perl" - -myconf="-I/usr/include/ -l/usr/$(get_libdir)" - -mydoc="ToDo VERSIONS" - -# No test running here, requires an X server, and fails lots anyway. -SRC_TEST="skip" - -export X11ROOT=/usr - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/xorg.patch -} |