wired 14/05/08 04:24:51 Modified: ChangeLog Added: surl-0.7.1.1.ebuild Log: version bump (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EB9B4AFA)
Revision Changes Path 1.3 www-misc/surl/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/surl/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/surl/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/surl/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/www-misc/surl/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 26 Apr 2010 09:00:26 -0000 1.2 +++ ChangeLog 8 May 2014 04:24:51 -0000 1.3 @@ -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 <[email protected]> +surl-0.7.1.1.ebuild: + version bump *surl-0.7.0-r1 (26 Apr 2010) 1.1 www-misc/surl/surl-0.7.1.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/surl/surl-0.7.1.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/surl/surl-0.7.1.1.ebuild?rev=1.1&content-type=text/plain Index: surl-0.7.1.1.ebuild =================================================================== # 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" }
