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, 05 Jul 2016 07:28:41
Message-Id: 1467701523.90b4515980368dda9e452b41a43289f39fef02f0.monsieurp@gentoo
1 commit: 90b4515980368dda9e452b41a43289f39fef02f0
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 5 06:52:03 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 5 06:52:03 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90b45159
7
8 app-misc/perltrash: EAPI 6 bump.
9
10 Package-Manager: portage-2.2.28
11
12 app-misc/perltrash/perltrash-0.3-r1.ebuild | 21 +++++++++++++++++++++
13 1 file changed, 21 insertions(+)
14
15 diff --git a/app-misc/perltrash/perltrash-0.3-r1.ebuild b/app-misc/perltrash/perltrash-0.3-r1.ebuild
16 new file mode 100644
17 index 0000000..def544e
18 --- /dev/null
19 +++ b/app-misc/perltrash/perltrash-0.3-r1.ebuild
20 @@ -0,0 +1,21 @@
21 +# Copyright 1999-2016 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +# $Id$
24 +
25 +EAPI=6
26 +
27 +DESCRIPTION="Command-line trash can emulation"
28 +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
29 +SRC_URI="ftp://www.iq-computing.de/${PN}/${P}.tar.bz2"
30 +
31 +LICENSE="GPL-2"
32 +SLOT="0"
33 +KEYWORDS="~amd64 ~ppc ~x86"
34 +IUSE=""
35 +
36 +RDEPEND="dev-lang/perl"
37 +
38 +src_install() {
39 + newbin "${PN}.pl" "${PN}"
40 + dodoc README.txt
41 +}