* [gentoo-commits] gentoo-x86 commit in x11-misc/obconf: obconf-2.0.3_p20111019.ebuild ChangeLog
@ 2011-10-18 21:52 Markos Chandras (hwoarang)
0 siblings, 0 replies; 6+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-10-18 21:52 UTC (permalink / raw
To: gentoo-commits
hwoarang 11/10/18 21:52:26
Modified: ChangeLog
Added: obconf-2.0.3_p20111019.ebuild
Log:
new snapshot
(Portage version: 2.2.0_alpha68/cvs/Linux x86_64)
Revision Changes Path
1.91 x11-misc/obconf/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/obconf/ChangeLog?rev=1.91&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/obconf/ChangeLog?rev=1.91&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/obconf/ChangeLog?r1=1.90&r2=1.91
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/obconf/ChangeLog,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- ChangeLog 18 Oct 2011 20:57:22 -0000 1.90
+++ ChangeLog 18 Oct 2011 21:52:25 -0000 1.91
@@ -1,6 +1,12 @@
# ChangeLog for x11-misc/obconf
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/obconf/ChangeLog,v 1.90 2011/10/18 20:57:22 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/obconf/ChangeLog,v 1.91 2011/10/18 21:52:25 hwoarang Exp $
+
+*obconf-2.0.3_p20111019 (18 Oct 2011)
+
+ 18 Oct 2011; Markos Chandras <hwoarang@gentoo.org>
+ +obconf-2.0.3_p20111019.ebuild:
+ new snapshot
18 Oct 2011; Jeroen Roovers <jer@gentoo.org>
obconf-2.0.3_p20110314-r1.ebuild:
1.1 x11-misc/obconf/obconf-2.0.3_p20111019.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/obconf/obconf-2.0.3_p20111019.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/obconf/obconf-2.0.3_p20111019.ebuild?rev=1.1&content-type=text/plain
Index: obconf-2.0.3_p20111019.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/obconf/obconf-2.0.3_p20111019.ebuild,v 1.1 2011/10/18 21:52:25 hwoarang Exp $
EAPI=2
inherit autotools fdo-mime eutils
DESCRIPTION="ObConf is a tool for configuring the Openbox window manager."
HOMEPAGE="http://icculus.org/openbox/index.php/ObConf:About"
SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="lxde nls"
RDEPEND="gnome-base/libglade:2.0
x11-libs/gtk+:2
x11-libs/startup-notification
>=x11-wm/openbox-3.5.0_pre20111019"
DEPEND="${RDEPEND}
dev-util/pkgconfig
nls? ( sys-devel/gettext )"
S=${WORKDIR}
src_prepare() {
# need --config-file switch when used on LXDE environment
if use lxde; then
sed -i -e "/^Exec/s:obconf.*$:obconf-lxde:" ${PN}.desktop || die
fi
eautopoint
eautoreconf
}
src_configure() {
econf \
$(use_enable nls)
}
src_install() {
emake DESTDIR="${D}" install || die
# add wrapper for lxde environment. Bug #369555
if use lxde; then
dobin "${FILESDIR}"/${PN}-lxde || die
fi
dodoc AUTHORS CHANGELOG README || die "dodoc failed"
}
pkg_postinst() {
fdo-mime_desktop_database_update
fdo-mime_mime_database_update
}
pkg_postrm() {
fdo-mime_desktop_database_update
fdo-mime_mime_database_update
}
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-misc/obconf: obconf-2.0.3_p20111019.ebuild ChangeLog
@ 2012-02-29 17:55 Markos Chandras (hwoarang)
0 siblings, 0 replies; 6+ messages in thread
From: Markos Chandras (hwoarang) @ 2012-02-29 17:55 UTC (permalink / raw
To: gentoo-commits
hwoarang 12/02/29 17:55:12
Modified: obconf-2.0.3_p20111019.ebuild ChangeLog
Log:
Fix typo in openbox's version
(Portage version: 2.2.0_alpha88/cvs/Linux x86_64)
Revision Changes Path
1.2 x11-misc/obconf/obconf-2.0.3_p20111019.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/obconf/obconf-2.0.3_p20111019.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/obconf/obconf-2.0.3_p20111019.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/obconf/obconf-2.0.3_p20111019.ebuild?r1=1.1&r2=1.2
Index: obconf-2.0.3_p20111019.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/obconf/obconf-2.0.3_p20111019.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- obconf-2.0.3_p20111019.ebuild 18 Oct 2011 21:52:25 -0000 1.1
+++ obconf-2.0.3_p20111019.ebuild 29 Feb 2012 17:55:12 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/obconf/obconf-2.0.3_p20111019.ebuild,v 1.1 2011/10/18 21:52:25 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/obconf/obconf-2.0.3_p20111019.ebuild,v 1.2 2012/02/29 17:55:12 hwoarang Exp $
EAPI=2
inherit autotools fdo-mime eutils
@@ -17,7 +17,7 @@
RDEPEND="gnome-base/libglade:2.0
x11-libs/gtk+:2
x11-libs/startup-notification
- >=x11-wm/openbox-3.5.0_pre20111019"
+ >=x11-wm/openbox-3.5.0_p20111019"
DEPEND="${RDEPEND}
dev-util/pkgconfig
nls? ( sys-devel/gettext )"
1.93 x11-misc/obconf/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/obconf/ChangeLog?rev=1.93&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/obconf/ChangeLog?rev=1.93&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/obconf/ChangeLog?r1=1.92&r2=1.93
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/obconf/ChangeLog,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- ChangeLog 18 Dec 2011 17:44:07 -0000 1.92
+++ ChangeLog 29 Feb 2012 17:55:12 -0000 1.93
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/obconf
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/obconf/ChangeLog,v 1.92 2011/12/18 17:44:07 armin76 Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/obconf/ChangeLog,v 1.93 2012/02/29 17:55:12 hwoarang Exp $
+
+ 29 Feb 2012; Markos Chandras <hwoarang@gentoo.org>
+ obconf-2.0.3_p20111019.ebuild:
+ Fix typo in openbox's version
18 Dec 2011; Raúl Porcel <armin76@gentoo.org>
obconf-2.0.3_p20110314-r1.ebuild:
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-misc/obconf: obconf-2.0.3_p20111019.ebuild ChangeLog
@ 2013-02-23 2:52 Zac Medico (zmedico)
0 siblings, 0 replies; 6+ messages in thread
From: Zac Medico (zmedico) @ 2013-02-23 2:52 UTC (permalink / raw
To: gentoo-commits
zmedico 13/02/23 02:52:23
Modified: obconf-2.0.3_p20111019.ebuild ChangeLog
Log:
Add ~arm-linux and ~x86-linux keywords.
(Portage version: 2.2.0_alpha163_p13/cvs/Linux i686, signed Manifest commit with key 0xFDE8EF85AE5719A3)
Revision Changes Path
1.10 x11-misc/obconf/obconf-2.0.3_p20111019.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/obconf/obconf-2.0.3_p20111019.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/obconf/obconf-2.0.3_p20111019.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/obconf/obconf-2.0.3_p20111019.ebuild?r1=1.9&r2=1.10
Index: obconf-2.0.3_p20111019.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/obconf/obconf-2.0.3_p20111019.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- obconf-2.0.3_p20111019.ebuild 14 Aug 2012 22:10:19 -0000 1.9
+++ obconf-2.0.3_p20111019.ebuild 23 Feb 2013 02:52:23 -0000 1.10
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/obconf/obconf-2.0.3_p20111019.ebuild,v 1.9 2012/08/14 22:10:19 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/obconf/obconf-2.0.3_p20111019.ebuild,v 1.10 2013/02/23 02:52:23 zmedico Exp $
EAPI=2
inherit autotools fdo-mime eutils
@@ -11,7 +11,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm ~hppa ppc ~ppc64 ~sparc x86 ~x86-fbsd ~arm-linux ~x86-linux"
IUSE="nls"
RDEPEND="gnome-base/libglade:2.0
1.104 x11-misc/obconf/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/obconf/ChangeLog?rev=1.104&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/obconf/ChangeLog?rev=1.104&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/obconf/ChangeLog?r1=1.103&r2=1.104
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/obconf/ChangeLog,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- ChangeLog 25 Aug 2012 00:10:58 -0000 1.103
+++ ChangeLog 23 Feb 2013 02:52:23 -0000 1.104
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/obconf
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/obconf/ChangeLog,v 1.103 2012/08/25 00:10:58 hwoarang Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/obconf/ChangeLog,v 1.104 2013/02/23 02:52:23 zmedico Exp $
+
+ 23 Feb 2013; Zac Medico <zmedico@gentoo.org> obconf-2.0.3_p20111019.ebuild:
+ Add ~arm-linux and ~x86-linux keywords.
25 Aug 2012; Markos Chandras <hwoarang@gentoo.org> -obconf-2.0.3-r1.ebuild,
-obconf-2.0.3.ebuild:
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-misc/obconf: obconf-2.0.3_p20111019.ebuild ChangeLog
@ 2013-07-30 12:32 Agostino Sarubbo (ago)
0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-07-30 12:32 UTC (permalink / raw
To: gentoo-commits
ago 13/07/30 12:32:44
Modified: obconf-2.0.3_p20111019.ebuild ChangeLog
Log:
Stable for alpha, wrt bug #477744
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)
Revision Changes Path
1.13 x11-misc/obconf/obconf-2.0.3_p20111019.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/obconf/obconf-2.0.3_p20111019.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/obconf/obconf-2.0.3_p20111019.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/obconf/obconf-2.0.3_p20111019.ebuild?r1=1.12&r2=1.13
Index: obconf-2.0.3_p20111019.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/obconf/obconf-2.0.3_p20111019.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- obconf-2.0.3_p20111019.ebuild 29 Jul 2013 21:40:27 -0000 1.12
+++ obconf-2.0.3_p20111019.ebuild 30 Jul 2013 12:32:44 -0000 1.13
@@ -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/x11-misc/obconf/obconf-2.0.3_p20111019.ebuild,v 1.12 2013/07/29 21:40:27 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/obconf/obconf-2.0.3_p20111019.ebuild,v 1.13 2013/07/30 12:32:44 ago Exp $
EAPI=2
inherit autotools fdo-mime eutils
@@ -11,7 +11,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ppc ~ppc64 ~sparc x86 ~x86-fbsd ~arm-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm hppa ppc ~ppc64 ~sparc x86 ~x86-fbsd ~arm-linux ~x86-linux"
IUSE="nls"
RDEPEND="gnome-base/libglade:2.0
1.107 x11-misc/obconf/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/obconf/ChangeLog?rev=1.107&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/obconf/ChangeLog?rev=1.107&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/obconf/ChangeLog?r1=1.106&r2=1.107
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/obconf/ChangeLog,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -r1.106 -r1.107
--- ChangeLog 29 Jul 2013 21:40:27 -0000 1.106
+++ ChangeLog 30 Jul 2013 12:32:44 -0000 1.107
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/obconf
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/obconf/ChangeLog,v 1.106 2013/07/29 21:40:27 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/obconf/ChangeLog,v 1.107 2013/07/30 12:32:44 ago Exp $
+
+ 30 Jul 2013; Agostino Sarubbo <ago@gentoo.org> obconf-2.0.3_p20111019.ebuild:
+ Stable for alpha, wrt bug #477744
29 Jul 2013; Julian Ospald <hasufell@gentoo.org>
obconf-2.0.3_p20111019.ebuild,
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-misc/obconf: obconf-2.0.3_p20111019.ebuild ChangeLog
@ 2013-08-03 6:53 Agostino Sarubbo (ago)
0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-08-03 6:53 UTC (permalink / raw
To: gentoo-commits
ago 13/08/03 06:53:52
Modified: obconf-2.0.3_p20111019.ebuild ChangeLog
Log:
Stable for sparc, wrt bug #477744
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
Revision Changes Path
1.14 x11-misc/obconf/obconf-2.0.3_p20111019.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/obconf/obconf-2.0.3_p20111019.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/obconf/obconf-2.0.3_p20111019.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/obconf/obconf-2.0.3_p20111019.ebuild?r1=1.13&r2=1.14
Index: obconf-2.0.3_p20111019.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/obconf/obconf-2.0.3_p20111019.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- obconf-2.0.3_p20111019.ebuild 30 Jul 2013 12:32:44 -0000 1.13
+++ obconf-2.0.3_p20111019.ebuild 3 Aug 2013 06:53:52 -0000 1.14
@@ -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/x11-misc/obconf/obconf-2.0.3_p20111019.ebuild,v 1.13 2013/07/30 12:32:44 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/obconf/obconf-2.0.3_p20111019.ebuild,v 1.14 2013/08/03 06:53:52 ago Exp $
EAPI=2
inherit autotools fdo-mime eutils
@@ -11,7 +11,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ppc ~ppc64 ~sparc x86 ~x86-fbsd ~arm-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm hppa ppc ~ppc64 sparc x86 ~x86-fbsd ~arm-linux ~x86-linux"
IUSE="nls"
RDEPEND="gnome-base/libglade:2.0
1.108 x11-misc/obconf/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/obconf/ChangeLog?rev=1.108&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/obconf/ChangeLog?rev=1.108&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/obconf/ChangeLog?r1=1.107&r2=1.108
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/obconf/ChangeLog,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -r1.107 -r1.108
--- ChangeLog 30 Jul 2013 12:32:44 -0000 1.107
+++ ChangeLog 3 Aug 2013 06:53:52 -0000 1.108
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/obconf
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/obconf/ChangeLog,v 1.107 2013/07/30 12:32:44 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/obconf/ChangeLog,v 1.108 2013/08/03 06:53:52 ago Exp $
+
+ 03 Aug 2013; Agostino Sarubbo <ago@gentoo.org> obconf-2.0.3_p20111019.ebuild:
+ Stable for sparc, wrt bug #477744
30 Jul 2013; Agostino Sarubbo <ago@gentoo.org> obconf-2.0.3_p20111019.ebuild:
Stable for alpha, wrt bug #477744
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-misc/obconf: obconf-2.0.3_p20111019.ebuild ChangeLog
@ 2013-08-04 13:35 Agostino Sarubbo (ago)
0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-08-04 13:35 UTC (permalink / raw
To: gentoo-commits
ago 13/08/04 13:35:31
Modified: obconf-2.0.3_p20111019.ebuild ChangeLog
Log:
Stable for ppc64, wrt bug #477744
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.15 x11-misc/obconf/obconf-2.0.3_p20111019.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/obconf/obconf-2.0.3_p20111019.ebuild?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/obconf/obconf-2.0.3_p20111019.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/obconf/obconf-2.0.3_p20111019.ebuild?r1=1.14&r2=1.15
Index: obconf-2.0.3_p20111019.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/obconf/obconf-2.0.3_p20111019.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- obconf-2.0.3_p20111019.ebuild 3 Aug 2013 06:53:52 -0000 1.14
+++ obconf-2.0.3_p20111019.ebuild 4 Aug 2013 13:35:31 -0000 1.15
@@ -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/x11-misc/obconf/obconf-2.0.3_p20111019.ebuild,v 1.14 2013/08/03 06:53:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/obconf/obconf-2.0.3_p20111019.ebuild,v 1.15 2013/08/04 13:35:31 ago Exp $
EAPI=2
inherit autotools fdo-mime eutils
@@ -11,7 +11,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ppc ~ppc64 sparc x86 ~x86-fbsd ~arm-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm hppa ppc ppc64 sparc x86 ~x86-fbsd ~arm-linux ~x86-linux"
IUSE="nls"
RDEPEND="gnome-base/libglade:2.0
1.109 x11-misc/obconf/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/obconf/ChangeLog?rev=1.109&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/obconf/ChangeLog?rev=1.109&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/obconf/ChangeLog?r1=1.108&r2=1.109
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/obconf/ChangeLog,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -r1.108 -r1.109
--- ChangeLog 3 Aug 2013 06:53:52 -0000 1.108
+++ ChangeLog 4 Aug 2013 13:35:31 -0000 1.109
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/obconf
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/obconf/ChangeLog,v 1.108 2013/08/03 06:53:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/obconf/ChangeLog,v 1.109 2013/08/04 13:35:31 ago Exp $
+
+ 04 Aug 2013; Agostino Sarubbo <ago@gentoo.org> obconf-2.0.3_p20111019.ebuild:
+ Stable for ppc64, wrt bug #477744
03 Aug 2013; Agostino Sarubbo <ago@gentoo.org> obconf-2.0.3_p20111019.ebuild:
Stable for sparc, wrt bug #477744
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2013-08-04 13:35 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-29 17:55 [gentoo-commits] gentoo-x86 commit in x11-misc/obconf: obconf-2.0.3_p20111019.ebuild ChangeLog Markos Chandras (hwoarang)
-- strict thread matches above, loose matches on Subject: below --
2013-08-04 13:35 Agostino Sarubbo (ago)
2013-08-03 6:53 Agostino Sarubbo (ago)
2013-07-30 12:32 Agostino Sarubbo (ago)
2013-02-23 2:52 Zac Medico (zmedico)
2011-10-18 21:52 Markos Chandras (hwoarang)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox