diff options
author | Markus Meier <maekke@gentoo.org> | 2009-01-10 15:11:30 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-01-10 15:11:30 +0000 |
commit | a2c9b6ac30631e198afe1e4726735e530c767747 (patch) | |
tree | 671d818f6542afec235df0c9238a8fd6a7f02c04 /dev-java/slf4j-api | |
parent | Removed old version. (diff) | |
download | gentoo-2-a2c9b6ac30631e198afe1e4726735e530c767747.tar.gz gentoo-2-a2c9b6ac30631e198afe1e4726735e530c767747.tar.bz2 gentoo-2-a2c9b6ac30631e198afe1e4726735e530c767747.zip |
amd64/x86 stable, bug #253054
(Portage version: 2.1.6.4/cvs/Linux 2.6.28 x86_64)
Diffstat (limited to 'dev-java/slf4j-api')
-rw-r--r-- | dev-java/slf4j-api/ChangeLog | 7 | ||||
-rw-r--r-- | dev-java/slf4j-api/slf4j-api-1.5.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-java/slf4j-api/ChangeLog b/dev-java/slf4j-api/ChangeLog index c938b6d73822..48236d0146ed 100644 --- a/dev-java/slf4j-api/ChangeLog +++ b/dev-java/slf4j-api/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/slf4j-api -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/slf4j-api/ChangeLog,v 1.4 2008/07/26 07:47:58 corsair Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/slf4j-api/ChangeLog,v 1.5 2009/01/10 15:11:30 maekke Exp $ + + 10 Jan 2009; Markus Meier <maekke@gentoo.org> slf4j-api-1.5.2.ebuild: + amd64/x86 stable, bug #253054 26 Jul 2008; Markus Rothe <corsair@gentoo.org> ChangeLog: Added ~ppc; bug #232411 diff --git a/dev-java/slf4j-api/slf4j-api-1.5.2.ebuild b/dev-java/slf4j-api/slf4j-api-1.5.2.ebuild index d4260ce0d481..0eadf74a4a52 100644 --- a/dev-java/slf4j-api/slf4j-api-1.5.2.ebuild +++ b/dev-java/slf4j-api/slf4j-api-1.5.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/slf4j-api/slf4j-api-1.5.2.ebuild,v 1.3 2008/07/26 07:43:30 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/slf4j-api/slf4j-api-1.5.2.ebuild,v 1.4 2009/01/10 15:11:30 maekke Exp $ JAVA_PKG_IUSE="doc source" @@ -11,7 +11,7 @@ HOMEPAGE="http://www.slf4j.org/" SRC_URI="mirror://gentoo/${P}-sources.jar" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~ppc ~ppc64 x86" IUSE="" RDEPEND=">=virtual/jre-1.4" |