Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
ssuominen 09/08/01 20:12:19
Modified: ChangeLog libxfce4util-4.6.1.ebuild
Log:
Use xfconf.eclass.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Revision Changes Path
1.130 xfce-base/libxfce4util/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/ChangeLog?rev=1.130&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/ChangeLog?rev=1.130&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/ChangeLog?r1=1.129&r2=1.130
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -r1.129 -r1.130
--- ChangeLog 27 Jul 2009 17:28:09 -0000 1.129
+++ ChangeLog 1 Aug 2009 20:12:19 -0000 1.130
@@ -1,6 +1,10 @@
# ChangeLog for xfce-base/libxfce4util
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.129 2009/07/27 17:28:09 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.130 2009/08/01 20:12:19 ssuominen Exp $
+
+ 01 Aug 2009; Samuli Suominen <ssuominen@g.o>
+ libxfce4util-4.6.1.ebuild:
+ Use xfconf.eclass.
27 Jul 2009; nixnut <nixnut@g.o> libxfce4util-4.6.1.ebuild:
ppc stable #265587
1.11 xfce-base/libxfce4util/libxfce4util-4.6.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.6.1.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.6.1.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.6.1.ebuild?r1=1.10&r2=1.11
Index: libxfce4util-4.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.6.1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- libxfce4util-4.6.1.ebuild 27 Jul 2009 17:28:09 -0000 1.10
+++ libxfce4util-4.6.1.ebuild 1 Aug 2009 20:12:19 -0000 1.11
@@ -1,25 +1,25 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.6.1.ebuild,v 1.10 2009/07/27 17:28:09 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.6.1.ebuild,v 1.11 2009/08/01 20:12:19 ssuominen Exp $
-EAPI="1"
+EAPI=2
+inherit xfconf
-inherit xfce4
-
-xfce4_core
-
-DESCRIPTION="Basic utilities library"
+DESCRIPTION="Basic utility library for Xfce4"
HOMEPAGE="http://www.xfce.org/projects/libraries"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd"
+
LICENSE="LGPL-2"
-IUSE="debug doc"
+SLOT="0"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd"
+IUSE="debug"
-RDEPEND=">=dev-libs/glib-2.12"
+RDEPEND=">=dev-libs/glib-2.12:2"
DEPEND="${RDEPEND}
- doc? ( dev-util/gtk-doc )"
+ dev-util/pkgconfig
+ sys-devel/gettext"
pkg_setup() {
- XFCE_CONFIG+=" $(use_enable doc gtk_doc)"
+ XFCONF="--disable-dependency-tracking
+ $(use_enable debug)"
+ DOCS="AUTHORS ChangeLog NEWS README THANKS TODO"
}
-
-DOCS="AUTHORS ChangeLog NEWS README README.Kiosk THANKS TODO"
|
|