summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2006-01-27 22:10:38 +0000
committerAndrej Kacian <ticho@gentoo.org>2006-01-27 22:10:38 +0000
commita06ae1df99097bd11f2d2c83829ed33cc112e707 (patch)
tree24f8e6c050af3e388a166d879281148b9c371ec9 /media-sound/snd
parentVersion bump to 3.3.11_pre7. This closes bug #120526. (diff)
downloadhistorical-a06ae1df99097bd11f2d2c83829ed33cc112e707.tar.gz
historical-a06ae1df99097bd11f2d2c83829ed33cc112e707.tar.bz2
historical-a06ae1df99097bd11f2d2c83829ed33cc112e707.zip
Removed modular X dependencies, as they're all provided by other depend atoms. Removed X USE flag, due to it being useless, and possibly even dangerous (see ./configure --help |grep with-x).
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'media-sound/snd')
-rw-r--r--media-sound/snd/ChangeLog7
-rw-r--r--media-sound/snd/Manifest10
-rw-r--r--media-sound/snd/snd-7.15.ebuild21
3 files changed, 15 insertions, 23 deletions
diff --git a/media-sound/snd/ChangeLog b/media-sound/snd/ChangeLog
index 769aacffad55..49e01cf0011c 100644
--- a/media-sound/snd/ChangeLog
+++ b/media-sound/snd/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-sound/snd
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/snd/ChangeLog,v 1.24 2006/01/26 16:45:58 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/snd/ChangeLog,v 1.25 2006/01/27 22:10:38 ticho Exp $
+
+ 27 Jan 2006; Andrej Kacian <ticho@gentoo.org> snd-7.15.ebuild:
+ Removed modular X dependencies, as they're all provided by other depend
+ atoms. Removed X USE flag, due to it being useless, and possibly even
+ dangerous (see ./configure --help |grep with-x).
26 Jan 2006; Andrej Kacian <ticho@gentoo.org> snd-7.15.ebuild:
Prepared for modular X.
diff --git a/media-sound/snd/Manifest b/media-sound/snd/Manifest
index e1374e0f1536..bcfec4cfedc6 100644
--- a/media-sound/snd/Manifest
+++ b/media-sound/snd/Manifest
@@ -1,16 +1,16 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 f3229b21edfbee5b7550bc6934463a50 ChangeLog 2869
+MD5 ee6adf8e7558737b8056cce9fbbbbc8c ChangeLog 3132
MD5 64e6271ddc8b655bf67b620f325dc01d files/digest-snd-7.10 61
MD5 fd589e474be593bb2e56ca029a6ca4f3 files/digest-snd-7.15 61
MD5 527dcfe3ce0f0b53c6b6aa8b82eb930c metadata.xml 252
MD5 0f65d306cdb9269f20d386413bd1e992 snd-7.10.ebuild 1677
-MD5 8bc38d43e735c0c5de790afb70340832 snd-7.15.ebuild 1822
+MD5 b322a41ccef77238b20399f1c6c8d9f5 snd-7.15.ebuild 1652
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
-iD8DBQFD2QUCQlM6RnzZP+IRAiqWAKCrukJth98+EdTqyMtvWopAeVZO1ACgqxWW
-7Ugh0aHK9F68wc1AajalwJs=
-=GYJ1
+iD8DBQFD2ppuQlM6RnzZP+IRAmcpAJ47nmjBOFkM/pzciF3cSilCqMFzdgCgtOzl
+RIHTEwLOilcoJdjHdo+T3ls=
+=oLyc
-----END PGP SIGNATURE-----
diff --git a/media-sound/snd/snd-7.15.ebuild b/media-sound/snd/snd-7.15.ebuild
index 2753ad34de7f..cd7b733cbdfa 100644
--- a/media-sound/snd/snd-7.15.ebuild
+++ b/media-sound/snd/snd-7.15.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/snd/snd-7.15.ebuild,v 1.6 2006/01/26 17:11:27 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/snd/snd-7.15.ebuild,v 1.7 2006/01/27 22:10:38 ticho Exp $
-IUSE="X alsa esd fam fftw gsl gtk guile jack ladspa motif nls opengl ruby"
+IUSE="alsa esd fam fftw gsl gtk guile jack ladspa motif nls opengl ruby"
inherit multilib
@@ -15,19 +15,8 @@ SLOT="0"
LICENSE="as-is"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-DEPEND="media-libs/audiofile
- X? (
- || (
- (
- x11-proto/xproto
- x11-proto/xextproto
- x11-libs/libX11
- x11-libs/libXt
- x11-libs/libXpm
- )
- virtual/x11
- )
- )
+RDEPEND="media-libs/audiofile
+ motif? ( x11-libs/openmotif )
alsa? ( media-libs/alsa-lib )
esd? ( media-sound/esound )
fam? ( virtual/fam )
@@ -37,7 +26,6 @@ DEPEND="media-libs/audiofile
guile? ( >=dev-util/guile-1.3.4 )
jack? ( media-sound/jack-audio-connection-kit )
ladspa? ( media-libs/ladspa-sdk )
- motif? ( x11-libs/openmotif )
nls? ( sys-devel/gettext )
opengl? ( virtual/opengl )
ruby? ( virtual/ruby )"
@@ -56,7 +44,6 @@ src_compile() {
fi
econf \
- $(use_with X x) \
$(use_with alsa) \
$(use_with esd) \
$(use_with fam) \