public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in gnome-base/gnome-panel: gnome-panel-2.32.1-r3.ebuild ChangeLog
@ 2011-07-14 12:34 Pacho Ramos (pacho)
  0 siblings, 0 replies; 7+ messages in thread
From: Pacho Ramos (pacho) @ 2011-07-14 12:34 UTC (permalink / raw
  To: gentoo-commits

pacho       11/07/14 12:34:22

  Modified:             ChangeLog
  Added:                gnome-panel-2.32.1-r3.ebuild
  Log:
  Pass the correct month to Evolution command line from clock applet, thanks to walt for noticing.
  
  (Portage version: 2.1.10.5/cvs/Linux x86_64)

Revision  Changes    Path
1.336                gnome-base/gnome-panel/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/ChangeLog?rev=1.336&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/ChangeLog?rev=1.336&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/ChangeLog?r1=1.335&r2=1.336

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/ChangeLog,v
retrieving revision 1.335
retrieving revision 1.336
diff -u -r1.335 -r1.336
--- ChangeLog	14 Jul 2011 10:24:08 -0000	1.335
+++ ChangeLog	14 Jul 2011 12:34:22 -0000	1.336
@@ -1,6 +1,13 @@
 # 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.335 2011/07/14 10:24:08 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/ChangeLog,v 1.336 2011/07/14 12:34:22 pacho Exp $
+
+*gnome-panel-2.32.1-r3 (14 Jul 2011)
+
+  14 Jul 2011; Pacho Ramos <pacho@gentoo.org> +gnome-panel-2.32.1-r3.ebuild,
+  +files/gnome-panel-2.32.1-evo-month.patch:
+  Pass the correct month to Evolution command line from clock applet, thanks to
+  walt for noticing.
 
   14 Jul 2011; Thomas Kahle <tomka@gentoo.org> gnome-panel-2.32.1-r2.ebuild:
   x86 stable per bug 369909



1.1                  gnome-base/gnome-panel/gnome-panel-2.32.1-r3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.32.1-r3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.32.1-r3.ebuild?rev=1.1&content-type=text/plain

Index: gnome-panel-2.32.1-r3.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-r3.ebuild,v 1.1 2011/07/14 12:34:22 pacho Exp $

EAPI="3"
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
PYTHON_DEPEND="2:2.4"

inherit gnome2 python eutils autotools

DESCRIPTION="The GNOME panel"
HOMEPAGE="http://www.gnome.org/"
SRC_URI="${SRC_URI} mirror://gentoo/introspection-20110205.m4.tar.bz2
	http://dev.gentoo.org/~pacho/gnome/${P}-patches.tar.bz2"

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:2
	>=gnome-base/gconf-2.6.1:2[introspection?]
	>=media-libs/libcanberra-0.23[gtk]
	>=gnome-base/gnome-menus-2.27.92
	gnome-base/librsvg:2
	>=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:1 )
	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
		$(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_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 ${P}-patches.tar.bz2
	else
		unpack ${A}
	fi
}

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"

	# Apply multiple bugfixes from 2.32 and master branches
	# Also use gnome-applications.menu instead of applications.menu as it's the default value for us.
	epatch "${WORKDIR}/${P}-patches"/*.patch

	# clock applet: Pass the correct month to Evolution command line
	epatch "${FILESDIR}/${PN}-2.32.1-evo-month.patch"

	intltoolize --force --copy --automake || die "intltoolize failed"
	AT_M4DIR=${WORKDIR} 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] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in gnome-base/gnome-panel: gnome-panel-2.32.1-r3.ebuild ChangeLog
@ 2011-10-14 21:21 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 7+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-10-14 21:21 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/10/14 21:21:38

  Modified:             gnome-panel-2.32.1-r3.ebuild ChangeLog
  Log:
  amd64 stable wrt #385699
  
  (Portage version: 2.2.0_alpha64/cvs/Linux x86_64, RepoMan options: --force)

Revision  Changes    Path
1.2                  gnome-base/gnome-panel/gnome-panel-2.32.1-r3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.32.1-r3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.32.1-r3.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-r3.ebuild?r1=1.1&r2=1.2

Index: gnome-panel-2.32.1-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.32.1-r3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gnome-panel-2.32.1-r3.ebuild	14 Jul 2011 12:34:22 -0000	1.1
+++ gnome-panel-2.32.1-r3.ebuild	14 Oct 2011 21:21:38 -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-r3.ebuild,v 1.1 2011/07/14 12:34:22 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.32.1-r3.ebuild,v 1.2 2011/10/14 21:21:38 ssuominen Exp $
 
 EAPI="3"
 GCONF_DEBUG="no"
@@ -16,7 +16,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



1.341                gnome-base/gnome-panel/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/ChangeLog?rev=1.341&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/ChangeLog?rev=1.341&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/ChangeLog?r1=1.340&r2=1.341

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/ChangeLog,v
retrieving revision 1.340
retrieving revision 1.341
diff -u -r1.340 -r1.341
--- ChangeLog	5 Oct 2011 17:20:21 -0000	1.340
+++ ChangeLog	14 Oct 2011 21:21:38 -0000	1.341
@@ -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.340 2011/10/05 17:20:21 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/ChangeLog,v 1.341 2011/10/14 21:21:38 ssuominen Exp $
+
+  14 Oct 2011; Samuli Suominen <ssuominen@gentoo.org>
+  gnome-panel-2.32.1-r3.ebuild:
+  amd64 stable wrt #385699
 
   05 Oct 2011; Kacper Kowalik <xarthisius@gentoo.org>
   gnome-panel-2.32.1-r2.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in gnome-base/gnome-panel: gnome-panel-2.32.1-r3.ebuild ChangeLog
@ 2011-10-16 17:53 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; 7+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-10-16 17:53 UTC (permalink / raw
  To: gentoo-commits

xarthisius    11/10/16 17:53:10

  Modified:             gnome-panel-2.32.1-r3.ebuild ChangeLog
  Log:
  ppc/ppc64 stable wrt #385699
  
  (Portage version: 2.2.0_alpha63/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  gnome-base/gnome-panel/gnome-panel-2.32.1-r3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.32.1-r3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.32.1-r3.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-r3.ebuild?r1=1.2&r2=1.3

Index: gnome-panel-2.32.1-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.32.1-r3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gnome-panel-2.32.1-r3.ebuild	14 Oct 2011 21:21:38 -0000	1.2
+++ gnome-panel-2.32.1-r3.ebuild	16 Oct 2011 17:53:10 -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-r3.ebuild,v 1.2 2011/10/14 21:21:38 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.32.1-r3.ebuild,v 1.3 2011/10/16 17:53:10 xarthisius Exp $
 
 EAPI="3"
 GCONF_DEBUG="no"
@@ -16,7 +16,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



1.342                gnome-base/gnome-panel/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/ChangeLog?rev=1.342&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/ChangeLog?rev=1.342&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/ChangeLog?r1=1.341&r2=1.342

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/ChangeLog,v
retrieving revision 1.341
retrieving revision 1.342
diff -u -r1.341 -r1.342
--- ChangeLog	14 Oct 2011 21:21:38 -0000	1.341
+++ ChangeLog	16 Oct 2011 17:53:10 -0000	1.342
@@ -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.341 2011/10/14 21:21:38 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/ChangeLog,v 1.342 2011/10/16 17:53:10 xarthisius Exp $
+
+  16 Oct 2011; Kacper Kowalik <xarthisius@gentoo.org>
+  gnome-panel-2.32.1-r3.ebuild:
+  ppc/ppc64 stable wrt #385699
 
   14 Oct 2011; Samuli Suominen <ssuominen@gentoo.org>
   gnome-panel-2.32.1-r3.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in gnome-base/gnome-panel: gnome-panel-2.32.1-r3.ebuild ChangeLog
@ 2011-10-21 14:18 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 7+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-10-21 14:18 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    11/10/21 14:18:33

  Modified:             gnome-panel-2.32.1-r3.ebuild ChangeLog
  Log:
  x86 stable wrt bug #385699
  
  (Portage version: 2.1.10.11/cvs/Linux i686)

Revision  Changes    Path
1.4                  gnome-base/gnome-panel/gnome-panel-2.32.1-r3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.32.1-r3.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.32.1-r3.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.32.1-r3.ebuild?r1=1.3&r2=1.4

Index: gnome-panel-2.32.1-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.32.1-r3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gnome-panel-2.32.1-r3.ebuild	16 Oct 2011 17:53:10 -0000	1.3
+++ gnome-panel-2.32.1-r3.ebuild	21 Oct 2011 14:18:33 -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/gnome-base/gnome-panel/gnome-panel-2.32.1-r3.ebuild,v 1.3 2011/10/16 17:53:10 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.32.1-r3.ebuild,v 1.4 2011/10/21 14:18:33 phajdan.jr Exp $
 
 EAPI="3"
 GCONF_DEBUG="no"
@@ -16,7 +16,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



1.343                gnome-base/gnome-panel/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/ChangeLog?rev=1.343&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/ChangeLog?rev=1.343&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/ChangeLog?r1=1.342&r2=1.343

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/ChangeLog,v
retrieving revision 1.342
retrieving revision 1.343
diff -u -r1.342 -r1.343
--- ChangeLog	16 Oct 2011 17:53:10 -0000	1.342
+++ ChangeLog	21 Oct 2011 14:18:33 -0000	1.343
@@ -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.342 2011/10/16 17:53:10 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/ChangeLog,v 1.343 2011/10/21 14:18:33 phajdan.jr Exp $
+
+  21 Oct 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+  gnome-panel-2.32.1-r3.ebuild:
+  x86 stable wrt bug #385699
 
   16 Oct 2011; Kacper Kowalik <xarthisius@gentoo.org>
   gnome-panel-2.32.1-r3.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in gnome-base/gnome-panel: gnome-panel-2.32.1-r3.ebuild ChangeLog
@ 2011-10-28 20:05 Markus Meier (maekke)
  0 siblings, 0 replies; 7+ messages in thread
From: Markus Meier (maekke) @ 2011-10-28 20:05 UTC (permalink / raw
  To: gentoo-commits

maekke      11/10/28 20:05:17

  Modified:             gnome-panel-2.32.1-r3.ebuild ChangeLog
  Log:
  arm stable, bug #385699
  
  (Portage version: 2.1.10.30/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  gnome-base/gnome-panel/gnome-panel-2.32.1-r3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.32.1-r3.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.32.1-r3.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-r3.ebuild?r1=1.5&r2=1.6

Index: gnome-panel-2.32.1-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.32.1-r3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gnome-panel-2.32.1-r3.ebuild	28 Oct 2011 01:03:13 -0000	1.5
+++ gnome-panel-2.32.1-r3.ebuild	28 Oct 2011 20:05:17 -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-r3.ebuild,v 1.5 2011/10/28 01:03:13 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.32.1-r3.ebuild,v 1.6 2011/10/28 20:05:17 maekke Exp $
 
 EAPI="3"
 GCONF_DEBUG="no"
@@ -16,7 +16,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



1.345                gnome-base/gnome-panel/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/ChangeLog?rev=1.345&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/ChangeLog?rev=1.345&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/ChangeLog?r1=1.344&r2=1.345

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/ChangeLog,v
retrieving revision 1.344
retrieving revision 1.345
diff -u -r1.344 -r1.345
--- ChangeLog	28 Oct 2011 01:03:13 -0000	1.344
+++ ChangeLog	28 Oct 2011 20:05:17 -0000	1.345
@@ -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.344 2011/10/28 01:03:13 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/ChangeLog,v 1.345 2011/10/28 20:05:17 maekke Exp $
+
+  28 Oct 2011; Markus Meier <maekke@gentoo.org> gnome-panel-2.32.1-r3.ebuild:
+  arm stable, bug #385699
 
   28 Oct 2011; Alexandre Rostovtsev <tetromino@gentoo.org>
   gnome-panel-2.32.1-r1.ebuild, gnome-panel-2.32.1-r2.ebuild,






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

* [gentoo-commits] gentoo-x86 commit in gnome-base/gnome-panel: gnome-panel-2.32.1-r3.ebuild ChangeLog
@ 2011-10-30 16:03 Raul Porcel (armin76)
  0 siblings, 0 replies; 7+ messages in thread
From: Raul Porcel (armin76) @ 2011-10-30 16:03 UTC (permalink / raw
  To: gentoo-commits

armin76     11/10/30 16:03:08

  Modified:             gnome-panel-2.32.1-r3.ebuild ChangeLog
  Log:
  alpha/ia64/sh/sparc stable wrt #385699
  
  (Portage version: 2.1.10.11/cvs/Linux ia64)

Revision  Changes    Path
1.7                  gnome-base/gnome-panel/gnome-panel-2.32.1-r3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.32.1-r3.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.32.1-r3.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-r3.ebuild?r1=1.6&r2=1.7

Index: gnome-panel-2.32.1-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.32.1-r3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gnome-panel-2.32.1-r3.ebuild	28 Oct 2011 20:05:17 -0000	1.6
+++ gnome-panel-2.32.1-r3.ebuild	30 Oct 2011 16:03:08 -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-r3.ebuild,v 1.6 2011/10/28 20:05:17 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.32.1-r3.ebuild,v 1.7 2011/10/30 16:03:08 armin76 Exp $
 
 EAPI="3"
 GCONF_DEBUG="no"
@@ -16,7 +16,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



1.346                gnome-base/gnome-panel/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/ChangeLog?rev=1.346&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/ChangeLog?rev=1.346&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/ChangeLog?r1=1.345&r2=1.346

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/ChangeLog,v
retrieving revision 1.345
retrieving revision 1.346
diff -u -r1.345 -r1.346
--- ChangeLog	28 Oct 2011 20:05:17 -0000	1.345
+++ ChangeLog	30 Oct 2011 16:03:08 -0000	1.346
@@ -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.345 2011/10/28 20:05:17 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/ChangeLog,v 1.346 2011/10/30 16:03:08 armin76 Exp $
+
+  30 Oct 2011; Raúl Porcel <armin76@gentoo.org> gnome-panel-2.32.1-r3.ebuild:
+  alpha/ia64/sh/sparc stable wrt #385699
 
   28 Oct 2011; Markus Meier <maekke@gentoo.org> gnome-panel-2.32.1-r3.ebuild:
   arm stable, bug #385699






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

* [gentoo-commits] gentoo-x86 commit in gnome-base/gnome-panel: gnome-panel-2.32.1-r3.ebuild ChangeLog
@ 2014-01-04  2:44 Alexandre Rostovtsev (tetromino)
  0 siblings, 0 replies; 7+ messages in thread
From: Alexandre Rostovtsev (tetromino) @ 2014-01-04  2:44 UTC (permalink / raw
  To: gentoo-commits

tetromino    14/01/04 02:44:19

  Modified:             gnome-panel-2.32.1-r3.ebuild ChangeLog
  Log:
  Fix underlinking failure (bug #496722, thanks to David Davidson).
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)

Revision  Changes    Path
1.14                 gnome-base/gnome-panel/gnome-panel-2.32.1-r3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.32.1-r3.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.32.1-r3.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-r3.ebuild?r1=1.13&r2=1.14

Index: gnome-panel-2.32.1-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.32.1-r3.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- gnome-panel-2.32.1-r3.ebuild	8 Sep 2013 17:53:29 -0000	1.13
+++ gnome-panel-2.32.1-r3.ebuild	4 Jan 2014 02:44:19 -0000	1.14
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 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-r3.ebuild,v 1.13 2013/09/08 17:53:29 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.32.1-r3.ebuild,v 1.14 2014/01/04 02:44:19 tetromino Exp $
 
 EAPI="3"
 GCONF_DEBUG="no"
@@ -95,6 +95,9 @@
 	# Fix underlinking, bug #384533
 	epatch "${FILESDIR}/${P}-underlinking.patch"
 
+	# More underlinking, bug #496722
+	epatch "${FILESDIR}/${P}-gmodule.patch"
+
 	# automake-1.13 fix, bug #479890
 	sed -i -e 's|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g' configure.ac || die
 



1.366                gnome-base/gnome-panel/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/ChangeLog?rev=1.366&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/ChangeLog?rev=1.366&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-panel/ChangeLog?r1=1.365&r2=1.366

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/ChangeLog,v
retrieving revision 1.365
retrieving revision 1.366
diff -u -r1.365 -r1.366
--- ChangeLog	8 Dec 2013 18:33:21 -0000	1.365
+++ ChangeLog	4 Jan 2014 02:44:19 -0000	1.366
@@ -1,6 +1,10 @@
 # ChangeLog for gnome-base/gnome-panel
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/ChangeLog,v 1.365 2013/12/08 18:33:21 pacho Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/ChangeLog,v 1.366 2014/01/04 02:44:19 tetromino Exp $
+
+  04 Jan 2014; Alexandre Rostovtsev <tetromino@gentoo.org>
+  gnome-panel-2.32.1-r3.ebuild, +files/gnome-panel-2.32.1-gmodule.patch:
+  Fix underlinking failure (bug #496722, thanks to David Davidson).
 
   08 Dec 2013; Pacho Ramos <pacho@gentoo.org> gnome-panel-3.8.0-r1.ebuild:
   x86 stable, bug #478252





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

end of thread, other threads:[~2014-01-04  2:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-28 20:05 [gentoo-commits] gentoo-x86 commit in gnome-base/gnome-panel: gnome-panel-2.32.1-r3.ebuild ChangeLog Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2014-01-04  2:44 Alexandre Rostovtsev (tetromino)
2011-10-30 16:03 Raul Porcel (armin76)
2011-10-21 14:18 PaweA Hajdan (phajdan.jr)
2011-10-16 17:53 Kacper Kowalik (xarthisius)
2011-10-14 21:21 Samuli Suominen (ssuominen)
2011-07-14 12:34 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