diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-06-18 19:22:46 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-06-18 19:22:46 +0000 |
commit | f586698605216295768d2410534cb9c7c84dffb2 (patch) | |
tree | 957f2672e43f43f07aa509997f46d5dde59769fe /net-p2p/phex | |
parent | Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug #51... (diff) | |
download | gentoo-2-f586698605216295768d2410534cb9c7c84dffb2.tar.gz gentoo-2-f586698605216295768d2410534cb9c7c84dffb2.tar.bz2 gentoo-2-f586698605216295768d2410534cb9c7c84dffb2.zip |
NM: Cleanup superseded ebuilds.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'net-p2p/phex')
-rw-r--r-- | net-p2p/phex/ChangeLog | 8 | ||||
-rw-r--r-- | net-p2p/phex/phex-3.2.0.102.ebuild | 66 |
2 files changed, 5 insertions, 69 deletions
diff --git a/net-p2p/phex/ChangeLog b/net-p2p/phex/ChangeLog index acc99e19d790..6b0d84cc1cf3 100644 --- a/net-p2p/phex/ChangeLog +++ b/net-p2p/phex/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/phex -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/phex/ChangeLog,v 1.16 2010/07/10 15:18:22 sochotnicky Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/phex/ChangeLog,v 1.17 2014/06/18 19:22:46 mrueg Exp $ + + 18 Jun 2014; Manuel Rüger <mrueg@gentoo.org> -phex-3.2.0.102.ebuild: + NM: Cleanup superseded ebuilds. 10 Jul 2010; Stanislav Ochotnicky <sochotnicky@gentoo.org> files/0001-Remove-MacOS-GUI-references.patch, phex-3.2.0.102-r1.ebuild: @@ -81,4 +84,3 @@ 22 Jul 2004; Jon Hood <squinky86@gentoo.org> +metadata.xml, +phex-2.0.0.76.ebuild, +files/phex.sh: Initial commit. - diff --git a/net-p2p/phex/phex-3.2.0.102.ebuild b/net-p2p/phex/phex-3.2.0.102.ebuild deleted file mode 100644 index 3375b1d13860..000000000000 --- a/net-p2p/phex/phex-3.2.0.102.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/phex/phex-3.2.0.102.ebuild,v 1.2 2008/01/22 22:09:48 betelgeuse Exp $ - -EAPI=1 - -inherit java-pkg-2 java-ant-2 - -MY_P="${PN}_${PV}" - -DESCRIPTION="java gnutella file-sharing application" -HOMEPAGE="http://phex.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}_src.zip" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="" -COMMON_DEPEND="dev-java/commons-httpclient:3 - dev-java/commons-logging:0 - dev-java/jgoodies-forms:0 - dev-java/jgoodies-looks:2.0 - dev-java/log4j:0 - dev-java/l2fprod-common:0 - dev-java/commons-beanutils:1.7 - dev-java/commons-codec:0 - dev-java/commons-collections:0 - dev-java/commons-lang:2.1" - -DEPEND="app-arch/unzip - >=virtual/jdk-1.5 - ${COMMON_DEPEND}" -RDEPEND=">=virtual/jre-1.5 - ${COMMON_DEPEND}" - -S="${WORKDIR}/${MY_P}_src" - -JAVA_PKG_BSFIX="off" - -src_unpack() { - unpack ${A} - cd "${S}" - - # build macosx gui against the bundled library, but don't install the library - # easier than to patch the gui out, it won't be executed anyway ... - mv lib/MRJAdapter.jar . || die - rm -vf lib/*.jar || die - # avoid patches like plague - sed -i "s/createJar, copyThirdpartyJars/createJar/" build/buildJava.xml || die - JAVA_ANT_REWRITE_CLASSPATH="true" java-ant_bsfix_files build/*.xml - # remove bundled packages that we have - bug #176739 - rm -rf src/com/l2fprod src/org/apache || die -} - -src_compile() { - local gcp="$(java-pkg_getjars commons-httpclient-3,commons-logging,jgoodies-forms,jgoodies-looks-2.0,log4j,l2fprod-common,commons-beanutils-1.7,commons-codec,commons-collections,commons-lang-2.1)" - cd build - eant -Dgentoo.classpath="${gcp}:MRJAdapter.jar" -Dproject.buildtarget=build buildJava -} - -src_install() { - java-pkg_dojar build/lib/${PN}.jar - - java-pkg_dolauncher ${PN} --main phex.Main - - dohtml docs/readme/* || die -} |