summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Hood <squinky86@gentoo.org>2004-09-18 02:01:05 +0000
committerJon Hood <squinky86@gentoo.org>2004-09-18 02:01:05 +0000
commit0784d4d1601e974c292741e5111dfd89dd528da0 (patch)
treefbeace02a9bcbe3828a0702f556bc10ca31dbd51 /net-p2p/phex
parentWon't work with gaim-1.0.0 (Manifest recommit) (diff)
downloadgentoo-2-0784d4d1601e974c292741e5111dfd89dd528da0.tar.gz
gentoo-2-0784d4d1601e974c292741e5111dfd89dd528da0.tar.bz2
gentoo-2-0784d4d1601e974c292741e5111dfd89dd528da0.zip
version bump
Diffstat (limited to 'net-p2p/phex')
-rw-r--r--net-p2p/phex/ChangeLog7
-rw-r--r--net-p2p/phex/Manifest12
-rw-r--r--net-p2p/phex/files/digest-phex-2.1.2.791
-rw-r--r--net-p2p/phex/phex-2.1.2.79.ebuild34
4 files changed, 43 insertions, 11 deletions
diff --git a/net-p2p/phex/ChangeLog b/net-p2p/phex/ChangeLog
index 03dfdd185fa3..55c83913682e 100644
--- a/net-p2p/phex/ChangeLog
+++ b/net-p2p/phex/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-p2p/phex
# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/phex/ChangeLog,v 1.3 2004/08/23 03:07:00 squinky86 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/phex/ChangeLog,v 1.4 2004/09/18 02:01:05 squinky86 Exp $
+
+*phex-2.1.2.79 (17 Sep 2004)
+
+ 17 Sep 2004; Jon Hood <squinky86@gentoo.org> +phex-2.1.2.79.ebuild:
+ Version bump.
22 Aug 2004; Jon Hood <squinky86@gentoo.org> phex-2.0.0.76.ebuild:
Stable on x86.
diff --git a/net-p2p/phex/Manifest b/net-p2p/phex/Manifest
index c6c03d02136b..5e2034918166 100644
--- a/net-p2p/phex/Manifest
+++ b/net-p2p/phex/Manifest
@@ -1,15 +1,7 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
+MD5 45a70621d3e8eeeab20b30dc1421deef phex-2.1.2.79.ebuild 777
MD5 bc0a4e14d0a8dfdd276202b671196321 phex-2.0.0.76.ebuild 776
MD5 c68b5decb4eadeb82e0ad6a2e1a3f54e ChangeLog 524
MD5 8aefbc0e49db723ca1ad02d0c409cd49 metadata.xml 160
MD5 4bdd6b068f3ef84f8c2f258a685c1c65 files/digest-phex-2.0.0.76 63
MD5 3089ad1db7b9aaf83ddad49afa8165bc files/phex.sh 256
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.9.10 (GNU/Linux)
-
-iD8DBQFBKV9XcAgAdbxYsnERAqAqAJsEThKWgsJ+MBOFJjZkXNhcXwadBgCeKZi7
-0HBQYo0VlOLz1+hTgaWxhiA=
-=627L
------END PGP SIGNATURE-----
+MD5 4e9747411db2765d9660dc05e11fe21c files/digest-phex-2.1.2.79 63
diff --git a/net-p2p/phex/files/digest-phex-2.1.2.79 b/net-p2p/phex/files/digest-phex-2.1.2.79
new file mode 100644
index 000000000000..ab7850246a3b
--- /dev/null
+++ b/net-p2p/phex/files/digest-phex-2.1.2.79
@@ -0,0 +1 @@
+MD5 9e374a2b38cbd4b885e448ee291dd2d2 phex_2.1.2.79.zip 2195968
diff --git a/net-p2p/phex/phex-2.1.2.79.ebuild b/net-p2p/phex/phex-2.1.2.79.ebuild
new file mode 100644
index 000000000000..1e496bae59b4
--- /dev/null
+++ b/net-p2p/phex/phex-2.1.2.79.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/phex/phex-2.1.2.79.ebuild,v 1.1 2004/09/18 02:01:05 squinky86 Exp $
+
+DESCRIPTION="java gnutella file-sharing application"
+HOMEPAGE="http://phex.sourceforge.net/"
+SRC_URI="mirror://sourceforge/phex/${P/-/_}.zip"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~ppc"
+IUSE=""
+RDEPEND=">=virtual/jdk-1.4
+ virtual/x11"
+S=${WORKDIR}/${P/-/_}
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ echo "PATH=/opt/${PN}/bin" >> ${S}/50${PN}
+}
+
+src_compile() {
+ einfo "nothing to compile"
+}
+
+src_install() {
+ insinto /opt/${PN}
+ doins *.jar
+ exeinto /opt/${PN}/bin
+ newexe ${FILESDIR}/${PN}.sh ${PN}
+ insinto /etc/env.d
+ doins 50${PN}
+ dohtml docs/readme/*
+}