summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@gentoo.org>2006-11-18 02:26:12 +0000
committerSaleem Abdulrasool <compnerd@gentoo.org>2006-11-18 02:26:12 +0000
commit684d231de4d8c17d69d475a9b84e486fa44338f1 (patch)
tree2c4c662a1d900790998b45354ea405623ea75b9c /mail-client/gbuffy/gbuffy-0.2.6.ebuild
parentdrop gnome useflag for gnome-1.x removal (diff)
downloadgentoo-2-684d231de4d8c17d69d475a9b84e486fa44338f1.tar.gz
gentoo-2-684d231de4d8c17d69d475a9b84e486fa44338f1.tar.bz2
gentoo-2-684d231de4d8c17d69d475a9b84e486fa44338f1.zip
drop gnome useflag for gnome-1.x removal
(Portage version: 2.1.2_rc1-r7)
Diffstat (limited to 'mail-client/gbuffy/gbuffy-0.2.6.ebuild')
-rw-r--r--mail-client/gbuffy/gbuffy-0.2.6.ebuild12
1 files changed, 2 insertions, 10 deletions
diff --git a/mail-client/gbuffy/gbuffy-0.2.6.ebuild b/mail-client/gbuffy/gbuffy-0.2.6.ebuild
index b3dca6a649d4..eb2ebc00b7b4 100644
--- a/mail-client/gbuffy/gbuffy-0.2.6.ebuild
+++ b/mail-client/gbuffy/gbuffy-0.2.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/gbuffy/gbuffy-0.2.6.ebuild,v 1.3 2006/03/25 06:19:52 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/gbuffy/gbuffy-0.2.6.ebuild,v 1.4 2006/11/18 02:26:12 compnerd Exp $
inherit eutils
@@ -11,21 +11,14 @@ LICENSE="as-is"
SLOT="0"
KEYWORDS="~x86"
-IUSE="gnome ssl"
+IUSE="ssl"
DEPEND="x11-libs/libPropList
media-libs/compface
>=x11-libs/gtk+-1.1.11
- gnome? ( =gnome-base/gnome-applets-1* )
ssl? ( dev-libs/openssl )"
src_compile() {
- if use gnome; then
- econf --enable-applet || die
- emake || die
- mv gbuffy gbuffy_applet
- make clean
- fi
econf --disable-applet || die
emake || die
}
@@ -34,5 +27,4 @@ src_install() {
einstall || die
dodoc ChangeLog CHANGES GBuffy LICENSE README ToDo
doman gbuffy.1
- use gnome && dobin gbuffy_applet
}