diff options
author | Maik Schreiber <blizzy@gentoo.org> | 2002-11-29 23:27:45 +0000 |
---|---|---|
committer | Maik Schreiber <blizzy@gentoo.org> | 2002-11-29 23:27:45 +0000 |
commit | 67707bcb214cdfa01b03c8c0d0fc6c09b88f1aea (patch) | |
tree | 767cda7102eeba47ccd4cf4e339f0f10555251c1 /app-misc/perltrash | |
parent | New version (diff) | |
download | gentoo-2-67707bcb214cdfa01b03c8c0d0fc6c09b88f1aea.tar.gz gentoo-2-67707bcb214cdfa01b03c8c0d0fc6c09b88f1aea.tar.bz2 gentoo-2-67707bcb214cdfa01b03c8c0d0fc6c09b88f1aea.zip |
initial import
Diffstat (limited to 'app-misc/perltrash')
-rw-r--r-- | app-misc/perltrash/ChangeLog | 7 | ||||
-rw-r--r-- | app-misc/perltrash/files/digest-perltrash-0.1 | 1 | ||||
-rw-r--r-- | app-misc/perltrash/perltrash-0.1.ebuild | 17 |
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 +} |