summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-03-28 23:15:03 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-03-28 23:15:03 +0000
commit1aac0588efd898315229b122a95b41cc73d1e12a (patch)
tree61ae4cd523fad05748b98f608c888826edf04490 /www-misc
parentRemove old. (diff)
downloadgentoo-2-1aac0588efd898315229b122a95b41cc73d1e12a.tar.gz
gentoo-2-1aac0588efd898315229b122a95b41cc73d1e12a.tar.bz2
gentoo-2-1aac0588efd898315229b122a95b41cc73d1e12a.zip
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'www-misc')
-rw-r--r--www-misc/surl/ChangeLog7
-rw-r--r--www-misc/surl/surl-0.7.0-r1.ebuild27
2 files changed, 5 insertions, 29 deletions
diff --git a/www-misc/surl/ChangeLog b/www-misc/surl/ChangeLog
index 82340d7b2c9f..ac90810932bc 100644
--- a/www-misc/surl/ChangeLog
+++ b/www-misc/surl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for www-misc/surl
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-misc/surl/ChangeLog,v 1.4 2014/08/10 20:10:33 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-misc/surl/ChangeLog,v 1.5 2015/03/28 23:15:03 mrueg Exp $
+
+ 28 Mar 2015; Manuel Rüger <mrueg@gentoo.org> -surl-0.7.0-r1.ebuild:
+ Remove old.
10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> surl-0.7.0-r1.ebuild,
surl-0.7.1.1.ebuild:
diff --git a/www-misc/surl/surl-0.7.0-r1.ebuild b/www-misc/surl/surl-0.7.0-r1.ebuild
deleted file mode 100644
index 8be9c68c28b7..000000000000
--- a/www-misc/surl/surl-0.7.0-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-misc/surl/surl-0.7.0-r1.ebuild,v 1.2 2014/08/10 20:10:33 slyfox Exp $
-
-EAPI=3
-PYTHON_DEPEND=2
-
-inherit distutils
-
-DESCRIPTION="URL shortening command line application that supports various sites"
-HOMEPAGE="http://launchpad.net/surl"
-SRC_URI="http://launchpad.net/${PN}/trunk/${PV%.*}/+download/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-pkg_setup() {
- python_set_active_version 2
-}
-
-src_install() {
- distutils_src_install
-
- dodoc AUTHORS.txt || die "doc install failed"
-}