diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2007-07-22 08:20:41 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2007-07-22 08:20:41 +0000 |
commit | 92213abef731daf5a6d1e4560366200d13958369 (patch) | |
tree | 710dc1efc0fcf99731d68524b4fd23e9253140e8 /media-sound/terminatorx/terminatorx-3.81.ebuild | |
parent | Remove virtual/x11 from dependencies. (diff) | |
download | historical-92213abef731daf5a6d1e4560366200d13958369.tar.gz historical-92213abef731daf5a6d1e4560366200d13958369.tar.bz2 historical-92213abef731daf5a6d1e4560366200d13958369.zip |
Remove virtual/x11 references.
Package-Manager: portage-2.1.3_rc8
Diffstat (limited to 'media-sound/terminatorx/terminatorx-3.81.ebuild')
-rw-r--r-- | media-sound/terminatorx/terminatorx-3.81.ebuild | 22 |
1 files changed, 9 insertions, 13 deletions
diff --git a/media-sound/terminatorx/terminatorx-3.81.ebuild b/media-sound/terminatorx/terminatorx-3.81.ebuild index 11902b9dda46..017aa8dc97ca 100644 --- a/media-sound/terminatorx/terminatorx-3.81.ebuild +++ b/media-sound/terminatorx/terminatorx-3.81.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/terminatorx/terminatorx-3.81.ebuild,v 1.17 2007/01/05 20:09:02 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/terminatorx/terminatorx-3.81.ebuild,v 1.18 2007/07/22 08:20:41 drac Exp $ inherit gnome2 @@ -21,9 +21,8 @@ RDEPEND="alsa? ( >=media-libs/alsa-lib-0.9 ) sox? ( media-sound/sox ) >=x11-libs/gtk+-2.2.0 >=dev-libs/glib-2.2.0 - || ( ( x11-libs/libXi - x11-libs/libXxf86dga ) - virtual/x11 ) + x11-libs/libXi + x11-libs/libXxf86dga dev-libs/libxml media-libs/audiofile media-libs/ladspa-sdk @@ -31,18 +30,15 @@ RDEPEND="alsa? ( >=media-libs/alsa-lib-0.9 ) app-text/scrollkeeper media-libs/liblrdf" DEPEND="${RDEPEND} - || ( ( x11-proto/xproto - x11-proto/xf86dgaproto ) - virtual/x11 )" + x11-proto/xproto + x11-proto/xf86dgaproto" src_unpack() { unpack ${A} - cd ${S} - + cd "${S}" # we need the omf fix, or else we get access violation # errors related to sandbox - gnome2_omf_fix ${S}/doc/terminatorX-manual/C/Makefile.in - + gnome2_omf_fix "${S}"/doc/terminatorX-manual/C/Makefile.in } src_compile() { @@ -70,11 +66,11 @@ src_compile() { econf ${myconf} || die "econf failed" - emake || die + emake || die "emake failed." } src_install() { - make DESTDIR=${D} install + make DESTDIR="${D}" install || die "make install failed." } pkg_postinst() { |