diff options
author | 2015-03-09 23:46:56 +0000 | |
---|---|---|
committer | 2015-03-09 23:46:56 +0000 | |
commit | 3e818f94994a0d6f90eb14623b61c9d7461de109 (patch) | |
tree | 58f3a3ec0e8bed3573241168018ef5b1a9bdf09b /dev-java | |
parent | Clean room implementation to replace the broken version in (diff) | |
download | gentoo-2-3e818f94994a0d6f90eb14623b61c9d7461de109.tar.gz gentoo-2-3e818f94994a0d6f90eb14623b61c9d7461de109.tar.bz2 gentoo-2-3e818f94994a0d6f90eb14623b61c9d7461de109.zip |
Fix double slash typo.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 9C6D7DE4)
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/jcip-annotations/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/jcip-annotations/jcip-annotations-1.0.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-java/jcip-annotations/ChangeLog b/dev-java/jcip-annotations/ChangeLog index c7dbced9a5b5..a0d98029c457 100644 --- a/dev-java/jcip-annotations/ChangeLog +++ b/dev-java/jcip-annotations/ChangeLog @@ -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 <chewi@gentoo.org> jcip-annotations-1.0.1.ebuild: + Fix double slash typo. *jcip-annotations-1.0.1 (09 Mar 2015) diff --git a/dev-java/jcip-annotations/jcip-annotations-1.0.1.ebuild b/dev-java/jcip-annotations/jcip-annotations-1.0.1.ebuild index 3dc21abc24ea..4537227aa403 100644 --- a/dev-java/jcip-annotations/jcip-annotations-1.0.1.ebuild +++ b/dev-java/jcip-annotations/jcip-annotations-1.0.1.ebuild @@ -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 @@ MY_P="${PN}-$(replace_version_separator $(get_last_version_component_index) -)" 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" |