monsieurp    15/04/24 10:14:51

  Modified:             apgdiff-2.4.ebuild apgdiff-2.2.1.ebuild
                        apgdiff-2.2.2.ebuild apgdiff-2.3.ebuild ChangeLog
  Log:
  Update HOMEPAGE and SRC_URI. Recalculate Manifest. Fix bug 547298.
  
  Signed-off-by: Patrice Clement <[email protected]>
  (Portage version: 2.2.14/cvs/Linux i686, signed Manifest commit with key 
93491BB8)

Revision  Changes    Path
1.4                  dev-db/apgdiff/apgdiff-2.4.ebuild

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

Index: apgdiff-2.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/apgdiff/apgdiff-2.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- apgdiff-2.4.ebuild  10 Aug 2014 19:56:34 -0000      1.3
+++ apgdiff-2.4.ebuild  24 Apr 2015 10:14:51 -0000      1.4
@@ -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"



1.4                  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.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/apgdiff/apgdiff-2.2.1.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/apgdiff/apgdiff-2.2.1.ebuild?r1=1.3&r2=1.4

Index: apgdiff-2.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/apgdiff/apgdiff-2.2.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- apgdiff-2.2.1.ebuild        10 Aug 2014 19:56:34 -0000      1.3
+++ apgdiff-2.2.1.ebuild        24 Apr 2015 10:14:51 -0000      1.4
@@ -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 @@
        >=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 @@
        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
 }



1.4                  dev-db/apgdiff/apgdiff-2.2.2.ebuild

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

Index: apgdiff-2.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/apgdiff/apgdiff-2.2.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- apgdiff-2.2.2.ebuild        10 Aug 2014 19:56:34 -0000      1.3
+++ apgdiff-2.2.2.ebuild        24 Apr 2015 10:14:51 -0000      1.4
@@ -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"



1.4                  dev-db/apgdiff/apgdiff-2.3.ebuild

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

Index: apgdiff-2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/apgdiff/apgdiff-2.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- apgdiff-2.3.ebuild  10 Aug 2014 19:56:34 -0000      1.3
+++ apgdiff-2.3.ebuild  24 Apr 2015 10:14:51 -0000      1.4
@@ -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"



1.17                 dev-db/apgdiff/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/apgdiff/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   10 Aug 2014 19:56:34 -0000      1.16
+++ ChangeLog   24 Apr 2015 10:14:51 -0000      1.17
@@ -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 <[email protected]> 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 <[email protected]> apgdiff-1.4.ebuild,
   apgdiff-2.2.1.ebuild, apgdiff-2.2.2.ebuild, apgdiff-2.3.ebuild,




Reply via email to