public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-java/sat4j-core: ChangeLog sat4j-core-2.1.1.ebuild
@ 2010-04-05  7:29 Alistair Bush (ali_bush)
  0 siblings, 0 replies; 3+ messages in thread
From: Alistair Bush (ali_bush) @ 2010-04-05  7:29 UTC (permalink / raw
  To: gentoo-commits

ali_bush    10/04/05 07:29:11

  Modified:             ChangeLog
  Added:                sat4j-core-2.1.1.ebuild
  Log:
  Version Bump.
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  dev-java/sat4j-core/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/sat4j-core/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/sat4j-core/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/sat4j-core/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/sat4j-core/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	20 Mar 2010 13:50:56 -0000	1.2
+++ ChangeLog	5 Apr 2010 07:29:10 -0000	1.3
@@ -1,6 +1,11 @@
 # ChangeLog for dev-java/sat4j-core
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/sat4j-core/ChangeLog,v 1.2 2010/03/20 13:50:56 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/sat4j-core/ChangeLog,v 1.3 2010/04/05 07:29:10 ali_bush Exp $
+
+*sat4j-core-2.1.1 (05 Apr 2010)
+
+  05 Apr 2010; Alistair Bush <ali_bush@gentoo.org> +sat4j-core-2.1.1.ebuild:
+  Version Bump.
 
   20 Mar 2010; Pacho Ramos <pacho@gentoo.org> sat4j-core-2.1.ebuild:
   amd64 stable, bug 310181



1.1                  dev-java/sat4j-core/sat4j-core-2.1.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/sat4j-core/sat4j-core-2.1.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/sat4j-core/sat4j-core-2.1.1.ebuild?rev=1.1&content-type=text/plain

Index: sat4j-core-2.1.1.ebuild
===================================================================
# Copyright 1999-2010 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.1.ebuild,v 1.1 2010/04/05 07:29:10 ali_bush Exp $

EAPI="2"

MY_PN="org.${PN//-/.}"
MY_PV="20090826"
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] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-java/sat4j-core: ChangeLog sat4j-core-2.1.1.ebuild
@ 2010-05-25 21:39 Pacho Ramos (pacho)
  0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos (pacho) @ 2010-05-25 21:39 UTC (permalink / raw
  To: gentoo-commits

pacho       10/05/25 21:39:53

  Modified:             ChangeLog sat4j-core-2.1.1.ebuild
  Log:
  stable amd64, bug 318541
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  dev-java/sat4j-core/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/sat4j-core/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/sat4j-core/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/sat4j-core/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/sat4j-core/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	13 Apr 2010 11:57:15 -0000	1.4
+++ ChangeLog	25 May 2010 21:39:53 -0000	1.5
@@ -1,6 +1,9 @@
 # ChangeLog for dev-java/sat4j-core
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/sat4j-core/ChangeLog,v 1.4 2010/04/13 11:57:15 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/sat4j-core/ChangeLog,v 1.5 2010/05/25 21:39:53 pacho Exp $
+
+  25 May 2010; Pacho Ramos <pacho@gentoo.org> sat4j-core-2.1.1.ebuild:
+  stable amd64, bug 318541
 
   13 Apr 2010; Christian Faulhammer <fauli@gentoo.org>
   sat4j-core-2.1.ebuild:



1.2                  dev-java/sat4j-core/sat4j-core-2.1.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/sat4j-core/sat4j-core-2.1.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/sat4j-core/sat4j-core-2.1.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/sat4j-core/sat4j-core-2.1.1.ebuild?r1=1.1&r2=1.2

Index: sat4j-core-2.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/sat4j-core/sat4j-core-2.1.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sat4j-core-2.1.1.ebuild	5 Apr 2010 07:29:10 -0000	1.1
+++ sat4j-core-2.1.1.ebuild	25 May 2010 21:39:53 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 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.1.ebuild,v 1.1 2010/04/05 07:29:10 ali_bush Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/sat4j-core/sat4j-core-2.1.1.ebuild,v 1.2 2010/05/25 21:39:53 pacho Exp $
 
 EAPI="2"
 
@@ -17,7 +17,7 @@
 	http://download.forge.objectweb.org/sat4j/build-${BUILD_PV}.xml -> ${P}-build.xml"
 LICENSE="LGPL-2.1"
 SLOT="2"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND=">=virtual/jre-1.5"






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-java/sat4j-core: ChangeLog sat4j-core-2.1.1.ebuild
@ 2010-05-29 16:33 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 3+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2010-05-29 16:33 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    10/05/29 16:33:53

  Modified:             ChangeLog sat4j-core-2.1.1.ebuild
  Log:
  x86 stable wrt bug #318541
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.6                  dev-java/sat4j-core/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/sat4j-core/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/sat4j-core/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/sat4j-core/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/sat4j-core/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	25 May 2010 21:39:53 -0000	1.5
+++ ChangeLog	29 May 2010 16:33:53 -0000	1.6
@@ -1,6 +1,10 @@
 # ChangeLog for dev-java/sat4j-core
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/sat4j-core/ChangeLog,v 1.5 2010/05/25 21:39:53 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/sat4j-core/ChangeLog,v 1.6 2010/05/29 16:33:53 phajdan.jr Exp $
+
+  29 May 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+  sat4j-core-2.1.1.ebuild:
+  x86 stable wrt bug #318541
 
   25 May 2010; Pacho Ramos <pacho@gentoo.org> sat4j-core-2.1.1.ebuild:
   stable amd64, bug 318541



1.3                  dev-java/sat4j-core/sat4j-core-2.1.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/sat4j-core/sat4j-core-2.1.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/sat4j-core/sat4j-core-2.1.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/sat4j-core/sat4j-core-2.1.1.ebuild?r1=1.2&r2=1.3

Index: sat4j-core-2.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/sat4j-core/sat4j-core-2.1.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sat4j-core-2.1.1.ebuild	25 May 2010 21:39:53 -0000	1.2
+++ sat4j-core-2.1.1.ebuild	29 May 2010 16:33:53 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 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.1.ebuild,v 1.2 2010/05/25 21:39:53 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/sat4j-core/sat4j-core-2.1.1.ebuild,v 1.3 2010/05/29 16:33:53 phajdan.jr Exp $
 
 EAPI="2"
 
@@ -17,7 +17,7 @@
 	http://download.forge.objectweb.org/sat4j/build-${BUILD_PV}.xml -> ${P}-build.xml"
 LICENSE="LGPL-2.1"
 SLOT="2"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND=">=virtual/jre-1.5"






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-05-29 16:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-25 21:39 [gentoo-commits] gentoo-x86 commit in dev-java/sat4j-core: ChangeLog sat4j-core-2.1.1.ebuild Pacho Ramos (pacho)
  -- strict thread matches above, loose matches on Subject: below --
2010-05-29 16:33 PaweA Hajdan (phajdan.jr)
2010-04-05  7:29 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