* [gentoo-commits] gentoo-x86 commit in kde-base/qyoto: qyoto-4.11.2.ebuild ChangeLog
@ 2013-10-09 23:03 Chris Reffett (creffett)
0 siblings, 0 replies; 4+ messages in thread
From: Chris Reffett (creffett) @ 2013-10-09 23:03 UTC (permalink / raw
To: gentoo-commits
creffett 13/10/09 23:03:59
Modified: ChangeLog
Added: qyoto-4.11.2.ebuild
Log:
Version bump KDE SC 4.11.2
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 42618354)
Revision Changes Path
1.87 kde-base/qyoto/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/qyoto/ChangeLog?rev=1.87&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/qyoto/ChangeLog?rev=1.87&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/qyoto/ChangeLog?r1=1.86&r2=1.87
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/qyoto/ChangeLog,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- ChangeLog 3 Sep 2013 19:50:30 -0000 1.86
+++ ChangeLog 9 Oct 2013 23:03:59 -0000 1.87
@@ -1,6 +1,11 @@
# ChangeLog for kde-base/qyoto
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/qyoto/ChangeLog,v 1.86 2013/09/03 19:50:30 creffett Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/qyoto/ChangeLog,v 1.87 2013/10/09 23:03:59 creffett Exp $
+
+*qyoto-4.11.2 (08 Oct 2013)
+
+ 08 Oct 2013; Chris Reffett <creffett@gentoo.org> +qyoto-4.11.2.ebuild:
+ Version bump KDE SC 4.11.2
03 Sep 2013; Chris Reffett <creffett@gentoo.org> -qyoto-4.11.0.ebuild:
Drop KDE 4.11.0
1.1 kde-base/qyoto/qyoto-4.11.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/qyoto/qyoto-4.11.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/qyoto/qyoto-4.11.2.ebuild?rev=1.1&content-type=text/plain
Index: qyoto-4.11.2.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/qyoto/qyoto-4.11.2.ebuild,v 1.1 2013/10/09 23:03:59 creffett Exp $
EAPI=5
KDE_REQUIRED="never"
inherit mono-env kde4-base
DESCRIPTION="C# bindings for Qt"
KEYWORDS=" ~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug +phonon qscintilla webkit"
HOMEPAGE="http://techbase.kde.org/Development/Languages/Qyoto"
DEPEND="
dev-lang/mono
$(add_kdebase_dep smokeqt 'opengl,phonon?,qscintilla?,webkit?')
"
RDEPEND="${DEPEND}"
pkg_setup() {
mono-env_pkg_setup
kde4-base_pkg_setup
}
src_configure() {
local mycmakeargs=(
$(cmake-utils_use_with phonon)
$(cmake-utils_use_disable qscintilla QScintilla)
$(cmake-utils_use_disable webkit QtWebKit)
)
kde4-base_src_configure
}
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in kde-base/qyoto: qyoto-4.11.2.ebuild ChangeLog
@ 2013-12-08 14:07 Agostino Sarubbo (ago)
0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-12-08 14:07 UTC (permalink / raw
To: gentoo-commits
ago 13/12/08 14:07:22
Modified: qyoto-4.11.2.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #484884
(Portage version: 2.2.1/cvs/Linux ppc64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Revision Changes Path
1.2 kde-base/qyoto/qyoto-4.11.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/qyoto/qyoto-4.11.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/qyoto/qyoto-4.11.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/qyoto/qyoto-4.11.2.ebuild?r1=1.1&r2=1.2
Index: qyoto-4.11.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/qyoto/qyoto-4.11.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qyoto-4.11.2.ebuild 9 Oct 2013 23:03:59 -0000 1.1
+++ qyoto-4.11.2.ebuild 8 Dec 2013 14:07:22 -0000 1.2
@@ -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/kde-base/qyoto/qyoto-4.11.2.ebuild,v 1.1 2013/10/09 23:03:59 creffett Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/qyoto/qyoto-4.11.2.ebuild,v 1.2 2013/12/08 14:07:22 ago Exp $
EAPI=5
@@ -8,7 +8,7 @@
inherit mono-env kde4-base
DESCRIPTION="C# bindings for Qt"
-KEYWORDS=" ~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug +phonon qscintilla webkit"
HOMEPAGE="http://techbase.kde.org/Development/Languages/Qyoto"
1.92 kde-base/qyoto/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/qyoto/ChangeLog?rev=1.92&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/qyoto/ChangeLog?rev=1.92&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/qyoto/ChangeLog?r1=1.91&r2=1.92
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/qyoto/ChangeLog,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- ChangeLog 4 Dec 2013 17:10:00 -0000 1.91
+++ ChangeLog 8 Dec 2013 14:07:22 -0000 1.92
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/qyoto
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/qyoto/ChangeLog,v 1.91 2013/12/04 17:10:00 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/qyoto/ChangeLog,v 1.92 2013/12/08 14:07:22 ago Exp $
+
+ 08 Dec 2013; Agostino Sarubbo <ago@gentoo.org> qyoto-4.11.2.ebuild:
+ Stable for amd64, wrt bug #484884
04 Dec 2013; Johannes Huber <johu@gentoo.org> -qyoto-4.11.3.ebuild:
Remove KDE SC 4.11.3
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in kde-base/qyoto: qyoto-4.11.2.ebuild ChangeLog
@ 2013-12-09 5:44 Agostino Sarubbo (ago)
0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-12-09 5:44 UTC (permalink / raw
To: gentoo-commits
ago 13/12/09 05:44:18
Modified: qyoto-4.11.2.ebuild ChangeLog
Log:
Stable for x86, wrt bug #484884
(Portage version: 2.2.1/cvs/Linux ppc64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Revision Changes Path
1.3 kde-base/qyoto/qyoto-4.11.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/qyoto/qyoto-4.11.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/qyoto/qyoto-4.11.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/qyoto/qyoto-4.11.2.ebuild?r1=1.2&r2=1.3
Index: qyoto-4.11.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/qyoto/qyoto-4.11.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- qyoto-4.11.2.ebuild 8 Dec 2013 14:07:22 -0000 1.2
+++ qyoto-4.11.2.ebuild 9 Dec 2013 05:44:18 -0000 1.3
@@ -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/kde-base/qyoto/qyoto-4.11.2.ebuild,v 1.2 2013/12/08 14:07:22 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/qyoto/qyoto-4.11.2.ebuild,v 1.3 2013/12/09 05:44:18 ago Exp $
EAPI=5
@@ -8,7 +8,7 @@
inherit mono-env kde4-base
DESCRIPTION="C# bindings for Qt"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
IUSE="debug +phonon qscintilla webkit"
HOMEPAGE="http://techbase.kde.org/Development/Languages/Qyoto"
1.93 kde-base/qyoto/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/qyoto/ChangeLog?rev=1.93&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/qyoto/ChangeLog?rev=1.93&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/qyoto/ChangeLog?r1=1.92&r2=1.93
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/qyoto/ChangeLog,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- ChangeLog 8 Dec 2013 14:07:22 -0000 1.92
+++ ChangeLog 9 Dec 2013 05:44:18 -0000 1.93
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/qyoto
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/qyoto/ChangeLog,v 1.92 2013/12/08 14:07:22 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/qyoto/ChangeLog,v 1.93 2013/12/09 05:44:18 ago Exp $
+
+ 09 Dec 2013; Agostino Sarubbo <ago@gentoo.org> qyoto-4.11.2.ebuild:
+ Stable for x86, wrt bug #484884
08 Dec 2013; Agostino Sarubbo <ago@gentoo.org> qyoto-4.11.2.ebuild:
Stable for amd64, wrt bug #484884
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in kde-base/qyoto: qyoto-4.11.2.ebuild ChangeLog
@ 2013-12-10 19:48 Agostino Sarubbo (ago)
0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-12-10 19:48 UTC (permalink / raw
To: gentoo-commits
ago 13/12/10 19:48:15
Modified: qyoto-4.11.2.ebuild ChangeLog
Log:
Stable for ppc, wrt bug #484884
(Portage version: 2.2.1/cvs/Linux ppc64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Revision Changes Path
1.4 kde-base/qyoto/qyoto-4.11.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/qyoto/qyoto-4.11.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/qyoto/qyoto-4.11.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/qyoto/qyoto-4.11.2.ebuild?r1=1.3&r2=1.4
Index: qyoto-4.11.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/qyoto/qyoto-4.11.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- qyoto-4.11.2.ebuild 9 Dec 2013 05:44:18 -0000 1.3
+++ qyoto-4.11.2.ebuild 10 Dec 2013 19:48:14 -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/kde-base/qyoto/qyoto-4.11.2.ebuild,v 1.3 2013/12/09 05:44:18 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/qyoto/qyoto-4.11.2.ebuild,v 1.4 2013/12/10 19:48:14 ago Exp $
EAPI=5
@@ -8,7 +8,7 @@
inherit mono-env kde4-base
DESCRIPTION="C# bindings for Qt"
-KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
IUSE="debug +phonon qscintilla webkit"
HOMEPAGE="http://techbase.kde.org/Development/Languages/Qyoto"
1.94 kde-base/qyoto/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/qyoto/ChangeLog?rev=1.94&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/qyoto/ChangeLog?rev=1.94&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/qyoto/ChangeLog?r1=1.93&r2=1.94
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/qyoto/ChangeLog,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- ChangeLog 9 Dec 2013 05:44:18 -0000 1.93
+++ ChangeLog 10 Dec 2013 19:48:14 -0000 1.94
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/qyoto
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/qyoto/ChangeLog,v 1.93 2013/12/09 05:44:18 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/qyoto/ChangeLog,v 1.94 2013/12/10 19:48:14 ago Exp $
+
+ 10 Dec 2013; Agostino Sarubbo <ago@gentoo.org> qyoto-4.11.2.ebuild:
+ Stable for ppc, wrt bug #484884
09 Dec 2013; Agostino Sarubbo <ago@gentoo.org> qyoto-4.11.2.ebuild:
Stable for x86, wrt bug #484884
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-12-10 19:48 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-08 14:07 [gentoo-commits] gentoo-x86 commit in kde-base/qyoto: qyoto-4.11.2.ebuild ChangeLog Agostino Sarubbo (ago)
-- strict thread matches above, loose matches on Subject: below --
2013-12-10 19:48 Agostino Sarubbo (ago)
2013-12-09 5:44 Agostino Sarubbo (ago)
2013-10-09 23:03 Chris Reffett (creffett)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox