diff options
author | Aaron W. Swenson <titanofold@gentoo.org> | 2013-09-19 20:20:44 +0000 |
---|---|---|
committer | Aaron W. Swenson <titanofold@gentoo.org> | 2013-09-19 20:20:44 +0000 |
commit | 2974bba7efa36504c7a55b3a345260851db9e5af (patch) | |
tree | 3e60bc8f3c23478d7dd27079f5da423198f2f935 /dev-java/jdbc-postgresql/jdbc-postgresql-8.3_p603.ebuild | |
parent | arm stable, bug #480106 (diff) | |
download | gentoo-2-2974bba7efa36504c7a55b3a345260851db9e5af.tar.gz gentoo-2-2974bba7efa36504c7a55b3a345260851db9e5af.tar.bz2 gentoo-2-2974bba7efa36504c7a55b3a345260851db9e5af.zip |
Direct readers to wiki.gentoo.org instead of the defunct gentoo-wiki.com.
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key D1BBFDA0)
Diffstat (limited to 'dev-java/jdbc-postgresql/jdbc-postgresql-8.3_p603.ebuild')
-rw-r--r-- | dev-java/jdbc-postgresql/jdbc-postgresql-8.3_p603.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-java/jdbc-postgresql/jdbc-postgresql-8.3_p603.ebuild b/dev-java/jdbc-postgresql/jdbc-postgresql-8.3_p603.ebuild index 2ad474ec219f..9fbf3b475dca 100644 --- a/dev-java/jdbc-postgresql/jdbc-postgresql-8.3_p603.ebuild +++ b/dev-java/jdbc-postgresql/jdbc-postgresql-8.3_p603.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jdbc-postgresql/jdbc-postgresql-8.3_p603.ebuild,v 1.5 2010/06/17 19:56:30 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jdbc-postgresql/jdbc-postgresql-8.3_p603.ebuild,v 1.6 2013/09/19 20:20:44 titanofold Exp $ JAVA_PKG_IUSE="doc source" inherit java-pkg-2 java-ant-2 @@ -62,7 +62,7 @@ src_test() { einfo "3) plpgsql support in the 'test' database" einfo einfo "You can find a general info on how to perform these steps at" - einfo "http://gentoo-wiki.com/HOWTO_Configure_Postgresql" + einfo "https://wiki.gentoo.org/wiki/PostgreSQL" ANT_TASKS="ant-junit" eant test -Dgentoo.classpath=$(java-pkg_getjars --build-only junit) } |