summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-10-06 21:31:14 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-10-06 21:31:14 +0000
commita75eb6e174271f3c36aec881416853ca5bb3cabe (patch)
tree49da301a3cc710a87bddd783454a923cb0d533eb /xfce-base/exo
parentVersion bump (diff)
downloadgentoo-2-a75eb6e174271f3c36aec881416853ca5bb3cabe.tar.gz
gentoo-2-a75eb6e174271f3c36aec881416853ca5bb3cabe.tar.bz2
gentoo-2-a75eb6e174271f3c36aec881416853ca5bb3cabe.zip
Don't build static libs. Remove USE doc because documentation has been prebuilt.
(Portage version: 2.2_rc44/cvs/Linux x86_64)
Diffstat (limited to 'xfce-base/exo')
-rw-r--r--xfce-base/exo/ChangeLog6
-rw-r--r--xfce-base/exo/exo-0.3.102-r1.ebuild12
2 files changed, 12 insertions, 6 deletions
diff --git a/xfce-base/exo/ChangeLog b/xfce-base/exo/ChangeLog
index 32a87df0edc3..b99ff8818e1b 100644
--- a/xfce-base/exo/ChangeLog
+++ b/xfce-base/exo/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for xfce-base/exo
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v 1.8 2009/10/05 21:04:17 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v 1.9 2009/10/06 21:31:14 ssuominen Exp $
+
+ 06 Oct 2009; Samuli Suominen <ssuominen@gentoo.org> exo-0.3.102-r1.ebuild:
+ Don't build static libs. Remove USE doc because documentation has been
+ prebuilt.
05 Oct 2009; Jeremy Olexa <darkside@gentoo.org>
+files/exo-0.3.4-interix.patch, exo-0.3.102-r1.ebuild:
diff --git a/xfce-base/exo/exo-0.3.102-r1.ebuild b/xfce-base/exo/exo-0.3.102-r1.ebuild
index bae343fed686..bcb141b46f57 100644
--- a/xfce-base/exo/exo-0.3.102-r1.ebuild
+++ b/xfce-base/exo/exo-0.3.102-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.3.102-r1.ebuild,v 1.11 2009/10/05 21:04:17 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.3.102-r1.ebuild,v 1.12 2009/10/06 21:31:14 ssuominen Exp $
EAPI=2
inherit xfconf python multilib
@@ -13,7 +13,7 @@ SRC_URI="mirror://xfce/src/xfce/exo/0.3/${P}.tar.bz2"
LICENSE="GPL-2 LGPL-2"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
-IUSE="debug doc hal libnotify python"
+IUSE="debug hal libnotify python"
RDEPEND=">=dev-lang/perl-5.6
dev-perl/URI
@@ -25,11 +25,13 @@ RDEPEND=">=dev-lang/perl-5.6
python? ( dev-python/pygtk )"
DEPEND="${RDEPEND}
dev-util/intltool
- doc? ( dev-util/gtk-doc )"
+ dev-util/pkgconfig"
pkg_setup() {
- XFCONF="$(use_enable doc gtk-doc) $(use_enable hal)
- $(use_enable libnotify notifications) $(use_enable python)"
+ XFCONF="--disable-static
+ $(use_enable hal)
+ $(use_enable libnotify notifications)
+ $(use_enable python)"
DOCS="AUTHORS ChangeLog HACKING NEWS README THANKS TODO"
PATCHES=( "${FILESDIR}/exo-0.3.101-iocharset.patch"
"${FILESDIR}/${P}-eject.patch" )