summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Matthijs <axxo@gentoo.org>2005-07-18 22:18:20 +0000
committerThomas Matthijs <axxo@gentoo.org>2005-07-18 22:18:20 +0000
commit85dc2de4a50b9c74f4690cddb7b2247a6ba00469 (patch)
tree51bb410a55f84c123a81be0102133394ec90c57f /media-video/projectx
parentdep fixes (diff)
downloadhistorical-85dc2de4a50b9c74f4690cddb7b2247a6ba00469.tar.gz
historical-85dc2de4a50b9c74f4690cddb7b2247a6ba00469.tar.bz2
historical-85dc2de4a50b9c74f4690cddb7b2247a6ba00469.zip
fix
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'media-video/projectx')
-rw-r--r--media-video/projectx/Manifest10
-rw-r--r--media-video/projectx/projectx-0.82.0.00.ebuild7
-rw-r--r--media-video/projectx/projectx-0.82.1.00.ebuild7
3 files changed, 17 insertions, 7 deletions
diff --git a/media-video/projectx/Manifest b/media-video/projectx/Manifest
index 7fe20ea6e321..13333c45c2f9 100644
--- a/media-video/projectx/Manifest
+++ b/media-video/projectx/Manifest
@@ -1,10 +1,10 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 6b58eaef84420e73c41bcb29ed7e27fc projectx-0.82.1.00.ebuild 1420
+MD5 f2afc8b55e8ff32cd0d4684fb8d620a0 projectx-0.82.1.00.ebuild 1509
MD5 b2ea60680eec1466be88c7f384f50d25 ChangeLog 2198
MD5 a6ec7d7724fbd068ffb39b5be56134ed metadata.xml 157
-MD5 77b62bb73c0596979c6efd8a1f364da5 projectx-0.82.0.00.ebuild 1405
+MD5 44bea3e2eb7c5e3f8863bd77f717d89a projectx-0.82.0.00.ebuild 1493
MD5 b4ae51238511bfc67e1a8cdec24ab3eb files/0.82.1.00-build.xml 2213
MD5 b4ae51238511bfc67e1a8cdec24ab3eb files/0.82.0.00-build.xml 2213
MD5 66747c7e41172eca650581213ea161d5 files/build.xml 1069
@@ -13,7 +13,7 @@ MD5 a9f5f57962fa9f8b9a3b87e6d6ee2397 files/digest-projectx-0.82.1.00 74
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
-iD8DBQFC3Cjl/rLF9B432nYRAnSGAKDLxdIHE+K2scRi5ilgmZWPBQKDXwCgtFWP
-+ubdqUvSy3gvIKNui9JQeNs=
-=nn6+
+iD8DBQFC3Cq4/rLF9B432nYRAjxLAJ9cu521LYTueKZV4GeLAzZgBcV+EQCgg3Jk
+0Hxywt8rHlx0RNknL/VeNu4=
+=9cTy
-----END PGP SIGNATURE-----
diff --git a/media-video/projectx/projectx-0.82.0.00.ebuild b/media-video/projectx/projectx-0.82.0.00.ebuild
index 8ffc23d3dfd0..fd84490ca2ba 100644
--- a/media-video/projectx/projectx-0.82.0.00.ebuild
+++ b/media-video/projectx/projectx-0.82.0.00.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/media-video/projectx/projectx-0.82.0.00.ebuild,v 1.7 2005/07/18 22:10:33 axxo Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/projectx/projectx-0.82.0.00.ebuild,v 1.8 2005/07/18 22:18:20 axxo Exp $
inherit eutils java-pkg
@@ -31,6 +31,11 @@ src_unpack() {
cd ${S}
cp ${FILESDIR}/${PV}-build.xml ./build.xml
+
+ cd lib
+ rm -f *.jar
+ java-pkg_jar-from jakarta-oro-2.0
+ java-pkg_jar-from commons-net
}
src_compile() {
diff --git a/media-video/projectx/projectx-0.82.1.00.ebuild b/media-video/projectx/projectx-0.82.1.00.ebuild
index 88118b8f939b..3a0e97777912 100644
--- a/media-video/projectx/projectx-0.82.1.00.ebuild
+++ b/media-video/projectx/projectx-0.82.1.00.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/media-video/projectx/projectx-0.82.1.00.ebuild,v 1.2 2005/07/18 22:10:33 axxo Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/projectx/projectx-0.82.1.00.ebuild,v 1.3 2005/07/18 22:18:20 axxo Exp $
inherit eutils java-pkg
@@ -31,6 +31,11 @@ src_unpack() {
cd ${S}
cp ${FILESDIR}/${PV}-build.xml ./build.xml
+
+ cd lib
+ rm -f *.jar
+ java-pkg_jar-from jakarta-oro-2.0
+ java-pkg_jar-from commons-net
}
src_compile() {