diff options
author | Peter Weller <welp@gentoo.org> | 2007-01-28 14:25:52 +0000 |
---|---|---|
committer | Peter Weller <welp@gentoo.org> | 2007-01-28 14:25:52 +0000 |
commit | 1753d9a5a6917b12549db92a03a3a427e016872a (patch) | |
tree | b4fd123fe5d37d82ea773f372e726393485a9d7e /xfce-base/libxfce4util | |
parent | Upstream released ping_php_version4_snmpgetnext and tree_console_missing_host... (diff) | |
download | gentoo-2-1753d9a5a6917b12549db92a03a3a427e016872a.tar.gz gentoo-2-1753d9a5a6917b12549db92a03a3a427e016872a.tar.bz2 gentoo-2-1753d9a5a6917b12549db92a03a3a427e016872a.zip |
Dep fixes, various other fixes
(Portage version: 2.1.2-r4)
Diffstat (limited to 'xfce-base/libxfce4util')
-rw-r--r-- | xfce-base/libxfce4util/ChangeLog | 5 | ||||
-rw-r--r-- | xfce-base/libxfce4util/libxfce4util-4.4.0.ebuild | 31 |
2 files changed, 29 insertions, 7 deletions
diff --git a/xfce-base/libxfce4util/ChangeLog b/xfce-base/libxfce4util/ChangeLog index 13462786d7b6..24b6beea6ec3 100644 --- a/xfce-base/libxfce4util/ChangeLog +++ b/xfce-base/libxfce4util/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for xfce-base/libxfce4util # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.73 2007/01/25 19:21:35 welp Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.74 2007/01/28 14:25:52 welp Exp $ + + 28 Jan 2007; Peter Weller <welp@gentoo.org> libxfce4util-4.4.0.ebuild: + Dep fixes, various other fixes 25 Jan 2007; Peter Weller <welp@gentoo.org> libxfce4util-4.4.0.ebuild: fixed deps, removing usage of gnome2-utils, cleanup diff --git a/xfce-base/libxfce4util/libxfce4util-4.4.0.ebuild b/xfce-base/libxfce4util/libxfce4util-4.4.0.ebuild index 1f2e5ed3e03b..00ade5c32087 100644 --- a/xfce-base/libxfce4util/libxfce4util-4.4.0.ebuild +++ b/xfce-base/libxfce4util/libxfce4util-4.4.0.ebuild @@ -1,20 +1,39 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.4.0.ebuild,v 1.2 2007/01/25 19:21:35 welp Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.4.0.ebuild,v 1.3 2007/01/28 14:25:52 welp Exp $ inherit xfce44 xfce44 -DESCRIPTION="Libraries for Xfce4" -LICENSE="LGPL-2" +DESCRIPTION="Core library" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="debug doc" -RDEPEND=">=dev-libs/glib-2" +# This library is base of all Xfce packages, so we have blockers here to ensure +# revdep-rebuild doesn't want 4.2 back and forth. + +RDEPEND=">=dev-libs/glib-2.6" DEPEND="${RDEPEND} - doc? ( >=dev-util/gtk-doc-1 )" + dev-util/pkgconfig + doc? ( dev-util/gtk-doc ) + !xfce-extra/xfce4-panelmenu + !xfce-extra/xfce4-showdesktop + !xfce-extra/xfce4-systray + !xfce-extra/xfce4-taskbar + !xfce-extra/xfce4-toys + !xfce-extra/xfce4-windowlist + !xfce-extra/xfce4-trigger-launcher + !xfce-extra/xfce4-websearch + !xfce-extra/xfce4-modemlights + !xfce-extra/xfce4-minicmd + !xfce-extra/xfce4-megahertz + !xfce-extra/xfce4-iconbox + !xfce-extra/xfce4-artwork + !xfce-base/xffm + !xfce-extra/xfcalendar + !xfce-extra/xfce4-bglist-editor" -XFCE_CONFIG="${XFCE_CONFIG} $(use_enable doc gtk-doc)" +DOCS="AUTHORS ChangeLog NEWS README THANKS TODO" xfce44_core_package |