public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: x11-libs/libkscreen/
@ 2013-01-21 19:54 Elias Probst
  0 siblings, 0 replies; 20+ messages in thread
From: Elias Probst @ 2013-01-21 19:54 UTC (permalink / raw
  To: gentoo-commits

commit:     3732f5f1a8df89be182e0d75dc1a42d966e8af08
Author:     Elias Probst <mail <AT> eliasprobst <DOT> eu>
AuthorDate: Mon Jan 21 01:10:18 2013 +0000
Commit:     Elias Probst <mail <AT> eliasprobst <DOT> eu>
CommitDate: Mon Jan 21 19:51:48 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=3732f5f1

[x11-libs/libkscreen] Added 9999 ebuild for libkscreen.

---
 x11-libs/libkscreen/libkscreen-9999.ebuild |   18 ++++++++++++++++++
 x11-libs/libkscreen/metadata.xml           |    5 +++++
 2 files changed, 23 insertions(+), 0 deletions(-)

diff --git a/x11-libs/libkscreen/libkscreen-9999.ebuild b/x11-libs/libkscreen/libkscreen-9999.ebuild
new file mode 100644
index 0000000..8485330
--- /dev/null
+++ b/x11-libs/libkscreen/libkscreen-9999.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+inherit kde4-base
+
+DESCRIPTION="Supporting library for new intelligent KDE screen management"
+HOMEPAGE="https://projects.kde.org/projects/playground/libs/libkscreen"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=">=dev-libs/qjson-0.8"
+RDEPEND="${DEPEND}"

diff --git a/x11-libs/libkscreen/metadata.xml b/x11-libs/libkscreen/metadata.xml
new file mode 100644
index 0000000..8d1e86a
--- /dev/null
+++ b/x11-libs/libkscreen/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>kde</herd>
+</pkgmetadata>


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

* [gentoo-commits] proj/kde:master commit in: x11-libs/libkscreen/
@ 2013-01-21 19:54 Elias Probst
  0 siblings, 0 replies; 20+ messages in thread
From: Elias Probst @ 2013-01-21 19:54 UTC (permalink / raw
  To: gentoo-commits

commit:     46723ae8ebfa97909901d97803f2b7fc5229ede9
Author:     Elias Probst <mail <AT> eliasprobst <DOT> eu>
AuthorDate: Mon Jan 21 19:44:30 2013 +0000
Commit:     Elias Probst <mail <AT> eliasprobst <DOT> eu>
CommitDate: Mon Jan 21 19:51:48 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=46723ae8

[x11-libs/libkscreen] Dropped the ~amd64 keyword for the -9999 ebuild.

---
 x11-libs/libkscreen/libkscreen-9999.ebuild |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/x11-libs/libkscreen/libkscreen-9999.ebuild b/x11-libs/libkscreen/libkscreen-9999.ebuild
index 8485330..9d1090d 100644
--- a/x11-libs/libkscreen/libkscreen-9999.ebuild
+++ b/x11-libs/libkscreen/libkscreen-9999.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://projects.kde.org/projects/playground/libs/libkscreen"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS=""
 IUSE=""
 
 DEPEND=">=dev-libs/qjson-0.8"


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

* [gentoo-commits] proj/kde:master commit in: x11-libs/libkscreen/
@ 2013-05-07 19:18 Johannes Huber
  0 siblings, 0 replies; 20+ messages in thread
From: Johannes Huber @ 2013-05-07 19:18 UTC (permalink / raw
  To: gentoo-commits

commit:     0755afaedf58b4998a82a5b91058787ba30afabf
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue May  7 19:16:33 2013 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue May  7 19:16:33 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=0755afae

[x11-libs/libkscreen] EAPI 5, SLOT 4 missing deps, 1 test fixed.

Package-Manager: portage-2.2.0_alpha174

---
 x11-libs/libkscreen/libkscreen-9999.ebuild |   19 ++++++++++++++-----
 1 files changed, 14 insertions(+), 5 deletions(-)

diff --git a/x11-libs/libkscreen/libkscreen-9999.ebuild b/x11-libs/libkscreen/libkscreen-9999.ebuild
index 9d1090d..72f70f9 100644
--- a/x11-libs/libkscreen/libkscreen-9999.ebuild
+++ b/x11-libs/libkscreen/libkscreen-9999.ebuild
@@ -2,17 +2,26 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=4
+EAPI=5
 
+VIRTUALX_REQUIRED="test"
 inherit kde4-base
 
 DESCRIPTION="Supporting library for new intelligent KDE screen management"
 HOMEPAGE="https://projects.kde.org/projects/playground/libs/libkscreen"
 
 LICENSE="GPL-2"
-SLOT="0"
+SLOT="4"
 KEYWORDS=""
-IUSE=""
+IUSE="debug"
 
-DEPEND=">=dev-libs/qjson-0.8"
-RDEPEND="${DEPEND}"
+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] 20+ messages in thread

* [gentoo-commits] proj/kde:master commit in: x11-libs/libkscreen/
@ 2013-06-17 13:16 Manuel Rüger
  0 siblings, 0 replies; 20+ messages in thread
From: Manuel Rüger @ 2013-06-17 13:16 UTC (permalink / raw
  To: gentoo-commits

commit:     b1879af852f02a9b406dca2e983606a236b59894
Author:     Manuel Rüger <gentoo <AT> rueg <DOT> eu>
AuthorDate: Mon Jun 17 13:12:27 2013 +0000
Commit:     Manuel Rüger <gentoo <AT> rueg <DOT> eu>
CommitDate: Mon Jun 17 13:12:27 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=b1879af8

[x11-libs/libkscreen] First stable version

Package-Manager: portage-2.1.12.5

---
 x11-libs/libkscreen/libkscreen-1.0.ebuild | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/x11-libs/libkscreen/libkscreen-1.0.ebuild b/x11-libs/libkscreen/libkscreen-1.0.ebuild
new file mode 100644
index 0000000..37d6a54
--- /dev/null
+++ b/x11-libs/libkscreen/libkscreen-1.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+VIRTUALX_REQUIRED="test"
+inherit kde4-base
+
+DESCRIPTION="Supporting library for new intelligent KDE screen management"
+HOMEPAGE="https://projects.kde.org/projects/playground/libs/libkscreen"
+SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.bz2"
+LICENSE="GPL-2"
+SLOT="4"
+KEYWORDS="~amd64"
+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] 20+ messages in thread

* [gentoo-commits] proj/kde:master commit in: x11-libs/libkscreen/
@ 2013-06-23 10:56 Johannes Huber
  0 siblings, 0 replies; 20+ messages in thread
From: Johannes Huber @ 2013-06-23 10:56 UTC (permalink / raw
  To: gentoo-commits

commit:     12baa7d4c2fdf96029e8950c87149b9eaab8bb7d
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 23 12:55:55 2013 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun Jun 23 12:55:55 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=12baa7d4

[x11-libs/libkscreen] Moved to tree wrt bug #474106.

Package-Manager: portage-2.2.0_alpha184

---
 x11-libs/libkscreen/libkscreen-1.0.ebuild  | 27 ---------------------------
 x11-libs/libkscreen/libkscreen-9999.ebuild |  4 +++-
 2 files changed, 3 insertions(+), 28 deletions(-)

diff --git a/x11-libs/libkscreen/libkscreen-1.0.ebuild b/x11-libs/libkscreen/libkscreen-1.0.ebuild
deleted file mode 100644
index 37d6a54..0000000
--- a/x11-libs/libkscreen/libkscreen-1.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-VIRTUALX_REQUIRED="test"
-inherit kde4-base
-
-DESCRIPTION="Supporting library for new intelligent KDE screen management"
-HOMEPAGE="https://projects.kde.org/projects/playground/libs/libkscreen"
-SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.bz2"
-LICENSE="GPL-2"
-SLOT="4"
-KEYWORDS="~amd64"
-IUSE="debug"
-
-RDEPEND="
-	>=dev-libs/qjson-0.8
-	x11-libs/libX11
-	x11-libs/libxcb
-	x11-libs/libXrandr
-"
-DEPEND="
-	${RDEPEND}
-	test? ( dev-qt/qttest:4 )
-"

diff --git a/x11-libs/libkscreen/libkscreen-9999.ebuild b/x11-libs/libkscreen/libkscreen-9999.ebuild
index 72f70f9..f162f46 100644
--- a/x11-libs/libkscreen/libkscreen-9999.ebuild
+++ b/x11-libs/libkscreen/libkscreen-9999.ebuild
@@ -7,7 +7,7 @@ EAPI=5
 VIRTUALX_REQUIRED="test"
 inherit kde4-base
 
-DESCRIPTION="Supporting library for new intelligent KDE screen management"
+DESCRIPTION="KDE screen management library"
 HOMEPAGE="https://projects.kde.org/projects/playground/libs/libkscreen"
 
 LICENSE="GPL-2"
@@ -25,3 +25,5 @@ DEPEND="
 	${RDEPEND}
 	test? ( dev-qt/qttest:4 )
 "
+
+RESTRICT="test"


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

* [gentoo-commits] proj/kde:master commit in: x11-libs/libkscreen/
@ 2013-11-02 12:43 Elias Probst
  0 siblings, 0 replies; 20+ messages in thread
From: Elias Probst @ 2013-11-02 12:43 UTC (permalink / raw
  To: gentoo-commits

commit:     48c11b4062f95c3719dd1d5d9c080738c2a7c65b
Author:     Elias Probst <mail <AT> eliasprobst <DOT> eu>
AuthorDate: Sat Nov  2 12:43:27 2013 +0000
Commit:     Elias Probst <mail <AT> eliasprobst <DOT> eu>
CommitDate: Sat Nov  2 12:43:27 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=48c11b40

[x11-libs/libkscreen] Corrected the homepage URL.

Package-Manager: portage-2.2.7

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

diff --git a/x11-libs/libkscreen/libkscreen-9999.ebuild b/x11-libs/libkscreen/libkscreen-9999.ebuild
index f162f46..39c0f7f 100644
--- a/x11-libs/libkscreen/libkscreen-9999.ebuild
+++ b/x11-libs/libkscreen/libkscreen-9999.ebuild
@@ -8,7 +8,7 @@ VIRTUALX_REQUIRED="test"
 inherit kde4-base
 
 DESCRIPTION="KDE screen management library"
-HOMEPAGE="https://projects.kde.org/projects/playground/libs/libkscreen"
+HOMEPAGE="https://projects.kde.org/projects/kdereview/libkscreen"
 
 LICENSE="GPL-2"
 SLOT="4"


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

* [gentoo-commits] proj/kde:master commit in: x11-libs/libkscreen/
@ 2013-12-14 11:10 Johannes Huber
  0 siblings, 0 replies; 20+ messages in thread
From: Johannes Huber @ 2013-12-14 11:10 UTC (permalink / raw
  To: gentoo-commits

commit:     433fb29629b64d6b277e75320909c1a49b8e78cc
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 14 11:06:08 2013 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat Dec 14 11:06:08 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=433fb296

[x11-libs/libkscreen] Update HOMEPAGE

Package-Manager: portage-2.2.7

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

diff --git a/x11-libs/libkscreen/libkscreen-9999.ebuild b/x11-libs/libkscreen/libkscreen-9999.ebuild
index 39c0f7f..ecba87a 100644
--- a/x11-libs/libkscreen/libkscreen-9999.ebuild
+++ b/x11-libs/libkscreen/libkscreen-9999.ebuild
@@ -8,7 +8,7 @@ VIRTUALX_REQUIRED="test"
 inherit kde4-base
 
 DESCRIPTION="KDE screen management library"
-HOMEPAGE="https://projects.kde.org/projects/kdereview/libkscreen"
+HOMEPAGE="https://projects.kde.org/projects/extragear/libs/libkscreen"
 
 LICENSE="GPL-2"
 SLOT="4"


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

* [gentoo-commits] proj/kde:master commit in: x11-libs/libkscreen/
@ 2014-05-08 13:06 Johannes Huber
  0 siblings, 0 replies; 20+ messages in thread
From: Johannes Huber @ 2014-05-08 13:06 UTC (permalink / raw
  To: gentoo-commits

commit:     5e9aa5db125d5e198d7f6c34c390d359f0af298c
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu May  8 13:06:01 2014 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu May  8 13:06:01 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=5e9aa5db

[x11-libs/libkscreen] Version bump based on KF5

Package-Manager: portage-2.2.10

---
 ...bkscreen-9999.ebuild => libkscreen-4.9999.ebuild} |  0
 x11-libs/libkscreen/libkscreen-9999.ebuild           | 20 +++++++++-----------
 2 files changed, 9 insertions(+), 11 deletions(-)

diff --git a/x11-libs/libkscreen/libkscreen-9999.ebuild b/x11-libs/libkscreen/libkscreen-4.9999.ebuild
similarity index 100%
copy from x11-libs/libkscreen/libkscreen-9999.ebuild
copy to x11-libs/libkscreen/libkscreen-4.9999.ebuild

diff --git a/x11-libs/libkscreen/libkscreen-9999.ebuild b/x11-libs/libkscreen/libkscreen-9999.ebuild
index 13a7620..e9bc2ac 100644
--- a/x11-libs/libkscreen/libkscreen-9999.ebuild
+++ b/x11-libs/libkscreen/libkscreen-9999.ebuild
@@ -5,25 +5,23 @@
 EAPI=5
 
 VIRTUALX_REQUIRED="test"
-inherit kde4-base
+EGIT_BRANCH="frameworks"
+inherit kde5
 
 DESCRIPTION="KDE screen management library"
 HOMEPAGE="https://projects.kde.org/projects/extragear/libs/libkscreen"
 
 LICENSE="GPL-2"
-SLOT="4"
 KEYWORDS=""
-IUSE="debug"
+IUSE=""
 
-RDEPEND="
-	>=dev-libs/qjson-0.8
+# TODO: add X use flag, does not build at the moment
+
+DEPEND="
+	dev-qt/qtgui:5
+	dev-qt/qtx11extras:5
 	x11-libs/libX11
 	x11-libs/libxcb
 	x11-libs/libXrandr
 "
-DEPEND="
-	${RDEPEND}
-	test? ( dev-qt/qttest:4 )
-"
-
-RESTRICT="test"
+RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: x11-libs/libkscreen/
@ 2014-07-07 14:30 Michael Palimaka
  0 siblings, 0 replies; 20+ messages in thread
From: Michael Palimaka @ 2014-07-07 14:30 UTC (permalink / raw
  To: gentoo-commits

commit:     a05a20ed6a32195bd6f8c887c3b8aa2e727f3efc
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Jul  7 14:30:29 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Jul  7 14:30:29 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=a05a20ed

[x11-libs/libkscreen] Version bump.

Package-Manager: portage-2.2.10

---
 x11-libs/libkscreen/{libkscreen-9999.ebuild => libkscreen-1.73.ebuild} | 2 +-
 x11-libs/libkscreen/libkscreen-9999.ebuild                             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-libs/libkscreen/libkscreen-9999.ebuild b/x11-libs/libkscreen/libkscreen-1.73.ebuild
similarity index 89%
copy from x11-libs/libkscreen/libkscreen-9999.ebuild
copy to x11-libs/libkscreen/libkscreen-1.73.ebuild
index 38b1184..ef28d68 100644
--- a/x11-libs/libkscreen/libkscreen-9999.ebuild
+++ b/x11-libs/libkscreen/libkscreen-1.73.ebuild
@@ -9,7 +9,7 @@ if [[ $PV = *9999* ]]; then
 	EGIT_BRANCH="frameworks"
 	KEYWORDS=""
 else
-	SRC_URI="mirror://kde/unstable/plasma/4.97.0/src/${PN}2-${PV}.tar.xz"
+	SRC_URI="mirror://kde/unstable/plasma/4.98.0/src/${P}.tar.xz"
 	KEYWORDS="~amd64 ~x86"
 fi
 

diff --git a/x11-libs/libkscreen/libkscreen-9999.ebuild b/x11-libs/libkscreen/libkscreen-9999.ebuild
index 38b1184..ef28d68 100644
--- a/x11-libs/libkscreen/libkscreen-9999.ebuild
+++ b/x11-libs/libkscreen/libkscreen-9999.ebuild
@@ -9,7 +9,7 @@ if [[ $PV = *9999* ]]; then
 	EGIT_BRANCH="frameworks"
 	KEYWORDS=""
 else
-	SRC_URI="mirror://kde/unstable/plasma/4.97.0/src/${PN}2-${PV}.tar.xz"
+	SRC_URI="mirror://kde/unstable/plasma/4.98.0/src/${P}.tar.xz"
 	KEYWORDS="~amd64 ~x86"
 fi
 


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

* [gentoo-commits] proj/kde:master commit in: x11-libs/libkscreen/
@ 2014-07-08 18:32 Michael Palimaka
  0 siblings, 0 replies; 20+ messages in thread
From: Michael Palimaka @ 2014-07-08 18:32 UTC (permalink / raw
  To: gentoo-commits

commit:     a5a7e6ce20a8c15cb2135949e68d88ce85ba845a
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Jul  8 18:32:20 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Jul  8 18:32:20 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=a5a7e6ce

[x11-libs/libkscreen] Remove old.

Package-Manager: portage-2.2.10

---
 x11-libs/libkscreen/libkscreen-1.72.ebuild | 33 ------------------------------
 1 file changed, 33 deletions(-)

diff --git a/x11-libs/libkscreen/libkscreen-1.72.ebuild b/x11-libs/libkscreen/libkscreen-1.72.ebuild
deleted file mode 100644
index 38b1184..0000000
--- a/x11-libs/libkscreen/libkscreen-1.72.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-VIRTUALX_REQUIRED="test"
-if [[ $PV = *9999* ]]; then
-	EGIT_BRANCH="frameworks"
-	KEYWORDS=""
-else
-	SRC_URI="mirror://kde/unstable/plasma/4.97.0/src/${PN}2-${PV}.tar.xz"
-	KEYWORDS="~amd64 ~x86"
-fi
-
-inherit kde5
-
-DESCRIPTION="KDE screen management library"
-HOMEPAGE="https://projects.kde.org/projects/extragear/libs/libkscreen"
-
-LICENSE="GPL-2"
-IUSE=""
-
-# TODO: add X use flag, does not build at the moment
-
-DEPEND="
-	dev-qt/qtgui:5
-	dev-qt/qtx11extras:5
-	x11-libs/libX11
-	x11-libs/libxcb
-	x11-libs/libXrandr
-"
-RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: x11-libs/libkscreen/
@ 2014-07-15 16:16 Michael Palimaka
  0 siblings, 0 replies; 20+ messages in thread
From: Michael Palimaka @ 2014-07-15 16:16 UTC (permalink / raw
  To: gentoo-commits

commit:     7aff33f62a3205f5bc4f5220a68b675e38f46ad5
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 15 16:16:22 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Jul 15 16:16:22 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=7aff33f6

[x11-libs/libkscreen] Version bump. Remove old.

Package-Manager: portage-2.2.10

---
 .../libkscreen/{libkscreen-1.73.ebuild => libkscreen-5.0.91.ebuild}     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libkscreen/libkscreen-1.73.ebuild b/x11-libs/libkscreen/libkscreen-5.0.91.ebuild
similarity index 90%
rename from x11-libs/libkscreen/libkscreen-1.73.ebuild
rename to x11-libs/libkscreen/libkscreen-5.0.91.ebuild
index ef28d68..e35dcf3 100644
--- a/x11-libs/libkscreen/libkscreen-1.73.ebuild
+++ b/x11-libs/libkscreen/libkscreen-5.0.91.ebuild
@@ -9,7 +9,7 @@ if [[ $PV = *9999* ]]; then
 	EGIT_BRANCH="frameworks"
 	KEYWORDS=""
 else
-	SRC_URI="mirror://kde/unstable/plasma/4.98.0/src/${P}.tar.xz"
+	SRC_URI="mirror://kde/stable/plasma/5.0.0/${P}.tar.xz"
 	KEYWORDS="~amd64 ~x86"
 fi
 


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

* [gentoo-commits] proj/kde:master commit in: x11-libs/libkscreen/
@ 2014-08-12  8:38 Michael Palimaka
  0 siblings, 0 replies; 20+ messages in thread
From: Michael Palimaka @ 2014-08-12  8:38 UTC (permalink / raw
  To: gentoo-commits

commit:     656a7e9299f141ba0689ec3b55933f4ea7db81bb
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 12 08:38:03 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Aug 12 08:38:03 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=656a7e92

[x11-libs/libkscreen] Version bump.

Package-Manager: portage-2.2.10

---
 x11-libs/libkscreen/libkscreen-5.0.92.ebuild | 33 ++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/x11-libs/libkscreen/libkscreen-5.0.92.ebuild b/x11-libs/libkscreen/libkscreen-5.0.92.ebuild
new file mode 100644
index 0000000..23888b7
--- /dev/null
+++ b/x11-libs/libkscreen/libkscreen-5.0.92.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+VIRTUALX_REQUIRED="test"
+if [[ $PV = *9999* ]]; then
+	EGIT_BRANCH="frameworks"
+	KEYWORDS=""
+else
+	SRC_URI="mirror://kde/stable/plasma/5.0.1/${P}.tar.xz"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+inherit kde5
+
+DESCRIPTION="KDE screen management library"
+HOMEPAGE="https://projects.kde.org/projects/extragear/libs/libkscreen"
+
+LICENSE="GPL-2"
+IUSE=""
+
+# TODO: add X use flag, does not build at the moment
+
+DEPEND="
+	dev-qt/qtgui:5
+	dev-qt/qtx11extras:5
+	x11-libs/libX11
+	x11-libs/libxcb
+	x11-libs/libXrandr
+"
+RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: x11-libs/libkscreen/
@ 2014-08-13 18:27 Johannes Huber
  0 siblings, 0 replies; 20+ messages in thread
From: Johannes Huber @ 2014-08-13 18:27 UTC (permalink / raw
  To: gentoo-commits

commit:     48ef981ef15d85a466d91b7cbf9f97be21d108db
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 13 16:25:00 2014 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed Aug 13 16:25:00 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=48ef981e

[x11-libs/libkscreen] Remove old

Package-Manager: portage-2.2.11-r1

---
 x11-libs/libkscreen/libkscreen-5.0.91.ebuild | 33 ----------------------------
 1 file changed, 33 deletions(-)

diff --git a/x11-libs/libkscreen/libkscreen-5.0.91.ebuild b/x11-libs/libkscreen/libkscreen-5.0.91.ebuild
deleted file mode 100644
index e35dcf3..0000000
--- a/x11-libs/libkscreen/libkscreen-5.0.91.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-VIRTUALX_REQUIRED="test"
-if [[ $PV = *9999* ]]; then
-	EGIT_BRANCH="frameworks"
-	KEYWORDS=""
-else
-	SRC_URI="mirror://kde/stable/plasma/5.0.0/${P}.tar.xz"
-	KEYWORDS="~amd64 ~x86"
-fi
-
-inherit kde5
-
-DESCRIPTION="KDE screen management library"
-HOMEPAGE="https://projects.kde.org/projects/extragear/libs/libkscreen"
-
-LICENSE="GPL-2"
-IUSE=""
-
-# TODO: add X use flag, does not build at the moment
-
-DEPEND="
-	dev-qt/qtgui:5
-	dev-qt/qtx11extras:5
-	x11-libs/libX11
-	x11-libs/libxcb
-	x11-libs/libXrandr
-"
-RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: x11-libs/libkscreen/
@ 2014-09-12 19:28 Michael Palimaka
  0 siblings, 0 replies; 20+ messages in thread
From: Michael Palimaka @ 2014-09-12 19:28 UTC (permalink / raw
  To: gentoo-commits

commit:     3b6cce682abc5b349719b8a0e4b74b084a6a7166
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 12 19:28:07 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Sep 12 19:28:07 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=3b6cce68

[x11-libs/libkscreen] Version bump.

Package-Manager: portage-2.2.10

---
 x11-libs/libkscreen/libkscreen-5.0.93.ebuild | 33 ++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/x11-libs/libkscreen/libkscreen-5.0.93.ebuild b/x11-libs/libkscreen/libkscreen-5.0.93.ebuild
new file mode 100644
index 0000000..674f180
--- /dev/null
+++ b/x11-libs/libkscreen/libkscreen-5.0.93.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+VIRTUALX_REQUIRED="test"
+if [[ $PV = *9999* ]]; then
+	EGIT_BRANCH="frameworks"
+	KEYWORDS=""
+else
+	SRC_URI="mirror://kde/stable/plasma/5.0.2/${P}.tar.xz"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+inherit kde5
+
+DESCRIPTION="KDE screen management library"
+HOMEPAGE="https://projects.kde.org/projects/extragear/libs/libkscreen"
+
+LICENSE="GPL-2"
+IUSE=""
+
+# TODO: add X use flag, does not build at the moment
+
+DEPEND="
+	dev-qt/qtgui:5
+	dev-qt/qtx11extras:5
+	x11-libs/libX11
+	x11-libs/libxcb
+	x11-libs/libXrandr
+"
+RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: x11-libs/libkscreen/
@ 2014-09-17 16:38 Michael Palimaka
  0 siblings, 0 replies; 20+ messages in thread
From: Michael Palimaka @ 2014-09-17 16:38 UTC (permalink / raw
  To: gentoo-commits

commit:     ad40d54ebf854e8fc6562c3948a125fe6ddd7d14
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 17 16:37:56 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Sep 17 16:37:56 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=ad40d54e

[x11-libs/libkscreen] Remove old.

Package-Manager: portage-2.2.10

---
 x11-libs/libkscreen/libkscreen-5.0.92.ebuild | 33 ----------------------------
 1 file changed, 33 deletions(-)

diff --git a/x11-libs/libkscreen/libkscreen-5.0.92.ebuild b/x11-libs/libkscreen/libkscreen-5.0.92.ebuild
deleted file mode 100644
index 23888b7..0000000
--- a/x11-libs/libkscreen/libkscreen-5.0.92.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-VIRTUALX_REQUIRED="test"
-if [[ $PV = *9999* ]]; then
-	EGIT_BRANCH="frameworks"
-	KEYWORDS=""
-else
-	SRC_URI="mirror://kde/stable/plasma/5.0.1/${P}.tar.xz"
-	KEYWORDS="~amd64 ~x86"
-fi
-
-inherit kde5
-
-DESCRIPTION="KDE screen management library"
-HOMEPAGE="https://projects.kde.org/projects/extragear/libs/libkscreen"
-
-LICENSE="GPL-2"
-IUSE=""
-
-# TODO: add X use flag, does not build at the moment
-
-DEPEND="
-	dev-qt/qtgui:5
-	dev-qt/qtx11extras:5
-	x11-libs/libX11
-	x11-libs/libxcb
-	x11-libs/libXrandr
-"
-RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: x11-libs/libkscreen/
@ 2014-09-26 18:33 Michael Palimaka
  0 siblings, 0 replies; 20+ messages in thread
From: Michael Palimaka @ 2014-09-26 18:33 UTC (permalink / raw
  To: gentoo-commits

commit:     59bc9f6d4bae299215a28ce370f341e8c73c9ba4
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 26 18:33:00 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Sep 26 18:33:00 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=59bc9f6d

[x11-libs/libkscreen] Version bump.

Package-Manager: portage-2.2.10

---
 x11-libs/libkscreen/libkscreen-5.0.95.ebuild | 33 ++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/x11-libs/libkscreen/libkscreen-5.0.95.ebuild b/x11-libs/libkscreen/libkscreen-5.0.95.ebuild
new file mode 100644
index 0000000..7b7fe0b
--- /dev/null
+++ b/x11-libs/libkscreen/libkscreen-5.0.95.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+VIRTUALX_REQUIRED="test"
+if [[ $PV = *9999* ]]; then
+	EGIT_BRANCH="frameworks"
+	KEYWORDS=""
+else
+	SRC_URI="mirror://kde/unstable/plasma/${PV}/${P}.tar.xz"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+inherit kde5
+
+DESCRIPTION="KDE screen management library"
+HOMEPAGE="https://projects.kde.org/projects/extragear/libs/libkscreen"
+
+LICENSE="GPL-2"
+IUSE=""
+
+# TODO: add X use flag, does not build at the moment
+
+DEPEND="
+	dev-qt/qtgui:5
+	dev-qt/qtx11extras:5
+	x11-libs/libX11
+	x11-libs/libxcb
+	x11-libs/libXrandr
+"
+RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: x11-libs/libkscreen/
@ 2014-09-26 19:05 Michael Palimaka
  0 siblings, 0 replies; 20+ messages in thread
From: Michael Palimaka @ 2014-09-26 19:05 UTC (permalink / raw
  To: gentoo-commits

commit:     da1853d9b62fcceaa432f9b48b1becdf060200ae
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 26 19:05:43 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Sep 26 19:05:43 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=da1853d9

[x11-libs/libkscreen] Fix SRC_URI.

Package-Manager: portage-2.2.10

---
 x11-libs/libkscreen/libkscreen-5.0.95.ebuild | 2 +-
 x11-libs/libkscreen/libkscreen-9999.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-libs/libkscreen/libkscreen-5.0.95.ebuild b/x11-libs/libkscreen/libkscreen-5.0.95.ebuild
index 7b7fe0b..af8f422 100644
--- a/x11-libs/libkscreen/libkscreen-5.0.95.ebuild
+++ b/x11-libs/libkscreen/libkscreen-5.0.95.ebuild
@@ -9,7 +9,7 @@ if [[ $PV = *9999* ]]; then
 	EGIT_BRANCH="frameworks"
 	KEYWORDS=""
 else
-	SRC_URI="mirror://kde/unstable/plasma/${PV}/${P}.tar.xz"
+	SRC_URI="mirror://kde/unstable/plasma/${PV}/src/${P}.tar.xz"
 	KEYWORDS="~amd64 ~x86"
 fi
 

diff --git a/x11-libs/libkscreen/libkscreen-9999.ebuild b/x11-libs/libkscreen/libkscreen-9999.ebuild
index ef28d68..af8f422 100644
--- a/x11-libs/libkscreen/libkscreen-9999.ebuild
+++ b/x11-libs/libkscreen/libkscreen-9999.ebuild
@@ -9,7 +9,7 @@ if [[ $PV = *9999* ]]; then
 	EGIT_BRANCH="frameworks"
 	KEYWORDS=""
 else
-	SRC_URI="mirror://kde/unstable/plasma/4.98.0/src/${P}.tar.xz"
+	SRC_URI="mirror://kde/unstable/plasma/${PV}/src/${P}.tar.xz"
 	KEYWORDS="~amd64 ~x86"
 fi
 


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

* [gentoo-commits] proj/kde:master commit in: x11-libs/libkscreen/
@ 2014-10-01 15:56 Michael Palimaka
  0 siblings, 0 replies; 20+ messages in thread
From: Michael Palimaka @ 2014-10-01 15:56 UTC (permalink / raw
  To: gentoo-commits

commit:     9819c5fcd2d524c22052528690e999edc3a5044c
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  1 15:56:00 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Oct  1 15:56:00 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=9819c5fc

[x11-libs/libkscreen] Fix SRC_URI wrt bug #524210.

Package-Manager: portage-2.2.10

---
 x11-libs/libkscreen/libkscreen-5.0.95.ebuild | 2 +-
 x11-libs/libkscreen/libkscreen-9999.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-libs/libkscreen/libkscreen-5.0.95.ebuild b/x11-libs/libkscreen/libkscreen-5.0.95.ebuild
index af8f422..7b7fe0b 100644
--- a/x11-libs/libkscreen/libkscreen-5.0.95.ebuild
+++ b/x11-libs/libkscreen/libkscreen-5.0.95.ebuild
@@ -9,7 +9,7 @@ if [[ $PV = *9999* ]]; then
 	EGIT_BRANCH="frameworks"
 	KEYWORDS=""
 else
-	SRC_URI="mirror://kde/unstable/plasma/${PV}/src/${P}.tar.xz"
+	SRC_URI="mirror://kde/unstable/plasma/${PV}/${P}.tar.xz"
 	KEYWORDS="~amd64 ~x86"
 fi
 

diff --git a/x11-libs/libkscreen/libkscreen-9999.ebuild b/x11-libs/libkscreen/libkscreen-9999.ebuild
index af8f422..7b7fe0b 100644
--- a/x11-libs/libkscreen/libkscreen-9999.ebuild
+++ b/x11-libs/libkscreen/libkscreen-9999.ebuild
@@ -9,7 +9,7 @@ if [[ $PV = *9999* ]]; then
 	EGIT_BRANCH="frameworks"
 	KEYWORDS=""
 else
-	SRC_URI="mirror://kde/unstable/plasma/${PV}/src/${P}.tar.xz"
+	SRC_URI="mirror://kde/unstable/plasma/${PV}/${P}.tar.xz"
 	KEYWORDS="~amd64 ~x86"
 fi
 


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

* [gentoo-commits] proj/kde:master commit in: x11-libs/libkscreen/
@ 2015-01-08 13:32 Manuel Rüger
  0 siblings, 0 replies; 20+ messages in thread
From: Manuel Rüger @ 2015-01-08 13:32 UTC (permalink / raw
  To: gentoo-commits

commit:     dd57508d57cfe0d23442e33c2b16409254b555ec
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  8 13:32:28 2015 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Thu Jan  8 13:32:28 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=dd57508d

[x11-libs/libkscreen] KDE4 is maintained in kdelib4 branch

Package-Manager: portage-2.2.15

---
 x11-libs/libkscreen/libkscreen-4.9999.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x11-libs/libkscreen/libkscreen-4.9999.ebuild b/x11-libs/libkscreen/libkscreen-4.9999.ebuild
index 7c1470b..64e2363 100644
--- a/x11-libs/libkscreen/libkscreen-4.9999.ebuild
+++ b/x11-libs/libkscreen/libkscreen-4.9999.ebuild
@@ -5,6 +5,7 @@
 EAPI=5
 
 VIRTUALX_REQUIRED="test"
+EGIT_BRANCH="kdelibs4"
 inherit kde4-base
 
 DESCRIPTION="KDE screen management library"


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

* [gentoo-commits] proj/kde:master commit in: x11-libs/libkscreen/
@ 2015-03-20 21:41 Johannes Huber
  0 siblings, 0 replies; 20+ messages in thread
From: Johannes Huber @ 2015-03-20 21:41 UTC (permalink / raw
  To: gentoo-commits

commit:     e0e25c62b9a0c1967fe59b64235f9b585738ecfa
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 20 21:26:21 2015 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri Mar 20 21:26:21 2015 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=e0e25c62

[x11-libs/libkscreen] Remove

Kdelibs4 version is unmaintained.

Package-Manager: portage-2.2.18

 x11-libs/libkscreen/libkscreen-4.9999.ebuild | 30 ----------------------------
 x11-libs/libkscreen/metadata.xml             |  5 -----
 2 files changed, 35 deletions(-)

diff --git a/x11-libs/libkscreen/libkscreen-4.9999.ebuild b/x11-libs/libkscreen/libkscreen-4.9999.ebuild
deleted file mode 100644
index 64e2363..0000000
--- a/x11-libs/libkscreen/libkscreen-4.9999.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-VIRTUALX_REQUIRED="test"
-EGIT_BRANCH="kdelibs4"
-inherit kde4-base
-
-DESCRIPTION="KDE screen management library"
-HOMEPAGE="https://projects.kde.org/projects/extragear/libs/libkscreen"
-
-LICENSE="GPL-2"
-SLOT="4"
-KEYWORDS=""
-IUSE="debug"
-
-RDEPEND="
-	>=dev-libs/qjson-0.8
-	x11-libs/libX11
-	x11-libs/libxcb
-	x11-libs/libXrandr
-"
-DEPEND="
-	${RDEPEND}
-	test? ( dev-qt/qttest:4 )
-"
-
-RESTRICT="test"

diff --git a/x11-libs/libkscreen/metadata.xml b/x11-libs/libkscreen/metadata.xml
deleted file mode 100644
index a23f444..0000000
--- a/x11-libs/libkscreen/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<herd>kde</herd>
-</pkgmetadata>


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

end of thread, other threads:[~2015-03-20 21:41 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-26 19:05 [gentoo-commits] proj/kde:master commit in: x11-libs/libkscreen/ Michael Palimaka
  -- strict thread matches above, loose matches on Subject: below --
2015-03-20 21:41 Johannes Huber
2015-01-08 13:32 Manuel Rüger
2014-10-01 15:56 Michael Palimaka
2014-09-26 18:33 Michael Palimaka
2014-09-17 16:38 Michael Palimaka
2014-09-12 19:28 Michael Palimaka
2014-08-13 18:27 Johannes Huber
2014-08-12  8:38 Michael Palimaka
2014-07-15 16:16 Michael Palimaka
2014-07-08 18:32 Michael Palimaka
2014-07-07 14:30 Michael Palimaka
2014-05-08 13:06 Johannes Huber
2013-12-14 11:10 Johannes Huber
2013-11-02 12:43 Elias Probst
2013-06-23 10:56 Johannes Huber
2013-06-17 13:16 Manuel Rüger
2013-05-07 19:18 Johannes Huber
2013-01-21 19:54 Elias Probst
2013-01-21 19:54 Elias Probst

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