public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-db/henplus: ChangeLog henplus-0.9.8.ebuild
@ 2009-05-01 20:51 Petteri Raty (betelgeuse)
  0 siblings, 0 replies; 3+ messages in thread
From: Petteri Raty (betelgeuse) @ 2009-05-01 20:51 UTC (permalink / raw
  To: gentoo-commits

betelgeuse    09/05/01 20:51:17

  Modified:             ChangeLog
  Added:                henplus-0.9.8.ebuild
  Log:
  Version bump. Fixes bug #268125.
  (Portage version: 2.2_rc28/cvs/Linux i686)

Revision  Changes    Path
1.22                 dev-db/henplus/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/henplus/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/henplus/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/henplus/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/henplus/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	17 Nov 2008 20:54:11 -0000	1.21
+++ ChangeLog	1 May 2009 20:51:17 -0000	1.22
@@ -1,6 +1,12 @@
 # ChangeLog for dev-db/henplus
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/henplus/ChangeLog,v 1.21 2008/11/17 20:54:11 flameeyes Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/henplus/ChangeLog,v 1.22 2009/05/01 20:51:17 betelgeuse Exp $
+
+*henplus-0.9.8 (01 May 2009)
+
+  01 May 2009; Petteri Räty <betelgeuse@gentoo.org>
+  +files/0.9.8-build.xml.patch, +henplus-0.9.8.ebuild:
+  Version bump. Fixes bug #268125.
 
   17 Nov 2008; Diego E. Pettenò <flameeyes@gentoo.org> files/henplus.patch:
   Fix patch with absolute paths.



1.1                  dev-db/henplus/henplus-0.9.8.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/henplus/henplus-0.9.8.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/henplus/henplus-0.9.8.ebuild?rev=1.1&content-type=text/plain

Index: henplus-0.9.8.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/henplus/henplus-0.9.8.ebuild,v 1.1 2009/05/01 20:51:17 betelgeuse Exp $

EAPI="2"
JAVA_PKG_IUSE="doc source"

inherit java-pkg-2 eutils java-ant-2

DESCRIPTION="Java-based multisession SQL shell for databases with JDBC support."
HOMEPAGE="http://henplus.sf.net"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""

COMMON_DEPEND="dev-java/commons-cli:1
	dev-java/libreadline-java:0"
RDEPEND=">=virtual/jre-1.4
	${COMMON_DEPEND}"
DEPEND=">=virtual/jdk-1.4
	${COMMON_DEPEND}"

java_prepare() {
	epatch "${FILESDIR}/0.9.8-build.xml.patch"
	rm -v lib/*.jar lib/*/*.jar || die
}

JAVA_ANT_REWRITE_CLASSPATH="true"
EANT_GENTOO_CLASSPATH="commons-cli-1,libreadline-java"

src_install () {
	java-pkg_dojar "build/${PN}.jar"

	java-pkg_dolauncher ${PN} -pre "${FILESDIR}/${PN}.pre" \
		--main henplus.HenPlus

	dodoc README || die
	dohtml doc/HenPlus.html || die
	use doc && java-pkg_dojavadoc javadoc/api

	use source && java-pkg_dosrc "src/${PN}"
}






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

* [gentoo-commits] gentoo-x86 commit in dev-db/henplus: ChangeLog henplus-0.9.8.ebuild
@ 2009-09-11 22:08 Markus Meier (maekke)
  0 siblings, 0 replies; 3+ messages in thread
From: Markus Meier (maekke) @ 2009-09-11 22:08 UTC (permalink / raw
  To: gentoo-commits

maekke      09/09/11 22:08:57

  Modified:             ChangeLog henplus-0.9.8.ebuild
  Log:
  amd64/x86 stable, bug #284300
  (Portage version: 2.2_rc40/cvs/Linux x86_64)

Revision  Changes    Path
1.23                 dev-db/henplus/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/henplus/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/henplus/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/henplus/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/henplus/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	1 May 2009 20:51:17 -0000	1.22
+++ ChangeLog	11 Sep 2009 22:08:57 -0000	1.23
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/henplus
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/henplus/ChangeLog,v 1.22 2009/05/01 20:51:17 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/henplus/ChangeLog,v 1.23 2009/09/11 22:08:57 maekke Exp $
+
+  11 Sep 2009; Markus Meier <maekke@gentoo.org> henplus-0.9.8.ebuild:
+  amd64/x86 stable, bug #284300
 
 *henplus-0.9.8 (01 May 2009)
 



1.2                  dev-db/henplus/henplus-0.9.8.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/henplus/henplus-0.9.8.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/henplus/henplus-0.9.8.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/henplus/henplus-0.9.8.ebuild?r1=1.1&r2=1.2

Index: henplus-0.9.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/henplus/henplus-0.9.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- henplus-0.9.8.ebuild	1 May 2009 20:51:17 -0000	1.1
+++ henplus-0.9.8.ebuild	11 Sep 2009 22:08:57 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/henplus/henplus-0.9.8.ebuild,v 1.1 2009/05/01 20:51:17 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/henplus/henplus-0.9.8.ebuild,v 1.2 2009/09/11 22:08:57 maekke Exp $
 
 EAPI="2"
 JAVA_PKG_IUSE="doc source"
@@ -12,7 +12,7 @@
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE=""
 
 COMMON_DEPEND="dev-java/commons-cli:1






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

* [gentoo-commits] gentoo-x86 commit in dev-db/henplus: ChangeLog henplus-0.9.8.ebuild
@ 2010-01-07 21:33 Brent Baude (ranger)
  0 siblings, 0 replies; 3+ messages in thread
From: Brent Baude (ranger) @ 2010-01-07 21:33 UTC (permalink / raw
  To: gentoo-commits

ranger      10/01/07 21:33:16

  Modified:             ChangeLog henplus-0.9.8.ebuild
  Log:
  stable ppc, bug 284300
  (Portage version: 2.1.7.16/cvs/Linux ppc64)

Revision  Changes    Path
1.24                 dev-db/henplus/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/henplus/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/henplus/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/henplus/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/henplus/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	11 Sep 2009 22:08:57 -0000	1.23
+++ ChangeLog	7 Jan 2010 21:33:16 -0000	1.24
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/henplus
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/henplus/ChangeLog,v 1.23 2009/09/11 22:08:57 maekke Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/henplus/ChangeLog,v 1.24 2010/01/07 21:33:16 ranger Exp $
+
+  07 Jan 2010; Brent Baude <ranger@gentoo.org> henplus-0.9.8.ebuild:
+  stable ppc, bug 284300
 
   11 Sep 2009; Markus Meier <maekke@gentoo.org> henplus-0.9.8.ebuild:
   amd64/x86 stable, bug #284300



1.3                  dev-db/henplus/henplus-0.9.8.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/henplus/henplus-0.9.8.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/henplus/henplus-0.9.8.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/henplus/henplus-0.9.8.ebuild?r1=1.2&r2=1.3

Index: henplus-0.9.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/henplus/henplus-0.9.8.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- henplus-0.9.8.ebuild	11 Sep 2009 22:08:57 -0000	1.2
+++ henplus-0.9.8.ebuild	7 Jan 2010 21:33:16 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/henplus/henplus-0.9.8.ebuild,v 1.2 2009/09/11 22:08:57 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/henplus/henplus-0.9.8.ebuild,v 1.3 2010/01/07 21:33:16 ranger Exp $
 
 EAPI="2"
 JAVA_PKG_IUSE="doc source"
@@ -12,7 +12,7 @@
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 IUSE=""
 
 COMMON_DEPEND="dev-java/commons-cli:1






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

end of thread, other threads:[~2010-01-07 21:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-01 20:51 [gentoo-commits] gentoo-x86 commit in dev-db/henplus: ChangeLog henplus-0.9.8.ebuild Petteri Raty (betelgeuse)
  -- strict thread matches above, loose matches on Subject: below --
2009-09-11 22:08 Markus Meier (maekke)
2010-01-07 21:33 Brent Baude (ranger)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox