summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Matthijs <axxo@gentoo.org>2005-07-12 13:29:02 +0000
committerThomas Matthijs <axxo@gentoo.org>2005-07-12 13:29:02 +0000
commit0707aecb7aa222ada891f6ba608d5d912d322d5e (patch)
treed8a218c0a477d2ed97a2f654b88b6426d194b062 /dev-java/commons-transaction
parentstyle fixes (diff)
downloadhistorical-0707aecb7aa222ada891f6ba608d5d912d322d5e.tar.gz
historical-0707aecb7aa222ada891f6ba608d5d912d322d5e.tar.bz2
historical-0707aecb7aa222ada891f6ba608d5d912d322d5e.zip
missing dep: dev-java/jta
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'dev-java/commons-transaction')
-rw-r--r--dev-java/commons-transaction/ChangeLog6
-rw-r--r--dev-java/commons-transaction/Manifest10
-rw-r--r--dev-java/commons-transaction/commons-transaction-1.0.1.ebuild4
3 files changed, 18 insertions, 2 deletions
diff --git a/dev-java/commons-transaction/ChangeLog b/dev-java/commons-transaction/ChangeLog
index 7fccfc2e16fd..12126a76f3c6 100644
--- a/dev-java/commons-transaction/ChangeLog
+++ b/dev-java/commons-transaction/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-java/commons-transaction
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-transaction/ChangeLog,v 1.1 2005/05/22 14:56:38 luckyduck Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-transaction/ChangeLog,v 1.2 2005/07/12 13:29:02 axxo Exp $
+
+ 12 Jul 2005; Thomas Matthijs <axxo@gentoo.org>
+ commons-transaction-1.0.1.ebuild:
+ missing dep: dev-java/jta
*commons-transaction-1.0.1 (22 May 2005)
diff --git a/dev-java/commons-transaction/Manifest b/dev-java/commons-transaction/Manifest
index 0239e92c1652..7b16c1c87dcb 100644
--- a/dev-java/commons-transaction/Manifest
+++ b/dev-java/commons-transaction/Manifest
@@ -1,4 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
MD5 1f433d03b3e2f45172f7ac5cfa35dc04 commons-transaction-1.0.1.ebuild 1392
MD5 aa9b6fd3377be94b56f783eca943229b ChangeLog 593
MD5 a6ec7d7724fbd068ffb39b5be56134ed metadata.xml 157
MD5 f09738e95a2701a10c8bc3d084c9aaad files/digest-commons-transaction-1.0.1 78
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.1 (GNU/Linux)
+
+iD8DBQFC08W1/rLF9B432nYRAu5DAJkBcdwNK4aqCBJHSIUNd1ase6YAIgCdEnvj
+e0l1NHSTydKMNrA76xVs97c=
+=bUCh
+-----END PGP SIGNATURE-----
diff --git a/dev-java/commons-transaction/commons-transaction-1.0.1.ebuild b/dev-java/commons-transaction/commons-transaction-1.0.1.ebuild
index da0bf0e15202..1f5da873ecec 100644
--- a/dev-java/commons-transaction/commons-transaction-1.0.1.ebuild
+++ b/dev-java/commons-transaction/commons-transaction-1.0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-transaction/commons-transaction-1.0.1.ebuild,v 1.2 2005/07/12 13:12:03 axxo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-transaction/commons-transaction-1.0.1.ebuild,v 1.3 2005/07/12 13:29:02 axxo Exp $
inherit java-pkg
@@ -15,6 +15,7 @@ IUSE="doc jikes source"
RDEPEND=">=virtual/jre-1.4
dev-java/commons-codec
+ dev-java/jta
dev-java/log4j"
DEPEND=">=virtual/jdk-1.4
${RDEPEND}
@@ -31,6 +32,7 @@ src_unpack() {
rm -f *.jar
java-pkg_jar-from commons-codec
java-pkg_jar-from log4j
+ java-pkg_jar-from jta
}
src_compile() {