summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-06-09 00:48:47 +0000
committerAchim Gottinger <achim@gentoo.org>2001-06-09 00:48:47 +0000
commit6c43e6f260c0d703bc52a7889c714b5b4f9a5135 (patch)
tree81dcfc5770090104955045a4f839d8acd293d70a /dev-perl/perl-tk
parentSome cleanup (diff)
downloadhistorical-6c43e6f260c0d703bc52a7889c714b5b4f9a5135.tar.gz
historical-6c43e6f260c0d703bc52a7889c714b5b4f9a5135.tar.bz2
historical-6c43e6f260c0d703bc52a7889c714b5b4f9a5135.zip
Some cleanup
Diffstat (limited to 'dev-perl/perl-tk')
-rw-r--r--dev-perl/perl-tk/files/digest-perl-tk800-0221
-rw-r--r--dev-perl/perl-tk/perl-tk800-022.ebuild35
2 files changed, 0 insertions, 36 deletions
diff --git a/dev-perl/perl-tk/files/digest-perl-tk800-022 b/dev-perl/perl-tk/files/digest-perl-tk800-022
deleted file mode 100644
index 4d8222c5016b..000000000000
--- a/dev-perl/perl-tk/files/digest-perl-tk800-022
+++ /dev/null
@@ -1 +0,0 @@
-MD5 de9a786d4be9b0f4e28ab4b2143524e0 Tk800.022.tar.gz
diff --git a/dev-perl/perl-tk/perl-tk800-022.ebuild b/dev-perl/perl-tk/perl-tk800-022.ebuild
deleted file mode 100644
index 6e6829f00951..000000000000
--- a/dev-perl/perl-tk/perl-tk800-022.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/perl-tk/perl-tk800-022.ebuild,v 1.6 2001/05/03 16:38:58 achim Exp $
-
-P=Tk800.022
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="A Perl Module for Tk"
-SRC_URI="http://cpan.valueclick.com/modules/by-module/Tk/${A}"
-HOMEPAGE="http://cpan.valueclick.com/modules/by-module/Tk/${P}.readme"
-
-DEPEND=">=sys-devel/perl-5
- virtual/x11"
-
-src_compile() {
-
- perl Makefile.PL
- try make
-# try make test
-
-}
-
-src_install () {
-
- try make PREFIX=${D}/usr INSTALLMAN3DIR=${D}/usr/share/man/man3 \
- INSTALLMAN1DIR=${D}/usr/share/man/man1 install
- dodoc Change.log Changes COPYING README* MANIFEST*
- dodoc ToDo VERSIONS
-}
-
-
-
-
-