summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/dc-qt/dc-qt-0.1.1.ebuild')
-rw-r--r--net-p2p/dc-qt/dc-qt-0.1.1.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/net-p2p/dc-qt/dc-qt-0.1.1.ebuild b/net-p2p/dc-qt/dc-qt-0.1.1.ebuild
deleted file mode 100644
index 52a86f2e4115..000000000000
--- a/net-p2p/dc-qt/dc-qt-0.1.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/dc-qt/dc-qt-0.1.1.ebuild,v 1.4 2005/07/25 17:40:28 caleb Exp $
-
-inherit qt3
-
-IUSE=""
-
-DESCRIPTION="Direct Connect Text Client, QT Gui"
-HOMEPAGE="http://dc-qt.sourceforge.net/"
-SRC_URI="mirror://sourceforge/dc-qt/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ~ppc"
-
-DEPEND="$(qt_min_version 3.2)
- >=net-p2p/dctc-0.85.9
- >=media-libs/xine-lib-1_rc5"
-
-src_compile() {
- econf || die
- emake || die
-}
-
-src_install() {
- make DESTDIR=${D} install || die
-}