* [gentoo-commits] gentoo-x86 commit in xfce-base/libxfce4util: libxfce4util-4.8.2.ebuild ChangeLog
@ 2011-09-12 19:11 Christoph Mende (angelos)
0 siblings, 0 replies; 8+ messages in thread
From: Christoph Mende (angelos) @ 2011-09-12 19:11 UTC (permalink / raw
To: gentoo-commits
angelos 11/09/12 19:11:47
Modified: ChangeLog
Added: libxfce4util-4.8.2.ebuild
Log:
Version bump
(Portage version: 2.2.0_alpha55/cvs/Linux x86_64)
Revision Changes Path
1.161 xfce-base/libxfce4util/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4util/ChangeLog?rev=1.161&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4util/ChangeLog?rev=1.161&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4util/ChangeLog?r1=1.160&r2=1.161
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v
retrieving revision 1.160
retrieving revision 1.161
diff -u -r1.160 -r1.161
--- ChangeLog 20 May 2011 17:44:35 -0000 1.160
+++ ChangeLog 12 Sep 2011 19:11:47 -0000 1.161
@@ -1,6 +1,11 @@
# ChangeLog for xfce-base/libxfce4util
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.160 2011/05/20 17:44:35 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.161 2011/09/12 19:11:47 angelos Exp $
+
+*libxfce4util-4.8.2 (12 Sep 2011)
+
+ 12 Sep 2011; Christoph Mende <angelos@gentoo.org> +libxfce4util-4.8.2.ebuild:
+ Version bump
20 May 2011; Fabian Groffen <grobian@gentoo.org> libxfce4util-4.8.1.ebuild:
Add --disable-visibility on Darwin, bug #366857
1.1 xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild?rev=1.1&content-type=text/plain
Index: libxfce4util-4.8.2.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild,v 1.1 2011/09/12 19:11:47 angelos Exp $
EAPI=4
inherit xfconf
DESCRIPTION="Xfce's basic utilities library"
HOMEPAGE="http://www.xfce.org/projects/libraries/"
SRC_URI="mirror://xfce/src/xfce/${PN}/4.8/${P}.tar.bz2"
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
IUSE="debug"
RDEPEND=">=dev-libs/glib-2.12:2"
DEPEND="${RDEPEND}
dev-util/intltool
dev-util/pkgconfig
sys-devel/gettext"
pkg_setup() {
XFCONF=(
--disable-static
$(xfconf_use_debug)
--with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html
)
[[ ${CHOST} == *-darwin* ]] && XFCONF+=( --disable-visibility ) # 366857
DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO )
}
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in xfce-base/libxfce4util: libxfce4util-4.8.2.ebuild ChangeLog
@ 2011-10-16 3:30 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; 8+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-10-16 3:30 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 11/10/16 03:30:37
Modified: libxfce4util-4.8.2.ebuild ChangeLog
Log:
x86 stable wrt bug #386963
(Portage version: 2.1.10.11/cvs/Linux i686)
Revision Changes Path
1.2 xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild?r1=1.1&r2=1.2
Index: libxfce4util-4.8.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libxfce4util-4.8.2.ebuild 12 Sep 2011 19:11:47 -0000 1.1
+++ libxfce4util-4.8.2.ebuild 16 Oct 2011 03:30:37 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild,v 1.1 2011/09/12 19:11:47 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild,v 1.2 2011/10/16 03:30:37 phajdan.jr Exp $
EAPI=4
inherit xfconf
@@ -11,7 +11,7 @@
LICENSE="LGPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
IUSE="debug"
RDEPEND=">=dev-libs/glib-2.12:2"
1.162 xfce-base/libxfce4util/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4util/ChangeLog?rev=1.162&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4util/ChangeLog?rev=1.162&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4util/ChangeLog?r1=1.161&r2=1.162
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -r1.161 -r1.162
--- ChangeLog 12 Sep 2011 19:11:47 -0000 1.161
+++ ChangeLog 16 Oct 2011 03:30:37 -0000 1.162
@@ -1,6 +1,10 @@
# ChangeLog for xfce-base/libxfce4util
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.161 2011/09/12 19:11:47 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.162 2011/10/16 03:30:37 phajdan.jr Exp $
+
+ 16 Oct 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+ libxfce4util-4.8.2.ebuild:
+ x86 stable wrt bug #386963
*libxfce4util-4.8.2 (12 Sep 2011)
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in xfce-base/libxfce4util: libxfce4util-4.8.2.ebuild ChangeLog
@ 2011-10-16 5:22 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 8+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-10-16 5:22 UTC (permalink / raw
To: gentoo-commits
ssuominen 11/10/16 05:22:17
Modified: libxfce4util-4.8.2.ebuild ChangeLog
Log:
amd64 stable wrt #386963
(Portage version: 2.2.0_alpha67/cvs/Linux x86_64, RepoMan options: --force)
Revision Changes Path
1.3 xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild?r1=1.2&r2=1.3
Index: libxfce4util-4.8.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libxfce4util-4.8.2.ebuild 16 Oct 2011 03:30:37 -0000 1.2
+++ libxfce4util-4.8.2.ebuild 16 Oct 2011 05:22:17 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild,v 1.2 2011/10/16 03:30:37 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild,v 1.3 2011/10/16 05:22:17 ssuominen Exp $
EAPI=4
inherit xfconf
@@ -11,7 +11,7 @@
LICENSE="LGPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
IUSE="debug"
RDEPEND=">=dev-libs/glib-2.12:2"
1.163 xfce-base/libxfce4util/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4util/ChangeLog?rev=1.163&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4util/ChangeLog?rev=1.163&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4util/ChangeLog?r1=1.162&r2=1.163
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v
retrieving revision 1.162
retrieving revision 1.163
diff -u -r1.162 -r1.163
--- ChangeLog 16 Oct 2011 03:30:37 -0000 1.162
+++ ChangeLog 16 Oct 2011 05:22:17 -0000 1.163
@@ -1,6 +1,10 @@
# ChangeLog for xfce-base/libxfce4util
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.162 2011/10/16 03:30:37 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.163 2011/10/16 05:22:17 ssuominen Exp $
+
+ 16 Oct 2011; Samuli Suominen <ssuominen@gentoo.org>
+ libxfce4util-4.8.2.ebuild:
+ amd64 stable wrt #386963
16 Oct 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
libxfce4util-4.8.2.ebuild:
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in xfce-base/libxfce4util: libxfce4util-4.8.2.ebuild ChangeLog
@ 2011-10-23 11:49 Markus Meier (maekke)
0 siblings, 0 replies; 8+ messages in thread
From: Markus Meier (maekke) @ 2011-10-23 11:49 UTC (permalink / raw
To: gentoo-commits
maekke 11/10/23 11:49:54
Modified: libxfce4util-4.8.2.ebuild ChangeLog
Log:
arm stable, bug #386963
(Portage version: 2.1.10.30/cvs/Linux x86_64)
Revision Changes Path
1.4 xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild?r1=1.3&r2=1.4
Index: libxfce4util-4.8.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libxfce4util-4.8.2.ebuild 16 Oct 2011 05:22:17 -0000 1.3
+++ libxfce4util-4.8.2.ebuild 23 Oct 2011 11:49:54 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild,v 1.3 2011/10/16 05:22:17 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild,v 1.4 2011/10/23 11:49:54 maekke Exp $
EAPI=4
inherit xfconf
@@ -11,7 +11,7 @@
LICENSE="LGPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
IUSE="debug"
RDEPEND=">=dev-libs/glib-2.12:2"
1.164 xfce-base/libxfce4util/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4util/ChangeLog?rev=1.164&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4util/ChangeLog?rev=1.164&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4util/ChangeLog?r1=1.163&r2=1.164
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v
retrieving revision 1.163
retrieving revision 1.164
diff -u -r1.163 -r1.164
--- ChangeLog 16 Oct 2011 05:22:17 -0000 1.163
+++ ChangeLog 23 Oct 2011 11:49:54 -0000 1.164
@@ -1,6 +1,9 @@
# ChangeLog for xfce-base/libxfce4util
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.163 2011/10/16 05:22:17 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.164 2011/10/23 11:49:54 maekke Exp $
+
+ 23 Oct 2011; Markus Meier <maekke@gentoo.org> libxfce4util-4.8.2.ebuild:
+ arm stable, bug #386963
16 Oct 2011; Samuli Suominen <ssuominen@gentoo.org>
libxfce4util-4.8.2.ebuild:
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in xfce-base/libxfce4util: libxfce4util-4.8.2.ebuild ChangeLog
@ 2011-11-02 14:15 Jeroen Roovers (jer)
0 siblings, 0 replies; 8+ messages in thread
From: Jeroen Roovers (jer) @ 2011-11-02 14:15 UTC (permalink / raw
To: gentoo-commits
jer 11/11/02 14:15:00
Modified: libxfce4util-4.8.2.ebuild ChangeLog
Log:
Stable for HPPA (bug #386963).
(Portage version: 2.2.0_alpha72/cvs/Linux x86_64)
Revision Changes Path
1.5 xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild?r1=1.4&r2=1.5
Index: libxfce4util-4.8.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libxfce4util-4.8.2.ebuild 23 Oct 2011 11:49:54 -0000 1.4
+++ libxfce4util-4.8.2.ebuild 2 Nov 2011 14:15:00 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild,v 1.4 2011/10/23 11:49:54 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild,v 1.5 2011/11/02 14:15:00 jer Exp $
EAPI=4
inherit xfconf
@@ -11,7 +11,7 @@
LICENSE="LGPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
IUSE="debug"
RDEPEND=">=dev-libs/glib-2.12:2"
1.165 xfce-base/libxfce4util/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4util/ChangeLog?rev=1.165&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4util/ChangeLog?rev=1.165&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4util/ChangeLog?r1=1.164&r2=1.165
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v
retrieving revision 1.164
retrieving revision 1.165
diff -u -r1.164 -r1.165
--- ChangeLog 23 Oct 2011 11:49:54 -0000 1.164
+++ ChangeLog 2 Nov 2011 14:15:00 -0000 1.165
@@ -1,6 +1,9 @@
# ChangeLog for xfce-base/libxfce4util
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.164 2011/10/23 11:49:54 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.165 2011/11/02 14:15:00 jer Exp $
+
+ 02 Nov 2011; Jeroen Roovers <jer@gentoo.org> libxfce4util-4.8.2.ebuild:
+ Stable for HPPA (bug #386963).
23 Oct 2011; Markus Meier <maekke@gentoo.org> libxfce4util-4.8.2.ebuild:
arm stable, bug #386963
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in xfce-base/libxfce4util: libxfce4util-4.8.2.ebuild ChangeLog
@ 2011-11-26 17:52 Raul Porcel (armin76)
0 siblings, 0 replies; 8+ messages in thread
From: Raul Porcel (armin76) @ 2011-11-26 17:52 UTC (permalink / raw
To: gentoo-commits
armin76 11/11/26 17:52:00
Modified: libxfce4util-4.8.2.ebuild ChangeLog
Log:
alpha/ia64/sh/sparc stable wrt #386963
(Portage version: 2.1.10.38/cvs/Linux ia64)
Revision Changes Path
1.6 xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild?r1=1.5&r2=1.6
Index: libxfce4util-4.8.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libxfce4util-4.8.2.ebuild 2 Nov 2011 14:15:00 -0000 1.5
+++ libxfce4util-4.8.2.ebuild 26 Nov 2011 17:52:00 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild,v 1.5 2011/11/02 14:15:00 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild,v 1.6 2011/11/26 17:52:00 armin76 Exp $
EAPI=4
inherit xfconf
@@ -11,7 +11,7 @@
LICENSE="LGPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~ppc ~ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
IUSE="debug"
RDEPEND=">=dev-libs/glib-2.12:2"
1.166 xfce-base/libxfce4util/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4util/ChangeLog?rev=1.166&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4util/ChangeLog?rev=1.166&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4util/ChangeLog?r1=1.165&r2=1.166
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v
retrieving revision 1.165
retrieving revision 1.166
diff -u -r1.165 -r1.166
--- ChangeLog 2 Nov 2011 14:15:00 -0000 1.165
+++ ChangeLog 26 Nov 2011 17:52:00 -0000 1.166
@@ -1,6 +1,9 @@
# ChangeLog for xfce-base/libxfce4util
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.165 2011/11/02 14:15:00 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.166 2011/11/26 17:52:00 armin76 Exp $
+
+ 26 Nov 2011; Raúl Porcel <armin76@gentoo.org> libxfce4util-4.8.2.ebuild:
+ alpha/ia64/sh/sparc stable wrt #386963
02 Nov 2011; Jeroen Roovers <jer@gentoo.org> libxfce4util-4.8.2.ebuild:
Stable for HPPA (bug #386963).
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in xfce-base/libxfce4util: libxfce4util-4.8.2.ebuild ChangeLog
@ 2012-01-06 10:25 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 8+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-01-06 10:25 UTC (permalink / raw
To: gentoo-commits
ssuominen 12/01/06 10:25:49
Modified: libxfce4util-4.8.2.ebuild ChangeLog
Log:
ppc/ppc64 stable wrt #386963
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Revision Changes Path
1.7 xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild?r1=1.6&r2=1.7
Index: libxfce4util-4.8.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libxfce4util-4.8.2.ebuild 26 Nov 2011 17:52:00 -0000 1.6
+++ libxfce4util-4.8.2.ebuild 6 Jan 2012 10:25:49 -0000 1.7
@@ -1,20 +1,20 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild,v 1.6 2011/11/26 17:52:00 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild,v 1.7 2012/01/06 10:25:49 ssuominen Exp $
EAPI=4
inherit xfconf
DESCRIPTION="Xfce's basic utilities library"
HOMEPAGE="http://www.xfce.org/projects/libraries/"
-SRC_URI="mirror://xfce/src/xfce/${PN}/4.8/${P}.tar.bz2"
+SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
LICENSE="LGPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~ppc ~ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
IUSE="debug"
-RDEPEND=">=dev-libs/glib-2.12:2"
+RDEPEND=">=dev-libs/glib-2.12"
DEPEND="${RDEPEND}
dev-util/intltool
dev-util/pkgconfig
@@ -26,7 +26,8 @@
$(xfconf_use_debug)
--with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html
)
- [[ ${CHOST} == *-darwin* ]] && XFCONF+=( --disable-visibility ) # 366857
+
+ [[ ${CHOST} == *-darwin* ]] && XFCONF+=( --disable-visibility ) #366857
DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO )
}
1.167 xfce-base/libxfce4util/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4util/ChangeLog?rev=1.167&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4util/ChangeLog?rev=1.167&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4util/ChangeLog?r1=1.166&r2=1.167
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v
retrieving revision 1.166
retrieving revision 1.167
diff -u -r1.166 -r1.167
--- ChangeLog 26 Nov 2011 17:52:00 -0000 1.166
+++ ChangeLog 6 Jan 2012 10:25:49 -0000 1.167
@@ -1,6 +1,10 @@
# ChangeLog for xfce-base/libxfce4util
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.166 2011/11/26 17:52:00 armin76 Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.167 2012/01/06 10:25:49 ssuominen Exp $
+
+ 06 Jan 2012; Samuli Suominen <ssuominen@gentoo.org>
+ libxfce4util-4.8.2.ebuild:
+ ppc/ppc64 stable wrt #386963
26 Nov 2011; Raúl Porcel <armin76@gentoo.org> libxfce4util-4.8.2.ebuild:
alpha/ia64/sh/sparc stable wrt #386963
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in xfce-base/libxfce4util: libxfce4util-4.8.2.ebuild ChangeLog
@ 2012-03-23 21:19 Christoph Mende (angelos)
0 siblings, 0 replies; 8+ messages in thread
From: Christoph Mende (angelos) @ 2012-03-23 21:19 UTC (permalink / raw
To: gentoo-commits
angelos 12/03/23 21:19:03
Modified: libxfce4util-4.8.2.ebuild ChangeLog
Log:
Add slot dep on glib
(Portage version: 2.2.0_alpha94/cvs/Linux x86_64)
Revision Changes Path
1.8 xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild?r1=1.7&r2=1.8
Index: libxfce4util-4.8.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libxfce4util-4.8.2.ebuild 6 Jan 2012 10:25:49 -0000 1.7
+++ libxfce4util-4.8.2.ebuild 23 Mar 2012 21:19:03 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild,v 1.7 2012/01/06 10:25:49 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild,v 1.8 2012/03/23 21:19:03 angelos Exp $
EAPI=4
inherit xfconf
@@ -14,7 +14,7 @@
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
IUSE="debug"
-RDEPEND=">=dev-libs/glib-2.12"
+RDEPEND=">=dev-libs/glib-2.12:2"
DEPEND="${RDEPEND}
dev-util/intltool
dev-util/pkgconfig
1.169 xfce-base/libxfce4util/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4util/ChangeLog?rev=1.169&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4util/ChangeLog?rev=1.169&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4util/ChangeLog?r1=1.168&r2=1.169
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v
retrieving revision 1.168
retrieving revision 1.169
diff -u -r1.168 -r1.169
--- ChangeLog 6 Jan 2012 10:26:38 -0000 1.168
+++ ChangeLog 23 Mar 2012 21:19:03 -0000 1.169
@@ -1,6 +1,9 @@
# ChangeLog for xfce-base/libxfce4util
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.168 2012/01/06 10:26:38 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.169 2012/03/23 21:19:03 angelos Exp $
+
+ 23 Mar 2012; Christoph Mende <angelos@gentoo.org> libxfce4util-4.8.2.ebuild:
+ Add slot dep on glib
06 Jan 2012; Samuli Suominen <ssuominen@gentoo.org>
-libxfce4util-4.8.1.ebuild:
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2012-03-23 21:19 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-16 3:30 [gentoo-commits] gentoo-x86 commit in xfce-base/libxfce4util: libxfce4util-4.8.2.ebuild ChangeLog PaweA Hajdan (phajdan.jr)
-- strict thread matches above, loose matches on Subject: below --
2012-03-23 21:19 Christoph Mende (angelos)
2012-01-06 10:25 Samuli Suominen (ssuominen)
2011-11-26 17:52 Raul Porcel (armin76)
2011-11-02 14:15 Jeroen Roovers (jer)
2011-10-23 11:49 Markus Meier (maekke)
2011-10-16 5:22 Samuli Suominen (ssuominen)
2011-09-12 19:11 Christoph Mende (angelos)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox