public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/libkscreen/
@ 2015-08-22 16:50 Michael Palimaka
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Palimaka @ 2015-08-22 16:50 UTC (permalink / raw
  To: gentoo-commits

commit:     520136563a7be580706893f571ebea07499e3168
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 22 16:48:41 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Aug 22 16:50:29 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52013656

x11-libs/libkscreen: add upstream snapshot.

This fixes a crash in the XRandr1.1 backend and build failure with
kdelibs-4.14.11.

Gentoo-bug: 558398

Package-Manager: portage-2.2.20.1

 x11-libs/libkscreen/Manifest                       |  1 +
 .../libkscreen/libkscreen-1.0.5_p20150822.ebuild   | 28 ++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/x11-libs/libkscreen/Manifest b/x11-libs/libkscreen/Manifest
index f940a39..a92f45a 100644
--- a/x11-libs/libkscreen/Manifest
+++ b/x11-libs/libkscreen/Manifest
@@ -1 +1,2 @@
 DIST libkscreen-1.0.5.tar.xz 36384 SHA256 ee6cfb92c41fe78c43ee6d509039d598d9f98582f9aa67aeac5b2760b3b2e904 SHA512 c48749d54fa2e63e63693de0bae94b884ae0465faa1084fe88372cd3f73905ce6efce3b5a64d2a9f301125e190752e88db899363a402ef4a031052080371a9c2 WHIRLPOOL b22fc19bbee367448882fe036b02400b7e0fc497668339b39cc86e8fd1e7650dcc32fa843f05ed4591e2bef3ca8e5b9e09d58e3ed02537353914591d661b6b35
+DIST libkscreen-1.0.5_p20150822.tar.bz2 38419 SHA256 25cf4117dc99c3278a8abf315fa31ea3a3a1e065a2b28c37a26b2da508bee4f6 SHA512 2a35b63f65d4440205ff11fe35cf1b87cb656e0647eb7d2c7bada7dd6b71cb86d32ffb20a3b63e57d6444f17d3cb0758fc015e95bec62747189fba5a50fab48a WHIRLPOOL 8ccdd2ff43fcb186ab31653ac47e8b8f86be4a5cfdb9231b2e4f57bb335be578658716fa490141ccc91ac636982f28ec0ebc724d69058242d3deacd3e8c00383

diff --git a/x11-libs/libkscreen/libkscreen-1.0.5_p20150822.ebuild b/x11-libs/libkscreen/libkscreen-1.0.5_p20150822.ebuild
new file mode 100644
index 0000000..d1f2d3a
--- /dev/null
+++ b/x11-libs/libkscreen/libkscreen-1.0.5_p20150822.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+VIRTUALX_REQUIRED="test"
+inherit kde4-base
+
+DESCRIPTION="KDE screen management library"
+HOMEPAGE="https://projects.kde.org/projects/extragear/libs/libkscreen"
+SRC_URI="http://dev.gentoo.org/~kensington/distfiles/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="4"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE="debug"
+
+RDEPEND="
+	>=dev-libs/qjson-0.8
+	x11-libs/libX11
+	x11-libs/libxcb
+	x11-libs/libXrandr
+"
+DEPEND="
+	${RDEPEND}
+	test? ( dev-qt/qttest:4 )
+"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-libs/libkscreen/
@ 2016-01-02 16:28 Agostino Sarubbo
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo @ 2016-01-02 16:28 UTC (permalink / raw
  To: gentoo-commits

commit:     af4274a7da3dc517cca8fd0fb4cc0c285e30e7ad
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  2 16:26:48 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Jan  2 16:26:48 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af4274a7

x11-libs/libkscreen: amd64 stable wrt bug #570340

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 x11-libs/libkscreen/libkscreen-1.0.5_p20150822.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libkscreen/libkscreen-1.0.5_p20150822.ebuild b/x11-libs/libkscreen/libkscreen-1.0.5_p20150822.ebuild
index d81054c..d53954c 100644
--- a/x11-libs/libkscreen/libkscreen-1.0.5_p20150822.ebuild
+++ b/x11-libs/libkscreen/libkscreen-1.0.5_p20150822.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://dev.gentoo.org/~kensington/distfiles/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="4"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86"
 IUSE="debug"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: x11-libs/libkscreen/
@ 2016-01-06 13:34 Agostino Sarubbo
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo @ 2016-01-06 13:34 UTC (permalink / raw
  To: gentoo-commits

commit:     41397b808349ae7c148f243fac5b3194cbc73c78
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  6 13:32:58 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Jan  6 13:32:58 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41397b80

x11-libs/libkscreen: x86 stable wrt bug #570340

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 x11-libs/libkscreen/libkscreen-1.0.5_p20150822.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libkscreen/libkscreen-1.0.5_p20150822.ebuild b/x11-libs/libkscreen/libkscreen-1.0.5_p20150822.ebuild
index d53954c..a3df74e 100644
--- a/x11-libs/libkscreen/libkscreen-1.0.5_p20150822.ebuild
+++ b/x11-libs/libkscreen/libkscreen-1.0.5_p20150822.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://dev.gentoo.org/~kensington/distfiles/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="4"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
 IUSE="debug"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: x11-libs/libkscreen/
@ 2016-01-09 14:21 Johannes Huber
  0 siblings, 0 replies; 4+ messages in thread
From: Johannes Huber @ 2016-01-09 14:21 UTC (permalink / raw
  To: gentoo-commits

commit:     9355035f7e458cc91f44e0e7dd4eabf8e35b8f32
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  9 14:21:04 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat Jan  9 14:21:04 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9355035f

x11-libs/libkscreen: Remove old

Package-Manager: portage-2.2.26

 x11-libs/libkscreen/Manifest                |  1 -
 x11-libs/libkscreen/libkscreen-1.0.5.ebuild | 28 ----------------------------
 2 files changed, 29 deletions(-)

diff --git a/x11-libs/libkscreen/Manifest b/x11-libs/libkscreen/Manifest
index a92f45a..440eb45 100644
--- a/x11-libs/libkscreen/Manifest
+++ b/x11-libs/libkscreen/Manifest
@@ -1,2 +1 @@
-DIST libkscreen-1.0.5.tar.xz 36384 SHA256 ee6cfb92c41fe78c43ee6d509039d598d9f98582f9aa67aeac5b2760b3b2e904 SHA512 c48749d54fa2e63e63693de0bae94b884ae0465faa1084fe88372cd3f73905ce6efce3b5a64d2a9f301125e190752e88db899363a402ef4a031052080371a9c2 WHIRLPOOL b22fc19bbee367448882fe036b02400b7e0fc497668339b39cc86e8fd1e7650dcc32fa843f05ed4591e2bef3ca8e5b9e09d58e3ed02537353914591d661b6b35
 DIST libkscreen-1.0.5_p20150822.tar.bz2 38419 SHA256 25cf4117dc99c3278a8abf315fa31ea3a3a1e065a2b28c37a26b2da508bee4f6 SHA512 2a35b63f65d4440205ff11fe35cf1b87cb656e0647eb7d2c7bada7dd6b71cb86d32ffb20a3b63e57d6444f17d3cb0758fc015e95bec62747189fba5a50fab48a WHIRLPOOL 8ccdd2ff43fcb186ab31653ac47e8b8f86be4a5cfdb9231b2e4f57bb335be578658716fa490141ccc91ac636982f28ec0ebc724d69058242d3deacd3e8c00383

diff --git a/x11-libs/libkscreen/libkscreen-1.0.5.ebuild b/x11-libs/libkscreen/libkscreen-1.0.5.ebuild
deleted file mode 100644
index 23319bf..0000000
--- a/x11-libs/libkscreen/libkscreen-1.0.5.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-VIRTUALX_REQUIRED="test"
-inherit kde4-base
-
-DESCRIPTION="KDE screen management library"
-HOMEPAGE="https://projects.kde.org/projects/extragear/libs/libkscreen"
-SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="4"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
-IUSE="debug"
-
-RDEPEND="
-	>=dev-libs/qjson-0.8
-	x11-libs/libX11
-	x11-libs/libxcb
-	x11-libs/libXrandr
-"
-DEPEND="
-	${RDEPEND}
-	test? ( dev-qt/qttest:4 )
-"


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

end of thread, other threads:[~2016-01-09 14:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-22 16:50 [gentoo-commits] repo/gentoo:master commit in: x11-libs/libkscreen/ Michael Palimaka
  -- strict thread matches above, loose matches on Subject: below --
2016-01-02 16:28 Agostino Sarubbo
2016-01-06 13:34 Agostino Sarubbo
2016-01-09 14:21 Johannes Huber

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