summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorMiroslav Šulc <fordfrog@gentoo.org>2010-07-23 02:16:28 +0000
committerMiroslav Šulc <fordfrog@gentoo.org>2010-07-23 02:16:28 +0000
commitcb607f3cc63d941244a6d93c78dcbcfe9341c94a (patch)
treec06a737f0c95846005d12bda929afc4c41623678 /dev-db
parentVersion bump, disable static libraries (it needs gssapi that uses libdl anywa... (diff)
downloadgentoo-2-cb607f3cc63d941244a6d93c78dcbcfe9341c94a.tar.gz
gentoo-2-cb607f3cc63d941244a6d93c78dcbcfe9341c94a.tar.bz2
gentoo-2-cb607f3cc63d941244a6d93c78dcbcfe9341c94a.zip
apgdiff: version bump
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/apgdiff/ChangeLog10
-rw-r--r--dev-db/apgdiff/apgdiff-2.0_beta1.ebuild (renamed from dev-db/apgdiff/apgdiff-1.3.ebuild)12
2 files changed, 15 insertions, 7 deletions
diff --git a/dev-db/apgdiff/ChangeLog b/dev-db/apgdiff/ChangeLog
index e6501928fe98..eab8eb755057 100644
--- a/dev-db/apgdiff/ChangeLog
+++ b/dev-db/apgdiff/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-db/apgdiff
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/apgdiff/ChangeLog,v 1.2 2009/11/22 09:50:38 fordfrog Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/apgdiff/ChangeLog,v 1.3 2010/07/23 02:16:28 fordfrog Exp $
+
+*apgdiff-2.0_beta1 (23 Jul 2010)
+
+ 23 Jul 2010; Miroslav Šulc <fordfrog@gentoo.org> -apgdiff-1.3.ebuild,
+ +apgdiff-2.0_beta1.ebuild:
+ Version bump. Removed version 1.3
*apgdiff-1.4 (22 Nov 2009)
diff --git a/dev-db/apgdiff/apgdiff-1.3.ebuild b/dev-db/apgdiff/apgdiff-2.0_beta1.ebuild
index aee328fcfc28..17a57eaca53c 100644
--- a/dev-db/apgdiff/apgdiff-1.3.ebuild
+++ b/dev-db/apgdiff/apgdiff-2.0_beta1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 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/apgdiff/apgdiff-1.3.ebuild,v 1.1 2008/10/22 14:48:21 fordfrog Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/apgdiff/apgdiff-2.0_beta1.ebuild,v 1.1 2010/07/23 02:16:28 fordfrog Exp $
EAPI="1"
JAVA_PKG_IUSE="doc source"
@@ -8,11 +8,13 @@ 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.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}-src.zip"
+MY_PV=${PV/_beta1/-beta-1}
+SRC_URI="mirror://sourceforge/${PN}/${PN}-${MY_PV}-src.zip"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
+S="${WORKDIR}"/${PN}-${MY_PV}
DEPEND=">=virtual/jdk-1.5
>=dev-java/ant-core-1.7.0:0
@@ -23,7 +25,7 @@ DEPEND=">=virtual/jdk-1.5
>=dev-java/junit-4.4:4
)"
-RDEPEND=">=virtual/jre-1.5"
+RDEPEND=">=virtual/jre-1.6"
src_unpack() {
unpack ${A}
@@ -41,7 +43,7 @@ src_compile() {
}
src_install() {
- java-pkg_newjar dist/${P}.jar ${PN}.jar
+ java-pkg_newjar dist/${PN}-${MY_PV}.jar ${PN}.jar
java-pkg_dolauncher apgdiff --jar ${PN}.jar
use doc && java-pkg_dojavadoc dist/javadoc