public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in mate-base/mate-panel: mate-panel-1.8.0.ebuild ChangeLog
@ 2014-04-12 22:28 Tom Wijsman (tomwij)
  0 siblings, 0 replies; 4+ messages in thread
From: Tom Wijsman (tomwij) @ 2014-04-12 22:28 UTC (permalink / raw
  To: gentoo-commits

tomwij      14/04/12 22:28:19

  Modified:             ChangeLog
  Added:                mate-panel-1.8.0.ebuild
  Log:
  Version bump to 1.8.0.
  
  (Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)

Revision  Changes    Path
1.8                  mate-base/mate-panel/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mate-base/mate-panel/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	24 Mar 2014 16:02:41 -0000	1.7
+++ ChangeLog	12 Apr 2014 22:28:19 -0000	1.8
@@ -1,6 +1,11 @@
 # ChangeLog for mate-base/mate-panel
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mate-base/mate-panel/ChangeLog,v 1.7 2014/03/24 16:02:41 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/mate-base/mate-panel/ChangeLog,v 1.8 2014/04/12 22:28:19 tomwij Exp $
+
+*mate-panel-1.8.0 (12 Apr 2014)
+
+  12 Apr 2014; Tom Wijsman <TomWij@gentoo.org> +mate-panel-1.8.0.ebuild:
+  Version bump to 1.8.0.
 
   24 Mar 2014; Tom Wijsman <TomWij@gentoo.org> mate-panel-1.6.1.ebuild:
   Temporarily fix parallel build issue with -j1, discovered while building all



1.1                  mate-base/mate-panel/mate-panel-1.8.0.ebuild

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

Index: mate-panel-1.8.0.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/mate-base/mate-panel/mate-panel-1.8.0.ebuild,v 1.1 2014/04/12 22:28:18 tomwij Exp $

EAPI="5"

GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"

inherit autotools gnome2 versionator

MATE_BRANCH="$(get_version_component_range 1-2)"

SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz"
DESCRIPTION="The MATE panel"
HOMEPAGE="http://mate-desktop.org"

LICENSE="GPL-2 FDL-1.1 LGPL-2"
SLOT="0"
KEYWORDS="~amd64"

IUSE="X +introspection networkmanager"

RDEPEND="
	dev-libs/atk:0
	>=dev-libs/dbus-glib-0.80:0
	>=dev-libs/glib-2.26:2
	>=dev-libs/libmateweather-1.6
	dev-libs/libxml2:2
	>=gnome-base/dconf-0.10:0
	gnome-base/librsvg:2
	>=mate-base/mate-desktop-1.8:0
	>=mate-base/mate-menus-1.6:0
	>=media-libs/libcanberra-0.23:0[gtk]
	>=sys-apps/dbus-1.1.2:0
	>=x11-libs/cairo-1:0
	>=x11-libs/gdk-pixbuf-2.7.1:2
	x11-libs/libICE:0
	x11-libs/libSM:0
	x11-libs/libX11:0
	>=x11-libs/libwnck-2.30:1[introspection?]
	>=x11-libs/pango-1.15.4:0[introspection?]
	>=x11-libs/gtk+-2.19.7:2[introspection?]
	x11-libs/libXau:0
	>=x11-libs/libXrandr-1.2:0
	virtual/libintl:0
	introspection? ( >=dev-libs/gobject-introspection-0.6.7:0 )
	networkmanager? ( >=net-misc/networkmanager-0.6:0 )"

DEPEND="${RDEPEND}
	app-text/docbook-xml-dtd:4.1.2
	app-text/yelp-tools:0
	>=dev-lang/perl-5:0=
	>=dev-util/intltool-0.40:*
	>=mate-base/mate-common-1.6:0
	sys-devel/gettext:*
	virtual/pkgconfig:*"

src_prepare() {
	# Disable python check.
	sed -e '/AM_PATH_PYTHON/d' -i configure.ac || die

	eautoreconf

	gnome2_src_prepare
}

src_configure() {
	gnome2_src_configure \
		--libexecdir=/usr/libexec/mate-applets \
		--disable-deprecation-flags \
		$(use_enable networkmanager network-manager) \
		$(use_enable introspection) \
		$(use_with X x)
}

src_compile() {
	emake -j1
}

DOCS="AUTHORS ChangeLog HACKING NEWS README"





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

* [gentoo-commits] gentoo-x86 commit in mate-base/mate-panel: mate-panel-1.8.0.ebuild ChangeLog
@ 2014-06-07 16:39 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-06-07 16:39 UTC (permalink / raw
  To: gentoo-commits

ago         14/06/07 16:39:31

  Modified:             mate-panel-1.8.0.ebuild ChangeLog
  Log:
  Add ~x86, wrt bug #508072
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="~x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.2                  mate-base/mate-panel/mate-panel-1.8.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-base/mate-panel/mate-panel-1.8.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-base/mate-panel/mate-panel-1.8.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-base/mate-panel/mate-panel-1.8.0.ebuild?r1=1.1&r2=1.2

Index: mate-panel-1.8.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mate-base/mate-panel/mate-panel-1.8.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mate-panel-1.8.0.ebuild	12 Apr 2014 22:28:18 -0000	1.1
+++ mate-panel-1.8.0.ebuild	7 Jun 2014 16:39:31 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mate-base/mate-panel/mate-panel-1.8.0.ebuild,v 1.1 2014/04/12 22:28:18 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/mate-base/mate-panel/mate-panel-1.8.0.ebuild,v 1.2 2014/06/07 16:39:31 ago Exp $
 
 EAPI="5"
 
@@ -17,7 +17,7 @@
 
 LICENSE="GPL-2 FDL-1.1 LGPL-2"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 
 IUSE="X +introspection networkmanager"
 



1.11                 mate-base/mate-panel/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mate-base/mate-panel/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	4 May 2014 22:20:23 -0000	1.10
+++ ChangeLog	7 Jun 2014 16:39:31 -0000	1.11
@@ -1,6 +1,9 @@
 # ChangeLog for mate-base/mate-panel
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mate-base/mate-panel/ChangeLog,v 1.10 2014/05/04 22:20:23 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/mate-base/mate-panel/ChangeLog,v 1.11 2014/06/07 16:39:31 ago Exp $
+
+  07 Jun 2014; Agostino Sarubbo <ago@gentoo.org> mate-panel-1.8.0.ebuild:
+  Add ~x86, wrt bug #508072
 
   04 May 2014; Tom Wijsman <TomWij@gentoo.org> mate-panel-1.6.1.ebuild:
   Restrict upper limit for mate-desktop dependency of mate-panel due to





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

* [gentoo-commits] gentoo-x86 commit in mate-base/mate-panel: mate-panel-1.8.0.ebuild ChangeLog
@ 2014-07-02  9:00 Pacho Ramos (pacho)
  0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos (pacho) @ 2014-07-02  9:00 UTC (permalink / raw
  To: gentoo-commits

pacho       14/07/02 09:00:02

  Modified:             mate-panel-1.8.0.ebuild ChangeLog
  Log:
  amd64 stable, bug 513714
  
  (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.3                  mate-base/mate-panel/mate-panel-1.8.0.ebuild

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

Index: mate-panel-1.8.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mate-base/mate-panel/mate-panel-1.8.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mate-panel-1.8.0.ebuild	7 Jun 2014 16:39:31 -0000	1.2
+++ mate-panel-1.8.0.ebuild	2 Jul 2014 09:00:01 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mate-base/mate-panel/mate-panel-1.8.0.ebuild,v 1.2 2014/06/07 16:39:31 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/mate-base/mate-panel/mate-panel-1.8.0.ebuild,v 1.3 2014/07/02 09:00:01 pacho Exp $
 
 EAPI="5"
 
@@ -17,7 +17,7 @@
 
 LICENSE="GPL-2 FDL-1.1 LGPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 IUSE="X +introspection networkmanager"
 



1.12                 mate-base/mate-panel/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mate-base/mate-panel/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	7 Jun 2014 16:39:31 -0000	1.11
+++ ChangeLog	2 Jul 2014 09:00:01 -0000	1.12
@@ -1,6 +1,9 @@
 # ChangeLog for mate-base/mate-panel
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mate-base/mate-panel/ChangeLog,v 1.11 2014/06/07 16:39:31 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/mate-base/mate-panel/ChangeLog,v 1.12 2014/07/02 09:00:01 pacho Exp $
+
+  02 Jul 2014; Pacho Ramos <pacho@gentoo.org> mate-panel-1.8.0.ebuild:
+  amd64 stable, bug 513714
 
   07 Jun 2014; Agostino Sarubbo <ago@gentoo.org> mate-panel-1.8.0.ebuild:
   Add ~x86, wrt bug #508072





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

* [gentoo-commits] gentoo-x86 commit in mate-base/mate-panel: mate-panel-1.8.0.ebuild ChangeLog
@ 2014-07-02  9:46 Pacho Ramos (pacho)
  0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos (pacho) @ 2014-07-02  9:46 UTC (permalink / raw
  To: gentoo-commits

pacho       14/07/02 09:46:51

  Modified:             mate-panel-1.8.0.ebuild ChangeLog
  Log:
  x86 stable, bug 513714
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.4                  mate-base/mate-panel/mate-panel-1.8.0.ebuild

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

Index: mate-panel-1.8.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mate-base/mate-panel/mate-panel-1.8.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mate-panel-1.8.0.ebuild	2 Jul 2014 09:00:01 -0000	1.3
+++ mate-panel-1.8.0.ebuild	2 Jul 2014 09:46:51 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mate-base/mate-panel/mate-panel-1.8.0.ebuild,v 1.3 2014/07/02 09:00:01 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/mate-base/mate-panel/mate-panel-1.8.0.ebuild,v 1.4 2014/07/02 09:46:51 pacho Exp $
 
 EAPI="5"
 
@@ -17,7 +17,7 @@
 
 LICENSE="GPL-2 FDL-1.1 LGPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 IUSE="X +introspection networkmanager"
 



1.13                 mate-base/mate-panel/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mate-base/mate-panel/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	2 Jul 2014 09:00:01 -0000	1.12
+++ ChangeLog	2 Jul 2014 09:46:51 -0000	1.13
@@ -1,6 +1,9 @@
 # ChangeLog for mate-base/mate-panel
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mate-base/mate-panel/ChangeLog,v 1.12 2014/07/02 09:00:01 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/mate-base/mate-panel/ChangeLog,v 1.13 2014/07/02 09:46:51 pacho Exp $
+
+  02 Jul 2014; Pacho Ramos <pacho@gentoo.org> mate-panel-1.8.0.ebuild:
+  x86 stable, bug 513714
 
   02 Jul 2014; Pacho Ramos <pacho@gentoo.org> mate-panel-1.8.0.ebuild:
   amd64 stable, bug 513714





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

end of thread, other threads:[~2014-07-02  9:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-12 22:28 [gentoo-commits] gentoo-x86 commit in mate-base/mate-panel: mate-panel-1.8.0.ebuild ChangeLog Tom Wijsman (tomwij)
  -- strict thread matches above, loose matches on Subject: below --
2014-06-07 16:39 Agostino Sarubbo (ago)
2014-07-02  9:00 Pacho Ramos (pacho)
2014-07-02  9:46 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