Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-misc/surl/
Date: Wed, 15 Feb 2017 23:00:28
Message-Id: 1487199615.b43336a8ef5b963f453e846885a3abfcb7bf10ff.monsieurp@gentoo
1 commit: b43336a8ef5b963f453e846885a3abfcb7bf10ff
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 15 22:32:27 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 15 23:00:15 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b43336a8
7
8 www-misc/surl: EAPI 6 bump.
9
10 Package-Manager: portage-2.3.3
11
12 www-misc/surl/surl-0.7.1.1-r1.ebuild | 24 ++++++++++++++++++++++++
13 1 file changed, 24 insertions(+)
14
15 diff --git a/www-misc/surl/surl-0.7.1.1-r1.ebuild b/www-misc/surl/surl-0.7.1.1-r1.ebuild
16 new file mode 100644
17 index 0000000000..5f36b1766d
18 --- /dev/null
19 +++ b/www-misc/surl/surl-0.7.1.1-r1.ebuild
20 @@ -0,0 +1,24 @@
21 +# Copyright 1999-2017 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +# $Id$
24 +
25 +EAPI=6
26 +
27 +PYTHON_COMPAT=( python2_7 )
28 +
29 +inherit distutils-r1
30 +
31 +DESCRIPTION="URL shortening command line application that supports various sites"
32 +HOMEPAGE="https://launchpad.net/surl"
33 +SRC_URI="https://launchpad.net/${PN}/trunk/${PV%.*}/+download/${P}.tar.gz"
34 +
35 +LICENSE="GPL-3"
36 +SLOT="0"
37 +KEYWORDS="~amd64 ~x86"
38 +
39 +DOCS=( AUTHORS )
40 +
41 +src_install() {
42 + distutils-r1_src_install
43 + einstalldocs
44 +}