summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVlastimil Babka <caster@gentoo.org>2008-09-13 22:28:47 +0000
committerVlastimil Babka <caster@gentoo.org>2008-09-13 22:28:47 +0000
commit78ec29df1f4981b8da8f045f6002169e8687d3fe (patch)
tree268c7c4b9e63fae943de8cf70d69f7c4c83e8bed /dev-java/jdbc2-postgresql
parentVersion bump. (diff)
downloadgentoo-2-78ec29df1f4981b8da8f045f6002169e8687d3fe.tar.gz
gentoo-2-78ec29df1f4981b8da8f045f6002169e8687d3fe.tar.bz2
gentoo-2-78ec29df1f4981b8da8f045f6002169e8687d3fe.zip
Remove obsolete gen-1 ebuilds.
(Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo-r1-perfctr x86_64)
Diffstat (limited to 'dev-java/jdbc2-postgresql')
-rw-r--r--dev-java/jdbc2-postgresql/ChangeLog6
-rw-r--r--dev-java/jdbc2-postgresql/jdbc2-postgresql-7.3.ebuild22
-rw-r--r--dev-java/jdbc2-postgresql/jdbc2-postgresql-7.4.ebuild21
3 files changed, 5 insertions, 44 deletions
diff --git a/dev-java/jdbc2-postgresql/ChangeLog b/dev-java/jdbc2-postgresql/ChangeLog
index 4e8eeecfbc55..42ee109d0905 100644
--- a/dev-java/jdbc2-postgresql/ChangeLog
+++ b/dev-java/jdbc2-postgresql/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-java/jdbc2-postgresql
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jdbc2-postgresql/ChangeLog,v 1.20 2008/05/17 10:41:11 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jdbc2-postgresql/ChangeLog,v 1.21 2008/09/13 22:28:47 caster Exp $
+
+ 13 Sep 2008; Vlastimil Babka <caster@gentoo.org>
+ -jdbc2-postgresql-7.3.ebuild, -jdbc2-postgresql-7.4.ebuild:
+ Remove obsolete gen-1 ebuilds.
17 May 2008; nixnut <nixnut@gentoo.org> jdbc2-postgresql-7.3-r1.ebuild,
jdbc2-postgresql-7.4-r1.ebuild:
diff --git a/dev-java/jdbc2-postgresql/jdbc2-postgresql-7.3.ebuild b/dev-java/jdbc2-postgresql/jdbc2-postgresql-7.3.ebuild
deleted file mode 100644
index c63ad5b34895..000000000000
--- a/dev-java/jdbc2-postgresql/jdbc2-postgresql-7.3.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jdbc2-postgresql/jdbc2-postgresql-7.3.ebuild,v 1.12 2006/10/05 17:27:54 gustavoz Exp $
-
-inherit java-pkg
-
-At="pg73jdbc2.jar"
-S=${WORKDIR}
-DESCRIPTION="JDBC Driver for PostgreSQL"
-SRC_URI="http://jdbc.postgresql.org/download/${At}"
-HOMEPAGE="http://jdbc.postgresql.org/"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-LICENSE="POSTGRESQL"
-SLOT="5"
-DEPEND=""
-DEPEND="app-arch/unzip"
-RDEPEND=">=virtual/jre-1.2"
-
-src_install() {
- java-pkg_dojar ${DISTDIR}/${At}
-}
diff --git a/dev-java/jdbc2-postgresql/jdbc2-postgresql-7.4.ebuild b/dev-java/jdbc2-postgresql/jdbc2-postgresql-7.4.ebuild
deleted file mode 100644
index f807039e90f2..000000000000
--- a/dev-java/jdbc2-postgresql/jdbc2-postgresql-7.4.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jdbc2-postgresql/jdbc2-postgresql-7.4.ebuild,v 1.8 2006/10/05 17:27:54 gustavoz Exp $
-
-inherit java-pkg
-
-At="pg74.215.jdbc2.jar"
-S=${WORKDIR}
-DESCRIPTION="JDBC Driver for PostgreSQL"
-SRC_URI="http://jdbc.postgresql.org/download/${At}"
-HOMEPAGE="http://jdbc.postgresql.org/"
-KEYWORDS="~amd64 ppc ppc64 x86"
-IUSE=""
-LICENSE="POSTGRESQL"
-SLOT="6"
-DEPEND="app-arch/unzip"
-RDEPEND=">=virtual/jre-1.2"
-
-src_install() {
- java-pkg_dojar ${DISTDIR}/${At}
-}