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:50:49
Modified: ChangeLog libxfcegui4-4.6.1-r1.ebuild
Log:
Use xfconf.eclass.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Revision Changes Path
1.137 xfce-base/libxfcegui4/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfcegui4/ChangeLog?rev=1.137&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfcegui4/ChangeLog?rev=1.137&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfcegui4/ChangeLog?r1=1.136&r2=1.137
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfcegui4/ChangeLog,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -r1.136 -r1.137
--- ChangeLog 27 Jul 2009 17:31:26 -0000 1.136
+++ ChangeLog 1 Aug 2009 20:50:49 -0000 1.137
@@ -1,6 +1,10 @@
# ChangeLog for xfce-base/libxfcegui4
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfcegui4/ChangeLog,v 1.136 2009/07/27 17:31:26 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfcegui4/ChangeLog,v 1.137 2009/08/01 20:50:49 ssuominen Exp $
+
+ 01 Aug 2009; Samuli Suominen <ssuominen@g.o>
+ libxfcegui4-4.6.1-r1.ebuild:
+ Use xfconf.eclass.
27 Jul 2009; nixnut <nixnut@g.o> libxfcegui4-4.6.1.ebuild:
ppc stable #265587
1.2 xfce-base/libxfcegui4/libxfcegui4-4.6.1-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfcegui4/libxfcegui4-4.6.1-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfcegui4/libxfcegui4-4.6.1-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfcegui4/libxfcegui4-4.6.1-r1.ebuild?r1=1.1&r2=1.2
Index: libxfcegui4-4.6.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfcegui4/libxfcegui4-4.6.1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libxfcegui4-4.6.1-r1.ebuild 16 Jul 2009 03:53:59 -0000 1.1
+++ libxfcegui4-4.6.1-r1.ebuild 1 Aug 2009 20:50:49 -0000 1.2
@@ -1,33 +1,35 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfcegui4/libxfcegui4-4.6.1-r1.ebuild,v 1.1 2009/07/16 03:53:59 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfcegui4/libxfcegui4-4.6.1-r1.ebuild,v 1.2 2009/08/01 20:50:49 ssuominen Exp $
-EAPI="1"
+EAPI=2
+inherit xfconf
-inherit xfce4
-
-xfce4_core
-
-DESCRIPTION="Unified widgets library"
+DESCRIPTION="Unified widgets 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 glade startup-notification"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+IUSE="debug glade startup-notification"
RDEPEND="gnome-base/libglade
x11-libs/libSM
x11-libs/libX11
>=x11-libs/gtk+-2.10:2
- >=xfce-base/libxfce4util-${XFCE_VERSION}
- >=xfce-base/xfconf-${XFCE_VERSION}
+ >=xfce-base/libxfce4util-4.6
+ >=xfce-base/xfconf-4.6
glade? ( dev-util/glade:3 )
startup-notification? ( x11-libs/startup-notification )"
DEPEND="${RDEPEND}
dev-util/intltool
- doc? ( dev-util/gtk-doc )"
+ sys-devel/gettext
+ dev-util/pkgconfig"
pkg_setup() {
- XFCE_CONFIG+=" $(use_enable doc gtk-doc) $(use_enable glade gladeui)"
+ XFCONF="--disable-dependency-tracking
+ $(use_enable startup-notification)
+ $(use_enable glade gladeui)
+ $(use_enable debug)"
+ DOCS="AUTHORS ChangeLog NEWS"
}
-
-DOCS="AUTHORS ChangeLog NEWS README TODO"
|
|