* [gentoo-commits] gentoo-x86 commit in dev-util/kdevelop-pg-qt: kdevelop-pg-qt-1.0.0-r2.ebuild ChangeLog
@ 2014-04-29 11:32 Johannes Huber (johu)
0 siblings, 0 replies; 3+ messages in thread
From: Johannes Huber (johu) @ 2014-04-29 11:32 UTC (permalink / raw
To: gentoo-commits
johu 14/04/29 11:32:54
Modified: ChangeLog
Added: kdevelop-pg-qt-1.0.0-r2.ebuild
Log:
Revision bump adds upstream patch which fixes build with bison3 spotted by Lars Wendler <polynomial-c@gentoo.org>, bug #486416.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Revision Changes Path
1.13 dev-util/kdevelop-pg-qt/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdevelop-pg-qt/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdevelop-pg-qt/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdevelop-pg-qt/ChangeLog?r1=1.12&r2=1.13
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/kdevelop-pg-qt/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog 25 Apr 2014 20:35:37 -0000 1.12
+++ ChangeLog 29 Apr 2014 11:32:54 -0000 1.13
@@ -1,6 +1,13 @@
# ChangeLog for dev-util/kdevelop-pg-qt
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevelop-pg-qt/ChangeLog,v 1.12 2014/04/25 20:35:37 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevelop-pg-qt/ChangeLog,v 1.13 2014/04/29 11:32:54 johu Exp $
+
+*kdevelop-pg-qt-1.0.0-r2 (29 Apr 2014)
+
+ 29 Apr 2014; Johannes Huber <johu@gentoo.org>
+ +files/kdevelop-pg-qt-1.0.0-bison3.patch, +kdevelop-pg-qt-1.0.0-r2.ebuild:
+ Revision bump adds upstream patch which fixes build with bison3 spotted by
+ Lars Wendler <polynomial-c@gentoo.org>, bug #486416.
25 Apr 2014; Johannes Huber <johu@gentoo.org> -kdevelop-pg-qt-1.0.0.ebuild,
kdevelop-pg-qt-1.0.0-r1.ebuild:
1.1 dev-util/kdevelop-pg-qt/kdevelop-pg-qt-1.0.0-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-1.0.0-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-1.0.0-r2.ebuild?rev=1.1&content-type=text/plain
Index: kdevelop-pg-qt-1.0.0-r2.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-1.0.0-r2.ebuild,v 1.1 2014/04/29 11:32:54 johu Exp $
EAPI=5
inherit kde4-base
if [[ $PV == *9999* ]]; then
KEYWORDS=""
else
SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.bz2"
KEYWORDS="~amd64 ~x86"
fi
DESCRIPTION="A LL(1) parser generator used mainly by KDevelop language plugins"
HOMEPAGE="http://www.kdevelop.org"
LICENSE="LGPL-2"
SLOT="0"
IUSE="debug"
RDEPEND=""
DEPEND="
sys-devel/bison
sys-devel/flex
"
PATCHES=( "${FILESDIR}/${P}-bison3.patch" )
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/kdevelop-pg-qt: kdevelop-pg-qt-1.0.0-r2.ebuild ChangeLog
@ 2015-01-22 8:44 Agostino Sarubbo (ago)
0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-01-22 8:44 UTC (permalink / raw
To: gentoo-commits
ago 15/01/22 08:44:49
Modified: kdevelop-pg-qt-1.0.0-r2.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #535400
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.2 dev-util/kdevelop-pg-qt/kdevelop-pg-qt-1.0.0-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-1.0.0-r2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-1.0.0-r2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-1.0.0-r2.ebuild?r1=1.1&r2=1.2
Index: kdevelop-pg-qt-1.0.0-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-1.0.0-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kdevelop-pg-qt-1.0.0-r2.ebuild 29 Apr 2014 11:32:54 -0000 1.1
+++ kdevelop-pg-qt-1.0.0-r2.ebuild 22 Jan 2015 08:44:49 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-1.0.0-r2.ebuild,v 1.1 2014/04/29 11:32:54 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-1.0.0-r2.ebuild,v 1.2 2015/01/22 08:44:49 ago Exp $
EAPI=5
@@ -10,7 +10,7 @@
KEYWORDS=""
else
SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.bz2"
- KEYWORDS="~amd64 ~x86"
+ KEYWORDS="amd64 ~x86"
fi
DESCRIPTION="A LL(1) parser generator used mainly by KDevelop language plugins"
1.14 dev-util/kdevelop-pg-qt/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdevelop-pg-qt/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdevelop-pg-qt/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdevelop-pg-qt/ChangeLog?r1=1.13&r2=1.14
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/kdevelop-pg-qt/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog 29 Apr 2014 11:32:54 -0000 1.13
+++ ChangeLog 22 Jan 2015 08:44:49 -0000 1.14
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/kdevelop-pg-qt
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevelop-pg-qt/ChangeLog,v 1.13 2014/04/29 11:32:54 johu Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevelop-pg-qt/ChangeLog,v 1.14 2015/01/22 08:44:49 ago Exp $
+
+ 22 Jan 2015; Agostino Sarubbo <ago@gentoo.org> kdevelop-pg-qt-1.0.0-r2.ebuild:
+ Stable for amd64, wrt bug #535400
*kdevelop-pg-qt-1.0.0-r2 (29 Apr 2014)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/kdevelop-pg-qt: kdevelop-pg-qt-1.0.0-r2.ebuild ChangeLog
@ 2015-01-26 10:01 Agostino Sarubbo (ago)
0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-01-26 10:01 UTC (permalink / raw
To: gentoo-commits
ago 15/01/26 10:01:26
Modified: kdevelop-pg-qt-1.0.0-r2.ebuild ChangeLog
Log:
Stable for x86, wrt bug #535400
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Revision Changes Path
1.3 dev-util/kdevelop-pg-qt/kdevelop-pg-qt-1.0.0-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-1.0.0-r2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-1.0.0-r2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-1.0.0-r2.ebuild?r1=1.2&r2=1.3
Index: kdevelop-pg-qt-1.0.0-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-1.0.0-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- kdevelop-pg-qt-1.0.0-r2.ebuild 22 Jan 2015 08:44:49 -0000 1.2
+++ kdevelop-pg-qt-1.0.0-r2.ebuild 26 Jan 2015 10:01:26 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-1.0.0-r2.ebuild,v 1.2 2015/01/22 08:44:49 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-1.0.0-r2.ebuild,v 1.3 2015/01/26 10:01:26 ago Exp $
EAPI=5
@@ -10,7 +10,7 @@
KEYWORDS=""
else
SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.bz2"
- KEYWORDS="amd64 ~x86"
+ KEYWORDS="amd64 x86"
fi
DESCRIPTION="A LL(1) parser generator used mainly by KDevelop language plugins"
1.15 dev-util/kdevelop-pg-qt/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdevelop-pg-qt/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdevelop-pg-qt/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdevelop-pg-qt/ChangeLog?r1=1.14&r2=1.15
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/kdevelop-pg-qt/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog 22 Jan 2015 08:44:49 -0000 1.14
+++ ChangeLog 26 Jan 2015 10:01:26 -0000 1.15
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/kdevelop-pg-qt
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevelop-pg-qt/ChangeLog,v 1.14 2015/01/22 08:44:49 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevelop-pg-qt/ChangeLog,v 1.15 2015/01/26 10:01:26 ago Exp $
+
+ 26 Jan 2015; Agostino Sarubbo <ago@gentoo.org> kdevelop-pg-qt-1.0.0-r2.ebuild:
+ Stable for x86, wrt bug #535400
22 Jan 2015; Agostino Sarubbo <ago@gentoo.org> kdevelop-pg-qt-1.0.0-r2.ebuild:
Stable for amd64, wrt bug #535400
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-01-26 10:01 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-29 11:32 [gentoo-commits] gentoo-x86 commit in dev-util/kdevelop-pg-qt: kdevelop-pg-qt-1.0.0-r2.ebuild ChangeLog Johannes Huber (johu)
-- strict thread matches above, loose matches on Subject: below --
2015-01-22 8:44 Agostino Sarubbo (ago)
2015-01-26 10:01 Agostino Sarubbo (ago)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox