diff options
-rw-r--r-- | net-p2p/sancho-bin/sancho-bin-0.9.4.59.ebuild | 59 | ||||
-rw-r--r-- | net-p2p/valknut/valknut-9999.ebuild | 48 |
2 files changed, 0 insertions, 107 deletions
diff --git a/net-p2p/sancho-bin/sancho-bin-0.9.4.59.ebuild b/net-p2p/sancho-bin/sancho-bin-0.9.4.59.ebuild deleted file mode 100644 index 28b53e2..0000000 --- a/net-p2p/sancho-bin/sancho-bin-0.9.4.59.ebuild +++ /dev/null @@ -1,59 +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/sancho-bin/sancho-bin-0.9.4.58-r1.ebuild,v 1.5 2008/01/29 16:26:44 rich0 Exp $ - -inherit eutils - -MY_P=${P/-bin/} -MY_P=${MY_P%.*}-${MY_P##*.} -SRC_URI="mirror://gentoo/${MY_P}-linux-gtk-x86_64-java.sh" - -DESCRIPTION="a powerful frontend for mldonkey" -HOMEPAGE="http://sancho-gui.sourceforge.net/" - -RESTRICT="strip" - -# In order to keyword ~ppc, 'java' should be package.use.force'd -KEYWORDS="~amd64" -SLOT="0" -LICENSE="CPL-1.0 LGPL-2.1" -IUSE="java" - -DEPEND="x11-libs/libXxf86vm - x11-libs/libXext - x11-libs/libX11 - >=x11-libs/gtk+-2 - java? ( >=virtual/jre-1.5 )" - -S="${WORKDIR}" - -src_unpack() { - unpack_makeself -} - -src_install() { - dodir /opt/sancho - dodir /opt/bin - - cd "${S}" - cp -dpR sancho distrib lib ${D}/opt/sancho - - exeinto /opt/sancho - newexe sancho sancho-bin - - exeinto /opt/bin - newexe ${FILESDIR}/sancho.sh sancho - - insinto /etc/revdep-rebuild - doins ${FILESDIR}/50-${PN} - - make_desktop_entry sancho sancho /opt/sancho/distrib/sancho-32.xpm -} - -pkg_postinst() { - elog - elog "Sancho requires the presence of a p2p core, like" - elog "net-p2p/mldonkey, in order to operate. This core" - elog "may be in other machine of your network." - elog -} diff --git a/net-p2p/valknut/valknut-9999.ebuild b/net-p2p/valknut/valknut-9999.ebuild deleted file mode 100644 index 745a281..0000000 --- a/net-p2p/valknut/valknut-9999.ebuild +++ /dev/null @@ -1,48 +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/valknut/valknut-0.3.21a.ebuild,v 1.1 2008/09/24 20:01:25 armin76 Exp $ - -EAPI=1 - -inherit autotools subversion - -ESVN_REPO_URI="https://wxdcgui.svn.sourceforge.net/svnroot/wxdcgui/branches/valknut-qt4" -ESVN_STORE_DIR="${DISTDIR}/svn-src" -ESVN_PROJECT="${PN/-svn}" - -S="${WORKDIR}/${P/_/}" - -DESCRIPTION="Qt based client for DirectConnect" -HOMEPAGE="http://sourceforge.net/projects/wxdcgui/" -SRC_URI="" - -LICENSE="GPL-2" -SLOT="" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" -IUSE="ssl" - -RDEPEND="x11-libs/qt:3 - >=dev-libs/libxml2-2.4.22 - net-p2p/dclib - ssl? ( dev-libs/openssl )" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_unpack(){ - subversion_src_unpack - cd "${S}" - eautoreconf -} - - -src_compile() { - econf \ - $(use_with ssl) \ - || die "econf failed" - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed." - dodoc AUTHORS ChangeLog NEWS README TODO -} |