summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2015-04-24 10:14:51 +0000
committerPatrice Clement <monsieurp@gentoo.org>2015-04-24 10:14:51 +0000
commitbb5839699eff4c1e2bc43e3da415088f00057612 (patch)
treefa37ba5f427fae4f0d1f5bd125178bca374cf942 /dev-db
parentRemove old (diff)
downloadgentoo-2-bb5839699eff4c1e2bc43e3da415088f00057612.tar.gz
gentoo-2-bb5839699eff4c1e2bc43e3da415088f00057612.tar.bz2
gentoo-2-bb5839699eff4c1e2bc43e3da415088f00057612.zip
Update HOMEPAGE and SRC_URI. Recalculate Manifest. Fix bug 547298.
Signed-off-by: Patrice Clement <monsieurp@gentoo.org> (Portage version: 2.2.14/cvs/Linux i686, signed Manifest commit with key 93491BB8)
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/apgdiff/ChangeLog8
-rw-r--r--dev-db/apgdiff/apgdiff-2.2.1.ebuild12
-rw-r--r--dev-db/apgdiff/apgdiff-2.2.2.ebuild8
-rw-r--r--dev-db/apgdiff/apgdiff-2.3.ebuild8
-rw-r--r--dev-db/apgdiff/apgdiff-2.4.ebuild8
5 files changed, 24 insertions, 20 deletions
diff --git a/dev-db/apgdiff/ChangeLog b/dev-db/apgdiff/ChangeLog
index e50785311ef7..8335e154e1d7 100644
--- a/dev-db/apgdiff/ChangeLog
+++ b/dev-db/apgdiff/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-db/apgdiff
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/apgdiff/ChangeLog,v 1.16 2014/08/10 19:56:34 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/apgdiff/ChangeLog,v 1.17 2015/04/24 10:14:51 monsieurp Exp $
+
+ 24 Apr 2015; Patrice Clement <monsieurp@gentoo.org> apgdiff-2.2.1.ebuild,
+ apgdiff-2.2.2.ebuild, apgdiff-2.3.ebuild, apgdiff-2.4.ebuild:
+ Update HOMEPAGE and SRC_URI. Recalculate Manifest. Fix bug 547298.
10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> apgdiff-1.4.ebuild,
apgdiff-2.2.1.ebuild, apgdiff-2.2.2.ebuild, apgdiff-2.3.ebuild,
diff --git a/dev-db/apgdiff/apgdiff-2.2.1.ebuild b/dev-db/apgdiff/apgdiff-2.2.1.ebuild
index 6dda5550bca9..9dbf756df11b 100644
--- a/dev-db/apgdiff/apgdiff-2.2.1.ebuild
+++ b/dev-db/apgdiff/apgdiff-2.2.1.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 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.3 2014/08/10 19:56:34 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/apgdiff/apgdiff-2.2.1.ebuild,v 1.4 2015/04/24 10:14:51 monsieurp Exp $
EAPI="5"
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"
+HOMEPAGE="http://apgdiff.com"
+SRC_URI="http://apgdiff.com/download/${P}-src.zip"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
@@ -19,7 +19,7 @@ DEPEND=">=virtual/jdk-1.6
>=dev-java/ant-junit-1.7.0:0
app-arch/zip:0
test? (
- dev-java/hamcrest-core:0
+ dev-java/hamcrest-core:1.3
>=dev-java/junit-4.4:4
)"
@@ -29,7 +29,7 @@ java_prepare() {
mkdir "${S}"/lib
cd "${S}"/lib
if use test ; then
- java-pkg_jar-from --build-only hamcrest-core
+ java-pkg_jar-from --build-only hamcrest-core-1.3
java-pkg_jar-from --build-only junit-4
fi
}
diff --git a/dev-db/apgdiff/apgdiff-2.2.2.ebuild b/dev-db/apgdiff/apgdiff-2.2.2.ebuild
index 95412eb8cf77..81b83068ef09 100644
--- a/dev-db/apgdiff/apgdiff-2.2.2.ebuild
+++ b/dev-db/apgdiff/apgdiff-2.2.2.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/apgdiff/apgdiff-2.2.2.ebuild,v 1.3 2014/08/10 19:56:34 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/apgdiff/apgdiff-2.2.2.ebuild,v 1.4 2015/04/24 10:14:51 monsieurp Exp $
EAPI="5"
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"
+HOMEPAGE="http://apgdiff.com"
+SRC_URI="http://apgdiff.com/download/${P}-src.zip"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
diff --git a/dev-db/apgdiff/apgdiff-2.3.ebuild b/dev-db/apgdiff/apgdiff-2.3.ebuild
index c667c4ad03dc..7b1475401177 100644
--- a/dev-db/apgdiff/apgdiff-2.3.ebuild
+++ b/dev-db/apgdiff/apgdiff-2.3.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/apgdiff/apgdiff-2.3.ebuild,v 1.3 2014/08/10 19:56:34 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/apgdiff/apgdiff-2.3.ebuild,v 1.4 2015/04/24 10:14:51 monsieurp Exp $
EAPI="5"
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="http://apgdiff.startnet.biz/download/${P}-src.zip"
+HOMEPAGE="http://apgdiff.com"
+SRC_URI="http://apgdiff.com/download/${P}-src.zip"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
diff --git a/dev-db/apgdiff/apgdiff-2.4.ebuild b/dev-db/apgdiff/apgdiff-2.4.ebuild
index d73716f0fa8f..54f22f623a1e 100644
--- a/dev-db/apgdiff/apgdiff-2.4.ebuild
+++ b/dev-db/apgdiff/apgdiff-2.4.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/apgdiff/apgdiff-2.4.ebuild,v 1.3 2014/08/10 19:56:34 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/apgdiff/apgdiff-2.4.ebuild,v 1.4 2015/04/24 10:14:51 monsieurp Exp $
EAPI="5"
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="http://apgdiff.startnet.biz/download/${P}-src.zip"
+HOMEPAGE="http://apgdiff.com"
+SRC_URI="http://apgdiff.com/download/${P}-src.zip"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"