diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2013-10-10 18:34:19 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2013-10-10 18:34:19 +0300 |
commit | 171eb6d96448fbcf30ecfd370c641b361840eb73 (patch) | |
tree | 0a0aadf4005ec1944689bd491044418c812f6f1f /net-p2p/valknut | |
parent | e080a36245daaa7327237c508e53957272c907be (diff) |
deleted: sancho-bin/sancho-bin-0.9.4.59.ebuild
deleted: valknut/valknut-9999.ebuild
Diffstat (limited to 'net-p2p/valknut')
-rw-r--r-- | net-p2p/valknut/valknut-9999.ebuild | 48 |
1 files changed, 0 insertions, 48 deletions
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 -} |