diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-10 20:10:33 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-10 20:10:33 +0000 |
commit | c66f38475dd4f4b98809857c83412a9b930cc76f (patch) | |
tree | 89bf00c63967c371565531455fe286c6ef9cb9d8 /www-misc | |
parent | QA: drop trailing '.' from DESCRIPTION (diff) | |
download | gentoo-2-c66f38475dd4f4b98809857c83412a9b930cc76f.tar.gz gentoo-2-c66f38475dd4f4b98809857c83412a9b930cc76f.tar.bz2 gentoo-2-c66f38475dd4f4b98809857c83412a9b930cc76f.zip |
QA: drop trailing '.' from DESCRIPTION
(Portage version: 2.2.11_p9/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'www-misc')
-rw-r--r-- | www-misc/surl/ChangeLog | 7 | ||||
-rw-r--r-- | www-misc/surl/surl-0.7.0-r1.ebuild | 6 | ||||
-rw-r--r-- | www-misc/surl/surl-0.7.1.1.ebuild | 4 |
3 files changed, 10 insertions, 7 deletions
diff --git a/www-misc/surl/ChangeLog b/www-misc/surl/ChangeLog index ca65e50beaac..82340d7b2c9f 100644 --- a/www-misc/surl/ChangeLog +++ b/www-misc/surl/ChangeLog @@ -1,6 +1,10 @@ # 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.3 2014/05/08 04:24:51 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-misc/surl/ChangeLog,v 1.4 2014/08/10 20:10:33 slyfox Exp $ + + 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> surl-0.7.0-r1.ebuild, + surl-0.7.1.1.ebuild: + QA: drop trailing '.' from DESCRIPTION *surl-0.7.1.1 (08 May 2014) @@ -18,4 +22,3 @@ 25 Apr 2010; Alex Alexander <wired@gentoo.org> +surl-0.7.0.ebuild, +metadata.xml: new ebuild - diff --git a/www-misc/surl/surl-0.7.0-r1.ebuild b/www-misc/surl/surl-0.7.0-r1.ebuild index 806c801e70e1..8be9c68c28b7 100644 --- a/www-misc/surl/surl-0.7.0-r1.ebuild +++ b/www-misc/surl/surl-0.7.0-r1.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2010 Gentoo Foundation +# 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.1 2010/04/26 09:00:26 wired Exp $ +# $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." +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" diff --git a/www-misc/surl/surl-0.7.1.1.ebuild b/www-misc/surl/surl-0.7.1.1.ebuild index 302411eadd2b..6b5c62836049 100644 --- a/www-misc/surl/surl-0.7.1.1.ebuild +++ b/www-misc/surl/surl-0.7.1.1.ebuild @@ -1,6 +1,6 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/www-misc/surl/surl-0.7.1.1.ebuild,v 1.2 2014/08/10 20:10:33 slyfox Exp $ EAPI=5 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 -DESCRIPTION="URL shortening command line application that supports various sites." +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" |