* [gentoo-commits] gentoo-x86 commit in dev-util/gdbus-codegen: ChangeLog gdbus-codegen-2.30.3.ebuild
@ 2012-03-14 1:40 Alexandre Rostovtsev (tetromino)
0 siblings, 0 replies; 8+ messages in thread
From: Alexandre Rostovtsev (tetromino) @ 2012-03-14 1:40 UTC (permalink / raw
To: gentoo-commits
tetromino 12/03/14 01:40:29
Modified: ChangeLog
Added: gdbus-codegen-2.30.3.ebuild
Log:
Version bump.
(Portage version: 2.2.0_alpha90/cvs/Linux x86_64)
Revision Changes Path
1.13 dev-util/gdbus-codegen/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gdbus-codegen/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gdbus-codegen/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gdbus-codegen/ChangeLog?r1=1.12&r2=1.13
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog 5 Mar 2012 22:02:20 -0000 1.12
+++ ChangeLog 14 Mar 2012 01:40:29 -0000 1.13
@@ -1,6 +1,12 @@
# ChangeLog for dev-util/gdbus-codegen
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/ChangeLog,v 1.12 2012/03/05 22:02:20 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/ChangeLog,v 1.13 2012/03/14 01:40:29 tetromino Exp $
+
+*gdbus-codegen-2.30.3 (14 Mar 2012)
+
+ 14 Mar 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
+ +gdbus-codegen-2.30.3.ebuild:
+ Version bump.
05 Mar 2012; Brent Baude <ranger@gentoo.org> gdbus-codegen-2.30.2.ebuild:
Marking gdbus-codegen-2.30.2 ppc stable for bug 393007
1.1 dev-util/gdbus-codegen/gdbus-codegen-2.30.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gdbus-codegen/gdbus-codegen-2.30.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gdbus-codegen/gdbus-codegen-2.30.3.ebuild?rev=1.1&content-type=text/plain
Index: gdbus-codegen-2.30.3.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/gdbus-codegen-2.30.3.ebuild,v 1.1 2012/03/14 01:40:29 tetromino Exp $
EAPI="4"
GNOME_ORG_MODULE="glib"
PYTHON_DEPEND="2:2.5"
PYTHON_USE_WITH="xml"
inherit gnome.org multilib python
DESCRIPTION="GDBus code and documentation generator"
HOMEPAGE="http://www.gtk.org/"
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"
# To prevent circular dependencies with glib[test]
PDEPEND=">=dev-libs/glib-${PV}:2"
S="${WORKDIR}/glib-${PV}/gio/gdbus-2.0/codegen"
pkg_setup() {
python_set_active_version 2
python_pkg_setup
}
src_prepare() {
python_convert_shebangs 2 gdbus-codegen.in
sed -e "s:@libdir@:${EPREFIX}/usr/$(get_libdir):" \
-i gdbus-codegen.in || die "sed gdbus-codegen.in failed"
sed -e "s:\"/usr/local\":\"${EPREFIX}/usr\":" \
-i config.py || die "sed config.py failed"
}
src_test() {
elog "Skipping tests. This package is tested by dev-libs/glib"
elog "when merged with FEATURES=test"
}
src_install() {
insinto "/usr/$(get_libdir)/gdbus-2.0/codegen"
# Keep in sync with Makefile.am!
doins __init__.py \
codegen.py \
codegen_main.py \
codegen_docbook.py \
config.py \
dbustypes.py \
parser.py \
utils.py
newbin gdbus-codegen.in gdbus-codegen
doman "${WORKDIR}/glib-${PV}/docs/reference/gio/gdbus-codegen.1"
}
pkg_postinst() {
python_need_rebuild
python_mod_optimize /usr/$(get_libdir)/gdbus-2.0/codegen
}
pkg_postrm() {
python_mod_cleanup /usr/$(get_libdir)/gdbus-2.0/codegen
}
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/gdbus-codegen: ChangeLog gdbus-codegen-2.30.3.ebuild
@ 2012-04-18 20:20 Agostino Sarubbo (ago)
0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-04-18 20:20 UTC (permalink / raw
To: gentoo-commits
ago 12/04/18 20:20:46
Modified: ChangeLog gdbus-codegen-2.30.3.ebuild
Log:
Stable for amd64, wrt bug #410611
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Revision Changes Path
1.17 dev-util/gdbus-codegen/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gdbus-codegen/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gdbus-codegen/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gdbus-codegen/ChangeLog?r1=1.16&r2=1.17
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog 14 Apr 2012 03:30:12 -0000 1.16
+++ ChangeLog 18 Apr 2012 20:20:46 -0000 1.17
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/gdbus-codegen
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/ChangeLog,v 1.16 2012/04/14 03:30:12 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/ChangeLog,v 1.17 2012/04/18 20:20:46 ago Exp $
+
+ 18 Apr 2012; Agostino Sarubbo <ago@gentoo.org> gdbus-codegen-2.30.3.ebuild:
+ Stable for amd64, wrt bug #410611
*gdbus-codegen-2.32.1 (14 Apr 2012)
1.2 dev-util/gdbus-codegen/gdbus-codegen-2.30.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gdbus-codegen/gdbus-codegen-2.30.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gdbus-codegen/gdbus-codegen-2.30.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gdbus-codegen/gdbus-codegen-2.30.3.ebuild?r1=1.1&r2=1.2
Index: gdbus-codegen-2.30.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/gdbus-codegen-2.30.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gdbus-codegen-2.30.3.ebuild 14 Mar 2012 01:40:29 -0000 1.1
+++ gdbus-codegen-2.30.3.ebuild 18 Apr 2012 20:20:46 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/gdbus-codegen-2.30.3.ebuild,v 1.1 2012/03/14 01:40:29 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/gdbus-codegen-2.30.3.ebuild,v 1.2 2012/04/18 20:20:46 ago Exp $
EAPI="4"
GNOME_ORG_MODULE="glib"
@@ -14,7 +14,7 @@
LICENSE="LGPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE=""
DEPEND=""
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/gdbus-codegen: ChangeLog gdbus-codegen-2.30.3.ebuild
@ 2012-04-19 20:31 Brent Baude (ranger)
0 siblings, 0 replies; 8+ messages in thread
From: Brent Baude (ranger) @ 2012-04-19 20:31 UTC (permalink / raw
To: gentoo-commits
ranger 12/04/19 20:31:48
Modified: ChangeLog gdbus-codegen-2.30.3.ebuild
Log:
Marking gdbus-codegen-2.30.3 ppc64 for bug 410611
(Portage version: 2.1.10.11/cvs/Linux ppc64)
Revision Changes Path
1.18 dev-util/gdbus-codegen/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gdbus-codegen/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gdbus-codegen/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gdbus-codegen/ChangeLog?r1=1.17&r2=1.18
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog 18 Apr 2012 20:20:46 -0000 1.17
+++ ChangeLog 19 Apr 2012 20:31:48 -0000 1.18
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/gdbus-codegen
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/ChangeLog,v 1.17 2012/04/18 20:20:46 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/ChangeLog,v 1.18 2012/04/19 20:31:48 ranger Exp $
+
+ 19 Apr 2012; Brent Baude <ranger@gentoo.org> gdbus-codegen-2.30.3.ebuild:
+ Marking gdbus-codegen-2.30.3 ppc64 stable for bug 410611
18 Apr 2012; Agostino Sarubbo <ago@gentoo.org> gdbus-codegen-2.30.3.ebuild:
Stable for amd64, wrt bug #410611
1.3 dev-util/gdbus-codegen/gdbus-codegen-2.30.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gdbus-codegen/gdbus-codegen-2.30.3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gdbus-codegen/gdbus-codegen-2.30.3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gdbus-codegen/gdbus-codegen-2.30.3.ebuild?r1=1.2&r2=1.3
Index: gdbus-codegen-2.30.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/gdbus-codegen-2.30.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gdbus-codegen-2.30.3.ebuild 18 Apr 2012 20:20:46 -0000 1.2
+++ gdbus-codegen-2.30.3.ebuild 19 Apr 2012 20:31:48 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/gdbus-codegen-2.30.3.ebuild,v 1.2 2012/04/18 20:20:46 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/gdbus-codegen-2.30.3.ebuild,v 1.3 2012/04/19 20:31:48 ranger Exp $
EAPI="4"
GNOME_ORG_MODULE="glib"
@@ -14,7 +14,7 @@
LICENSE="LGPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE=""
DEPEND=""
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/gdbus-codegen: ChangeLog gdbus-codegen-2.30.3.ebuild
@ 2012-04-25 19:49 Markus Meier (maekke)
0 siblings, 0 replies; 8+ messages in thread
From: Markus Meier (maekke) @ 2012-04-25 19:49 UTC (permalink / raw
To: gentoo-commits
maekke 12/04/25 19:49:10
Modified: ChangeLog gdbus-codegen-2.30.3.ebuild
Log:
arm stable, bug #410611
(Portage version: 2.1.10.56/cvs/Linux i686)
Revision Changes Path
1.19 dev-util/gdbus-codegen/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gdbus-codegen/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gdbus-codegen/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gdbus-codegen/ChangeLog?r1=1.18&r2=1.19
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog 19 Apr 2012 20:31:48 -0000 1.18
+++ ChangeLog 25 Apr 2012 19:49:10 -0000 1.19
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/gdbus-codegen
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/ChangeLog,v 1.18 2012/04/19 20:31:48 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/ChangeLog,v 1.19 2012/04/25 19:49:10 maekke Exp $
+
+ 25 Apr 2012; Markus Meier <maekke@gentoo.org> gdbus-codegen-2.30.3.ebuild:
+ arm stable, bug #410611
19 Apr 2012; Brent Baude <ranger@gentoo.org> gdbus-codegen-2.30.3.ebuild:
Marking gdbus-codegen-2.30.3 ppc64 stable for bug 410611
1.4 dev-util/gdbus-codegen/gdbus-codegen-2.30.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gdbus-codegen/gdbus-codegen-2.30.3.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gdbus-codegen/gdbus-codegen-2.30.3.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gdbus-codegen/gdbus-codegen-2.30.3.ebuild?r1=1.3&r2=1.4
Index: gdbus-codegen-2.30.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/gdbus-codegen-2.30.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gdbus-codegen-2.30.3.ebuild 19 Apr 2012 20:31:48 -0000 1.3
+++ gdbus-codegen-2.30.3.ebuild 25 Apr 2012 19:49:10 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/gdbus-codegen-2.30.3.ebuild,v 1.3 2012/04/19 20:31:48 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/gdbus-codegen-2.30.3.ebuild,v 1.4 2012/04/25 19:49:10 maekke Exp $
EAPI="4"
GNOME_ORG_MODULE="glib"
@@ -14,7 +14,7 @@
LICENSE="LGPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE=""
DEPEND=""
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/gdbus-codegen: ChangeLog gdbus-codegen-2.30.3.ebuild
@ 2012-04-29 15:22 Markus Meier (maekke)
0 siblings, 0 replies; 8+ messages in thread
From: Markus Meier (maekke) @ 2012-04-29 15:22 UTC (permalink / raw
To: gentoo-commits
maekke 12/04/29 15:22:01
Modified: ChangeLog gdbus-codegen-2.30.3.ebuild
Log:
x86 stable, bug #410611
(Portage version: 2.1.10.57/cvs/Linux x86_64)
Revision Changes Path
1.21 dev-util/gdbus-codegen/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gdbus-codegen/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gdbus-codegen/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gdbus-codegen/ChangeLog?r1=1.20&r2=1.21
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog 28 Apr 2012 04:07:31 -0000 1.20
+++ ChangeLog 29 Apr 2012 15:22:01 -0000 1.21
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/gdbus-codegen
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/ChangeLog,v 1.20 2012/04/28 04:07:31 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/ChangeLog,v 1.21 2012/04/29 15:22:01 maekke Exp $
+
+ 29 Apr 2012; Markus Meier <maekke@gentoo.org> gdbus-codegen-2.30.3.ebuild:
+ x86 stable, bug #410611
28 Apr 2012; Alexis Ballier <aballier@gentoo.org>
gdbus-codegen-2.32.1.ebuild:
1.5 dev-util/gdbus-codegen/gdbus-codegen-2.30.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gdbus-codegen/gdbus-codegen-2.30.3.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gdbus-codegen/gdbus-codegen-2.30.3.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gdbus-codegen/gdbus-codegen-2.30.3.ebuild?r1=1.4&r2=1.5
Index: gdbus-codegen-2.30.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/gdbus-codegen-2.30.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gdbus-codegen-2.30.3.ebuild 25 Apr 2012 19:49:10 -0000 1.4
+++ gdbus-codegen-2.30.3.ebuild 29 Apr 2012 15:22:01 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/gdbus-codegen-2.30.3.ebuild,v 1.4 2012/04/25 19:49:10 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/gdbus-codegen-2.30.3.ebuild,v 1.5 2012/04/29 15:22:01 maekke Exp $
EAPI="4"
GNOME_ORG_MODULE="glib"
@@ -14,7 +14,7 @@
LICENSE="LGPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE=""
DEPEND=""
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/gdbus-codegen: ChangeLog gdbus-codegen-2.30.3.ebuild
@ 2012-05-16 14:53 Jeroen Roovers (jer)
0 siblings, 0 replies; 8+ messages in thread
From: Jeroen Roovers (jer) @ 2012-05-16 14:53 UTC (permalink / raw
To: gentoo-commits
jer 12/05/16 14:53:15
Modified: ChangeLog gdbus-codegen-2.30.3.ebuild
Log:
Stable for HPPA (bug #410611).
(Portage version: 2.2.0_alpha105/cvs/Linux x86_64)
Revision Changes Path
1.24 dev-util/gdbus-codegen/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gdbus-codegen/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gdbus-codegen/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gdbus-codegen/ChangeLog?r1=1.23&r2=1.24
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog 15 May 2012 09:02:21 -0000 1.23
+++ ChangeLog 16 May 2012 14:53:15 -0000 1.24
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/gdbus-codegen
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/ChangeLog,v 1.23 2012/05/15 09:02:21 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/ChangeLog,v 1.24 2012/05/16 14:53:15 jer Exp $
+
+ 16 May 2012; Jeroen Roovers <jer@gentoo.org> gdbus-codegen-2.30.3.ebuild:
+ Stable for HPPA (bug #410611).
*gdbus-codegen-2.32.3 (15 May 2012)
1.6 dev-util/gdbus-codegen/gdbus-codegen-2.30.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gdbus-codegen/gdbus-codegen-2.30.3.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gdbus-codegen/gdbus-codegen-2.30.3.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gdbus-codegen/gdbus-codegen-2.30.3.ebuild?r1=1.5&r2=1.6
Index: gdbus-codegen-2.30.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/gdbus-codegen-2.30.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gdbus-codegen-2.30.3.ebuild 29 Apr 2012 15:22:01 -0000 1.5
+++ gdbus-codegen-2.30.3.ebuild 16 May 2012 14:53:15 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/gdbus-codegen-2.30.3.ebuild,v 1.5 2012/04/29 15:22:01 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/gdbus-codegen-2.30.3.ebuild,v 1.6 2012/05/16 14:53:15 jer Exp $
EAPI="4"
GNOME_ORG_MODULE="glib"
@@ -14,7 +14,7 @@
LICENSE="LGPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE=""
DEPEND=""
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/gdbus-codegen: ChangeLog gdbus-codegen-2.30.3.ebuild
@ 2012-05-24 13:45 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 8+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-05-24 13:45 UTC (permalink / raw
To: gentoo-commits
ssuominen 12/05/24 13:45:58
Modified: ChangeLog gdbus-codegen-2.30.3.ebuild
Log:
ppc stable wrt #410611
(Portage version: 2.2.0_alpha107/cvs/Linux x86_64, RepoMan options: --force)
Revision Changes Path
1.25 dev-util/gdbus-codegen/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gdbus-codegen/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gdbus-codegen/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gdbus-codegen/ChangeLog?r1=1.24&r2=1.25
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog 16 May 2012 14:53:15 -0000 1.24
+++ ChangeLog 24 May 2012 13:45:58 -0000 1.25
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/gdbus-codegen
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/ChangeLog,v 1.24 2012/05/16 14:53:15 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/ChangeLog,v 1.25 2012/05/24 13:45:58 ssuominen Exp $
+
+ 24 May 2012; Samuli Suominen <ssuominen@gentoo.org>
+ gdbus-codegen-2.30.3.ebuild:
+ ppc stable wrt #410611
16 May 2012; Jeroen Roovers <jer@gentoo.org> gdbus-codegen-2.30.3.ebuild:
Stable for HPPA (bug #410611).
1.7 dev-util/gdbus-codegen/gdbus-codegen-2.30.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gdbus-codegen/gdbus-codegen-2.30.3.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gdbus-codegen/gdbus-codegen-2.30.3.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gdbus-codegen/gdbus-codegen-2.30.3.ebuild?r1=1.6&r2=1.7
Index: gdbus-codegen-2.30.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/gdbus-codegen-2.30.3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gdbus-codegen-2.30.3.ebuild 16 May 2012 14:53:15 -0000 1.6
+++ gdbus-codegen-2.30.3.ebuild 24 May 2012 13:45:58 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/gdbus-codegen-2.30.3.ebuild,v 1.6 2012/05/16 14:53:15 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/gdbus-codegen-2.30.3.ebuild,v 1.7 2012/05/24 13:45:58 ssuominen Exp $
EAPI="4"
GNOME_ORG_MODULE="glib"
@@ -14,7 +14,7 @@
LICENSE="LGPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE=""
DEPEND=""
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/gdbus-codegen: ChangeLog gdbus-codegen-2.30.3.ebuild
@ 2012-07-15 17:04 Raul Porcel (armin76)
0 siblings, 0 replies; 8+ messages in thread
From: Raul Porcel (armin76) @ 2012-07-15 17:04 UTC (permalink / raw
To: gentoo-commits
armin76 12/07/15 17:04:36
Modified: ChangeLog gdbus-codegen-2.30.3.ebuild
Log:
alpha/ia64/m68k/s390/sh/sparc stable wrt #410611
(Portage version: 2.1.11.5/cvs/Linux ia64)
Revision Changes Path
1.26 dev-util/gdbus-codegen/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gdbus-codegen/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gdbus-codegen/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gdbus-codegen/ChangeLog?r1=1.25&r2=1.26
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog 24 May 2012 13:45:58 -0000 1.25
+++ ChangeLog 15 Jul 2012 17:04:36 -0000 1.26
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/gdbus-codegen
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/ChangeLog,v 1.25 2012/05/24 13:45:58 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/ChangeLog,v 1.26 2012/07/15 17:04:36 armin76 Exp $
+
+ 15 Jul 2012; Raúl Porcel <armin76@gentoo.org> gdbus-codegen-2.30.3.ebuild:
+ alpha/ia64/m68k/s390/sh/sparc stable wrt #410611
24 May 2012; Samuli Suominen <ssuominen@gentoo.org>
gdbus-codegen-2.30.3.ebuild:
1.8 dev-util/gdbus-codegen/gdbus-codegen-2.30.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gdbus-codegen/gdbus-codegen-2.30.3.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gdbus-codegen/gdbus-codegen-2.30.3.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gdbus-codegen/gdbus-codegen-2.30.3.ebuild?r1=1.7&r2=1.8
Index: gdbus-codegen-2.30.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/gdbus-codegen-2.30.3.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gdbus-codegen-2.30.3.ebuild 24 May 2012 13:45:58 -0000 1.7
+++ gdbus-codegen-2.30.3.ebuild 15 Jul 2012 17:04:36 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/gdbus-codegen-2.30.3.ebuild,v 1.7 2012/05/24 13:45:58 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/gdbus-codegen-2.30.3.ebuild,v 1.8 2012/07/15 17:04:36 armin76 Exp $
EAPI="4"
GNOME_ORG_MODULE="glib"
@@ -14,7 +14,7 @@
LICENSE="LGPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE=""
DEPEND=""
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2012-07-15 17:04 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-16 14:53 [gentoo-commits] gentoo-x86 commit in dev-util/gdbus-codegen: ChangeLog gdbus-codegen-2.30.3.ebuild Jeroen Roovers (jer)
-- strict thread matches above, loose matches on Subject: below --
2012-07-15 17:04 Raul Porcel (armin76)
2012-05-24 13:45 Samuli Suominen (ssuominen)
2012-04-29 15:22 Markus Meier (maekke)
2012-04-25 19:49 Markus Meier (maekke)
2012-04-19 20:31 Brent Baude (ranger)
2012-04-18 20:20 Agostino Sarubbo (ago)
2012-03-14 1:40 Alexandre Rostovtsev (tetromino)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox