summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/yconsole/yconsole-3.0.5.ebuild')
-rw-r--r--media-sound/yconsole/yconsole-3.0.5.ebuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/media-sound/yconsole/yconsole-3.0.5.ebuild b/media-sound/yconsole/yconsole-3.0.5.ebuild
deleted file mode 100644
index 12507e9ff578..000000000000
--- a/media-sound/yconsole/yconsole-3.0.5.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/yconsole/yconsole-3.0.5.ebuild,v 1.8 2004/07/14 04:22:31 vapier Exp $
-
-inherit eutils
-
-DESCRIPTION="monitor and control the Y server"
-HOMEPAGE="http://wolfpack.twu.net/YIFF/"
-SRC_URI="ftp://wolfpack.twu.net/users/wolfpack/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc sparc amd64"
-IUSE=""
-
-DEPEND="=x11-libs/gtk+-1*
- media-libs/imlib
- media-libs/yiff"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${PV}-makefile-cflags.patch
-}
-
-src_compile() {
- cd yconsole
- make OPTFLAGS="${CFLAGS}" || die
-}
-
-src_install() {
- cd yconsole
- make install PREFIX=${D}/usr || die
- dodoc AUTHORS README
-}