* [gentoo-commits] gentoo-x86 commit in gnome-base/gnome-panel: ChangeLog gnome-panel-2.32.1-r1.ebuild
@ 2011-02-08 10:24 Pacho Ramos (pacho)
0 siblings, 0 replies; 9+ messages in thread
From: Pacho Ramos (pacho) @ 2011-02-08 10:24 UTC (permalink / raw
To: gentoo-commits
pacho 11/02/08 10:24:00
Modified: ChangeLog
Added: gnome-panel-2.32.1-r1.ebuild
Log:
Apply upstream patch to fix build with as-needed and try to improve panel behavior on multiscreen systems, bug #348253, upstream #632369 (patches by Vuntz).
(Portage version: 2.1.9.36/cvs/Linux x86_64)
Revision Changes Path
1.323 gnome-base/gnome-panel/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/ChangeLog?rev=1.323&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/ChangeLog?rev=1.323&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/ChangeLog?r1=1.322&r2=1.323
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/ChangeLog,v
retrieving revision 1.322
retrieving revision 1.323
diff -u -r1.322 -r1.323
--- ChangeLog 4 Feb 2011 11:03:45 -0000 1.322
+++ ChangeLog 8 Feb 2011 10:24:00 -0000 1.323
@@ -1,6 +1,16 @@
# ChangeLog for gnome-base/gnome-panel
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/ChangeLog,v 1.322 2011/02/04 11:03:45 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/ChangeLog,v 1.323 2011/02/08 10:24:00 pacho Exp $
+
+*gnome-panel-2.32.1-r1 (08 Feb 2011)
+
+ 08 Feb 2011; Pacho Ramos <pacho@gentoo.org> +gnome-panel-2.32.1-r1.ebuild,
+ +files/gnome-panel-2.32.1-as-needed.patch,
+ +files/gnome-panel-2.32.1-fix-multiscreen.patch,
+ +files/gnome-panel-2.32.1-fix-multiscreen2.patch:
+ Apply upstream patch to fix build with as-needed and try to improve panel
+ behavior on multiscreen systems, bug #348253, upstream #632369 (patches by
+ Vuntz).
04 Feb 2011; Pacho Ramos <pacho@gentoo.org> gnome-panel-2.32.1.ebuild:
Drop eggdbus dependency as looks to be not really needed as told by upstream
1.1 gnome-base/gnome-panel/gnome-panel-2.32.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.32.1-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.32.1-r1.ebuild?rev=1.1&content-type=text/plain
Index: gnome-panel-2.32.1-r1.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.32.1-r1.ebuild,v 1.1 2011/02/08 10:24:00 pacho Exp $
EAPI="3"
GCONF_DEBUG="no"
PYTHON_DEPEND="2:2.4"
inherit gnome2 python eutils autotools
DESCRIPTION="The GNOME panel"
HOMEPAGE="http://www.gnome.org/"
LICENSE="GPL-2 FDL-1.1 LGPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
IUSE="+bonobo doc eds +introspection networkmanager"
RDEPEND=">=gnome-base/gnome-desktop-2.26:2
>=x11-libs/pango-1.15.4[introspection?]
>=dev-libs/glib-2.25.12:2
>=x11-libs/gtk+-2.22:2[introspection?]
>=dev-libs/libgweather-2.27.90:2
dev-libs/libxml2
>=gnome-base/gconf-2.6.1[introspection?]
>=media-libs/libcanberra-0.23[gtk]
>=gnome-base/gnome-menus-2.27.92
gnome-base/librsvg
>=dev-libs/dbus-glib-0.80
>=sys-apps/dbus-1.1.2
>=x11-libs/cairo-1
x11-libs/libXau
>=x11-libs/libXrandr-1.2
bonobo? (
>=gnome-base/libbonobo-2.20.4
>=gnome-base/libbonoboui-2.1.1
>=gnome-base/orbit-2.4
>=x11-libs/libwnck-2.19.5 )
eds? ( >=gnome-extra/evolution-data-server-1.6 )
introspection? ( >=dev-libs/gobject-introspection-0.6.7 )
networkmanager? ( >=net-misc/networkmanager-0.6.7 )"
DEPEND="${RDEPEND}
>=dev-lang/perl-5
>=app-text/gnome-doc-utils-0.3.2
>=dev-util/pkgconfig-0.9
>=dev-util/intltool-0.40
~app-text/docbook-xml-dtd-4.1.2
doc? ( >=dev-util/gtk-doc-1 )
gnome-base/gnome-common
dev-util/gtk-doc-am"
# eautoreconf needs
# gnome-base/gnome-common
# dev-util/gtk-doc-am
pkg_setup() {
G2CONF="${G2CONF}
--disable-deprecation-flags
--disable-static
--disable-scrollkeeper
--disable-schemas-install
--with-in-process-applets=clock,notification-area,wncklet
$(use_enable bonobo)
$(use_enable networkmanager network-manager)
$(use_enable introspection)
$(use_enable eds)"
DOCS="AUTHORS ChangeLog HACKING NEWS README"
python_set_active_version 2
}
src_prepare() {
gnome2_src_prepare
# List the objects before the libraries to fix build with --as-needed
epatch "${FILESDIR}/${P}-as-needed.patch"
# Try to improve panel behavior on multiscreen systems, bug #348253, upstream #632369
epatch "${FILESDIR}/${PN}-2.32.1-fix-multiscreen.patch"
epatch "${FILESDIR}/${PN}-2.32.1-fix-multiscreen2.patch"
intltoolize --force --copy --automake || die "intltoolize failed"
eautoreconf
}
pkg_postinst() {
local entries="${EROOT}etc/gconf/schemas/panel-default-setup.entries"
local gconftool="${EROOT}usr/bin/gconftool-2"
if [ -e "$entries" ]; then
einfo "Setting panel gconf defaults..."
GCONF_CONFIG_SOURCE="$("${gconftool}" --get-default-source | sed "s;:/;:${ROOT};")"
"${gconftool}" --direct --config-source \
"${GCONF_CONFIG_SOURCE}" --load="${entries}"
fi
# Calling this late so it doesn't process the GConf schemas file we already
# took care of.
gnome2_pkg_postinst
}
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in gnome-base/gnome-panel: ChangeLog gnome-panel-2.32.1-r1.ebuild
@ 2011-02-08 17:58 Pacho Ramos (pacho)
0 siblings, 0 replies; 9+ messages in thread
From: Pacho Ramos (pacho) @ 2011-02-08 17:58 UTC (permalink / raw
To: gentoo-commits
pacho 11/02/08 17:58:21
Modified: ChangeLog gnome-panel-2.32.1-r1.ebuild
Log:
Fix building without gobject-introspection as done in libnotify (bug #354078 by poncho).
(Portage version: 2.1.9.36/cvs/Linux x86_64)
Revision Changes Path
1.324 gnome-base/gnome-panel/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/ChangeLog?rev=1.324&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/ChangeLog?rev=1.324&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/ChangeLog?r1=1.323&r2=1.324
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/ChangeLog,v
retrieving revision 1.323
retrieving revision 1.324
diff -u -r1.323 -r1.324
--- ChangeLog 8 Feb 2011 10:24:00 -0000 1.323
+++ ChangeLog 8 Feb 2011 17:58:21 -0000 1.324
@@ -1,6 +1,10 @@
# ChangeLog for gnome-base/gnome-panel
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/ChangeLog,v 1.323 2011/02/08 10:24:00 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/ChangeLog,v 1.324 2011/02/08 17:58:21 pacho Exp $
+
+ 08 Feb 2011; Pacho Ramos <pacho@gentoo.org> gnome-panel-2.32.1-r1.ebuild:
+ Fix building without gobject-introspection as done in libnotify (bug #354078
+ by poncho).
*gnome-panel-2.32.1-r1 (08 Feb 2011)
1.2 gnome-base/gnome-panel/gnome-panel-2.32.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.32.1-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.32.1-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.32.1-r1.ebuild?r1=1.1&r2=1.2
Index: gnome-panel-2.32.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.32.1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gnome-panel-2.32.1-r1.ebuild 8 Feb 2011 10:24:00 -0000 1.1
+++ gnome-panel-2.32.1-r1.ebuild 8 Feb 2011 17:58:21 -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/gnome-base/gnome-panel/gnome-panel-2.32.1-r1.ebuild,v 1.1 2011/02/08 10:24:00 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.32.1-r1.ebuild,v 1.2 2011/02/08 17:58:21 pacho Exp $
EAPI="3"
GCONF_DEBUG="no"
@@ -10,6 +10,7 @@
DESCRIPTION="The GNOME panel"
HOMEPAGE="http://www.gnome.org/"
+SRC_URI="${SRC_URI} mirror://gentoo/introspection-20110205.m4.tar.bz2"
LICENSE="GPL-2 FDL-1.1 LGPL-2"
SLOT="0"
@@ -67,6 +68,15 @@
python_set_active_version 2
}
+src_unpack() {
+ # If gobject-introspection is installed, we don't need the extra .m4
+ if has_version "dev-libs/gobject-introspection"; then
+ unpack ${P}.tar.bz2
+ else
+ unpack ${A}
+ fi
+}
+
src_prepare() {
gnome2_src_prepare
@@ -78,7 +88,7 @@
epatch "${FILESDIR}/${PN}-2.32.1-fix-multiscreen2.patch"
intltoolize --force --copy --automake || die "intltoolize failed"
- eautoreconf
+ AT_M4DIR=${WORKDIR} eautoreconf
}
pkg_postinst() {
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in gnome-base/gnome-panel: ChangeLog gnome-panel-2.32.1-r1.ebuild
@ 2011-02-08 22:15 Gilles Dartiguelongue (eva)
0 siblings, 0 replies; 9+ messages in thread
From: Gilles Dartiguelongue (eva) @ 2011-02-08 22:15 UTC (permalink / raw
To: gentoo-commits
eva 11/02/08 22:15:25
Modified: ChangeLog gnome-panel-2.32.1-r1.ebuild
Log:
Add src_install to get rid of some useless la files.
(Portage version: 2.2.0_alpha21/cvs/Linux x86_64)
Revision Changes Path
1.325 gnome-base/gnome-panel/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/ChangeLog?rev=1.325&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/ChangeLog?rev=1.325&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/ChangeLog?r1=1.324&r2=1.325
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/ChangeLog,v
retrieving revision 1.324
retrieving revision 1.325
diff -u -r1.324 -r1.325
--- ChangeLog 8 Feb 2011 17:58:21 -0000 1.324
+++ ChangeLog 8 Feb 2011 22:15:25 -0000 1.325
@@ -1,6 +1,10 @@
# ChangeLog for gnome-base/gnome-panel
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/ChangeLog,v 1.324 2011/02/08 17:58:21 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/ChangeLog,v 1.325 2011/02/08 22:15:25 eva Exp $
+
+ 08 Feb 2011; Gilles Dartiguelongue <eva@gentoo.org>
+ gnome-panel-2.32.1-r1.ebuild:
+ Add src_install to get rid of some useless la files.
08 Feb 2011; Pacho Ramos <pacho@gentoo.org> gnome-panel-2.32.1-r1.ebuild:
Fix building without gobject-introspection as done in libnotify (bug #354078
1.3 gnome-base/gnome-panel/gnome-panel-2.32.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.32.1-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.32.1-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.32.1-r1.ebuild?r1=1.2&r2=1.3
Index: gnome-panel-2.32.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.32.1-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gnome-panel-2.32.1-r1.ebuild 8 Feb 2011 17:58:21 -0000 1.2
+++ gnome-panel-2.32.1-r1.ebuild 8 Feb 2011 22:15:25 -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/gnome-base/gnome-panel/gnome-panel-2.32.1-r1.ebuild,v 1.2 2011/02/08 17:58:21 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.32.1-r1.ebuild,v 1.3 2011/02/08 22:15:25 eva Exp $
EAPI="3"
GCONF_DEBUG="no"
@@ -91,6 +91,15 @@
AT_M4DIR=${WORKDIR} eautoreconf
}
+src_install() {
+ gnome2_src_install
+
+ # gnome-panel does not need la files for applets
+ find "${ED}"/usr/$(get_libdir)/${PN} -name "*.la" -delete
+ # no package could ever need this, remove it before anyone tries to
+ rm "${ED}"/usr/$(get_libdir)/libpanel-applet-3.la
+}
+
pkg_postinst() {
local entries="${EROOT}etc/gconf/schemas/panel-default-setup.entries"
local gconftool="${EROOT}usr/bin/gconftool-2"
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in gnome-base/gnome-panel: ChangeLog gnome-panel-2.32.1-r1.ebuild
@ 2011-02-23 22:51 Markos Chandras (hwoarang)
0 siblings, 0 replies; 9+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-02-23 22:51 UTC (permalink / raw
To: gentoo-commits
hwoarang 11/02/23 22:51:19
Modified: ChangeLog gnome-panel-2.32.1-r1.ebuild
Log:
Stable on amd64 wrt bug #353436
(Portage version: 2.1.9.39/cvs/Linux x86_64)
Revision Changes Path
1.326 gnome-base/gnome-panel/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/ChangeLog?rev=1.326&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/ChangeLog?rev=1.326&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/ChangeLog?r1=1.325&r2=1.326
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/ChangeLog,v
retrieving revision 1.325
retrieving revision 1.326
diff -u -r1.325 -r1.326
--- ChangeLog 8 Feb 2011 22:15:25 -0000 1.325
+++ ChangeLog 23 Feb 2011 22:51:19 -0000 1.326
@@ -1,6 +1,10 @@
# ChangeLog for gnome-base/gnome-panel
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/ChangeLog,v 1.325 2011/02/08 22:15:25 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/ChangeLog,v 1.326 2011/02/23 22:51:19 hwoarang Exp $
+
+ 23 Feb 2011; Markos Chandras <hwoarang@gentoo.org>
+ gnome-panel-2.32.1-r1.ebuild:
+ Stable on amd64 wrt bug #353436
08 Feb 2011; Gilles Dartiguelongue <eva@gentoo.org>
gnome-panel-2.32.1-r1.ebuild:
1.5 gnome-base/gnome-panel/gnome-panel-2.32.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.32.1-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.32.1-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.32.1-r1.ebuild?r1=1.4&r2=1.5
Index: gnome-panel-2.32.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.32.1-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gnome-panel-2.32.1-r1.ebuild 9 Feb 2011 16:20:15 -0000 1.4
+++ gnome-panel-2.32.1-r1.ebuild 23 Feb 2011 22:51:19 -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/gnome-base/gnome-panel/gnome-panel-2.32.1-r1.ebuild,v 1.4 2011/02/09 16:20:15 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.32.1-r1.ebuild,v 1.5 2011/02/23 22:51:19 hwoarang Exp $
EAPI="3"
GCONF_DEBUG="no"
@@ -14,7 +14,7 @@
LICENSE="GPL-2 FDL-1.1 LGPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
IUSE="+bonobo doc eds +introspection networkmanager"
RDEPEND=">=gnome-base/gnome-desktop-2.26:2
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in gnome-base/gnome-panel: ChangeLog gnome-panel-2.32.1-r1.ebuild
@ 2011-02-24 18:59 Thomas Kahle (tomka)
0 siblings, 0 replies; 9+ messages in thread
From: Thomas Kahle (tomka) @ 2011-02-24 18:59 UTC (permalink / raw
To: gentoo-commits
tomka 11/02/24 18:59:30
Modified: ChangeLog gnome-panel-2.32.1-r1.ebuild
Log:
x86 stable per bug 353436
(Portage version: 2.1.9.40/cvs/Linux i686)
Revision Changes Path
1.327 gnome-base/gnome-panel/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/ChangeLog?rev=1.327&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/ChangeLog?rev=1.327&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/ChangeLog?r1=1.326&r2=1.327
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/ChangeLog,v
retrieving revision 1.326
retrieving revision 1.327
diff -u -r1.326 -r1.327
--- ChangeLog 23 Feb 2011 22:51:19 -0000 1.326
+++ ChangeLog 24 Feb 2011 18:59:30 -0000 1.327
@@ -1,6 +1,9 @@
# ChangeLog for gnome-base/gnome-panel
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/ChangeLog,v 1.326 2011/02/23 22:51:19 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/ChangeLog,v 1.327 2011/02/24 18:59:30 tomka Exp $
+
+ 24 Feb 2011; Thomas Kahle <tomka@gentoo.org> gnome-panel-2.32.1-r1.ebuild:
+ x86 stable per bug 353436
23 Feb 2011; Markos Chandras <hwoarang@gentoo.org>
gnome-panel-2.32.1-r1.ebuild:
1.6 gnome-base/gnome-panel/gnome-panel-2.32.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.32.1-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.32.1-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.32.1-r1.ebuild?r1=1.5&r2=1.6
Index: gnome-panel-2.32.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.32.1-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gnome-panel-2.32.1-r1.ebuild 23 Feb 2011 22:51:19 -0000 1.5
+++ gnome-panel-2.32.1-r1.ebuild 24 Feb 2011 18:59:30 -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/gnome-base/gnome-panel/gnome-panel-2.32.1-r1.ebuild,v 1.5 2011/02/23 22:51:19 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.32.1-r1.ebuild,v 1.6 2011/02/24 18:59:30 tomka Exp $
EAPI="3"
GCONF_DEBUG="no"
@@ -14,7 +14,7 @@
LICENSE="GPL-2 FDL-1.1 LGPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
IUSE="+bonobo doc eds +introspection networkmanager"
RDEPEND=">=gnome-base/gnome-desktop-2.26:2
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in gnome-base/gnome-panel: ChangeLog gnome-panel-2.32.1-r1.ebuild
@ 2011-03-12 18:50 Raul Porcel (armin76)
0 siblings, 0 replies; 9+ messages in thread
From: Raul Porcel (armin76) @ 2011-03-12 18:50 UTC (permalink / raw
To: gentoo-commits
armin76 11/03/12 18:50:24
Modified: ChangeLog gnome-panel-2.32.1-r1.ebuild
Log:
alpha/arm/ia64/sh/sparc stable wrt #353436
(Portage version: 2.1.9.41/cvs/Linux ia64)
Revision Changes Path
1.328 gnome-base/gnome-panel/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/ChangeLog?rev=1.328&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/ChangeLog?rev=1.328&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/ChangeLog?r1=1.327&r2=1.328
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/ChangeLog,v
retrieving revision 1.327
retrieving revision 1.328
diff -u -r1.327 -r1.328
--- ChangeLog 24 Feb 2011 18:59:30 -0000 1.327
+++ ChangeLog 12 Mar 2011 18:50:24 -0000 1.328
@@ -1,6 +1,9 @@
# ChangeLog for gnome-base/gnome-panel
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/ChangeLog,v 1.327 2011/02/24 18:59:30 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/ChangeLog,v 1.328 2011/03/12 18:50:24 armin76 Exp $
+
+ 12 Mar 2011; Raúl Porcel <armin76@gentoo.org> gnome-panel-2.32.1-r1.ebuild:
+ alpha/arm/ia64/sh/sparc stable wrt #353436
24 Feb 2011; Thomas Kahle <tomka@gentoo.org> gnome-panel-2.32.1-r1.ebuild:
x86 stable per bug 353436
1.7 gnome-base/gnome-panel/gnome-panel-2.32.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.32.1-r1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.32.1-r1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.32.1-r1.ebuild?r1=1.6&r2=1.7
Index: gnome-panel-2.32.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.32.1-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gnome-panel-2.32.1-r1.ebuild 24 Feb 2011 18:59:30 -0000 1.6
+++ gnome-panel-2.32.1-r1.ebuild 12 Mar 2011 18:50:24 -0000 1.7
@@ -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/gnome-base/gnome-panel/gnome-panel-2.32.1-r1.ebuild,v 1.6 2011/02/24 18:59:30 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.32.1-r1.ebuild,v 1.7 2011/03/12 18:50:24 armin76 Exp $
EAPI="3"
GCONF_DEBUG="no"
@@ -14,7 +14,7 @@
LICENSE="GPL-2 FDL-1.1 LGPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="alpha amd64 arm ia64 ~ppc ~ppc64 sh sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
IUSE="+bonobo doc eds +introspection networkmanager"
RDEPEND=">=gnome-base/gnome-desktop-2.26:2
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in gnome-base/gnome-panel: ChangeLog gnome-panel-2.32.1-r1.ebuild
@ 2011-03-21 21:25 Kacper Kowalik (xarthisius)
0 siblings, 0 replies; 9+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-03-21 21:25 UTC (permalink / raw
To: gentoo-commits
xarthisius 11/03/21 21:25:49
Modified: ChangeLog gnome-panel-2.32.1-r1.ebuild
Log:
ppc64 stable wrt #353436
(Portage version: 2.2.0_alpha27/cvs/Linux x86_64)
Revision Changes Path
1.330 gnome-base/gnome-panel/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/ChangeLog?rev=1.330&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/ChangeLog?rev=1.330&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/ChangeLog?r1=1.329&r2=1.330
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/ChangeLog,v
retrieving revision 1.329
retrieving revision 1.330
diff -u -r1.329 -r1.330
--- ChangeLog 16 Mar 2011 10:45:17 -0000 1.329
+++ ChangeLog 21 Mar 2011 21:25:49 -0000 1.330
@@ -1,6 +1,10 @@
# ChangeLog for gnome-base/gnome-panel
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/ChangeLog,v 1.329 2011/03/16 10:45:17 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/ChangeLog,v 1.330 2011/03/21 21:25:49 xarthisius Exp $
+
+ 21 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org>
+ gnome-panel-2.32.1-r1.ebuild:
+ ppc64 stable wrt #353436
16 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org>
gnome-panel-2.30.2.ebuild, gnome-panel-2.32.1.ebuild,
1.9 gnome-base/gnome-panel/gnome-panel-2.32.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.32.1-r1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.32.1-r1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.32.1-r1.ebuild?r1=1.8&r2=1.9
Index: gnome-panel-2.32.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.32.1-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- gnome-panel-2.32.1-r1.ebuild 16 Mar 2011 10:45:17 -0000 1.8
+++ gnome-panel-2.32.1-r1.ebuild 21 Mar 2011 21:25:49 -0000 1.9
@@ -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/gnome-base/gnome-panel/gnome-panel-2.32.1-r1.ebuild,v 1.8 2011/03/16 10:45:17 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.32.1-r1.ebuild,v 1.9 2011/03/21 21:25:49 xarthisius Exp $
EAPI="3"
GCONF_DEBUG="no"
@@ -14,7 +14,7 @@
LICENSE="GPL-2 FDL-1.1 LGPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 arm ia64 ~ppc ~ppc64 sh sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="alpha amd64 arm ia64 ~ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
IUSE="+bonobo doc eds +introspection networkmanager"
RDEPEND=">=gnome-base/gnome-desktop-2.26:2
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in gnome-base/gnome-panel: ChangeLog gnome-panel-2.32.1-r1.ebuild
@ 2011-03-22 19:11 Brent Baude (ranger)
0 siblings, 0 replies; 9+ messages in thread
From: Brent Baude (ranger) @ 2011-03-22 19:11 UTC (permalink / raw
To: gentoo-commits
ranger 11/03/22 19:11:26
Modified: ChangeLog gnome-panel-2.32.1-r1.ebuild
Log:
Marking gnome-panel-2.32.1-r1 ppc for bug 353436
(Portage version: 2.1.9.42/cvs/Linux ppc64)
Revision Changes Path
1.331 gnome-base/gnome-panel/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/ChangeLog?rev=1.331&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/ChangeLog?rev=1.331&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/ChangeLog?r1=1.330&r2=1.331
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/ChangeLog,v
retrieving revision 1.330
retrieving revision 1.331
diff -u -r1.330 -r1.331
--- ChangeLog 21 Mar 2011 21:25:49 -0000 1.330
+++ ChangeLog 22 Mar 2011 19:11:26 -0000 1.331
@@ -1,6 +1,9 @@
# ChangeLog for gnome-base/gnome-panel
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/ChangeLog,v 1.330 2011/03/21 21:25:49 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/ChangeLog,v 1.331 2011/03/22 19:11:26 ranger Exp $
+
+ 22 Mar 2011; Brent Baude <ranger@gentoo.org> gnome-panel-2.32.1-r1.ebuild:
+ Marking gnome-panel-2.32.1-r1 ppc stable for bug 353436
21 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org>
gnome-panel-2.32.1-r1.ebuild:
1.10 gnome-base/gnome-panel/gnome-panel-2.32.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.32.1-r1.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.32.1-r1.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.32.1-r1.ebuild?r1=1.9&r2=1.10
Index: gnome-panel-2.32.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.32.1-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- gnome-panel-2.32.1-r1.ebuild 21 Mar 2011 21:25:49 -0000 1.9
+++ gnome-panel-2.32.1-r1.ebuild 22 Mar 2011 19:11:26 -0000 1.10
@@ -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/gnome-base/gnome-panel/gnome-panel-2.32.1-r1.ebuild,v 1.9 2011/03/21 21:25:49 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.32.1-r1.ebuild,v 1.10 2011/03/22 19:11:26 ranger Exp $
EAPI="3"
GCONF_DEBUG="no"
@@ -14,7 +14,7 @@
LICENSE="GPL-2 FDL-1.1 LGPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 arm ia64 ~ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
IUSE="+bonobo doc eds +introspection networkmanager"
RDEPEND=">=gnome-base/gnome-desktop-2.26:2
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in gnome-base/gnome-panel: ChangeLog gnome-panel-2.32.1-r1.ebuild
@ 2012-02-07 21:02 Alexandre Rostovtsev (tetromino)
0 siblings, 0 replies; 9+ messages in thread
From: Alexandre Rostovtsev (tetromino) @ 2012-02-07 21:02 UTC (permalink / raw
To: gentoo-commits
tetromino 12/02/07 21:02:25
Modified: ChangeLog gnome-panel-2.32.1-r1.ebuild
Log:
Directly inherit multilib, thanks to Arfrever for reporting.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Revision Changes Path
1.350 gnome-base/gnome-panel/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/ChangeLog?rev=1.350&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/ChangeLog?rev=1.350&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/ChangeLog?r1=1.349&r2=1.350
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/ChangeLog,v
retrieving revision 1.349
retrieving revision 1.350
diff -u -r1.349 -r1.350
--- ChangeLog 7 Dec 2011 07:32:03 -0000 1.349
+++ ChangeLog 7 Feb 2012 21:02:25 -0000 1.350
@@ -1,6 +1,10 @@
# ChangeLog for gnome-base/gnome-panel
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/ChangeLog,v 1.349 2011/12/07 07:32:03 tetromino Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/ChangeLog,v 1.350 2012/02/07 21:02:25 tetromino Exp $
+
+ 07 Feb 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
+ gnome-panel-2.32.1-r1.ebuild:
+ Directly inherit multilib, thanks to Arfrever for reporting.
06 Dec 2011; Alexandre Rostovtsev <tetromino@gentoo.org>
gnome-panel-2.32.1-r1.ebuild, gnome-panel-2.32.1-r2.ebuild,
1.14 gnome-base/gnome-panel/gnome-panel-2.32.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.32.1-r1.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.32.1-r1.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.32.1-r1.ebuild?r1=1.13&r2=1.14
Index: gnome-panel-2.32.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.32.1-r1.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- gnome-panel-2.32.1-r1.ebuild 7 Dec 2011 07:32:03 -0000 1.13
+++ gnome-panel-2.32.1-r1.ebuild 7 Feb 2012 21:02:25 -0000 1.14
@@ -1,12 +1,12 @@
-# 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/gnome-base/gnome-panel/gnome-panel-2.32.1-r1.ebuild,v 1.13 2011/12/07 07:32:03 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.32.1-r1.ebuild,v 1.14 2012/02/07 21:02:25 tetromino Exp $
EAPI="3"
GCONF_DEBUG="no"
PYTHON_DEPEND="2:2.4"
-inherit gnome2 python eutils autotools
+inherit gnome2 multilib python eutils autotools
DESCRIPTION="The GNOME panel"
HOMEPAGE="http://www.gnome.org/"
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2012-02-07 21:02 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-08 22:15 [gentoo-commits] gentoo-x86 commit in gnome-base/gnome-panel: ChangeLog gnome-panel-2.32.1-r1.ebuild Gilles Dartiguelongue (eva)
-- strict thread matches above, loose matches on Subject: below --
2012-02-07 21:02 Alexandre Rostovtsev (tetromino)
2011-03-22 19:11 Brent Baude (ranger)
2011-03-21 21:25 Kacper Kowalik (xarthisius)
2011-03-12 18:50 Raul Porcel (armin76)
2011-02-24 18:59 Thomas Kahle (tomka)
2011-02-23 22:51 Markos Chandras (hwoarang)
2011-02-08 17:58 Pacho Ramos (pacho)
2011-02-08 10:24 Pacho Ramos (pacho)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox