diff options
Diffstat (limited to 'net-p2p/nanodc/nanodc-0.1_alpha39.ebuild')
-rw-r--r-- | net-p2p/nanodc/nanodc-0.1_alpha39.ebuild | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/net-p2p/nanodc/nanodc-0.1_alpha39.ebuild b/net-p2p/nanodc/nanodc-0.1_alpha39.ebuild deleted file mode 100644 index 22917eac8..000000000 --- a/net-p2p/nanodc/nanodc-0.1_alpha39.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit toolchain-funcs - -DESCRIPTION="Ncurses DC++ client" -HOMEPAGE="http://sourceforge.net/projects/nanodc/" -SRC_URI="http://secretz.kapsi.fi/cow/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" -DEPEND="app-arch/bzip2 - sys-libs/ncurses - dev-util/pkgconfig - dev-util/scons - sys-libs/zlib - >=dev-libs/libsigc++-2.0.0 - >=dev-libs/glib-2.0.0" -RDEPEND=${DEPEND} - -pkg_setup() { - if [[[ gcc-major-version ] != 4 ]]; then - eerror "We need at least gcc-4.0 to compile" - die "gcc-4 required" - fi -} - -src_compile() { - cd "${WORKDIR}" - scons || die "scons failed!" -} - -src_install() { - dobin "${WORKDIR}/nanodc" -} |