public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Christoph Mende" <angelos@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/xfce:master commit in: xfce-base/exo/
Date: Sun, 20 Feb 2011 20:14:45 +0000 (UTC)	[thread overview]
Message-ID: <62ea72938514473449ab169b512fb606bff653e0.angelos@gentoo> (raw)

commit:     62ea72938514473449ab169b512fb606bff653e0
Author:     Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 20 18:50:42 2011 +0000
Commit:     Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Sun Feb 20 18:50:42 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/xfce.git;a=commit;h=62ea7293

exo: Updated

---
 xfce-base/exo/exo-9999.ebuild |   36 +++++++++++++++++++++---------------
 1 files changed, 21 insertions(+), 15 deletions(-)

diff --git a/xfce-base/exo/exo-9999.ebuild b/xfce-base/exo/exo-9999.ebuild
index 821b4ef..75c1d28 100644
--- a/xfce-base/exo/exo-9999.ebuild
+++ b/xfce-base/exo/exo-9999.ebuild
@@ -1,37 +1,48 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
 EAPI=3
+
+PYTHON_DEPEND="python? 2"
+
 inherit xfce4 python
 
 xfce4_core
 
 DESCRIPTION="Extensions, widgets and framework library with session management support"
+HOMEPAGE="http://www.xfce.org/projects/exo/"
+
+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 hal libnotify python"
+IUSE="debug python"
 
 RDEPEND=">=dev-lang/perl-5.6
 	dev-perl/URI
 	>=dev-libs/glib-2.18:2
 	>=x11-libs/gtk+-2.14:2
-	>=xfce-base/libxfce4util-4.4.2
-	libnotify? ( >=x11-libs/libnotify-0.4 )
-	hal? ( >=sys-apps/hal-0.5.7 )
+	>=xfce-base/libxfce4util-4.8
 	python? ( >=dev-python/pygtk-2.4 )"
 DEPEND="${RDEPEND}
 	dev-util/intltool
-	dev-util/gtk-doc"
+	dev-util/gtk-doc
+	sys-devel/gettext"
 
 WANT_GTKDOCIZE="yes"
 
 pkg_setup() {
+	if use python; then
+		python_set_active_version 2
+		python_pkg_setup
+	fi
+
 	XFCE_CONFIG+=" --disable-dependency-tracking
+		--docdir=${EPREFIX}/usr/share/doc/${PF}
 		--disable-static
-		$(use_enable libnotify notifications)
-		$(use_enable hal)
 		$(use_enable python)
 		--with-html-dir=${EPREFIX}/usr/share/doc/${PF}/html"
+
 	DOCS="AUTHORS HACKING NEWS README THANKS TODO"
 }
 
@@ -39,20 +50,15 @@ src_prepare() {
 	rm -f py-compile
 	ln -s $(type -P true) py-compile
 
-	if [[ ${CHOST} == *-interix* ]] ; then
-		# configure detects getmntent, which is false!
-		export ac_cv_func_getmntent=no
-	fi
-
 	xfce4_src_prepare
 }
 
 pkg_postinst() {
 	xfce4_pkg_postinst
-	python_mod_optimize exo-0.5 pyexo.py
+	use python && python_mod_optimize exo-0.6 pyexo.py
 }
 
 pkg_postrm() {
 	xfce4_pkg_postrm
-	python_mod_cleanup exo-0.5 pyexo.py
+	use python && python_mod_cleanup exo-0.6 pyexo.py
 }



             reply	other threads:[~2011-02-20 20:16 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-20 20:14 Christoph Mende [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-04-09  7:48 [gentoo-commits] proj/xfce:master commit in: xfce-base/exo/ Christoph Mende
2011-05-23 16:40 Christoph Mende
2011-06-11 16:55 Christoph Mende
2011-06-13 18:54 Christoph Mende
2011-07-05  6:30 Christoph Mende
2011-12-18 19:58 Christoph Mende
2012-03-23 21:40 Christoph Mende
2012-04-02 15:34 Christoph Mende
2012-05-27 10:46 Christoph Mende
2012-07-19  9:21 Christoph Mende
2012-09-14 16:36 Christoph Mende
2013-01-02 18:15 Christoph Mende
2013-10-31 14:33 Christoph Mende
2014-09-03 20:08 Christoph Mende
2015-04-12 14:56 Christoph Mende
2015-10-10  6:25 Christoph Mende

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=62ea72938514473449ab169b512fb606bff653e0.angelos@gentoo \
    --to=angelos@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox