chewi 15/03/09 23:46:56 Modified: jcip-annotations-1.0.1.ebuild ChangeLog Log: Fix double slash typo. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 9C6D7DE4)
Revision Changes Path 1.2 dev-java/jcip-annotations/jcip-annotations-1.0.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jcip-annotations/jcip-annotations-1.0.1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jcip-annotations/jcip-annotations-1.0.1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jcip-annotations/jcip-annotations-1.0.1.ebuild?r1=1.1&r2=1.2 Index: jcip-annotations-1.0.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-java/jcip-annotations/jcip-annotations-1.0.1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- jcip-annotations-1.0.1.ebuild 9 Mar 2015 23:43:05 -0000 1.1 +++ jcip-annotations-1.0.1.ebuild 9 Mar 2015 23:46:56 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jcip-annotations/jcip-annotations-1.0.1.ebuild,v 1.1 2015/03/09 23:43:05 chewi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jcip-annotations/jcip-annotations-1.0.1.ebuild,v 1.2 2015/03/09 23:46:56 chewi Exp $ EAPI=5 @@ -12,7 +12,7 @@ DESCRIPTION="Clean room implementation of the JCIP Annotations" HOMEPAGE="https://github.com/stephenc/jcip-annotations" -SRC_URI="https://github.com/stephenc//${PN}/archive/${MY_P}.tar.gz" +SRC_URI="https://github.com/stephenc/${PN}/archive/${MY_P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" 1.2 dev-java/jcip-annotations/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jcip-annotations/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jcip-annotations/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jcip-annotations/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-java/jcip-annotations/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 9 Mar 2015 23:43:05 -0000 1.1 +++ ChangeLog 9 Mar 2015 23:46:56 -0000 1.2 @@ -1,6 +1,9 @@ # ChangeLog for dev-java/jcip-annotations # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jcip-annotations/ChangeLog,v 1.1 2015/03/09 23:43:05 chewi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jcip-annotations/ChangeLog,v 1.2 2015/03/09 23:46:56 chewi Exp $ + + 09 Mar 2015; James Le Cuirot <[email protected]> jcip-annotations-1.0.1.ebuild: + Fix double slash typo. *jcip-annotations-1.0.1 (09 Mar 2015)
