diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-02-24 09:47:25 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-02-24 09:47:25 +0000 |
commit | 3f289397273b240b072bd19cd59434358fef5f1d (patch) | |
tree | 8b3ba52729e39fbc11c80a7d161222787aa6f298 /dev-java/json-simple | |
parent | Stable for amd64, wrt bug #399993 (diff) | |
download | gentoo-2-3f289397273b240b072bd19cd59434358fef5f1d.tar.gz gentoo-2-3f289397273b240b072bd19cd59434358fef5f1d.tar.bz2 gentoo-2-3f289397273b240b072bd19cd59434358fef5f1d.zip |
Stable for amd64, wrt bug #399999
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'dev-java/json-simple')
-rw-r--r-- | dev-java/json-simple/ChangeLog | 7 | ||||
-rw-r--r-- | dev-java/json-simple/json-simple-1.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-java/json-simple/ChangeLog b/dev-java/json-simple/ChangeLog index b56cd44961f7..3159e73f697b 100644 --- a/dev-java/json-simple/ChangeLog +++ b/dev-java/json-simple/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/json-simple -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/json-simple/ChangeLog,v 1.11 2011/09/25 09:29:20 serkan Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/json-simple/ChangeLog,v 1.12 2012/02/24 09:47:25 ago Exp $ + + 24 Feb 2012; Agostino Sarubbo <ago@gentoo.org> json-simple-1.1.ebuild: + Stable for amd64, wrt bug #399999 25 Sep 2011; Serkan Kaba <serkan@gentoo.org> json-simple-1.1.ebuild: Fix license diff --git a/dev-java/json-simple/json-simple-1.1.ebuild b/dev-java/json-simple/json-simple-1.1.ebuild index dd034e381908..bd41b386017f 100644 --- a/dev-java/json-simple/json-simple-1.1.ebuild +++ b/dev-java/json-simple/json-simple-1.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/json-simple/json-simple-1.1.ebuild,v 1.2 2011/09/25 09:29:20 serkan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/json-simple/json-simple-1.1.ebuild,v 1.3 2012/02/24 09:47:25 ago Exp $ EAPI="2" JAVA_PKG_IUSE="source test" @@ -16,7 +16,7 @@ SRC_URI="http://json-simple.googlecode.com/files/${MY_P}.zip" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~ppc ~ppc64 ~x86" IUSE="" DEPEND=">=virtual/jdk-1.4 |