summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Alexander <wired@gentoo.org>2014-05-08 04:24:51 +0000
committerAlex Alexander <wired@gentoo.org>2014-05-08 04:24:51 +0000
commit271462a9f08600f05d7f7931f3d780f70a233120 (patch)
tree02d6946624d0ab21dcccafc9dbf10eb0620022e9 /www-misc
parentmaintainer-needed (diff)
downloadgentoo-2-271462a9f08600f05d7f7931f3d780f70a233120.tar.gz
gentoo-2-271462a9f08600f05d7f7931f3d780f70a233120.tar.bz2
gentoo-2-271462a9f08600f05d7f7931f3d780f70a233120.zip
version bump
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EB9B4AFA)
Diffstat (limited to 'www-misc')
-rw-r--r--www-misc/surl/ChangeLog9
-rw-r--r--www-misc/surl/surl-0.7.1.1.ebuild24
2 files changed, 31 insertions, 2 deletions
diff --git a/www-misc/surl/ChangeLog b/www-misc/surl/ChangeLog
index 14a874c26914..ca65e50beaac 100644
--- a/www-misc/surl/ChangeLog
+++ b/www-misc/surl/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for www-misc/surl
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-misc/surl/ChangeLog,v 1.2 2010/04/26 09:00:26 wired Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-misc/surl/ChangeLog,v 1.3 2014/05/08 04:24:51 wired Exp $
+
+*surl-0.7.1.1 (08 May 2014)
+
+ 08 May 2014; Alex Alexander <wired@gentoo.org> +surl-0.7.1.1.ebuild:
+ version bump
*surl-0.7.0-r1 (26 Apr 2010)
diff --git a/www-misc/surl/surl-0.7.1.1.ebuild b/www-misc/surl/surl-0.7.1.1.ebuild
new file mode 100644
index 000000000000..302411eadd2b
--- /dev/null
+++ b/www-misc/surl/surl-0.7.1.1.ebuild
@@ -0,0 +1,24 @@
+# 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.1.1.ebuild,v 1.1 2014/05/08 04:24:51 wired Exp $
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+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=""
+
+src_install() {
+ distutils-r1_src_install
+
+ dodoc AUTHORS || die "doc install failed"
+}