summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaik Schreiber <blizzy@gentoo.org>2002-12-14 12:09:22 +0000
committerMaik Schreiber <blizzy@gentoo.org>2002-12-14 12:09:22 +0000
commitc7c9a86559691be9aac5e247084350648e8c7a53 (patch)
tree1d32e1840a843e19cbc2da761c55c76cee030213 /app-misc/perltrash
parentadded bug # to ChangeLog (diff)
downloadhistorical-c7c9a86559691be9aac5e247084350648e8c7a53.tar.gz
historical-c7c9a86559691be9aac5e247084350648e8c7a53.tar.bz2
historical-c7c9a86559691be9aac5e247084350648e8c7a53.zip
new version
Diffstat (limited to 'app-misc/perltrash')
-rw-r--r--app-misc/perltrash/ChangeLog6
-rw-r--r--app-misc/perltrash/files/digest-perltrash-0.31
-rw-r--r--app-misc/perltrash/perltrash-0.3.ebuild17
3 files changed, 23 insertions, 1 deletions
diff --git a/app-misc/perltrash/ChangeLog b/app-misc/perltrash/ChangeLog
index ff1a98605f19..4de413263ba6 100644
--- a/app-misc/perltrash/ChangeLog
+++ b/app-misc/perltrash/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-misc/perltrash
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/perltrash/ChangeLog,v 1.3 2002/12/07 18:26:22 blizzy Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/perltrash/ChangeLog,v 1.4 2002/12/14 12:09:21 blizzy Exp $
+
+*perltrash-0.3 (14 Dec 2002)
+
+ 14 Dec 2002; Maik Schreiber <blizzy@gentoo.org> : New version.
*perltrash-0.2 (07 Dec 2002)
diff --git a/app-misc/perltrash/files/digest-perltrash-0.3 b/app-misc/perltrash/files/digest-perltrash-0.3
new file mode 100644
index 000000000000..7f1a281c9506
--- /dev/null
+++ b/app-misc/perltrash/files/digest-perltrash-0.3
@@ -0,0 +1 @@
+MD5 ea7bc714b951559671fbb83a5b195946 perltrash-0.3.tar.bz2 10849
diff --git a/app-misc/perltrash/perltrash-0.3.ebuild b/app-misc/perltrash/perltrash-0.3.ebuild
new file mode 100644
index 000000000000..29a67154cb32
--- /dev/null
+++ b/app-misc/perltrash/perltrash-0.3.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/perltrash/perltrash-0.3.ebuild,v 1.1 2002/12/14 12:09:18 blizzy Exp $
+
+DESCRIPTION="Command-line trash can emulation"
+HOMEPAGE="http://www.iq-computing.de/perltrash"
+SRC_URI="ftp://www.iq-computing.de/${PN}/${P}.tar.bz2"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86 ppc"
+
+RDEPEND=">=sys-devel/perl-5"
+
+src_install() {
+ newbin perltrash.pl perltrash
+ dodoc COPYING.txt README.txt
+}