public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in xfce-base/libxfce4ui: ChangeLog libxfce4ui-4.7.1.ebuild
@ 2009-12-20 20:59 Jeremy Olexa (darkside)
  0 siblings, 0 replies; 2+ messages in thread
From: Jeremy Olexa (darkside) @ 2009-12-20 20:59 UTC (permalink / raw
  To: gentoo-commits

darkside    09/12/20 20:59:50

  Modified:             ChangeLog
  Added:                libxfce4ui-4.7.1.ebuild
  Log:
  Version bump, misc fixes leading to 4.8
  (Portage version: 2.1.7.14/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  xfce-base/libxfce4ui/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4ui/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4ui/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4ui/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	10 Nov 2009 16:42:21 -0000	1.7
+++ ChangeLog	20 Dec 2009 20:59:49 -0000	1.8
@@ -1,6 +1,11 @@
 # ChangeLog for xfce-base/libxfce4ui
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/ChangeLog,v 1.7 2009/11/10 16:42:21 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/ChangeLog,v 1.8 2009/12/20 20:59:49 darkside Exp $
+
+*libxfce4ui-4.7.1 (20 Dec 2009)
+
+  20 Dec 2009; Jeremy Olexa <darkside@gentoo.org> +libxfce4ui-4.7.1.ebuild:
+  Version bump, misc fixes leading to 4.8
 
   10 Nov 2009; Joseph Jezak <josejx@gentoo.org> libxfce4ui-4.7.0.ebuild:
   Marked ~ppc64 for bug #289983.



1.1                  xfce-base/libxfce4ui/libxfce4ui-4.7.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4ui/libxfce4ui-4.7.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4ui/libxfce4ui-4.7.1.ebuild?rev=1.1&content-type=text/plain

Index: libxfce4ui-4.7.1.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/libxfce4ui-4.7.1.ebuild,v 1.1 2009/12/20 20:59:49 darkside Exp $

EAPI=2
inherit xfconf

DESCRIPTION="Unified widgets library for Xfce4, a libxfcegui4 replacement"
HOMEPAGE="http://www.xfce.org/"
SRC_URI="mirror://xfce/src/xfce/${PN}/4.7/${P}.tar.bz2"

LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="debug glade startup-notification"

RDEPEND="x11-libs/libX11
	x11-libs/libICE
	x11-libs/libSM
	>=dev-libs/glib-2.16:2
	>=x11-libs/gtk+-2.14:2
	>=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/pkgconfig
	dev-util/intltool
	sys-devel/gettext
	dev-lang/perl"

pkg_setup() {
	XFCONF="--disable-dependency-tracking
		$(use_enable startup-notification)
		$(use_enable glade gladeui)
		$(use_enable debug)"
	DOCS="AUTHORS ChangeLog NEWS README THANKS TODO"
}






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in xfce-base/libxfce4ui: ChangeLog libxfce4ui-4.7.1.ebuild
@ 2010-03-31 12:14 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-03-31 12:14 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/03/31 12:14:19

  Modified:             ChangeLog libxfce4ui-4.7.1.ebuild
  Log:
  Fix HTML documentation directory.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  xfce-base/libxfce4ui/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4ui/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4ui/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4ui/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	20 Dec 2009 20:59:49 -0000	1.8
+++ ChangeLog	31 Mar 2010 12:14:19 -0000	1.9
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-base/libxfce4ui
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/ChangeLog,v 1.8 2009/12/20 20:59:49 darkside Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/ChangeLog,v 1.9 2010/03/31 12:14:19 ssuominen Exp $
+
+  31 Mar 2010; Samuli Suominen <ssuominen@gentoo.org>
+  libxfce4ui-4.7.1.ebuild:
+  Fix HTML documentation directory.
 
 *libxfce4ui-4.7.1 (20 Dec 2009)
 



1.2                  xfce-base/libxfce4ui/libxfce4ui-4.7.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4ui/libxfce4ui-4.7.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4ui/libxfce4ui-4.7.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4ui/libxfce4ui-4.7.1.ebuild?r1=1.1&r2=1.2

Index: libxfce4ui-4.7.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/libxfce4ui-4.7.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libxfce4ui-4.7.1.ebuild	20 Dec 2009 20:59:49 -0000	1.1
+++ libxfce4ui-4.7.1.ebuild	31 Mar 2010 12:14:19 -0000	1.2
@@ -1,8 +1,8 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/libxfce4ui-4.7.1.ebuild,v 1.1 2009/12/20 20:59:49 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/libxfce4ui-4.7.1.ebuild,v 1.2 2010/03/31 12:14:19 ssuominen Exp $
 
-EAPI=2
+EAPI=3
 inherit xfconf
 
 DESCRIPTION="Unified widgets library for Xfce4, a libxfcegui4 replacement"
@@ -33,6 +33,7 @@
 	XFCONF="--disable-dependency-tracking
 		$(use_enable startup-notification)
 		$(use_enable glade gladeui)
-		$(use_enable debug)"
+		$(xfconf_use_debug)
+		--with-html-dir=${EPREFIX}/usr/share/doc/${PF}/html"
 	DOCS="AUTHORS ChangeLog NEWS README THANKS TODO"
 }






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-03-31 12:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-31 12:14 [gentoo-commits] gentoo-x86 commit in xfce-base/libxfce4ui: ChangeLog libxfce4ui-4.7.1.ebuild Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2009-12-20 20:59 Jeremy Olexa (darkside)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox