diff options
author | Joshua Nichols <nichoj@gentoo.org> | 2007-01-22 02:12:39 +0000 |
---|---|---|
committer | Joshua Nichols <nichoj@gentoo.org> | 2007-01-22 02:12:39 +0000 |
commit | 3c87737167550c14e9e3eac6897d73e32696f87d (patch) | |
tree | 61a2e16905d606224ad7943fb9a6e986e710af58 /xfce-extra/exo | |
parent | Version bump. (diff) | |
download | gentoo-2-3c87737167550c14e9e3eac6897d73e32696f87d.tar.gz gentoo-2-3c87737167550c14e9e3eac6897d73e32696f87d.tar.bz2 gentoo-2-3c87737167550c14e9e3eac6897d73e32696f87d.zip |
Version bump.
(Portage version: 2.1.2-r2)
Diffstat (limited to 'xfce-extra/exo')
-rw-r--r-- | xfce-extra/exo/ChangeLog | 9 | ||||
-rw-r--r-- | xfce-extra/exo/exo-0.3.2.ebuild | 37 | ||||
-rw-r--r-- | xfce-extra/exo/files/digest-exo-0.3.2 | 3 |
3 files changed, 47 insertions, 2 deletions
diff --git a/xfce-extra/exo/ChangeLog b/xfce-extra/exo/ChangeLog index f5a1cf2137cb..db51a8a870a7 100644 --- a/xfce-extra/exo/ChangeLog +++ b/xfce-extra/exo/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for xfce-extra/exo -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/exo/ChangeLog,v 1.25 2006/12/29 23:41:53 opfer Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/exo/ChangeLog,v 1.26 2007/01/22 02:12:39 nichoj Exp $ + +*exo-0.3.2 (22 Jan 2007) + + 22 Jan 2007; Joshua Nichols <nichoj@gentoo.org> +exo-0.3.2.ebuild: + Version bump. 29 Dec 2006; <fauli@gentoo.org> exo-0.3.0-r1.ebuild: stable on x86, bug #158082 diff --git a/xfce-extra/exo/exo-0.3.2.ebuild b/xfce-extra/exo/exo-0.3.2.ebuild new file mode 100644 index 000000000000..1d8a3960a708 --- /dev/null +++ b/xfce-extra/exo/exo-0.3.2.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/exo/exo-0.3.2.ebuild,v 1.1 2007/01/22 02:12:39 nichoj Exp $ + +inherit xfce44 + +xfce44 +xfce44_extra_package + +DESCRIPTION="Libraries for Xfce 4 designed for application development" +LICENSE="LGPL-2" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" + +IUSE="debug doc hal libnotify python" + +RDEPEND=" + >=dev-util/intltool-0.31 + >=dev-lang/perl-5.6 + dev-perl/URI + >=dev-libs/glib-2.6.4 + >=x11-libs/gtk+-2.6 + >=xfce-base/xfce-mcs-manager-${XFCE_MASTER_VERSION} + >=xfce-base/xfce-mcs-plugins-${XFCE_MASTER_VERSION} + doc? ( >=dev-util/gtk-doc-1.0 ) + libnotify? ( >=x11-libs/libnotify-0.4 ) + hal? ( >=sys-apps/hal-0.5 ) + python? ( + >=dev-lang/python-2.2 + >=dev-python/pygtk-2.4.0 + )" +DEPEND="${RDEPEND} + dev-python/pygtk + >=xfce-base/xfce-mcs-manager-${XFCE_MASTER_VERSION}" + +XFCE_CONFIG="${XFCE_CONFIG} $(use_enable doc gtk-doc) \ + $(use_enable python) $(use_enable libnotify notifications) \ + $(use_enable hal) --enable-mcs-plugin" diff --git a/xfce-extra/exo/files/digest-exo-0.3.2 b/xfce-extra/exo/files/digest-exo-0.3.2 new file mode 100644 index 000000000000..9f9d558453e0 --- /dev/null +++ b/xfce-extra/exo/files/digest-exo-0.3.2 @@ -0,0 +1,3 @@ +MD5 8b73acc98d0938d1193b31316823b6db exo-0.3.2.tar.bz2 1121928 +RMD160 5281645f63f2195420ba8ba501eeb7bc39170df8 exo-0.3.2.tar.bz2 1121928 +SHA256 632834506cf7768f9541286dbd90b9aa835bd3bb1ef1a022f2bcb99812945c3f exo-0.3.2.tar.bz2 1121928 |