From 5f8fc38903da2ced5d5302942b233cb995eaebc5 Mon Sep 17 00:00:00 2001
From: Chris Aniszczyk <zx@gentoo.org>
Date: Sun, 27 Jun 2004 17:34:27 +0000
Subject: Marking stable on ppc, and clean up

---
 dev-java/hibernate/ChangeLog                    |  5 +++-
 dev-java/hibernate/files/digest-hibernate-2.1.2 |  1 -
 dev-java/hibernate/files/digest-hibernate-2.1.3 |  1 -
 dev-java/hibernate/hibernate-2.1.2.ebuild       | 30 ---------------------
 dev-java/hibernate/hibernate-2.1.3.ebuild       | 36 -------------------------
 dev-java/hibernate/hibernate-2.1.4.ebuild       |  4 +--
 6 files changed, 6 insertions(+), 71 deletions(-)
 delete mode 100644 dev-java/hibernate/files/digest-hibernate-2.1.2
 delete mode 100644 dev-java/hibernate/files/digest-hibernate-2.1.3
 delete mode 100644 dev-java/hibernate/hibernate-2.1.2.ebuild
 delete mode 100644 dev-java/hibernate/hibernate-2.1.3.ebuild

(limited to 'dev-java/hibernate')

diff --git a/dev-java/hibernate/ChangeLog b/dev-java/hibernate/ChangeLog
index 1e5cb4b2a7b6..b1219aa62bfe 100644
--- a/dev-java/hibernate/ChangeLog
+++ b/dev-java/hibernate/ChangeLog
@@ -1,6 +1,9 @@
 # ChangeLog for dev-java/hibernate
 # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/hibernate/ChangeLog,v 1.8 2004/06/24 22:28:26 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/hibernate/ChangeLog,v 1.9 2004/06/27 17:34:27 zx Exp $
+
+  27 Jun 2004; Chris Aniszczyk <zx@gentoo.org> hibernate-2.1.4.ebuild:
+  Marking stable on ppc
 
   16 Jun 2004; Lim Swee Tat <st_lim@gentoo.org> hibernate-2.1.4.ebuild:
   Modified to use S=${WORKDIR}/${PN}-${PV:0:3} as suggested by user. Not bad
diff --git a/dev-java/hibernate/files/digest-hibernate-2.1.2 b/dev-java/hibernate/files/digest-hibernate-2.1.2
deleted file mode 100644
index c3171438d123..000000000000
--- a/dev-java/hibernate/files/digest-hibernate-2.1.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 c77a909092216e6504bb1ade583fb980 hibernate-2.1.2.tar.gz 12224418
diff --git a/dev-java/hibernate/files/digest-hibernate-2.1.3 b/dev-java/hibernate/files/digest-hibernate-2.1.3
deleted file mode 100644
index b8786643be5e..000000000000
--- a/dev-java/hibernate/files/digest-hibernate-2.1.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a4b88912031bcfdeba1ce765505db638 hibernate-2.1.3.tar.gz 13046384
diff --git a/dev-java/hibernate/hibernate-2.1.2.ebuild b/dev-java/hibernate/hibernate-2.1.2.ebuild
deleted file mode 100644
index baab153e21dd..000000000000
--- a/dev-java/hibernate/hibernate-2.1.2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/hibernate/hibernate-2.1.2.ebuild,v 1.3 2004/06/24 22:28:26 agriffis Exp $
-
-inherit java-pkg
-
-DESCRIPTION="Hibernate is a powerful, ultra-high performance object / relational persistence and query service for Java."
-SRC_URI="mirror://sourceforge/hibernate/${PN}-${PV}.tar.gz"
-HOMEPAGE="http://hibernate.bluemars.net"
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="x86 ~ppc"
-DEPEND=">=virtual/jdk-1.3
-		>=dev-java/ant-1.5
-		>=dev-java/log4j-1.2.7
-		dev-java/dom4j
-		dev-java/commons-dbcp
-		dev-java/commons-pool
-		dev-java/commons-logging"
-IUSE="doc"
-
-S=${WORKDIR}/${PN}-${PV/.2}
-
-src_compile() { :; }
-
-src_install() {
-	java-pkg_dojar hibernate2.jar lib/cglib*.jar lib/jcs*.jar lib/odmg*.jar lib/c3p0*.jar
-	dodoc *.txt lib/c3p0*.txt
-	use doc && dohtml -r doc/*
-}
diff --git a/dev-java/hibernate/hibernate-2.1.3.ebuild b/dev-java/hibernate/hibernate-2.1.3.ebuild
deleted file mode 100644
index d752e745eeb1..000000000000
--- a/dev-java/hibernate/hibernate-2.1.3.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/hibernate/hibernate-2.1.3.ebuild,v 1.2 2004/06/24 22:28:26 agriffis Exp $
-
-inherit java-pkg
-
-DESCRIPTION="Hibernate is a powerful, ultra-high performance object / relational persistence and query service for Java."
-SRC_URI="mirror://sourceforge/hibernate/${PN}-${PV}.tar.gz"
-HOMEPAGE="http://hibernate.bluemars.net"
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="x86 ~ppc"
-DEPEND=">=virtual/jdk-1.3
-		>=dev-java/ant-1.5
-		>=dev-java/log4j-1.2.7
-		dev-java/dom4j
-		dev-java/commons-dbcp
-		dev-java/commons-pool
-		dev-java/commons-logging"
-IUSE="doc"
-
-S=${WORKDIR}/${PN}-${PV/.3}
-
-src_compile() {
-	ant jar
-}
-
-src_install() {
-	java-pkg_dojar ${WORKDIR}/hibernate/hibernate2.jar lib/cglib*.jar lib/jcs*.jar lib/odmg*.jar lib/c3p0*.jar
-	java-pkg_dojar lib/ehcache*.jar lib/swarmcache*.jar lib/oscache*.jar lib/proxool*.jar
-	java-pkg_dojar lib/concurrent*.jar lib/connector*.jar
-	dodoc *.txt lib/c3p0*.txt
-	insinto /usr/share/doc/${P}/sample
-	doins src/*.xml src/*.properties src/*.ccf src/META-INF/ra.xml
-	use doc && dohtml -r doc/*
-}
diff --git a/dev-java/hibernate/hibernate-2.1.4.ebuild b/dev-java/hibernate/hibernate-2.1.4.ebuild
index 5fdf5f500cd1..9f7582330e08 100644
--- a/dev-java/hibernate/hibernate-2.1.4.ebuild
+++ b/dev-java/hibernate/hibernate-2.1.4.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2004 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/hibernate/hibernate-2.1.4.ebuild,v 1.3 2004/06/24 22:28:26 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/hibernate/hibernate-2.1.4.ebuild,v 1.4 2004/06/27 17:34:27 zx Exp $
 
 inherit java-pkg
 
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/hibernate/${PN}-${PV}.tar.gz"
 HOMEPAGE="http://hibernate.bluemars.net"
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="x86 ~ppc"
+KEYWORDS="x86 ppc"
 DEPEND=">=virtual/jdk-1.3
 		>=dev-java/ant-1.5
 		>=dev-java/log4j-1.2.7
-- 
cgit v1.2.3-65-gdbad