From ce463fdfd9fc14f96c27e7d8e54ff45feb2b6f41 Mon Sep 17 00:00:00 2001 From: Miroslav Šulc Date: Sun, 25 Dec 2011 22:19:42 +0000 Subject: dev-java/sat4j-core: version 2.3.1 has to be slotted (Portage version: 2.1.10.43/cvs/Linux x86_64) --- dev-java/sat4j-core/ChangeLog | 8 +++- dev-java/sat4j-core/sat4j-core-2.3.1-r1.ebuild | 59 ++++++++++++++++++++++++++ dev-java/sat4j-core/sat4j-core-2.3.1.ebuild | 59 -------------------------- 3 files changed, 66 insertions(+), 60 deletions(-) create mode 100644 dev-java/sat4j-core/sat4j-core-2.3.1-r1.ebuild delete mode 100644 dev-java/sat4j-core/sat4j-core-2.3.1.ebuild (limited to 'dev-java') diff --git a/dev-java/sat4j-core/ChangeLog b/dev-java/sat4j-core/ChangeLog index 2bc946866a27..5e05c2b18588 100644 --- a/dev-java/sat4j-core/ChangeLog +++ b/dev-java/sat4j-core/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-java/sat4j-core # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/sat4j-core/ChangeLog,v 1.11 2011/12/25 22:14:11 fordfrog Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/sat4j-core/ChangeLog,v 1.12 2011/12/25 22:19:42 fordfrog Exp $ + +*sat4j-core-2.3.1-r1 (25 Dec 2011) + + 25 Dec 2011; Miroslav Šulc -sat4j-core-2.3.1.ebuild, + +sat4j-core-2.3.1-r1.ebuild: + Version 2.3.1 has to be slotted *sat4j-core-2.3.1 (25 Dec 2011) diff --git a/dev-java/sat4j-core/sat4j-core-2.3.1-r1.ebuild b/dev-java/sat4j-core/sat4j-core-2.3.1-r1.ebuild new file mode 100644 index 000000000000..1901c12d124c --- /dev/null +++ b/dev-java/sat4j-core/sat4j-core-2.3.1-r1.ebuild @@ -0,0 +1,59 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/sat4j-core/sat4j-core-2.3.1-r1.ebuild,v 1.1 2011/12/25 22:19:42 fordfrog Exp $ + +EAPI="2" + +MY_PN="org.${PN//-/.}" +MY_PV="20111030" +BUILD_PV="2.4" +JAVA_PKG_IUSE="doc source" + +inherit java-pkg-2 java-ant-2 + +DESCRIPTION="Lightweight constraint programming with a SAT solver" +HOMEPAGE="http://www.sat4j.org/" +SRC_URI="http://download.forge.objectweb.org/sat4j/${PN}-v${MY_PV}.zip + http://download.forge.objectweb.org/sat4j/build-${BUILD_PV}.xml -> ${P}-build.xml" +LICENSE="LGPL-2.1" +SLOT="2.3" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=virtual/jre-1.5" +DEPEND=">=virtual/jdk-1.5" + +S="${WORKDIR}" + +src_unpack() { + unpack ${PN}-v${MY_PV}.zip +} + +java_prepare() { + mkdir -p core/{lib,src} || die + + # Don't complain about missing javadoc stylesheet. + touch core/lib/stylesheet.css + + # Grab build.xml. Don't fetch from CVS. Version file is gone. + sed -e 's/depends="prepare,getsource"/depends="prepare"/g' \ + -e '/ build.xml || die + + # Unpack manifest. + cd core || die + jar xf "${WORKDIR}/${MY_PN}.jar" META-INF || die + + # Unpack sources. + cd src || die + jar xf "${WORKDIR}/${MY_PN}-src.jar" || die +} + +EANT_BUILD_TARGET="core" +EANT_DOC_TARGET="javadoc -Dmodule=core -Dlib=core/lib" + +src_install() { + java-pkg_dojar dist/CUSTOM/${MY_PN}.jar + use doc && java-pkg_dojavadoc api/core + use source && java-pkg_dosrc core/src/org +} diff --git a/dev-java/sat4j-core/sat4j-core-2.3.1.ebuild b/dev-java/sat4j-core/sat4j-core-2.3.1.ebuild deleted file mode 100644 index 2324234cc4a5..000000000000 --- a/dev-java/sat4j-core/sat4j-core-2.3.1.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/sat4j-core/sat4j-core-2.3.1.ebuild,v 1.1 2011/12/25 22:14:11 fordfrog Exp $ - -EAPI="2" - -MY_PN="org.${PN//-/.}" -MY_PV="20111030" -BUILD_PV="2.4" -JAVA_PKG_IUSE="doc source" - -inherit java-pkg-2 java-ant-2 - -DESCRIPTION="Lightweight constraint programming with a SAT solver" -HOMEPAGE="http://www.sat4j.org/" -SRC_URI="http://download.forge.objectweb.org/sat4j/${PN}-v${MY_PV}.zip - http://download.forge.objectweb.org/sat4j/build-${BUILD_PV}.xml -> ${P}-build.xml" -LICENSE="LGPL-2.1" -SLOT="2" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=virtual/jre-1.5" -DEPEND=">=virtual/jdk-1.5" - -S="${WORKDIR}" - -src_unpack() { - unpack ${PN}-v${MY_PV}.zip -} - -java_prepare() { - mkdir -p core/{lib,src} || die - - # Don't complain about missing javadoc stylesheet. - touch core/lib/stylesheet.css - - # Grab build.xml. Don't fetch from CVS. Version file is gone. - sed -e 's/depends="prepare,getsource"/depends="prepare"/g' \ - -e '/ build.xml || die - - # Unpack manifest. - cd core || die - jar xf "${WORKDIR}/${MY_PN}.jar" META-INF || die - - # Unpack sources. - cd src || die - jar xf "${WORKDIR}/${MY_PN}-src.jar" || die -} - -EANT_BUILD_TARGET="core" -EANT_DOC_TARGET="javadoc -Dmodule=core -Dlib=core/lib" - -src_install() { - java-pkg_dojar dist/CUSTOM/${MY_PN}.jar - use doc && java-pkg_dojavadoc api/core - use source && java-pkg_dosrc core/src/org -} -- cgit v1.2.3-65-gdbad