summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Weller <welp@gentoo.org>2007-01-23 18:49:15 +0000
committerPeter Weller <welp@gentoo.org>2007-01-23 18:49:15 +0000
commitf1b28091048a4ab0554bfaca441622e4f92eb688 (patch)
tree0402bcf70dfc2d9a524775f83888b88307ea1544 /xfce-extra/terminal
parentStable on ppc wrt bug 163117 (diff)
downloadgentoo-2-f1b28091048a4ab0554bfaca441622e4f92eb688.tar.gz
gentoo-2-f1b28091048a4ab0554bfaca441622e4f92eb688.tar.bz2
gentoo-2-f1b28091048a4ab0554bfaca441622e4f92eb688.zip
Removing usage of virtual/x11, and hardcoding in depends. Minor clean ups.
(Portage version: 2.1.2-r1)
Diffstat (limited to 'xfce-extra/terminal')
-rw-r--r--xfce-extra/terminal/ChangeLog5
-rw-r--r--xfce-extra/terminal/terminal-0.2.6.ebuild13
2 files changed, 11 insertions, 7 deletions
diff --git a/xfce-extra/terminal/ChangeLog b/xfce-extra/terminal/ChangeLog
index f62e0a0da942..dd6c549e5446 100644
--- a/xfce-extra/terminal/ChangeLog
+++ b/xfce-extra/terminal/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for xfce-extra/terminal
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/terminal/ChangeLog,v 1.21 2007/01/22 02:13:46 nichoj Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/terminal/ChangeLog,v 1.22 2007/01/23 18:49:15 welp Exp $
+
+ 23 Jan 2007; Peter Weller <welp@gentoo.org> terminal-0.2.6.ebuild:
+ Removing usage of virtual/x11, and hardcoding in depends. Minor clean ups.
*terminal-0.2.6 (22 Jan 2007)
diff --git a/xfce-extra/terminal/terminal-0.2.6.ebuild b/xfce-extra/terminal/terminal-0.2.6.ebuild
index 267f071a167d..a62f458a9958 100644
--- a/xfce-extra/terminal/terminal-0.2.6.ebuild
+++ b/xfce-extra/terminal/terminal-0.2.6.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/terminal/terminal-0.2.6.ebuild,v 1.1 2007/01/22 02:13:46 nichoj Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/terminal/terminal-0.2.6.ebuild,v 1.2 2007/01/23 18:49:15 welp Exp $
-inherit gnome2 xfce44
+inherit gnome2-utils xfce44
xfce44
@@ -25,16 +25,17 @@ RDEPEND=">=dev-libs/glib-2
dbus? ( || ( >=dev-libs/dbus-glib-0.71
( <sys-apps/dbus-0.90 >=sys-apps/dbus-0.34 ) )
)
- || ( ( x11-libs/libICE
+ x11-libs/libICE
x11-libs/libSM
x11-libs/libX11
x11-libs/libXft
- x11-libs/libXrender )
- virtual/x11 )
+ x11-libs/libXrender
startup-notification? ( >=x11-libs/startup-notification-0.5 )
>=x11-libs/vte-0.11.11
- doc? ( dev-libs/libxslt )
>=xfce-extra/exo-0.3.2"
+DEPEND="${RDEPEND}
+ doc? ( dev-libs/libxslt )"
+
XFCE_CONFIG="$(use_enable startup-notification) $(use_enable dbus) \
$(use_enable doc xsltproc)"