public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-db/apgdiff: ChangeLog apgdiff-2.2.1.ebuild apgdiff-2.2.ebuild
@ 2010-10-03 15:47 Miroslav Sulc (fordfrog)
  0 siblings, 0 replies; only message in thread
From: Miroslav Sulc (fordfrog) @ 2010-10-03 15:47 UTC (permalink / raw
  To: gentoo-commits

fordfrog    10/10/03 15:47:18

  Modified:             ChangeLog
  Added:                apgdiff-2.2.1.ebuild
  Removed:              apgdiff-2.2.ebuild
  Log:
  apgdiff: version bump
  
  (Portage version: 2.1.9.13/cvs/Linux x86_64)

Revision  Changes    Path
1.11                 dev-db/apgdiff/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/apgdiff/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/apgdiff/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/apgdiff/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/apgdiff/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	2 Oct 2010 07:13:26 -0000	1.10
+++ ChangeLog	3 Oct 2010 15:47:17 -0000	1.11
@@ -1,6 +1,12 @@
 # ChangeLog for dev-db/apgdiff
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/apgdiff/ChangeLog,v 1.10 2010/10/02 07:13:26 fordfrog Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/apgdiff/ChangeLog,v 1.11 2010/10/03 15:47:17 fordfrog Exp $
+
+*apgdiff-2.2.1 (03 Oct 2010)
+
+  03 Oct 2010; Miroslav Šulc <fordfrog@gentoo.org> -apgdiff-2.2.ebuild,
+  +apgdiff-2.2.1.ebuild:
+  Version bump
 
 *apgdiff-2.2 (02 Oct 2010)
 



1.1                  dev-db/apgdiff/apgdiff-2.2.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/apgdiff/apgdiff-2.2.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/apgdiff/apgdiff-2.2.1.ebuild?rev=1.1&content-type=text/plain

Index: apgdiff-2.2.1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/apgdiff/apgdiff-2.2.1.ebuild,v 1.1 2010/10/03 15:47:17 fordfrog Exp $

EAPI="1"
JAVA_PKG_IUSE="doc source"
inherit eutils java-pkg-2 java-ant-2

DESCRIPTION="Another PostgreSQL Diff Tool is a simple PostgreSQL diff tool that is useful for schema upgrades."
HOMEPAGE="http://apgdiff.startnet.biz/"
SRC_URI="mirror://sourceforge/${PN}/${P}-src.zip"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"

DEPEND=">=virtual/jdk-1.6
	>=dev-java/ant-core-1.7.0:0
	>=dev-java/ant-junit-1.7.0:0
	app-arch/zip:0
	test? (
		dev-java/hamcrest-core:0
		>=dev-java/junit-4.4:4
	)"

RDEPEND=">=virtual/jre-1.6"

src_unpack() {
	unpack ${A}

	mkdir "${S}"/lib
	cd "${S}"/lib
	if use test ; then
		java-pkg_jar-from --build-only hamcrest-core
		java-pkg_jar-from --build-only junit-4
	fi
}

src_compile() {
	eant -Dnoget=true jar $(use_doc)
}

src_install() {
	java-pkg_newjar dist/${P}.jar ${PN}.jar
	java-pkg_dolauncher apgdiff --jar ${PN}.jar

	use doc && java-pkg_dojavadoc dist/javadoc
	use source && java-pkg_dosrc src/main/java/*
}

src_test() {
	ANT_TASKS="ant-junit" eant -Dnoget=true test
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-10-03 15:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-03 15:47 [gentoo-commits] gentoo-x86 commit in dev-db/apgdiff: ChangeLog apgdiff-2.2.1.ebuild apgdiff-2.2.ebuild Miroslav Sulc (fordfrog)

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