diff options
author | Peter Weller <welp@gentoo.org> | 2007-01-29 19:03:52 +0000 |
---|---|---|
committer | Peter Weller <welp@gentoo.org> | 2007-01-29 19:03:52 +0000 |
commit | 22cd75c6386a9226a981a6c0c032a885308bba06 (patch) | |
tree | 37cdb0c3795213d6a8af0a1810a4e8a591d1edce /xfce-extra/exo | |
parent | Sign manifest. (diff) | |
download | gentoo-2-22cd75c6386a9226a981a6c0c032a885308bba06.tar.gz gentoo-2-22cd75c6386a9226a981a6c0c032a885308bba06.tar.bz2 gentoo-2-22cd75c6386a9226a981a6c0c032a885308bba06.zip |
A number of fixes
(Portage version: 2.1.2-r5)
Diffstat (limited to 'xfce-extra/exo')
-rw-r--r-- | xfce-extra/exo/ChangeLog | 5 | ||||
-rw-r--r-- | xfce-extra/exo/exo-0.3.2.ebuild | 26 |
2 files changed, 18 insertions, 13 deletions
diff --git a/xfce-extra/exo/ChangeLog b/xfce-extra/exo/ChangeLog index c7eab556fb01..b13378e046c1 100644 --- a/xfce-extra/exo/ChangeLog +++ b/xfce-extra/exo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for xfce-extra/exo # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/exo/ChangeLog,v 1.27 2007/01/23 21:08:57 welp Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/exo/ChangeLog,v 1.28 2007/01/29 19:03:52 welp Exp $ + + 29 Jan 2007; Peter Weller <welp@gentoo.org> exo-0.3.2.ebuild: + A number of fixes 23 Jan 2007; Peter Weller <welp@gentoo.org> exo-0.3.2.ebuild: Fix depends for bug 163244. Fix meta builds. diff --git a/xfce-extra/exo/exo-0.3.2.ebuild b/xfce-extra/exo/exo-0.3.2.ebuild index 46c023b6c176..3fa315460e72 100644 --- a/xfce-extra/exo/exo-0.3.2.ebuild +++ b/xfce-extra/exo/exo-0.3.2.ebuild @@ -1,33 +1,35 @@ # 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.2 2007/01/23 21:08:57 welp Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/exo/exo-0.3.2.ebuild,v 1.3 2007/01/29 19:03:52 welp Exp $ inherit xfce44 xfce44 xfce44_extra_package -DESCRIPTION="Libraries for Xfce4" -LICENSE="LGPL-2" +DESCRIPTION="Extra library" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" - IUSE="debug doc hal libnotify python" RDEPEND=">=dev-lang/perl-5.6 dev-perl/URI - >=dev-libs/glib-2.6.4 + >=dev-libs/glib-2.6 >=x11-libs/gtk+-2.6 >=xfce-base/libxfce4util-${XFCE_MASTER_VERSION} >=xfce-base/xfce-mcs-manager-${XFCE_MASTER_VERSION} >=xfce-base/xfce-mcs-plugins-${XFCE_MASTER_VERSION} - libnotify? ( >=x11-libs/libnotify-0.4 ) - hal? ( >=sys-apps/hal-0.5 ) - python? ( >=dev-lang/python-2.2 - >=dev-python/pygtk-2.4.0 )" + libnotify? ( x11-libs/libnotify ) + hal? ( sys-apps/hal ) + python? ( dev-python/pygtk )" DEPEND="${RDEPEND} - doc? ( >=dev-util/gtk-doc-1 ) + dev-util/pkgconfig + doc? ( dev-util/gtk-doc ) dev-util/intltool" -XFCE_CONFIG="${XFCE_CONFIG} $(use_enable doc gtk-doc) \ - $(use_enable python) $(use_enable libnotify notifications) \ +XFCE_CONFIG="${XFCE_CONFIG} $(use_enable python) \ + $(use_enable libnotify notifications) \ $(use_enable hal) --enable-mcs-plugin" + +DOCS="AUTHORS ChangeLog HACKING NEWS README THANKS TODO" + +xfce44_core_package |