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 | 1536308283e150fa3a50ed67b5741b34db4fde22 (patch) | |
tree | eb9da542e5a8e1a7bdf0808c2a9041e7d0ac3e2c /app-misc/perltrash | |
parent | New version (diff) | |
download | historical-1536308283e150fa3a50ed67b5741b34db4fde22.tar.gz historical-1536308283e150fa3a50ed67b5741b34db4fde22.tar.bz2 historical-1536308283e150fa3a50ed67b5741b34db4fde22.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 +} |