summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-07-24 12:48:09 +0200
committerMichał Górny <mgorny@gentoo.org>2016-07-24 12:52:44 +0200
commit8409aa244ccd0c0445e10ee896bbae61df301d86 (patch)
tree51ca65724dd06a7525c170bb704800e55239c12f /net-p2p/microdc2/microdc2-0.15.6-r2.ebuild
parentmedia-tv/freevo: Remove last-rited pkg, #363513 (diff)
downloadgentoo-8409aa244ccd0c0445e10ee896bbae61df301d86.tar.gz
gentoo-8409aa244ccd0c0445e10ee896bbae61df301d86.tar.bz2
gentoo-8409aa244ccd0c0445e10ee896bbae61df301d86.zip
net-p2p/microdc2: Remove last-rited pkg, #360631
Diffstat (limited to 'net-p2p/microdc2/microdc2-0.15.6-r2.ebuild')
-rw-r--r--net-p2p/microdc2/microdc2-0.15.6-r2.ebuild49
1 files changed, 0 insertions, 49 deletions
diff --git a/net-p2p/microdc2/microdc2-0.15.6-r2.ebuild b/net-p2p/microdc2/microdc2-0.15.6-r2.ebuild
deleted file mode 100644
index 7361a4b68ff5..000000000000
--- a/net-p2p/microdc2/microdc2-0.15.6-r2.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit autotools eutils
-
-DESCRIPTION="A small command-line based Direct Connect client"
-HOMEPAGE="http://corsair626.no-ip.org/microdc/"
-SRC_URI="http://corsair626.no-ip.org/microdc/${P}.tar.gz
- mirror://debian/pool/main/m/${PN}/${PN}_${PV}-1.debian.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="nls"
-
-RDEPEND="app-arch/bzip2
- >=dev-libs/libxml2-2.6.16
- sys-libs/ncurses
- >=sys-libs/readline-4"
-DEPEND="${RDEPEND}
- nls? ( sys-devel/gettext )"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- local dpatch="${WORKDIR}/debian/patches"
-
- epatch \
- "${dpatch}"/disable-libxml2-version-check \
- "${dpatch}"/rename-manpage \
- "${dpatch}"/disable-make-tthsum \
- "${dpatch}"/debian-link-system-bz2
-
- eautoreconf
-}
-
-src_compile() {
- econf \
- $(use_enable nls)
-
- emake || die
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog NEWS README doc/*
-}