Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/perltrash/
Date: Tue, 27 Dec 2016 00:05:52
Message-Id: 1482797127.d1873c454811424a50a956f2d7ba185316dba956.monsieurp@gentoo
1 commit: d1873c454811424a50a956f2d7ba185316dba956
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 26 19:55:13 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 27 00:05:27 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1873c45
7
8 app-misc/perltrash: clean up old.
9
10 Package-Manager: portage-2.3.0
11
12 app-misc/perltrash/perltrash-0.3.ebuild | 19 -------------------
13 1 file changed, 19 deletions(-)
14
15 diff --git a/app-misc/perltrash/perltrash-0.3.ebuild b/app-misc/perltrash/perltrash-0.3.ebuild
16 deleted file mode 100644
17 index 557e753..00000000
18 --- a/app-misc/perltrash/perltrash-0.3.ebuild
19 +++ /dev/null
20 @@ -1,19 +0,0 @@
21 -# Copyright 1999-2005 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -DESCRIPTION="Command-line trash can emulation"
26 -HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
27 -SRC_URI="ftp://www.iq-computing.de/${PN}/${P}.tar.bz2"
28 -
29 -LICENSE="GPL-2"
30 -SLOT="0"
31 -KEYWORDS="x86 ppc amd64"
32 -IUSE=""
33 -
34 -RDEPEND=">=dev-lang/perl-5"
35 -
36 -src_install() {
37 - newbin perltrash.pl perltrash || die
38 - dodoc README.txt
39 -}