summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-04-19 06:35:50 +0000
committerMike Frysinger <vapier@gentoo.org>2004-04-19 06:35:50 +0000
commitfae3cf1ee1ca9edb385822d657bc63ef2970324d (patch)
tree439bdda534fc07038a47d5c5afad8efc4a6770d9 /media-sound/yconsole
parentinherit eutils (diff)
downloadgentoo-2-fae3cf1ee1ca9edb385822d657bc63ef2970324d.tar.gz
gentoo-2-fae3cf1ee1ca9edb385822d657bc63ef2970324d.tar.bz2
gentoo-2-fae3cf1ee1ca9edb385822d657bc63ef2970324d.zip
old
Diffstat (limited to 'media-sound/yconsole')
-rw-r--r--media-sound/yconsole/files/digest-yconsole-3.0.11
-rw-r--r--media-sound/yconsole/yconsole-3.0.1.ebuild34
2 files changed, 0 insertions, 35 deletions
diff --git a/media-sound/yconsole/files/digest-yconsole-3.0.1 b/media-sound/yconsole/files/digest-yconsole-3.0.1
deleted file mode 100644
index 145b3c516cf9..000000000000
--- a/media-sound/yconsole/files/digest-yconsole-3.0.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 57984cb0275b02a5ed331287613658f5 yconsole-3.0.1.tgz 590654
diff --git a/media-sound/yconsole/yconsole-3.0.1.ebuild b/media-sound/yconsole/yconsole-3.0.1.ebuild
deleted file mode 100644
index b02b580ecc91..000000000000
--- a/media-sound/yconsole/yconsole-3.0.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/yconsole/yconsole-3.0.1.ebuild,v 1.3 2004/03/01 05:37:16 eradicator 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}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-
-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
-}