* [gentoo-commits] gentoo-x86 commit in dev-java/sat4j-core: metadata.xml ChangeLog sat4j-core-2.1.ebuild
@ 2009-12-09 9:48 Alistair Bush (ali_bush)
0 siblings, 0 replies; only message in thread
From: Alistair Bush (ali_bush) @ 2009-12-09 9:48 UTC (permalink / raw
To: gentoo-commits
ali_bush 09/12/09 09:48:05
Added: metadata.xml ChangeLog sat4j-core-2.1.ebuild
Log:
Move into main tree to await the arrival of eclipse-sdk.
(Portage version: 2.1.7.10/cvs/Linux x86_64)
Revision Changes Path
1.1 dev-java/sat4j-core/metadata.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/sat4j-core/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/sat4j-core/metadata.xml?rev=1.1&content-type=text/plain
Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>java</herd>
</pkgmetadata>
1.1 dev-java/sat4j-core/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/sat4j-core/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/sat4j-core/ChangeLog?rev=1.1&content-type=text/plain
Index: ChangeLog
===================================================================
# ChangeLog for dev-java/sat4j-core
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/sat4j-core/ChangeLog,v 1.1 2009/12/09 09:48:05 ali_bush Exp $
09 Dec 2009; Alistair Bush <ali_bush@gentoo.org> +sat4j-core-2.1.ebuild,
+metadata.xml:
Move into main tree to await the arrival of eclipse-sdk.
*sat4j-core-2.1 (03 Nov 2009)
03 Nov 2009; Alistair Bush <ali_bush@gentoo.org> +sat4j-core-2.1.ebuild,
+metadata.xml:
New Ebuild based on the work done by Matt Whitlock <matt@whitlock.name>
1.1 dev-java/sat4j-core/sat4j-core-2.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/sat4j-core/sat4j-core-2.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/sat4j-core/sat4j-core-2.1.ebuild?rev=1.1&content-type=text/plain
Index: sat4j-core-2.1.ebuild
===================================================================
# Copyright 1999-2009 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.1.ebuild,v 1.1 2009/12/09 09:48:05 ali_bush Exp $
EAPI="2"
MY_PN="org.${PN//-/.}"
MY_PV="20090520"
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.
sed 's/depends="prepare,getsource"/depends="prepare"/g' \
"${DISTDIR}/${P}-build.xml" > 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
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-12-09 9:48 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-09 9:48 [gentoo-commits] gentoo-x86 commit in dev-java/sat4j-core: metadata.xml ChangeLog sat4j-core-2.1.ebuild Alistair Bush (ali_bush)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox