summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-02-22 22:00:47 +0000
committerMike Frysinger <vapier@gentoo.org>2004-02-22 22:00:47 +0000
commitcd4002440062d288aff3f798a3c6490003658fc1 (patch)
treed1e361b58bd7ef3c231265669ddac9c0cae49cec /media-sound/yconsole
parenthppa repoman (diff)
downloadgentoo-2-cd4002440062d288aff3f798a3c6490003658fc1.tar.gz
gentoo-2-cd4002440062d288aff3f798a3c6490003658fc1.tar.bz2
gentoo-2-cd4002440062d288aff3f798a3c6490003658fc1.zip
add missing patch and change SRC_URI to use bz2 #42386
Diffstat (limited to 'media-sound/yconsole')
-rw-r--r--media-sound/yconsole/files/3.0.5-makefile-cflags.patch12
-rw-r--r--media-sound/yconsole/files/digest-yconsole-3.0.52
-rw-r--r--media-sound/yconsole/yconsole-3.0.5.ebuild4
3 files changed, 15 insertions, 3 deletions
diff --git a/media-sound/yconsole/files/3.0.5-makefile-cflags.patch b/media-sound/yconsole/files/3.0.5-makefile-cflags.patch
new file mode 100644
index 000000000000..8271435dbd0f
--- /dev/null
+++ b/media-sound/yconsole/files/3.0.5-makefile-cflags.patch
@@ -0,0 +1,12 @@
+--- yconsole/Makefile.orig 2003-08-17 14:54:36.590310296 -0400
++++ yconsole/Makefile 2003-08-17 14:54:59.716794536 -0400
+@@ -2,7 +2,8 @@
+ #
+ PREFIX = /usr
+
+-CFLAGS = -Wall -O2 -g \
++CFLAGS = -Wall $(OPTFLAGS)
++CFLAGS += \
+ `imlib-config --cflags` -DHAVE_IMLIB \
+ `gtk-config --cflags`
+
diff --git a/media-sound/yconsole/files/digest-yconsole-3.0.5 b/media-sound/yconsole/files/digest-yconsole-3.0.5
index 73cb3d6d2ea9..6b5edd34a53e 100644
--- a/media-sound/yconsole/files/digest-yconsole-3.0.5
+++ b/media-sound/yconsole/files/digest-yconsole-3.0.5
@@ -1 +1 @@
-MD5 4984b3cface1c495e550768c6b537fed yconsole-3.0.5.tgz 632069
+MD5 d7af9c42c59d5c841468cddf0bc32d19 yconsole-3.0.5.tar.bz2 498018
diff --git a/media-sound/yconsole/yconsole-3.0.5.ebuild b/media-sound/yconsole/yconsole-3.0.5.ebuild
index 66bc0a76d0ab..aa37f546d809 100644
--- a/media-sound/yconsole/yconsole-3.0.5.ebuild
+++ b/media-sound/yconsole/yconsole-3.0.5.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2003 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.5.ebuild,v 1.1 2004/02/22 09:18:10 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/yconsole/yconsole-3.0.5.ebuild,v 1.2 2004/02/22 22:00:47 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}.tgz"
+SRC_URI="ftp://wolfpack.twu.net/users/wolfpack/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"