summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-irc/xstat/xstat-1.2_beta1.ebuild')
-rw-r--r--net-irc/xstat/xstat-1.2_beta1.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/net-irc/xstat/xstat-1.2_beta1.ebuild b/net-irc/xstat/xstat-1.2_beta1.ebuild
deleted file mode 100644
index dda7286..0000000
--- a/net-irc/xstat/xstat-1.2_beta1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit eutils
-
-DESCRIPTION="A GTK IRC stats generator"
-HOMEPAGE="http://upsilon.free.fr/xstat/"
-SRC_URI="http://masterdriverz.250free.com/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE="gtk"
-
-DEPEND="gtk? ( x11-libs/gtk+ )"
-RDEPEND="$DEPEND"
-
-src_compile() {
- local target
- if ! use gtk; then
- target=statistics
- else
- target=all
- fi
- emake ${target} || die "emake failed"
-}
-
-src_install() {
- use gtk || target=-statistics
- emake install${target} DESTDIR="$D" || die "emake install failed"
-}