diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-09-18 02:01:05 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-09-18 02:01:05 +0000 |
commit | cbc92187bf0bc80a4f86344ebae4e401942fcd1a (patch) | |
tree | 4101f1581a96008cc6dc593be1c86b8f470f9ba3 /net-p2p/phex | |
parent | Won't work with gaim-1.0.0 (diff) | |
download | historical-cbc92187bf0bc80a4f86344ebae4e401942fcd1a.tar.gz historical-cbc92187bf0bc80a4f86344ebae4e401942fcd1a.tar.bz2 historical-cbc92187bf0bc80a4f86344ebae4e401942fcd1a.zip |
version bump
Diffstat (limited to 'net-p2p/phex')
-rw-r--r-- | net-p2p/phex/ChangeLog | 7 | ||||
-rw-r--r-- | net-p2p/phex/Manifest | 12 | ||||
-rw-r--r-- | net-p2p/phex/files/digest-phex-2.1.2.79 | 1 | ||||
-rw-r--r-- | net-p2p/phex/phex-2.1.2.79.ebuild | 34 |
4 files changed, 48 insertions, 6 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..731f0a93af5a 100644 --- a/net-p2p/phex/Manifest +++ b/net-p2p/phex/Manifest @@ -1,15 +1,17 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 +MD5 e0520487918252d3ed91ca81b0d0ab4d phex-2.1.2.79.ebuild 777 MD5 bc0a4e14d0a8dfdd276202b671196321 phex-2.0.0.76.ebuild 776 -MD5 c68b5decb4eadeb82e0ad6a2e1a3f54e ChangeLog 524 +MD5 d077979a750681d3cfc09a7bc5f1d6da ChangeLog 641 MD5 8aefbc0e49db723ca1ad02d0c409cd49 metadata.xml 160 MD5 4bdd6b068f3ef84f8c2f258a685c1c65 files/digest-phex-2.0.0.76 63 MD5 3089ad1db7b9aaf83ddad49afa8165bc files/phex.sh 256 +MD5 4e9747411db2765d9660dc05e11fe21c files/digest-phex-2.1.2.79 63 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1.9.10 (GNU/Linux) +Version: GnuPG v1.2.6 (GNU/Linux) -iD8DBQFBKV9XcAgAdbxYsnERAqAqAJsEThKWgsJ+MBOFJjZkXNhcXwadBgCeKZi7 -0HBQYo0VlOLz1+hTgaWxhiA= -=627L +iD8DBQFBS5bucAgAdbxYsnERAqSfAJ9+oJtg7wWEw2tPIXGbJgOPtls2IACfSCBX +Ig9nQVsDA+kXv+pultAeyMI= +=bTzS -----END PGP SIGNATURE----- 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/* +} |