summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-misc/perltrash/ChangeLog7
-rw-r--r--app-misc/perltrash/files/digest-perltrash-0.11
-rw-r--r--app-misc/perltrash/perltrash-0.1.ebuild17
3 files changed, 25 insertions, 0 deletions
diff --git a/app-misc/perltrash/ChangeLog b/app-misc/perltrash/ChangeLog
new file mode 100644
index 000000000000..ce90d5dae83e
--- /dev/null
+++ b/app-misc/perltrash/ChangeLog
@@ -0,0 +1,7 @@
+# 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.1 2002/11/29 23:27:45 blizzy Exp $
+
+*perltrash-0.1 (30 Nov 2002)
+
+ 30 Nov 2002; Maik Schreiber <blizzy@gentoo.org> : Initial import.
diff --git a/app-misc/perltrash/files/digest-perltrash-0.1 b/app-misc/perltrash/files/digest-perltrash-0.1
new file mode 100644
index 000000000000..73dc5c811f33
--- /dev/null
+++ b/app-misc/perltrash/files/digest-perltrash-0.1
@@ -0,0 +1 @@
+MD5 4caab5608849e87031210fbb1651f027 perltrash-0.1.tar.bz2 8647
diff --git a/app-misc/perltrash/perltrash-0.1.ebuild b/app-misc/perltrash/perltrash-0.1.ebuild
new file mode 100644
index 000000000000..6738193f9316
--- /dev/null
+++ b/app-misc/perltrash/perltrash-0.1.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.1.ebuild,v 1.1 2002/11/29 23:27:45 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"
+
+RDEPEND=">=sys-devel/perl-5"
+
+src_install() {
+ newbin perltrash.pl perltrash
+ dodoc COPYING.txt README.txt
+}