summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2011-03-29 08:02:38 +0000
committerTim Harder <radhermit@gentoo.org>2011-03-29 08:02:38 +0000
commit7ce26c2b0bcc2a2a6a204cff0798bc26ff0a02ef (patch)
tree88ad09f366c1ceb79e203b5404e70f7611ff4749 /media-sound/terminatorx
parentFixed slot deps (diff)
downloadgentoo-2-7ce26c2b0bcc2a2a6a204cff0798bc26ff0a02ef.tar.gz
gentoo-2-7ce26c2b0bcc2a2a6a204cff0798bc26ff0a02ef.tar.bz2
gentoo-2-7ce26c2b0bcc2a2a6a204cff0798bc26ff0a02ef.zip
Remove unnecessary explicit gnome2_omf_fix call.
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/terminatorx')
-rw-r--r--media-sound/terminatorx/ChangeLog5
-rw-r--r--media-sound/terminatorx/terminatorx-3.82.ebuild8
2 files changed, 5 insertions, 8 deletions
diff --git a/media-sound/terminatorx/ChangeLog b/media-sound/terminatorx/ChangeLog
index 91f2bd3afddc..baab1c55d1ac 100644
--- a/media-sound/terminatorx/ChangeLog
+++ b/media-sound/terminatorx/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/terminatorx
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/terminatorx/ChangeLog,v 1.31 2011/03/29 07:55:48 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/terminatorx/ChangeLog,v 1.32 2011/03/29 08:02:38 radhermit Exp $
+
+ 29 Mar 2011; Tim Harder <radhermit@gentoo.org> terminatorx-3.82.ebuild:
+ Remove unnecessary explicit gnome2_omf_fix call.
29 Mar 2011; Tim Harder <radhermit@gentoo.org> terminatorx-3.82.ebuild:
Update to EAPI 2 and use slot deps for gtk+ and glib.
diff --git a/media-sound/terminatorx/terminatorx-3.82.ebuild b/media-sound/terminatorx/terminatorx-3.82.ebuild
index 76046d47ce4a..61f44328819c 100644
--- a/media-sound/terminatorx/terminatorx-3.82.ebuild
+++ b/media-sound/terminatorx/terminatorx-3.82.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/terminatorx/terminatorx-3.82.ebuild,v 1.17 2011/03/29 07:55:48 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/terminatorx/terminatorx-3.82.ebuild,v 1.18 2011/03/29 08:02:38 radhermit Exp $
EAPI=2
@@ -39,12 +39,6 @@ DEPEND="${RDEPEND}
S=${WORKDIR}/${MY_P}
-src_prepare() {
- # 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"
-}
-
src_configure() {
econf \
$(use_enable alsa) \