diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-01-12 14:23:20 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-01-12 14:23:20 +0000 |
commit | c450d1cc2d648456add0e587e47f75b11ccfd99b (patch) | |
tree | df68acccdbd0810f747021f8151873d94102dff0 /net-p2p/phex/files | |
parent | Remove broken ebuilds, version bump, fix bug 119416 (diff) | |
download | historical-c450d1cc2d648456add0e587e47f75b11ccfd99b.tar.gz historical-c450d1cc2d648456add0e587e47f75b11ccfd99b.tar.bz2 historical-c450d1cc2d648456add0e587e47f75b11ccfd99b.zip |
Remove broken ebuilds, version bump, fix bug 119416
Package-Manager: portage-2.1.1-r2
Diffstat (limited to 'net-p2p/phex/files')
-rw-r--r-- | net-p2p/phex/files/digest-phex-2.0.0.76 | 1 | ||||
-rw-r--r-- | net-p2p/phex/files/digest-phex-2.6.0.87 | 1 | ||||
-rw-r--r-- | net-p2p/phex/files/digest-phex-2.8.2.92 | 1 | ||||
-rw-r--r-- | net-p2p/phex/files/phex-2.6.4.89.sh | 7 | ||||
-rw-r--r-- | net-p2p/phex/files/phex-2.8.2.92.sh | 7 | ||||
-rw-r--r-- | net-p2p/phex/files/phex.sh | 7 |
6 files changed, 0 insertions, 24 deletions
diff --git a/net-p2p/phex/files/digest-phex-2.0.0.76 b/net-p2p/phex/files/digest-phex-2.0.0.76 deleted file mode 100644 index aaad2c9fe194..000000000000 --- a/net-p2p/phex/files/digest-phex-2.0.0.76 +++ /dev/null @@ -1 +0,0 @@ -MD5 906650ec01b9d647b97d1fa6f3f79610 phex_2.0.0.76.zip 2120002 diff --git a/net-p2p/phex/files/digest-phex-2.6.0.87 b/net-p2p/phex/files/digest-phex-2.6.0.87 deleted file mode 100644 index 1292fe4079f3..000000000000 --- a/net-p2p/phex/files/digest-phex-2.6.0.87 +++ /dev/null @@ -1 +0,0 @@ -MD5 bbb770bb52beb51efdae738789a01d65 phex_2.6.0.87.zip 2197008 diff --git a/net-p2p/phex/files/digest-phex-2.8.2.92 b/net-p2p/phex/files/digest-phex-2.8.2.92 deleted file mode 100644 index 6a67339228a4..000000000000 --- a/net-p2p/phex/files/digest-phex-2.8.2.92 +++ /dev/null @@ -1 +0,0 @@ -MD5 9ca9812e2302764941056e1e29a19e2b phex_2.8.2.92.zip 3037621 diff --git a/net-p2p/phex/files/phex-2.6.4.89.sh b/net-p2p/phex/files/phex-2.6.4.89.sh deleted file mode 100644 index a5965753df8b..000000000000 --- a/net-p2p/phex/files/phex-2.6.4.89.sh +++ /dev/null @@ -1,7 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/phex/files/phex-2.6.4.89.sh,v 1.1 2005/09/26 21:09:27 mkay Exp $ - -#!/bin/sh - -java -classpath $(java-config -p commons-logging,commons-httpclient-3,phex,jgoodies-looks-1.3,jgoodies-forms) phex.Main diff --git a/net-p2p/phex/files/phex-2.8.2.92.sh b/net-p2p/phex/files/phex-2.8.2.92.sh deleted file mode 100644 index 31f52eca6bce..000000000000 --- a/net-p2p/phex/files/phex-2.8.2.92.sh +++ /dev/null @@ -1,7 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/phex/files/phex-2.8.2.92.sh,v 1.1 2006/01/17 21:14:40 sekretarz Exp $ - -#!/bin/sh - -java -classpath $(java-config -p commons-logging,commons-httpclient-3,phex,jgoodies-looks-1.3,jgoodies-forms) phex.Main diff --git a/net-p2p/phex/files/phex.sh b/net-p2p/phex/files/phex.sh deleted file mode 100644 index d0a78c29b2b8..000000000000 --- a/net-p2p/phex/files/phex.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/phex/files/phex.sh,v 1.1 2004/07/22 05:58:07 squinky86 Exp $ - -cd /opt/phex -java -jar phex.jar |