summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaik Schreiber <blizzy@gentoo.org>2002-12-07 18:26:22 +0000
committerMaik Schreiber <blizzy@gentoo.org>2002-12-07 18:26:22 +0000
commit630f6d953691b5815bf63f3d2ab3bac73276a4d6 (patch)
tree124e2dcf3bb85052e93a4451aa445729ead91310 /app-misc/perltrash
parentjust changed x86 to ~x86 (testing!) (diff)
downloadgentoo-2-630f6d953691b5815bf63f3d2ab3bac73276a4d6.tar.gz
gentoo-2-630f6d953691b5815bf63f3d2ab3bac73276a4d6.tar.bz2
gentoo-2-630f6d953691b5815bf63f3d2ab3bac73276a4d6.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.21
-rw-r--r--app-misc/perltrash/perltrash-0.2.ebuild17
3 files changed, 23 insertions, 1 deletions
diff --git a/app-misc/perltrash/ChangeLog b/app-misc/perltrash/ChangeLog
index fd3d1a73a5af..ff1a98605f19 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.2 2002/11/30 15:50:32 cybersystem Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/perltrash/ChangeLog,v 1.3 2002/12/07 18:26:22 blizzy Exp $
+
+*perltrash-0.2 (07 Dec 2002)
+
+ 07 Dec 2002; Maik Schreiber <blizzy@gentoo.org> : New version.
*perltrash-0.1 (30 Nov 2002)
diff --git a/app-misc/perltrash/files/digest-perltrash-0.2 b/app-misc/perltrash/files/digest-perltrash-0.2
new file mode 100644
index 000000000000..fdeb1fedc404
--- /dev/null
+++ b/app-misc/perltrash/files/digest-perltrash-0.2
@@ -0,0 +1 @@
+MD5 eeb9b56cdf352ed90b882b5315d3cc41 perltrash-0.2.tar.bz2 10682
diff --git a/app-misc/perltrash/perltrash-0.2.ebuild b/app-misc/perltrash/perltrash-0.2.ebuild
new file mode 100644
index 000000000000..c8b8556d97ea
--- /dev/null
+++ b/app-misc/perltrash/perltrash-0.2.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.2.ebuild,v 1.1 2002/12/07 18:26:22 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
+}