public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/libindicate: libindicate-12.10.1.ebuild ChangeLog
@ 2013-03-04 11:43 Michael Palimaka (kensington)
  0 siblings, 0 replies; 7+ messages in thread
From: Michael Palimaka (kensington) @ 2013-03-04 11:43 UTC (permalink / raw
  To: gentoo-commits

kensington    13/03/04 11:43:27

  Modified:             ChangeLog
  Added:                libindicate-12.10.1.ebuild
  Log:
  Version bump wrt bug #452232.
  
  (Portage version: 2.1.11.54/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)

Revision  Changes    Path
1.33                 dev-libs/libindicate/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libindicate/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libindicate/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libindicate/ChangeLog?r1=1.32&r2=1.33

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libindicate/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	26 Jul 2012 16:36:18 -0000	1.32
+++ ChangeLog	4 Mar 2013 11:43:27 -0000	1.33
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/libindicate
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libindicate/ChangeLog,v 1.32 2012/07/26 16:36:18 ssuominen Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libindicate/ChangeLog,v 1.33 2013/03/04 11:43:27 kensington Exp $
+
+*libindicate-12.10.1 (04 Mar 2013)
+
+  04 Mar 2013; Michael Palimaka <kensington@gentoo.org>
+  +libindicate-12.10.1.ebuild:
+  Version bump wrt bug #452232.
 
   26 Jul 2012; Samuli Suominen <ssuominen@gentoo.org>
   -libindicate-0.6.1-r201.ebuild, -libindicate-0.6.1-r300.ebuild:
@@ -190,4 +196,3 @@
   +libindicate-0.2.3.ebuild,
   +files/libindicate-0.2.3-optional-gtk-support.patch, +metadata.xml:
   New package, necessary for libindicate-qt (kde team).
-



1.1                  dev-libs/libindicate/libindicate-12.10.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libindicate/libindicate-12.10.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libindicate/libindicate-12.10.1.ebuild?rev=1.1&content-type=text/plain

Index: libindicate-12.10.1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libindicate/libindicate-12.10.1.ebuild,v 1.1 2013/03/04 11:43:27 kensington Exp $

EAPI=5

AYATANA_VALA_VERSION=0.16

inherit autotools eutils flag-o-matic

DESCRIPTION="A library to raise flags on DBus for other components of the desktop to pick up and visualize"
HOMEPAGE="http://launchpad.net/libindicate"
SRC_URI="http://launchpad.net/${PN}/${PV%.*}/${PV}/+download/${P}.tar.gz"

LICENSE="LGPL-2.1 LGPL-3"
SLOT="3"
KEYWORDS="~amd64 ~x86"
IUSE="gtk +introspection"

RESTRICT="test" # consequence of the -no-mono.patch

RDEPEND=">=dev-libs/dbus-glib-0.100
	>=dev-libs/glib-2.30
	>=dev-libs/libdbusmenu-0.6.2:3[gtk?,introspection?]
	dev-libs/libxml2
	gtk? ( >=x11-libs/gtk+-3.2:3 )
	introspection? ( >=dev-libs/gobject-introspection-1 )
	!<${CATEGORY}/${PN}-0.6.1-r201"
EAUTORECONF_DEPEND="dev-util/gtk-doc-am
	gnome-base/gnome-common"
DEPEND="${RDEPEND}
	${EAUTORECONF_DEPEND}
	app-text/gnome-doc-utils
	dev-lang/vala:${AYATANA_VALA_VERSION}[vapigen]
	virtual/pkgconfig"

src_prepare() {
	epatch "${FILESDIR}"/${PN}-0.6.1-no-mono.patch
	sed -i -e "s:vapigen:vapigen-${AYATANA_VALA_VERSION}:" configure.ac || die
	eautoreconf
}

src_configure() {
	append-flags -Wno-error

	# python bindings are only for GTK+-2.x
	econf \
		--docdir=/usr/share/doc/${PF} \
		--disable-silent-rules \
		--disable-static \
		$(use_enable gtk) \
		$(use_enable introspection) \
		--disable-python \
		--disable-scrollkeeper \
		--with-gtk=3 \
		--with-html-dir=/usr/share/doc/${PF}/html
}

src_install() {
	emake DESTDIR="${D}" install
	dodoc AUTHORS ChangeLog NEWS

	nonfatal dosym /usr/share/doc/${PF}/html/${PN} /usr/share/gtk-doc/html/${PN}

	prune_libtool_files
}





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

* [gentoo-commits] gentoo-x86 commit in dev-libs/libindicate: libindicate-12.10.1.ebuild ChangeLog
@ 2013-05-14 18:07 Markus Meier (maekke)
  0 siblings, 0 replies; 7+ messages in thread
From: Markus Meier (maekke) @ 2013-05-14 18:07 UTC (permalink / raw
  To: gentoo-commits

maekke      13/05/14 18:07:33

  Modified:             libindicate-12.10.1.ebuild ChangeLog
  Log:
  add ~arm, bug #468984
  
  (Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 072AD062)

Revision  Changes    Path
1.4                  dev-libs/libindicate/libindicate-12.10.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libindicate/libindicate-12.10.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libindicate/libindicate-12.10.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libindicate/libindicate-12.10.1.ebuild?r1=1.3&r2=1.4

Index: libindicate-12.10.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libindicate/libindicate-12.10.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libindicate-12.10.1.ebuild	12 May 2013 12:25:28 -0000	1.3
+++ libindicate-12.10.1.ebuild	14 May 2013 18:07:33 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libindicate/libindicate-12.10.1.ebuild,v 1.3 2013/05/12 12:25:28 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libindicate/libindicate-12.10.1.ebuild,v 1.4 2013/05/14 18:07:33 maekke Exp $
 
 EAPI=5
 VALA_MIN_API_VERSION="0.16"
@@ -14,7 +14,7 @@
 
 LICENSE="LGPL-2.1 LGPL-3"
 SLOT="3"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE="gtk +introspection"
 
 RESTRICT="test" # consequence of the -no-mono.patch



1.36                 dev-libs/libindicate/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libindicate/ChangeLog?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libindicate/ChangeLog?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libindicate/ChangeLog?r1=1.35&r2=1.36

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libindicate/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	12 May 2013 12:25:28 -0000	1.35
+++ ChangeLog	14 May 2013 18:07:33 -0000	1.36
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libindicate
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libindicate/ChangeLog,v 1.35 2013/05/12 12:25:28 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libindicate/ChangeLog,v 1.36 2013/05/14 18:07:33 maekke Exp $
+
+  14 May 2013; Markus Meier <maekke@gentoo.org> libindicate-12.10.1.ebuild:
+  add ~arm, bug #468984
 
   12 May 2013; Pacho Ramos <pacho@gentoo.org> -libindicate-12.10.0.ebuild,
   libindicate-12.10.1.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in dev-libs/libindicate: libindicate-12.10.1.ebuild ChangeLog
@ 2013-05-17  1:46 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 7+ messages in thread
From: Anthony G. Basile (blueness) @ 2013-05-17  1:46 UTC (permalink / raw
  To: gentoo-commits

blueness    13/05/17 01:46:44

  Modified:             libindicate-12.10.1.ebuild ChangeLog
  Log:
  Keyword ~mips
  
  (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)

Revision  Changes    Path
1.5                  dev-libs/libindicate/libindicate-12.10.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libindicate/libindicate-12.10.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libindicate/libindicate-12.10.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libindicate/libindicate-12.10.1.ebuild?r1=1.4&r2=1.5

Index: libindicate-12.10.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libindicate/libindicate-12.10.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libindicate-12.10.1.ebuild	14 May 2013 18:07:33 -0000	1.4
+++ libindicate-12.10.1.ebuild	17 May 2013 01:46:43 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libindicate/libindicate-12.10.1.ebuild,v 1.4 2013/05/14 18:07:33 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libindicate/libindicate-12.10.1.ebuild,v 1.5 2013/05/17 01:46:43 blueness Exp $
 
 EAPI=5
 VALA_MIN_API_VERSION="0.16"
@@ -14,7 +14,7 @@
 
 LICENSE="LGPL-2.1 LGPL-3"
 SLOT="3"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~mips ~x86"
 IUSE="gtk +introspection"
 
 RESTRICT="test" # consequence of the -no-mono.patch



1.37                 dev-libs/libindicate/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libindicate/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libindicate/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libindicate/ChangeLog?r1=1.36&r2=1.37

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libindicate/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog	14 May 2013 18:07:33 -0000	1.36
+++ ChangeLog	17 May 2013 01:46:43 -0000	1.37
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/libindicate
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libindicate/ChangeLog,v 1.36 2013/05/14 18:07:33 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libindicate/ChangeLog,v 1.37 2013/05/17 01:46:43 blueness Exp $
+
+  17 May 2013; Anthony G. Basile <blueness@gentoo.org>
+  libindicate-12.10.1.ebuild:
+  Keyword ~mips
 
   14 May 2013; Markus Meier <maekke@gentoo.org> libindicate-12.10.1.ebuild:
   add ~arm, bug #468984





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

* [gentoo-commits] gentoo-x86 commit in dev-libs/libindicate: libindicate-12.10.1.ebuild ChangeLog
@ 2013-05-17 14:30 Jeroen Roovers (jer)
  0 siblings, 0 replies; 7+ messages in thread
From: Jeroen Roovers (jer) @ 2013-05-17 14:30 UTC (permalink / raw
  To: gentoo-commits

jer         13/05/17 14:30:44

  Modified:             libindicate-12.10.1.ebuild ChangeLog
  Log:
  Marked ~hppa (bug #468984).
  
  (Portage version: 2.2.0_alpha175/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.6                  dev-libs/libindicate/libindicate-12.10.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libindicate/libindicate-12.10.1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libindicate/libindicate-12.10.1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libindicate/libindicate-12.10.1.ebuild?r1=1.5&r2=1.6

Index: libindicate-12.10.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libindicate/libindicate-12.10.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libindicate-12.10.1.ebuild	17 May 2013 01:46:43 -0000	1.5
+++ libindicate-12.10.1.ebuild	17 May 2013 14:30:44 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libindicate/libindicate-12.10.1.ebuild,v 1.5 2013/05/17 01:46:43 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libindicate/libindicate-12.10.1.ebuild,v 1.6 2013/05/17 14:30:44 jer Exp $
 
 EAPI=5
 VALA_MIN_API_VERSION="0.16"
@@ -14,7 +14,7 @@
 
 LICENSE="LGPL-2.1 LGPL-3"
 SLOT="3"
-KEYWORDS="~amd64 ~arm ~mips ~x86"
+KEYWORDS="~amd64 ~arm ~hppa ~mips ~x86"
 IUSE="gtk +introspection"
 
 RESTRICT="test" # consequence of the -no-mono.patch



1.38                 dev-libs/libindicate/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libindicate/ChangeLog?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libindicate/ChangeLog?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libindicate/ChangeLog?r1=1.37&r2=1.38

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libindicate/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog	17 May 2013 01:46:43 -0000	1.37
+++ ChangeLog	17 May 2013 14:30:44 -0000	1.38
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libindicate
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libindicate/ChangeLog,v 1.37 2013/05/17 01:46:43 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libindicate/ChangeLog,v 1.38 2013/05/17 14:30:44 jer Exp $
+
+  17 May 2013; Jeroen Roovers <jer@gentoo.org> libindicate-12.10.1.ebuild:
+  Marked ~hppa (bug #468984).
 
   17 May 2013; Anthony G. Basile <blueness@gentoo.org>
   libindicate-12.10.1.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in dev-libs/libindicate: libindicate-12.10.1.ebuild ChangeLog
@ 2014-06-19 15:06 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 7+ messages in thread
From: Tobias Klausmann (klausman) @ 2014-06-19 15:06 UTC (permalink / raw
  To: gentoo-commits

klausman    14/06/19 15:06:45

  Modified:             libindicate-12.10.1.ebuild ChangeLog
  Log:
  Keyworded on alpha, bug #468984
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key CE5D54E8)

Revision  Changes    Path
1.7                  dev-libs/libindicate/libindicate-12.10.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libindicate/libindicate-12.10.1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libindicate/libindicate-12.10.1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libindicate/libindicate-12.10.1.ebuild?r1=1.6&r2=1.7

Index: libindicate-12.10.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libindicate/libindicate-12.10.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libindicate-12.10.1.ebuild	17 May 2013 14:30:44 -0000	1.6
+++ libindicate-12.10.1.ebuild	19 Jun 2014 15:06:45 -0000	1.7
@@ -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/dev-libs/libindicate/libindicate-12.10.1.ebuild,v 1.6 2013/05/17 14:30:44 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libindicate/libindicate-12.10.1.ebuild,v 1.7 2014/06/19 15:06:45 klausman Exp $
 
 EAPI=5
 VALA_MIN_API_VERSION="0.16"
@@ -14,7 +14,7 @@
 
 LICENSE="LGPL-2.1 LGPL-3"
 SLOT="3"
-KEYWORDS="~amd64 ~arm ~hppa ~mips ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~x86"
 IUSE="gtk +introspection"
 
 RESTRICT="test" # consequence of the -no-mono.patch



1.39                 dev-libs/libindicate/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libindicate/ChangeLog?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libindicate/ChangeLog?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libindicate/ChangeLog?r1=1.38&r2=1.39

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libindicate/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog	17 May 2013 14:30:44 -0000	1.38
+++ ChangeLog	19 Jun 2014 15:06:45 -0000	1.39
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/libindicate
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libindicate/ChangeLog,v 1.38 2013/05/17 14:30:44 jer Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libindicate/ChangeLog,v 1.39 2014/06/19 15:06:45 klausman Exp $
+
+  19 Jun 2014; Tobias Klausmann <klausman@gentoo.org>
+  libindicate-12.10.1.ebuild:
+  Keyworded on alpha, bug #468984
 
   17 May 2013; Jeroen Roovers <jer@gentoo.org> libindicate-12.10.1.ebuild:
   Marked ~hppa (bug #468984).





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

* [gentoo-commits] gentoo-x86 commit in dev-libs/libindicate: libindicate-12.10.1.ebuild ChangeLog
@ 2014-08-07 23:48 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 7+ messages in thread
From: Anthony G. Basile (blueness) @ 2014-08-07 23:48 UTC (permalink / raw
  To: gentoo-commits

blueness    14/08/07 23:48:16

  Modified:             libindicate-12.10.1.ebuild ChangeLog
  Log:
  Keyword ~ppc and ~ppc64, bug #468984
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)

Revision  Changes    Path
1.8                  dev-libs/libindicate/libindicate-12.10.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libindicate/libindicate-12.10.1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libindicate/libindicate-12.10.1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libindicate/libindicate-12.10.1.ebuild?r1=1.7&r2=1.8

Index: libindicate-12.10.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libindicate/libindicate-12.10.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libindicate-12.10.1.ebuild	19 Jun 2014 15:06:45 -0000	1.7
+++ libindicate-12.10.1.ebuild	7 Aug 2014 23:48:16 -0000	1.8
@@ -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/dev-libs/libindicate/libindicate-12.10.1.ebuild,v 1.7 2014/06/19 15:06:45 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libindicate/libindicate-12.10.1.ebuild,v 1.8 2014/08/07 23:48:16 blueness Exp $
 
 EAPI=5
 VALA_MIN_API_VERSION="0.16"
@@ -14,7 +14,7 @@
 
 LICENSE="LGPL-2.1 LGPL-3"
 SLOT="3"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86"
 IUSE="gtk +introspection"
 
 RESTRICT="test" # consequence of the -no-mono.patch



1.40                 dev-libs/libindicate/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libindicate/ChangeLog?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libindicate/ChangeLog?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libindicate/ChangeLog?r1=1.39&r2=1.40

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libindicate/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog	19 Jun 2014 15:06:45 -0000	1.39
+++ ChangeLog	7 Aug 2014 23:48:16 -0000	1.40
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/libindicate
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libindicate/ChangeLog,v 1.39 2014/06/19 15:06:45 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libindicate/ChangeLog,v 1.40 2014/08/07 23:48:16 blueness Exp $
+
+  07 Aug 2014; Anthony G. Basile <blueness@gentoo.org>
+  libindicate-12.10.1.ebuild:
+  Keyword ~ppc and ~ppc64, bug #468984
 
   19 Jun 2014; Tobias Klausmann <klausman@gentoo.org>
   libindicate-12.10.1.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in dev-libs/libindicate: libindicate-12.10.1.ebuild ChangeLog
@ 2014-08-20 11:26 Raul Porcel (armin76)
  0 siblings, 0 replies; 7+ messages in thread
From: Raul Porcel (armin76) @ 2014-08-20 11:26 UTC (permalink / raw
  To: gentoo-commits

armin76     14/08/20 11:26:50

  Modified:             libindicate-12.10.1.ebuild ChangeLog
  Log:
  Add ~sparc wrt #468984
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF6AD3240)

Revision  Changes    Path
1.9                  dev-libs/libindicate/libindicate-12.10.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libindicate/libindicate-12.10.1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libindicate/libindicate-12.10.1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libindicate/libindicate-12.10.1.ebuild?r1=1.8&r2=1.9

Index: libindicate-12.10.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libindicate/libindicate-12.10.1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- libindicate-12.10.1.ebuild	7 Aug 2014 23:48:16 -0000	1.8
+++ libindicate-12.10.1.ebuild	20 Aug 2014 11:26:50 -0000	1.9
@@ -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/dev-libs/libindicate/libindicate-12.10.1.ebuild,v 1.8 2014/08/07 23:48:16 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libindicate/libindicate-12.10.1.ebuild,v 1.9 2014/08/20 11:26:50 armin76 Exp $
 
 EAPI=5
 VALA_MIN_API_VERSION="0.16"
@@ -14,7 +14,7 @@
 
 LICENSE="LGPL-2.1 LGPL-3"
 SLOT="3"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE="gtk +introspection"
 
 RESTRICT="test" # consequence of the -no-mono.patch



1.41                 dev-libs/libindicate/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libindicate/ChangeLog?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libindicate/ChangeLog?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libindicate/ChangeLog?r1=1.40&r2=1.41

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libindicate/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	7 Aug 2014 23:48:16 -0000	1.40
+++ ChangeLog	20 Aug 2014 11:26:50 -0000	1.41
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libindicate
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libindicate/ChangeLog,v 1.40 2014/08/07 23:48:16 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libindicate/ChangeLog,v 1.41 2014/08/20 11:26:50 armin76 Exp $
+
+  20 Aug 2014; Raúl Porcel <armin76@gentoo.org> libindicate-12.10.1.ebuild:
+  Add ~sparc wrt #468984
 
   07 Aug 2014; Anthony G. Basile <blueness@gentoo.org>
   libindicate-12.10.1.ebuild:





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

end of thread, other threads:[~2014-08-20 11:26 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-20 11:26 [gentoo-commits] gentoo-x86 commit in dev-libs/libindicate: libindicate-12.10.1.ebuild ChangeLog Raul Porcel (armin76)
  -- strict thread matches above, loose matches on Subject: below --
2014-08-07 23:48 Anthony G. Basile (blueness)
2014-06-19 15:06 Tobias Klausmann (klausman)
2013-05-17 14:30 Jeroen Roovers (jer)
2013-05-17  1:46 Anthony G. Basile (blueness)
2013-05-14 18:07 Markus Meier (maekke)
2013-03-04 11:43 Michael Palimaka (kensington)

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