summaryrefslogtreecommitdiff
path: root/net-p2p/dclib
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2014-12-16 15:25:22 +0300
committerGluzskiy Alexandr <sss123next@list.ru>2014-12-16 15:25:22 +0300
commit9a708b8c806f759db23c8f31bc97d77df5d4e3cf (patch)
tree22807c73290e2cf9350b5ba9d86a649ee71adb8e /net-p2p/dclib
parent3a39646b056b19f7ddde99467635101e76afa290 (diff)
cleanup
Diffstat (limited to 'net-p2p/dclib')
-rw-r--r--net-p2p/dclib/dclib-9999.ebuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/net-p2p/dclib/dclib-9999.ebuild b/net-p2p/dclib/dclib-9999.ebuild
deleted file mode 100644
index 3ae2457..0000000
--- a/net-p2p/dclib/dclib-9999.ebuild
+++ /dev/null
@@ -1,35 +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/dclib/dclib-0.3.21.ebuild,v 1.1 2008/09/24 19:59:13 armin76 Exp $
-
-inherit subversion autotools
-
-DESCRIPTION="DirectConnect client library"
-HOMEPAGE="http://sourceforge.net/projects/wxdcgui"
-SRC_URI=""
-
-ESVN_REPO_URI="https://wxdcgui.svn.sourceforge.net/svnroot/wxdcgui/trunk/dclib"
-ESVN_STORE_DIR="${DISTDIR}/svn-src"
-ESVN_PROJECT="${PN/-svn}"
-
-S="${WORKDIR}/${P/_/}"
-
-LICENSE="GPL-2"
-SLOT=""
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-DEPEND=">=app-arch/bzip2-1.0.2
- >=dev-libs/libxml2-2.4.22"
-
-src_unpack(){
- subversion_src_unpack
- cd "${S}"
- eautoreconf
-}
-
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed."
- dodoc AUTHORS ChangeLog NEWS README TODO
-}