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: Fri, 28 Apr 2017 22:41:36
Message-Id: 1493419280.0b96f69bbdb94be9d5b5d01fd0ded0c86b0861ea.monsieurp@gentoo
1 commit: 0b96f69bbdb94be9d5b5d01fd0ded0c86b0861ea
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 28 22:40:46 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 28 22:41:20 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b96f69b
7
8 www-misc/surl: clean up old.
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 www-misc/surl/surl-0.7.1.1.ebuild | 23 -----------------------
13 1 file changed, 23 deletions(-)
14
15 diff --git a/www-misc/surl/surl-0.7.1.1.ebuild b/www-misc/surl/surl-0.7.1.1.ebuild
16 deleted file mode 100644
17 index a1db5f1dfc0..00000000000
18 --- a/www-misc/surl/surl-0.7.1.1.ebuild
19 +++ /dev/null
20 @@ -1,23 +0,0 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=5
25 -
26 -PYTHON_COMPAT=( python2_7 )
27 -
28 -inherit distutils-r1
29 -
30 -DESCRIPTION="URL shortening command line application that supports various sites"
31 -HOMEPAGE="https://launchpad.net/surl"
32 -SRC_URI="https://launchpad.net/${PN}/trunk/${PV%.*}/+download/${P}.tar.gz"
33 -
34 -LICENSE="GPL-3"
35 -SLOT="0"
36 -KEYWORDS="amd64 x86"
37 -IUSE=""
38 -
39 -src_install() {
40 - distutils-r1_src_install
41 -
42 - dodoc AUTHORS || die "doc install failed"
43 -}