* [gentoo-commits] proj/kde:master commit in: dev-libs/extra-cmake-modules/
@ 2013-03-11 15:11 Michael Palimaka
0 siblings, 0 replies; 37+ messages in thread
From: Michael Palimaka @ 2013-03-11 15:11 UTC (permalink / raw
To: gentoo-commits
commit: a6699c95723de54563002f033f81fce7dc81d8e0
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 11 15:08:54 2013 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Mar 11 15:10:21 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=a6699c95
[dev-libs/extra-cmake-modules] New package.
Package-Manager: portage-2.1.11.55
---
| 23 ++++++++++++++++++++
| 5 ++++
2 files changed, 28 insertions(+), 0 deletions(-)
--git a/dev-libs/extra-cmake-modules/extra-cmake-modules-9999.ebuild b/dev-libs/extra-cmake-modules/extra-cmake-modules-9999.ebuild
new file mode 100644
index 0000000..5b34d95
--- /dev/null
+++ b/dev-libs/extra-cmake-modules/extra-cmake-modules-9999.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit kde4-base
+
+DESCRIPTION="Extra modules and scripts for CMake"
+HOMEPAGE="http://www.kde.org/"
+
+LICENSE="BSD"
+SLOT=0
+KEYWORDS=""
+IUSE="debug"
+
+RESTRICT="test"
+
+src_prepare() {
+ kde4-base_src_prepare
+
+ sed -e 's|man/man7|share/&|' -i CMakeLists.txt || die
+}
--git a/dev-libs/extra-cmake-modules/metadata.xml b/dev-libs/extra-cmake-modules/metadata.xml
new file mode 100644
index 0000000..a23f444
--- /dev/null
+++ b/dev-libs/extra-cmake-modules/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] 37+ messages in thread
* [gentoo-commits] proj/kde:master commit in: dev-libs/extra-cmake-modules/
@ 2013-09-05 12:11 Michael Palimaka
0 siblings, 0 replies; 37+ messages in thread
From: Michael Palimaka @ 2013-09-05 12:11 UTC (permalink / raw
To: gentoo-commits
commit: e1cdc85bc123113b6b9fb4212effda45ef262185
Author: Uwe L. Korn <uwelk <AT> xhochy <DOT> com>
AuthorDate: Thu Aug 29 17:03:46 2013 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Sep 5 12:06:56 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=e1cdc85b
[dev-libs/extra-cmake-modules] Add ebuild for 0.0.8
---
| 26 ++++++++++++++++++++++
1 file changed, 26 insertions(+)
--git a/dev-libs/extra-cmake-modules/extra-cmake-modules-0.0.8.ebuild b/dev-libs/extra-cmake-modules/extra-cmake-modules-0.0.8.ebuild
new file mode 100644
index 0000000..6c5fc74
--- /dev/null
+++ b/dev-libs/extra-cmake-modules/extra-cmake-modules-0.0.8.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit cmake-utils git-2
+
+DESCRIPTION="Extra modules and scripts for CMake"
+HOMEPAGE="http://www.kde.org/"
+EGIT_REPO_URI="git://anongit.kde.org/${PN}"
+EGIT_COMMIT="cc628694c9e55ffb38fad6e8bfc071fa4e09609b"
+
+LICENSE="BSD"
+SLOT=0
+KEYWORDS=""
+
+DEPEND="
+ >=dev-util/cmake-2.8.11
+"
+RESTRICT="test"
+
+src_prepare() {
+ sed -e 's|man/man7|share/&|' -i CMakeLists.txt || die
+ cmake-utils_src_prepare
+}
^ permalink raw reply related [flat|nested] 37+ messages in thread
* [gentoo-commits] proj/kde:master commit in: dev-libs/extra-cmake-modules/
@ 2013-09-05 12:11 Michael Palimaka
0 siblings, 0 replies; 37+ messages in thread
From: Michael Palimaka @ 2013-09-05 12:11 UTC (permalink / raw
To: gentoo-commits
commit: 4ad57ff3c262eb2dd6364cd3d76213c52309a2b4
Author: Uwe L. Korn <uwelk <AT> xhochy <DOT> com>
AuthorDate: Thu Aug 29 17:03:22 2013 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Sep 5 12:06:56 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=4ad57ff3
[dev-libs/extra-cmake-modules] package should not depend on kdelibs
---
| 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
--git a/dev-libs/extra-cmake-modules/extra-cmake-modules-9999.ebuild b/dev-libs/extra-cmake-modules/extra-cmake-modules-9999.ebuild
index 5b34d95..d3f6e30 100644
--- a/dev-libs/extra-cmake-modules/extra-cmake-modules-9999.ebuild
+++ b/dev-libs/extra-cmake-modules/extra-cmake-modules-9999.ebuild
@@ -4,20 +4,22 @@
EAPI=5
-inherit kde4-base
+inherit cmake-utils git-2
DESCRIPTION="Extra modules and scripts for CMake"
HOMEPAGE="http://www.kde.org/"
+EGIT_REPO_URI="git://anongit.kde.org/${PN}"
LICENSE="BSD"
SLOT=0
KEYWORDS=""
-IUSE="debug"
+DEPEND="
+ >=dev-util/cmake-2.8.11
+"
RESTRICT="test"
src_prepare() {
- kde4-base_src_prepare
-
sed -e 's|man/man7|share/&|' -i CMakeLists.txt || die
+ cmake-utils_src_prepare
}
^ permalink raw reply related [flat|nested] 37+ messages in thread
* [gentoo-commits] proj/kde:master commit in: dev-libs/extra-cmake-modules/
@ 2013-10-13 16:27 Johannes Huber
0 siblings, 0 replies; 37+ messages in thread
From: Johannes Huber @ 2013-10-13 16:27 UTC (permalink / raw
To: gentoo-commits
commit: 345fb31c2884b1f4924ecf9a758ec0ce8b8f9d9c
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 13 18:26:59 2013 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun Oct 13 18:26:59 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=345fb31c
[dev-libs/extra-cmake-modules] Move to git-r3 eclass.
Package-Manager: portage-2.2.7
---
| 4 ++--
| 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
--git a/dev-libs/extra-cmake-modules/extra-cmake-modules-0.0.8.ebuild b/dev-libs/extra-cmake-modules/extra-cmake-modules-0.0.8.ebuild
index 6c5fc74..6ff6602 100644
--- a/dev-libs/extra-cmake-modules/extra-cmake-modules-0.0.8.ebuild
+++ b/dev-libs/extra-cmake-modules/extra-cmake-modules-0.0.8.ebuild
@@ -4,11 +4,11 @@
EAPI=5
-inherit cmake-utils git-2
+inherit cmake-utils git-r3
DESCRIPTION="Extra modules and scripts for CMake"
HOMEPAGE="http://www.kde.org/"
-EGIT_REPO_URI="git://anongit.kde.org/${PN}"
+EGIT_REPO_URI=( "git://anongit.kde.org/${PN}" )
EGIT_COMMIT="cc628694c9e55ffb38fad6e8bfc071fa4e09609b"
LICENSE="BSD"
--git a/dev-libs/extra-cmake-modules/extra-cmake-modules-9999.ebuild b/dev-libs/extra-cmake-modules/extra-cmake-modules-9999.ebuild
index d3f6e30..8165263 100644
--- a/dev-libs/extra-cmake-modules/extra-cmake-modules-9999.ebuild
+++ b/dev-libs/extra-cmake-modules/extra-cmake-modules-9999.ebuild
@@ -4,18 +4,18 @@
EAPI=5
-inherit cmake-utils git-2
+inherit cmake-utils git-r3
DESCRIPTION="Extra modules and scripts for CMake"
HOMEPAGE="http://www.kde.org/"
-EGIT_REPO_URI="git://anongit.kde.org/${PN}"
+EGIT_REPO_URI=( "git://anongit.kde.org/${PN}" )
LICENSE="BSD"
SLOT=0
KEYWORDS=""
DEPEND="
- >=dev-util/cmake-2.8.11
+ >=dev-util/cmake-2.8.12
"
RESTRICT="test"
^ permalink raw reply related [flat|nested] 37+ messages in thread
* [gentoo-commits] proj/kde:master commit in: dev-libs/extra-cmake-modules/
@ 2013-12-20 10:34 Johannes Huber
0 siblings, 0 replies; 37+ messages in thread
From: Johannes Huber @ 2013-12-20 10:34 UTC (permalink / raw
To: gentoo-commits
commit: 369e93400fd601409772446e42f6e2eba8e56692
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 20 09:33:39 2013 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri Dec 20 09:33:39 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=369e9340
[dev-libs/extra-cmake-modules] Update HOMEPAGE
Package-Manager: portage-2.2.7
---
| 2 +-
| 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--git a/dev-libs/extra-cmake-modules/extra-cmake-modules-0.0.8.ebuild b/dev-libs/extra-cmake-modules/extra-cmake-modules-0.0.8.ebuild
index 6ff6602..a2db33d 100644
--- a/dev-libs/extra-cmake-modules/extra-cmake-modules-0.0.8.ebuild
+++ b/dev-libs/extra-cmake-modules/extra-cmake-modules-0.0.8.ebuild
@@ -7,7 +7,7 @@ EAPI=5
inherit cmake-utils git-r3
DESCRIPTION="Extra modules and scripts for CMake"
-HOMEPAGE="http://www.kde.org/"
+HOMEPAGE="https://projects.kde.org/projects/kdesupport/extra-cmake-modules"
EGIT_REPO_URI=( "git://anongit.kde.org/${PN}" )
EGIT_COMMIT="cc628694c9e55ffb38fad6e8bfc071fa4e09609b"
--git a/dev-libs/extra-cmake-modules/extra-cmake-modules-9999.ebuild b/dev-libs/extra-cmake-modules/extra-cmake-modules-9999.ebuild
index 8165263..48155fe 100644
--- a/dev-libs/extra-cmake-modules/extra-cmake-modules-9999.ebuild
+++ b/dev-libs/extra-cmake-modules/extra-cmake-modules-9999.ebuild
@@ -7,7 +7,7 @@ EAPI=5
inherit cmake-utils git-r3
DESCRIPTION="Extra modules and scripts for CMake"
-HOMEPAGE="http://www.kde.org/"
+HOMEPAGE="https://projects.kde.org/projects/kdesupport/extra-cmake-modules"
EGIT_REPO_URI=( "git://anongit.kde.org/${PN}" )
LICENSE="BSD"
^ permalink raw reply related [flat|nested] 37+ messages in thread
* [gentoo-commits] proj/kde:master commit in: dev-libs/extra-cmake-modules/
@ 2014-01-10 7:48 Michael Palimaka
0 siblings, 0 replies; 37+ messages in thread
From: Michael Palimaka @ 2014-01-10 7:48 UTC (permalink / raw
To: gentoo-commits
commit: 8315da4a257a3d8e5f887d4e2da51967e2904eda
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 10 07:47:18 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Jan 10 07:48:21 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=8315da4a
[dev-libs/extra-cmake-modules] Version bump. Tests now pass. Documentation is no longer installed.
Package-Manager: portage-2.2.7
---
| 16 +++++-----------
| 6 ------
2 files changed, 5 insertions(+), 17 deletions(-)
diff --git a/dev-libs/extra-cmake-modules/extra-cmake-modules-0.0.8.ebuild b/dev-libs/extra-cmake-modules/extra-cmake-modules-0.0.9.ebuild
similarity index 50%
rename from dev-libs/extra-cmake-modules/extra-cmake-modules-0.0.8.ebuild
rename to dev-libs/extra-cmake-modules/extra-cmake-modules-0.0.9.ebuild
index a9c6520..761edd3 100644
--- a/dev-libs/extra-cmake-modules/extra-cmake-modules-0.0.8.ebuild
+++ b/dev-libs/extra-cmake-modules/extra-cmake-modules-0.0.9.ebuild
@@ -4,23 +4,17 @@
EAPI=5
-inherit cmake-utils git-r3
+inherit cmake-utils
DESCRIPTION="Extra modules and scripts for CMake"
HOMEPAGE="https://projects.kde.org/projects/kdesupport/extra-cmake-modules"
-EGIT_REPO_URI=( "git://anongit.kde.org/${PN}" )
-EGIT_COMMIT="cc628694c9e55ffb38fad6e8bfc071fa4e09609b"
+SRC_URI="mirror://kde/unstable/frameworks/4.95.0/${P}.tar.xz"
LICENSE="BSD"
SLOT=0
-KEYWORDS=""
+KEYWORDS="~amd64"
DEPEND="
- >=dev-util/cmake-2.8.11
+ app-arch/xz-utils
+ >=dev-util/cmake-2.8.12
"
-RESTRICT="test"
-
-src_prepare() {
- sed -e 's|man/man7|share/&|' -i CMakeLists.txt || die
- cmake-utils_src_prepare
-}
diff --git a/dev-libs/extra-cmake-modules/extra-cmake-modules-9999.ebuild b/dev-libs/extra-cmake-modules/extra-cmake-modules-9999.ebuild
index e3d2878..4bae641 100644
--- a/dev-libs/extra-cmake-modules/extra-cmake-modules-9999.ebuild
+++ b/dev-libs/extra-cmake-modules/extra-cmake-modules-9999.ebuild
@@ -17,9 +17,3 @@ KEYWORDS=""
DEPEND="
>=dev-util/cmake-2.8.12
"
-RESTRICT="test"
-
-src_prepare() {
- sed -e 's|man/man7|share/&|' -i CMakeLists.txt || die
- cmake-utils_src_prepare
-}
^ permalink raw reply related [flat|nested] 37+ messages in thread
* [gentoo-commits] proj/kde:master commit in: dev-libs/extra-cmake-modules/
@ 2014-02-12 11:57 Michael Palimaka
0 siblings, 0 replies; 37+ messages in thread
From: Michael Palimaka @ 2014-02-12 11:57 UTC (permalink / raw
To: gentoo-commits
commit: 8ba57681d26b1b69a739db9fd7fa1af9a5c5ff2c
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 12 11:52:59 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Feb 12 11:52:59 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=8ba57681
[dev-libs/extra-cmake-modules] Version bump.
Package-Manager: portage-2.2.7
---
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/extra-cmake-modules/extra-cmake-modules-0.0.9.ebuild b/dev-libs/extra-cmake-modules/extra-cmake-modules-0.0.10.ebuild
similarity index 85%
rename from dev-libs/extra-cmake-modules/extra-cmake-modules-0.0.9.ebuild
rename to dev-libs/extra-cmake-modules/extra-cmake-modules-0.0.10.ebuild
index 761edd3..35215f2 100644
--- a/dev-libs/extra-cmake-modules/extra-cmake-modules-0.0.9.ebuild
+++ b/dev-libs/extra-cmake-modules/extra-cmake-modules-0.0.10.ebuild
@@ -8,7 +8,7 @@ inherit cmake-utils
DESCRIPTION="Extra modules and scripts for CMake"
HOMEPAGE="https://projects.kde.org/projects/kdesupport/extra-cmake-modules"
-SRC_URI="mirror://kde/unstable/frameworks/4.95.0/${P}.tar.xz"
+SRC_URI="mirror://kde/unstable/frameworks/4.96.0/${P}.tar.xz"
LICENSE="BSD"
SLOT=0
^ permalink raw reply related [flat|nested] 37+ messages in thread
* [gentoo-commits] proj/kde:master commit in: dev-libs/extra-cmake-modules/
@ 2014-03-05 8:10 Michael Palimaka
0 siblings, 0 replies; 37+ messages in thread
From: Michael Palimaka @ 2014-03-05 8:10 UTC (permalink / raw
To: gentoo-commits
commit: 67db91f3e3b0e7a8e66d34b6adfc1ed87595f700
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 5 08:09:59 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Mar 5 08:09:59 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=67db91f3
[dev-libs/extra-cmake-modules] Version bump.
Package-Manager: portage-2.2.7
---
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/extra-cmake-modules/extra-cmake-modules-0.0.10.ebuild b/dev-libs/extra-cmake-modules/extra-cmake-modules-0.0.11.ebuild
similarity index 85%
rename from dev-libs/extra-cmake-modules/extra-cmake-modules-0.0.10.ebuild
rename to dev-libs/extra-cmake-modules/extra-cmake-modules-0.0.11.ebuild
index 35215f2..34a051a 100644
--- a/dev-libs/extra-cmake-modules/extra-cmake-modules-0.0.10.ebuild
+++ b/dev-libs/extra-cmake-modules/extra-cmake-modules-0.0.11.ebuild
@@ -8,7 +8,7 @@ inherit cmake-utils
DESCRIPTION="Extra modules and scripts for CMake"
HOMEPAGE="https://projects.kde.org/projects/kdesupport/extra-cmake-modules"
-SRC_URI="mirror://kde/unstable/frameworks/4.96.0/${P}.tar.xz"
+SRC_URI="mirror://kde/unstable/frameworks/4.97.0/${P}.tar.xz"
LICENSE="BSD"
SLOT=0
^ permalink raw reply related [flat|nested] 37+ messages in thread
* [gentoo-commits] proj/kde:master commit in: dev-libs/extra-cmake-modules/
@ 2014-04-01 14:27 Michael Palimaka
0 siblings, 0 replies; 37+ messages in thread
From: Michael Palimaka @ 2014-04-01 14:27 UTC (permalink / raw
To: gentoo-commits
commit: 0651b4f423058016c013e0f07bbfe03a79d01cd4
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 1 14:27:02 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Apr 1 14:27:02 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=0651b4f4
[dev-libs/extra-cmake-modules] Version bump.
---
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/extra-cmake-modules/extra-cmake-modules-0.0.11.ebuild b/dev-libs/extra-cmake-modules/extra-cmake-modules-0.0.12.ebuild
similarity index 85%
rename from dev-libs/extra-cmake-modules/extra-cmake-modules-0.0.11.ebuild
rename to dev-libs/extra-cmake-modules/extra-cmake-modules-0.0.12.ebuild
index 34a051a..9b37705 100644
--- a/dev-libs/extra-cmake-modules/extra-cmake-modules-0.0.11.ebuild
+++ b/dev-libs/extra-cmake-modules/extra-cmake-modules-0.0.12.ebuild
@@ -8,7 +8,7 @@ inherit cmake-utils
DESCRIPTION="Extra modules and scripts for CMake"
HOMEPAGE="https://projects.kde.org/projects/kdesupport/extra-cmake-modules"
-SRC_URI="mirror://kde/unstable/frameworks/4.97.0/${P}.tar.xz"
+SRC_URI="mirror://kde/unstable/frameworks/4.98.0/${P}.tar.xz"
LICENSE="BSD"
SLOT=0
^ permalink raw reply related [flat|nested] 37+ messages in thread
* [gentoo-commits] proj/kde:master commit in: dev-libs/extra-cmake-modules/
@ 2014-04-18 12:49 Michael Palimaka
0 siblings, 0 replies; 37+ messages in thread
From: Michael Palimaka @ 2014-04-18 12:49 UTC (permalink / raw
To: gentoo-commits
commit: 7ef044d60423e71ab2954b7adfc56758cf705e65
Author: Uwe L. Korn <uwelk <AT> xhochy <DOT> com>
AuthorDate: Fri Apr 18 09:14:39 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Apr 18 12:48:16 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=7ef044d6
[dev-libs/extra-cmake-modules] Add doc USE
Package-Manager: portage-2.2.10
---
| 27 +++++++++++++++++++++-
1 file changed, 26 insertions(+), 1 deletion(-)
--git a/dev-libs/extra-cmake-modules/extra-cmake-modules-9999.ebuild b/dev-libs/extra-cmake-modules/extra-cmake-modules-9999.ebuild
index 4bae641..e226980 100644
--- a/dev-libs/extra-cmake-modules/extra-cmake-modules-9999.ebuild
+++ b/dev-libs/extra-cmake-modules/extra-cmake-modules-9999.ebuild
@@ -4,7 +4,9 @@
EAPI=5
-inherit cmake-utils git-r3
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
+
+inherit cmake-utils git-r3 python-any-r1
DESCRIPTION="Extra modules and scripts for CMake"
HOMEPAGE="https://projects.kde.org/projects/kdesupport/extra-cmake-modules"
@@ -13,7 +15,30 @@ EGIT_REPO_URI=( "git://anongit.kde.org/${PN}" )
LICENSE="BSD"
SLOT=0
KEYWORDS=""
+IUSE="doc"
DEPEND="
>=dev-util/cmake-2.8.12
+ doc? (
+ ${PYTHON_DEPS}
+ $(python_gen_any_dep 'dev-python/sphinx[${PYTHON_USEDEP}]')
+ )
"
+
+python_check_deps() {
+ has_version "dev-python/sphinx[${PYTHON_USEDEP}]"
+}
+
+pkg_setup() {
+ use doc && python-any-r1_pkg_setup
+}
+
+src_configure() {
+ # demos not working
+ local mycmakeargs=(
+ $(cmake-utils_use_build doc HTML_DOCS)
+ $(cmake-utils_use_build doc MAN_DOCS)
+ )
+
+ cmake-utils_src_configure
+}
^ permalink raw reply related [flat|nested] 37+ messages in thread
* [gentoo-commits] proj/kde:master commit in: dev-libs/extra-cmake-modules/
@ 2014-05-01 22:46 Johannes Huber
0 siblings, 0 replies; 37+ messages in thread
From: Johannes Huber @ 2014-05-01 22:46 UTC (permalink / raw
To: gentoo-commits
commit: e221d50346a09f08ae6791c240da7abfeaf036cf
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu May 1 22:29:06 2014 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu May 1 22:29:06 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=e221d503
[dev-libs/extra-cmake-modules] Drop Python 2.6 support
Package-Manager: portage-2.2.10
---
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/dev-libs/extra-cmake-modules/extra-cmake-modules-9999.ebuild b/dev-libs/extra-cmake-modules/extra-cmake-modules-9999.ebuild
index e226980..235f38b 100644
--- a/dev-libs/extra-cmake-modules/extra-cmake-modules-9999.ebuild
+++ b/dev-libs/extra-cmake-modules/extra-cmake-modules-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
inherit cmake-utils git-r3 python-any-r1
^ permalink raw reply related [flat|nested] 37+ messages in thread
* [gentoo-commits] proj/kde:master commit in: dev-libs/extra-cmake-modules/
@ 2014-05-05 9:36 Michael Palimaka
0 siblings, 0 replies; 37+ messages in thread
From: Michael Palimaka @ 2014-05-05 9:36 UTC (permalink / raw
To: gentoo-commits
commit: b8f2691fc74f0c0f85e76c9b2cdc390239aca9f3
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon May 5 09:35:52 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon May 5 09:35:52 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=b8f2691f
[dev-libs/extra-cmake-modules] Version bump.
Package-Manager: portage-2.2.8-r1
---
| 45 ++++++++++++++++++++++
1 file changed, 45 insertions(+)
--git a/dev-libs/extra-cmake-modules/extra-cmake-modules-0.0.13.ebuild b/dev-libs/extra-cmake-modules/extra-cmake-modules-0.0.13.ebuild
new file mode 100644
index 0000000..ec2be14
--- /dev/null
+++ b/dev-libs/extra-cmake-modules/extra-cmake-modules-0.0.13.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
+
+inherit cmake-utils python-any-r1
+
+DESCRIPTION="Extra modules and scripts for CMake"
+HOMEPAGE="https://projects.kde.org/projects/kdesupport/extra-cmake-modules"
+SRC_URI="mirror://kde/unstable/frameworks/4.99.0/${P}.tar.xz"
+
+LICENSE="BSD"
+SLOT=0
+KEYWORDS="~amd64"
+IUSE="doc"
+
+DEPEND="
+ app-arch/xz-utils
+ >=dev-util/cmake-2.8.12
+ doc? (
+ ${PYTHON_DEPS}
+ $(python_gen_any_dep 'dev-python/sphinx[${PYTHON_USEDEP}]')
+ )
+"
+
+python_check_deps() {
+ has_version "dev-python/sphinx[${PYTHON_USEDEP}]"
+}
+
+pkg_setup() {
+ use doc && python-any-r1_pkg_setup
+}
+
+src_configure() {
+ # demos not working
+ local mycmakeargs=(
+ $(cmake-utils_use_build doc HTML_DOCS)
+ $(cmake-utils_use_build doc MAN_DOCS)
+ )
+
+ cmake-utils_src_configure
+}
^ permalink raw reply related [flat|nested] 37+ messages in thread
* [gentoo-commits] proj/kde:master commit in: dev-libs/extra-cmake-modules/
@ 2014-05-08 19:53 Michael Palimaka
0 siblings, 0 replies; 37+ messages in thread
From: Michael Palimaka @ 2014-05-08 19:53 UTC (permalink / raw
To: gentoo-commits
commit: e875783efe25098a92df663e6e40afc8d415ffee
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu May 8 19:49:59 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu May 8 19:52:46 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=e875783e
[dev-libs/extra-cmake-modules] Remove old.
Package-Manager: portage-2.2.8-r1
---
| 20 --------------------
1 file changed, 20 deletions(-)
diff --git a/dev-libs/extra-cmake-modules/extra-cmake-modules-0.0.12.ebuild b/dev-libs/extra-cmake-modules/extra-cmake-modules-0.0.12.ebuild
deleted file mode 100644
index 9b37705..0000000
--- a/dev-libs/extra-cmake-modules/extra-cmake-modules-0.0.12.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-inherit cmake-utils
-
-DESCRIPTION="Extra modules and scripts for CMake"
-HOMEPAGE="https://projects.kde.org/projects/kdesupport/extra-cmake-modules"
-SRC_URI="mirror://kde/unstable/frameworks/4.98.0/${P}.tar.xz"
-
-LICENSE="BSD"
-SLOT=0
-KEYWORDS="~amd64"
-
-DEPEND="
- app-arch/xz-utils
- >=dev-util/cmake-2.8.12
-"
^ permalink raw reply related [flat|nested] 37+ messages in thread
* [gentoo-commits] proj/kde:master commit in: dev-libs/extra-cmake-modules/
@ 2014-06-09 4:42 Alexey Shvetsov
0 siblings, 0 replies; 37+ messages in thread
From: Alexey Shvetsov @ 2014-06-09 4:42 UTC (permalink / raw
To: gentoo-commits
commit: 9aa0523c25c1aa59bb1f7c8f50ea3895faac12c7
Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 9 04:41:59 2014 +0000
Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Mon Jun 9 04:41:59 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=9aa0523c
[dev-libs/extra-cmake-modules] Add ebuild for 4.100.0
Package-Manager: portage-2.2.10
---
| 45 ++++++++++++++++++++++
1 file changed, 45 insertions(+)
--git a/dev-libs/extra-cmake-modules/extra-cmake-modules-0.0.14.ebuild b/dev-libs/extra-cmake-modules/extra-cmake-modules-0.0.14.ebuild
new file mode 100644
index 0000000..1c1d281
--- /dev/null
+++ b/dev-libs/extra-cmake-modules/extra-cmake-modules-0.0.14.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
+
+inherit cmake-utils python-any-r1
+
+DESCRIPTION="Extra modules and scripts for CMake"
+HOMEPAGE="https://projects.kde.org/projects/kdesupport/extra-cmake-modules"
+SRC_URI="mirror://kde/unstable/frameworks/4.100.0/${P}.tar.xz"
+
+LICENSE="BSD"
+SLOT=0
+KEYWORDS="~amd64"
+IUSE="doc"
+
+DEPEND="
+ app-arch/xz-utils
+ >=dev-util/cmake-2.8.12
+ doc? (
+ ${PYTHON_DEPS}
+ $(python_gen_any_dep 'dev-python/sphinx[${PYTHON_USEDEP}]')
+ )
+"
+
+python_check_deps() {
+ has_version "dev-python/sphinx[${PYTHON_USEDEP}]"
+}
+
+pkg_setup() {
+ use doc && python-any-r1_pkg_setup
+}
+
+src_configure() {
+ # demos not working
+ local mycmakeargs=(
+ $(cmake-utils_use_build doc HTML_DOCS)
+ $(cmake-utils_use_build doc MAN_DOCS)
+ )
+
+ cmake-utils_src_configure
+}
^ permalink raw reply related [flat|nested] 37+ messages in thread
* [gentoo-commits] proj/kde:master commit in: dev-libs/extra-cmake-modules/
@ 2014-06-09 10:03 Michael Palimaka
0 siblings, 0 replies; 37+ messages in thread
From: Michael Palimaka @ 2014-06-09 10:03 UTC (permalink / raw
To: gentoo-commits
commit: 3d6cbea09e85bfe903c542eaa519220eb1a0eb0e
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 9 10:03:09 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Jun 9 10:03:09 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=3d6cbea0
[dev-libs/extra-cmake-modules] Remove old.
Package-Manager: portage-2.2.10
---
| 45 ----------------------
1 file changed, 45 deletions(-)
diff --git a/dev-libs/extra-cmake-modules/extra-cmake-modules-0.0.13.ebuild b/dev-libs/extra-cmake-modules/extra-cmake-modules-0.0.13.ebuild
deleted file mode 100644
index ec2be14..0000000
--- a/dev-libs/extra-cmake-modules/extra-cmake-modules-0.0.13.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
-
-inherit cmake-utils python-any-r1
-
-DESCRIPTION="Extra modules and scripts for CMake"
-HOMEPAGE="https://projects.kde.org/projects/kdesupport/extra-cmake-modules"
-SRC_URI="mirror://kde/unstable/frameworks/4.99.0/${P}.tar.xz"
-
-LICENSE="BSD"
-SLOT=0
-KEYWORDS="~amd64"
-IUSE="doc"
-
-DEPEND="
- app-arch/xz-utils
- >=dev-util/cmake-2.8.12
- doc? (
- ${PYTHON_DEPS}
- $(python_gen_any_dep 'dev-python/sphinx[${PYTHON_USEDEP}]')
- )
-"
-
-python_check_deps() {
- has_version "dev-python/sphinx[${PYTHON_USEDEP}]"
-}
-
-pkg_setup() {
- use doc && python-any-r1_pkg_setup
-}
-
-src_configure() {
- # demos not working
- local mycmakeargs=(
- $(cmake-utils_use_build doc HTML_DOCS)
- $(cmake-utils_use_build doc MAN_DOCS)
- )
-
- cmake-utils_src_configure
-}
^ permalink raw reply related [flat|nested] 37+ messages in thread
* [gentoo-commits] proj/kde:master commit in: dev-libs/extra-cmake-modules/
@ 2014-07-02 12:03 Michael Palimaka
0 siblings, 0 replies; 37+ messages in thread
From: Michael Palimaka @ 2014-07-02 12:03 UTC (permalink / raw
To: gentoo-commits
commit: ab9ec39eb9b8ea7ae3c8f711a1a5b823c0de4aed
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 2 11:50:46 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Jul 2 11:50:46 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=ab9ec39e
[dev-libs/extra-cmake-modules] Version bump.
Package-Manager: portage-2.2.10
---
| 45 ++++++++++++++++++++++
1 file changed, 45 insertions(+)
--git a/dev-libs/extra-cmake-modules/extra-cmake-modules-1.0.0.ebuild b/dev-libs/extra-cmake-modules/extra-cmake-modules-1.0.0.ebuild
new file mode 100644
index 0000000..1d27ed1
--- /dev/null
+++ b/dev-libs/extra-cmake-modules/extra-cmake-modules-1.0.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
+
+inherit cmake-utils python-any-r1
+
+DESCRIPTION="Extra modules and scripts for CMake"
+HOMEPAGE="https://projects.kde.org/projects/kdesupport/extra-cmake-modules"
+SRC_URI="mirror://kde/stable/frameworks/5.0.0/${P}.tar.xz"
+
+LICENSE="BSD"
+SLOT=0
+KEYWORDS="~amd64"
+IUSE="doc"
+
+DEPEND="
+ app-arch/xz-utils
+ >=dev-util/cmake-2.8.12
+ doc? (
+ ${PYTHON_DEPS}
+ $(python_gen_any_dep 'dev-python/sphinx[${PYTHON_USEDEP}]')
+ )
+"
+
+python_check_deps() {
+ has_version "dev-python/sphinx[${PYTHON_USEDEP}]"
+}
+
+pkg_setup() {
+ use doc && python-any-r1_pkg_setup
+}
+
+src_configure() {
+ # demos not working
+ local mycmakeargs=(
+ $(cmake-utils_use_build doc HTML_DOCS)
+ $(cmake-utils_use_build doc MAN_DOCS)
+ )
+
+ cmake-utils_src_configure
+}
^ permalink raw reply related [flat|nested] 37+ messages in thread
* [gentoo-commits] proj/kde:master commit in: dev-libs/extra-cmake-modules/
@ 2014-07-02 12:03 Michael Palimaka
0 siblings, 0 replies; 37+ messages in thread
From: Michael Palimaka @ 2014-07-02 12:03 UTC (permalink / raw
To: gentoo-commits
commit: b47ab51daca435caf42a6f18fd3a1a34708a1435
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 2 12:03:41 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Jul 2 12:03:41 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=b47ab51d
[dev-libs/extra-cmake-modules] Remove old comment.
ECM no longer appears to have any demo references.
Package-Manager: portage-2.2.10
---
| 1 -
| 1 -
| 1 -
3 files changed, 3 deletions(-)
--git a/dev-libs/extra-cmake-modules/extra-cmake-modules-0.0.14.ebuild b/dev-libs/extra-cmake-modules/extra-cmake-modules-0.0.14.ebuild
index 1c1d281..9095675 100644
--- a/dev-libs/extra-cmake-modules/extra-cmake-modules-0.0.14.ebuild
+++ b/dev-libs/extra-cmake-modules/extra-cmake-modules-0.0.14.ebuild
@@ -35,7 +35,6 @@ pkg_setup() {
}
src_configure() {
- # demos not working
local mycmakeargs=(
$(cmake-utils_use_build doc HTML_DOCS)
$(cmake-utils_use_build doc MAN_DOCS)
--git a/dev-libs/extra-cmake-modules/extra-cmake-modules-1.0.0.ebuild b/dev-libs/extra-cmake-modules/extra-cmake-modules-1.0.0.ebuild
index 1d27ed1..0cde8c2 100644
--- a/dev-libs/extra-cmake-modules/extra-cmake-modules-1.0.0.ebuild
+++ b/dev-libs/extra-cmake-modules/extra-cmake-modules-1.0.0.ebuild
@@ -35,7 +35,6 @@ pkg_setup() {
}
src_configure() {
- # demos not working
local mycmakeargs=(
$(cmake-utils_use_build doc HTML_DOCS)
$(cmake-utils_use_build doc MAN_DOCS)
--git a/dev-libs/extra-cmake-modules/extra-cmake-modules-9999.ebuild b/dev-libs/extra-cmake-modules/extra-cmake-modules-9999.ebuild
index 235f38b..729befd 100644
--- a/dev-libs/extra-cmake-modules/extra-cmake-modules-9999.ebuild
+++ b/dev-libs/extra-cmake-modules/extra-cmake-modules-9999.ebuild
@@ -34,7 +34,6 @@ pkg_setup() {
}
src_configure() {
- # demos not working
local mycmakeargs=(
$(cmake-utils_use_build doc HTML_DOCS)
$(cmake-utils_use_build doc MAN_DOCS)
^ permalink raw reply related [flat|nested] 37+ messages in thread
* [gentoo-commits] proj/kde:master commit in: dev-libs/extra-cmake-modules/
@ 2014-07-08 18:32 Michael Palimaka
0 siblings, 0 replies; 37+ messages in thread
From: Michael Palimaka @ 2014-07-08 18:32 UTC (permalink / raw
To: gentoo-commits
commit: 049c2dbd88d9fbb0521aad943705d195505d2681
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 8 18:32:39 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Jul 8 18:32:39 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=049c2dbd
[dev-libs/extra-cmake-modules] Remove old.
Package-Manager: portage-2.2.10
---
| 44 ----------------------
1 file changed, 44 deletions(-)
diff --git a/dev-libs/extra-cmake-modules/extra-cmake-modules-0.0.14.ebuild b/dev-libs/extra-cmake-modules/extra-cmake-modules-0.0.14.ebuild
deleted file mode 100644
index 9095675..0000000
--- a/dev-libs/extra-cmake-modules/extra-cmake-modules-0.0.14.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
-
-inherit cmake-utils python-any-r1
-
-DESCRIPTION="Extra modules and scripts for CMake"
-HOMEPAGE="https://projects.kde.org/projects/kdesupport/extra-cmake-modules"
-SRC_URI="mirror://kde/unstable/frameworks/4.100.0/${P}.tar.xz"
-
-LICENSE="BSD"
-SLOT=0
-KEYWORDS="~amd64"
-IUSE="doc"
-
-DEPEND="
- app-arch/xz-utils
- >=dev-util/cmake-2.8.12
- doc? (
- ${PYTHON_DEPS}
- $(python_gen_any_dep 'dev-python/sphinx[${PYTHON_USEDEP}]')
- )
-"
-
-python_check_deps() {
- has_version "dev-python/sphinx[${PYTHON_USEDEP}]"
-}
-
-pkg_setup() {
- use doc && python-any-r1_pkg_setup
-}
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_build doc HTML_DOCS)
- $(cmake-utils_use_build doc MAN_DOCS)
- )
-
- cmake-utils_src_configure
-}
^ permalink raw reply related [flat|nested] 37+ messages in thread
* [gentoo-commits] proj/kde:master commit in: dev-libs/extra-cmake-modules/
@ 2014-08-02 16:59 Michael Palimaka
0 siblings, 0 replies; 37+ messages in thread
From: Michael Palimaka @ 2014-08-02 16:59 UTC (permalink / raw
To: gentoo-commits
commit: a5462d64442b7dfa3a14b357bdb8de6904535d30
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 2 16:58:45 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Aug 2 16:58:45 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=a5462d64
[dev-libs/extra-cmake-modules] Version bump.
Package-Manager: portage-2.2.10
---
| 44 ++++++++++++++++++++++
1 file changed, 44 insertions(+)
--git a/dev-libs/extra-cmake-modules/extra-cmake-modules-1.1.0.ebuild b/dev-libs/extra-cmake-modules/extra-cmake-modules-1.1.0.ebuild
new file mode 100644
index 0000000..0cde8c2
--- /dev/null
+++ b/dev-libs/extra-cmake-modules/extra-cmake-modules-1.1.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
+
+inherit cmake-utils python-any-r1
+
+DESCRIPTION="Extra modules and scripts for CMake"
+HOMEPAGE="https://projects.kde.org/projects/kdesupport/extra-cmake-modules"
+SRC_URI="mirror://kde/stable/frameworks/5.0.0/${P}.tar.xz"
+
+LICENSE="BSD"
+SLOT=0
+KEYWORDS="~amd64"
+IUSE="doc"
+
+DEPEND="
+ app-arch/xz-utils
+ >=dev-util/cmake-2.8.12
+ doc? (
+ ${PYTHON_DEPS}
+ $(python_gen_any_dep 'dev-python/sphinx[${PYTHON_USEDEP}]')
+ )
+"
+
+python_check_deps() {
+ has_version "dev-python/sphinx[${PYTHON_USEDEP}]"
+}
+
+pkg_setup() {
+ use doc && python-any-r1_pkg_setup
+}
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake-utils_use_build doc HTML_DOCS)
+ $(cmake-utils_use_build doc MAN_DOCS)
+ )
+
+ cmake-utils_src_configure
+}
^ permalink raw reply related [flat|nested] 37+ messages in thread
* [gentoo-commits] proj/kde:master commit in: dev-libs/extra-cmake-modules/
@ 2014-08-07 15:21 Johannes Huber
0 siblings, 0 replies; 37+ messages in thread
From: Johannes Huber @ 2014-08-07 15:21 UTC (permalink / raw
To: gentoo-commits
commit: d706aff5744585d1274bfe371a2df58ebdca2bc0
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 7 13:20:50 2014 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Aug 7 13:20:50 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=d706aff5
[dev-libs/extra-cmake-modules] Fix SRC_URI
Package-Manager: portage-2.2.11-r1
---
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/dev-libs/extra-cmake-modules/extra-cmake-modules-1.1.0.ebuild b/dev-libs/extra-cmake-modules/extra-cmake-modules-1.1.0.ebuild
index 0cde8c2..080cfc5 100644
--- a/dev-libs/extra-cmake-modules/extra-cmake-modules-1.1.0.ebuild
+++ b/dev-libs/extra-cmake-modules/extra-cmake-modules-1.1.0.ebuild
@@ -10,7 +10,7 @@ inherit cmake-utils python-any-r1
DESCRIPTION="Extra modules and scripts for CMake"
HOMEPAGE="https://projects.kde.org/projects/kdesupport/extra-cmake-modules"
-SRC_URI="mirror://kde/stable/frameworks/5.0.0/${P}.tar.xz"
+SRC_URI="mirror://kde/stable/frameworks/5.1.0/${P}.tar.xz"
LICENSE="BSD"
SLOT=0
^ permalink raw reply related [flat|nested] 37+ messages in thread
* [gentoo-commits] proj/kde:master commit in: dev-libs/extra-cmake-modules/
@ 2014-09-09 12:08 Michael Palimaka
0 siblings, 0 replies; 37+ messages in thread
From: Michael Palimaka @ 2014-09-09 12:08 UTC (permalink / raw
To: gentoo-commits
commit: a57c28d87580fab4ceaeb65c2853ee87360a9b56
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 9 12:08:00 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Sep 9 12:08:00 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=a57c28d8
[dev-libs/extra-cmake-modules] Version bump.
Package-Manager: portage-2.2.10
---
| 44 ++++++++++++++++++++++
1 file changed, 44 insertions(+)
--git a/dev-libs/extra-cmake-modules/extra-cmake-modules-1.2.0.ebuild b/dev-libs/extra-cmake-modules/extra-cmake-modules-1.2.0.ebuild
new file mode 100644
index 0000000..8ba20c8
--- /dev/null
+++ b/dev-libs/extra-cmake-modules/extra-cmake-modules-1.2.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
+
+inherit cmake-utils python-any-r1
+
+DESCRIPTION="Extra modules and scripts for CMake"
+HOMEPAGE="https://projects.kde.org/projects/kdesupport/extra-cmake-modules"
+SRC_URI="mirror://kde/stable/frameworks/5.2.0/${P}.tar.xz"
+
+LICENSE="BSD"
+SLOT=0
+KEYWORDS="~amd64"
+IUSE="doc"
+
+DEPEND="
+ app-arch/xz-utils
+ >=dev-util/cmake-2.8.12
+ doc? (
+ ${PYTHON_DEPS}
+ $(python_gen_any_dep 'dev-python/sphinx[${PYTHON_USEDEP}]')
+ )
+"
+
+python_check_deps() {
+ has_version "dev-python/sphinx[${PYTHON_USEDEP}]"
+}
+
+pkg_setup() {
+ use doc && python-any-r1_pkg_setup
+}
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake-utils_use_build doc HTML_DOCS)
+ $(cmake-utils_use_build doc MAN_DOCS)
+ )
+
+ cmake-utils_src_configure
+}
^ permalink raw reply related [flat|nested] 37+ messages in thread
* [gentoo-commits] proj/kde:master commit in: dev-libs/extra-cmake-modules/
@ 2014-09-09 12:10 Michael Palimaka
0 siblings, 0 replies; 37+ messages in thread
From: Michael Palimaka @ 2014-09-09 12:10 UTC (permalink / raw
To: gentoo-commits
commit: 1924712d59bea25c861879bea4e4c45d58eb733f
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 9 12:10:19 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Sep 9 12:10:19 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=1924712d
[dev-libs/extra-cmake-modules] Quote SLOT for consistency.
Package-Manager: portage-2.2.10
---
| 2 +-
| 2 +-
| 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
--git a/dev-libs/extra-cmake-modules/extra-cmake-modules-1.1.0.ebuild b/dev-libs/extra-cmake-modules/extra-cmake-modules-1.1.0.ebuild
index 080cfc5..b0b946f 100644
--- a/dev-libs/extra-cmake-modules/extra-cmake-modules-1.1.0.ebuild
+++ b/dev-libs/extra-cmake-modules/extra-cmake-modules-1.1.0.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://projects.kde.org/projects/kdesupport/extra-cmake-modules"
SRC_URI="mirror://kde/stable/frameworks/5.1.0/${P}.tar.xz"
LICENSE="BSD"
-SLOT=0
+SLOT="0"
KEYWORDS="~amd64"
IUSE="doc"
--git a/dev-libs/extra-cmake-modules/extra-cmake-modules-1.2.0.ebuild b/dev-libs/extra-cmake-modules/extra-cmake-modules-1.2.0.ebuild
index 8ba20c8..389b230 100644
--- a/dev-libs/extra-cmake-modules/extra-cmake-modules-1.2.0.ebuild
+++ b/dev-libs/extra-cmake-modules/extra-cmake-modules-1.2.0.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://projects.kde.org/projects/kdesupport/extra-cmake-modules"
SRC_URI="mirror://kde/stable/frameworks/5.2.0/${P}.tar.xz"
LICENSE="BSD"
-SLOT=0
+SLOT="0"
KEYWORDS="~amd64"
IUSE="doc"
--git a/dev-libs/extra-cmake-modules/extra-cmake-modules-9999.ebuild b/dev-libs/extra-cmake-modules/extra-cmake-modules-9999.ebuild
index 729befd..f78cdd8 100644
--- a/dev-libs/extra-cmake-modules/extra-cmake-modules-9999.ebuild
+++ b/dev-libs/extra-cmake-modules/extra-cmake-modules-9999.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://projects.kde.org/projects/kdesupport/extra-cmake-modules"
EGIT_REPO_URI=( "git://anongit.kde.org/${PN}" )
LICENSE="BSD"
-SLOT=0
+SLOT="0"
KEYWORDS=""
IUSE="doc"
^ permalink raw reply related [flat|nested] 37+ messages in thread
* [gentoo-commits] proj/kde:master commit in: dev-libs/extra-cmake-modules/
@ 2014-09-12 18:15 Johannes Huber
0 siblings, 0 replies; 37+ messages in thread
From: Johannes Huber @ 2014-09-12 18:15 UTC (permalink / raw
To: gentoo-commits
commit: e529feae76e953940e0a4c7db1d1b3c5897dbee4
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 12 18:15:12 2014 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri Sep 12 18:15:12 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=e529feae
[dev-libs/extra-cmake-modules] Remove old
Package-Manager: portage-2.2.12
---
| 44 ----------------------
1 file changed, 44 deletions(-)
diff --git a/dev-libs/extra-cmake-modules/extra-cmake-modules-1.1.0.ebuild b/dev-libs/extra-cmake-modules/extra-cmake-modules-1.1.0.ebuild
deleted file mode 100644
index 708e0f6..0000000
--- a/dev-libs/extra-cmake-modules/extra-cmake-modules-1.1.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-
-inherit cmake-utils python-any-r1
-
-DESCRIPTION="Extra modules and scripts for CMake"
-HOMEPAGE="https://projects.kde.org/projects/kdesupport/extra-cmake-modules"
-SRC_URI="mirror://kde/stable/frameworks/5.1.0/${P}.tar.xz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc"
-
-DEPEND="
- app-arch/xz-utils
- >=dev-util/cmake-2.8.12
- doc? (
- ${PYTHON_DEPS}
- $(python_gen_any_dep 'dev-python/sphinx[${PYTHON_USEDEP}]')
- )
-"
-
-python_check_deps() {
- has_version "dev-python/sphinx[${PYTHON_USEDEP}]"
-}
-
-pkg_setup() {
- use doc && python-any-r1_pkg_setup
-}
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_build doc HTML_DOCS)
- $(cmake-utils_use_build doc MAN_DOCS)
- )
-
- cmake-utils_src_configure
-}
^ permalink raw reply related [flat|nested] 37+ messages in thread
* [gentoo-commits] proj/kde:master commit in: dev-libs/extra-cmake-modules/
@ 2014-09-15 12:53 Michael Palimaka
0 siblings, 0 replies; 37+ messages in thread
From: Michael Palimaka @ 2014-09-15 12:53 UTC (permalink / raw
To: gentoo-commits
commit: a7c45fd2b9123003ef7b3ef1c7bdb689a4407ef0
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 15 12:52:23 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Sep 15 12:52:36 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=a7c45fd2
[dev-libs/extra-cmake-modules] Version bump. Remove old.
This solves breakage with -DKDE_INSTALL_USE_QT_SYS_PATHS=ON.
Package-Manager: portage-2.2.10
---
...{extra-cmake-modules-1.2.0.ebuild => extra-cmake-modules-1.2.1.ebuild} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/dev-libs/extra-cmake-modules/extra-cmake-modules-1.2.0.ebuild b/dev-libs/extra-cmake-modules/extra-cmake-modules-1.2.1.ebuild
similarity index 100%
rename from dev-libs/extra-cmake-modules/extra-cmake-modules-1.2.0.ebuild
rename to dev-libs/extra-cmake-modules/extra-cmake-modules-1.2.1.ebuild
^ permalink raw reply [flat|nested] 37+ messages in thread
* [gentoo-commits] proj/kde:master commit in: dev-libs/extra-cmake-modules/
@ 2014-10-04 17:40 Michael Palimaka
0 siblings, 0 replies; 37+ messages in thread
From: Michael Palimaka @ 2014-10-04 17:40 UTC (permalink / raw
To: gentoo-commits
commit: 2c539068187844761cec410c870a0c64210a965a
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 4 17:40:33 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Oct 4 17:40:33 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=2c539068
[dev-libs/extra-cmake-modules] Version bump.
Package-Manager: portage-2.2.12
---
| 44 ++++++++++++++++++++++
1 file changed, 44 insertions(+)
--git a/dev-libs/extra-cmake-modules/extra-cmake-modules-1.3.0.ebuild b/dev-libs/extra-cmake-modules/extra-cmake-modules-1.3.0.ebuild
new file mode 100644
index 0000000..807e3ee
--- /dev/null
+++ b/dev-libs/extra-cmake-modules/extra-cmake-modules-1.3.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+inherit cmake-utils python-any-r1
+
+DESCRIPTION="Extra modules and scripts for CMake"
+HOMEPAGE="https://projects.kde.org/projects/kdesupport/extra-cmake-modules"
+SRC_URI="mirror://kde/stable/frameworks/5.3.0/${P}.tar.xz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc"
+
+DEPEND="
+ app-arch/xz-utils
+ >=dev-util/cmake-2.8.12
+ doc? (
+ ${PYTHON_DEPS}
+ $(python_gen_any_dep 'dev-python/sphinx[${PYTHON_USEDEP}]')
+ )
+"
+
+python_check_deps() {
+ has_version "dev-python/sphinx[${PYTHON_USEDEP}]"
+}
+
+pkg_setup() {
+ use doc && python-any-r1_pkg_setup
+}
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake-utils_use_build doc HTML_DOCS)
+ $(cmake-utils_use_build doc MAN_DOCS)
+ )
+
+ cmake-utils_src_configure
+}
^ permalink raw reply related [flat|nested] 37+ messages in thread
* [gentoo-commits] proj/kde:master commit in: dev-libs/extra-cmake-modules/
@ 2014-10-12 14:37 Michael Palimaka
0 siblings, 0 replies; 37+ messages in thread
From: Michael Palimaka @ 2014-10-12 14:37 UTC (permalink / raw
To: gentoo-commits
commit: 296405ea5574db2c7ecb4644aa49c2dfb2eb9c97
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 12 14:36:37 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Oct 12 14:36:37 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=296405ea
[dev-libs/extra-cmake-modules] Remove old.
Package-Manager: portage-2.2.12
---
| 44 ----------------------
1 file changed, 44 deletions(-)
diff --git a/dev-libs/extra-cmake-modules/extra-cmake-modules-1.2.1.ebuild b/dev-libs/extra-cmake-modules/extra-cmake-modules-1.2.1.ebuild
deleted file mode 100644
index 7ca7316..0000000
--- a/dev-libs/extra-cmake-modules/extra-cmake-modules-1.2.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-
-inherit cmake-utils python-any-r1
-
-DESCRIPTION="Extra modules and scripts for CMake"
-HOMEPAGE="https://projects.kde.org/projects/kdesupport/extra-cmake-modules"
-SRC_URI="mirror://kde/stable/frameworks/5.2.0/${P}.tar.xz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc"
-
-DEPEND="
- app-arch/xz-utils
- >=dev-util/cmake-2.8.12
- doc? (
- ${PYTHON_DEPS}
- $(python_gen_any_dep 'dev-python/sphinx[${PYTHON_USEDEP}]')
- )
-"
-
-python_check_deps() {
- has_version "dev-python/sphinx[${PYTHON_USEDEP}]"
-}
-
-pkg_setup() {
- use doc && python-any-r1_pkg_setup
-}
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_build doc HTML_DOCS)
- $(cmake-utils_use_build doc MAN_DOCS)
- )
-
- cmake-utils_src_configure
-}
^ permalink raw reply related [flat|nested] 37+ messages in thread
* [gentoo-commits] proj/kde:master commit in: dev-libs/extra-cmake-modules/
@ 2014-10-25 15:10 Manuel Rüger
0 siblings, 0 replies; 37+ messages in thread
From: Manuel Rüger @ 2014-10-25 15:10 UTC (permalink / raw
To: gentoo-commits
commit: 67957deadb186de2d24a2dce6ca932985bbc4f28
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 25 15:10:27 2014 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sat Oct 25 15:10:27 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=67957dea
[dev-libs/extra-cmake-modules] Moved to the tree.
Package-Manager: portage-2.2.14
---
| 44 ----------------------
1 file changed, 44 deletions(-)
diff --git a/dev-libs/extra-cmake-modules/extra-cmake-modules-1.3.0.ebuild b/dev-libs/extra-cmake-modules/extra-cmake-modules-1.3.0.ebuild
deleted file mode 100644
index 807e3ee..0000000
--- a/dev-libs/extra-cmake-modules/extra-cmake-modules-1.3.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-
-inherit cmake-utils python-any-r1
-
-DESCRIPTION="Extra modules and scripts for CMake"
-HOMEPAGE="https://projects.kde.org/projects/kdesupport/extra-cmake-modules"
-SRC_URI="mirror://kde/stable/frameworks/5.3.0/${P}.tar.xz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc"
-
-DEPEND="
- app-arch/xz-utils
- >=dev-util/cmake-2.8.12
- doc? (
- ${PYTHON_DEPS}
- $(python_gen_any_dep 'dev-python/sphinx[${PYTHON_USEDEP}]')
- )
-"
-
-python_check_deps() {
- has_version "dev-python/sphinx[${PYTHON_USEDEP}]"
-}
-
-pkg_setup() {
- use doc && python-any-r1_pkg_setup
-}
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_build doc HTML_DOCS)
- $(cmake-utils_use_build doc MAN_DOCS)
- )
-
- cmake-utils_src_configure
-}
^ permalink raw reply related [flat|nested] 37+ messages in thread
* [gentoo-commits] proj/kde:master commit in: dev-libs/extra-cmake-modules/
@ 2014-11-06 14:13 Manuel Rüger
0 siblings, 0 replies; 37+ messages in thread
From: Manuel Rüger @ 2014-11-06 14:13 UTC (permalink / raw
To: gentoo-commits
commit: b14aa048dc14777d376e9dcc4977b9bbc5781b20
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 6 14:12:37 2014 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Thu Nov 6 14:12:37 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=b14aa048
[dev-libs/extra-cmake-modules] Version bump.
Package-Manager: portage-2.2.14
---
| 44 ++++++++++++++++++++++
1 file changed, 44 insertions(+)
--git a/dev-libs/extra-cmake-modules/extra-cmake-modules-1.4.0.ebuild b/dev-libs/extra-cmake-modules/extra-cmake-modules-1.4.0.ebuild
new file mode 100644
index 0000000..aec8a02
--- /dev/null
+++ b/dev-libs/extra-cmake-modules/extra-cmake-modules-1.4.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/extra-cmake-modules/extra-cmake-modules-1.3.0.ebuild,v 1.1 2014/10/15 13:21:02 kensington Exp $
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+inherit cmake-utils python-any-r1
+
+DESCRIPTION="Extra modules and scripts for CMake"
+HOMEPAGE="https://projects.kde.org/projects/kdesupport/extra-cmake-modules"
+SRC_URI="mirror://kde/stable/frameworks/5.4/${P}.tar.xz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc"
+
+DEPEND="
+ app-arch/xz-utils
+ >=dev-util/cmake-2.8.12
+ doc? (
+ ${PYTHON_DEPS}
+ $(python_gen_any_dep 'dev-python/sphinx[${PYTHON_USEDEP}]')
+ )
+"
+
+python_check_deps() {
+ has_version "dev-python/sphinx[${PYTHON_USEDEP}]"
+}
+
+pkg_setup() {
+ use doc && python-any-r1_pkg_setup
+}
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake-utils_use_build doc HTML_DOCS)
+ $(cmake-utils_use_build doc MAN_DOCS)
+ )
+
+ cmake-utils_src_configure
+}
^ permalink raw reply related [flat|nested] 37+ messages in thread
* [gentoo-commits] proj/kde:master commit in: dev-libs/extra-cmake-modules/
@ 2014-11-14 11:03 Manuel Rüger
0 siblings, 0 replies; 37+ messages in thread
From: Manuel Rüger @ 2014-11-14 11:03 UTC (permalink / raw
To: gentoo-commits
commit: 786147014686d41aa9b5539b0ae06ea7e27cafe3
Author: Manuel Rüger <manuel <AT> rueg <DOT> eu>
AuthorDate: Fri Nov 14 11:02:37 2014 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Fri Nov 14 11:02:37 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=78614701
[dev-libs/extra-cmake-modules] Moved to the tree.
Package-Manager: portage-2.2.14
---
| 44 ----------------------
1 file changed, 44 deletions(-)
diff --git a/dev-libs/extra-cmake-modules/extra-cmake-modules-1.4.0.ebuild b/dev-libs/extra-cmake-modules/extra-cmake-modules-1.4.0.ebuild
deleted file mode 100644
index aec8a02..0000000
--- a/dev-libs/extra-cmake-modules/extra-cmake-modules-1.4.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/extra-cmake-modules/extra-cmake-modules-1.3.0.ebuild,v 1.1 2014/10/15 13:21:02 kensington Exp $
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-
-inherit cmake-utils python-any-r1
-
-DESCRIPTION="Extra modules and scripts for CMake"
-HOMEPAGE="https://projects.kde.org/projects/kdesupport/extra-cmake-modules"
-SRC_URI="mirror://kde/stable/frameworks/5.4/${P}.tar.xz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc"
-
-DEPEND="
- app-arch/xz-utils
- >=dev-util/cmake-2.8.12
- doc? (
- ${PYTHON_DEPS}
- $(python_gen_any_dep 'dev-python/sphinx[${PYTHON_USEDEP}]')
- )
-"
-
-python_check_deps() {
- has_version "dev-python/sphinx[${PYTHON_USEDEP}]"
-}
-
-pkg_setup() {
- use doc && python-any-r1_pkg_setup
-}
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_build doc HTML_DOCS)
- $(cmake-utils_use_build doc MAN_DOCS)
- )
-
- cmake-utils_src_configure
-}
^ permalink raw reply related [flat|nested] 37+ messages in thread
* [gentoo-commits] proj/kde:master commit in: dev-libs/extra-cmake-modules/
@ 2014-12-06 17:46 Michael Palimaka
0 siblings, 0 replies; 37+ messages in thread
From: Michael Palimaka @ 2014-12-06 17:46 UTC (permalink / raw
To: gentoo-commits
commit: 98c768ec5e2d28676bc84be560a60fff63817d4f
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 6 17:46:46 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Dec 6 17:46:46 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=98c768ec
[dev-libs/extra-cmake-modules] Version bump.
Package-Manager: portage-2.2.15
---
| 44 ++++++++++++++++++++++
1 file changed, 44 insertions(+)
--git a/dev-libs/extra-cmake-modules/extra-cmake-modules-1.5.0.ebuild b/dev-libs/extra-cmake-modules/extra-cmake-modules-1.5.0.ebuild
new file mode 100644
index 0000000..727e9cc
--- /dev/null
+++ b/dev-libs/extra-cmake-modules/extra-cmake-modules-1.5.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+inherit cmake-utils python-any-r1
+
+DESCRIPTION="Extra modules and scripts for CMake"
+HOMEPAGE="https://projects.kde.org/projects/kdesupport/extra-cmake-modules"
+SRC_URI="mirror://kde/stable/frameworks/5.4/${P}.tar.xz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc"
+
+DEPEND="
+ app-arch/xz-utils
+ >=dev-util/cmake-2.8.12
+ doc? (
+ ${PYTHON_DEPS}
+ $(python_gen_any_dep 'dev-python/sphinx[${PYTHON_USEDEP}]')
+ )
+"
+
+python_check_deps() {
+ has_version "dev-python/sphinx[${PYTHON_USEDEP}]"
+}
+
+pkg_setup() {
+ use doc && python-any-r1_pkg_setup
+}
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake-utils_use_build doc HTML_DOCS)
+ $(cmake-utils_use_build doc MAN_DOCS)
+ )
+
+ cmake-utils_src_configure
+}
^ permalink raw reply related [flat|nested] 37+ messages in thread
* [gentoo-commits] proj/kde:master commit in: dev-libs/extra-cmake-modules/
@ 2014-12-12 20:37 Manuel Rüger
0 siblings, 0 replies; 37+ messages in thread
From: Manuel Rüger @ 2014-12-12 20:37 UTC (permalink / raw
To: gentoo-commits
commit: 0e963256bd33fc045b179115d63ecaa469d90d95
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 12 20:36:50 2014 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Fri Dec 12 20:36:50 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=0e963256
[dev-libs/extra-cmake-modules] Fix SRC_URI
Package-Manager: portage-2.2.15
---
| 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
--git a/dev-libs/extra-cmake-modules/extra-cmake-modules-1.5.0.ebuild b/dev-libs/extra-cmake-modules/extra-cmake-modules-1.5.0.ebuild
index 727e9cc..cd7a1f8 100644
--- a/dev-libs/extra-cmake-modules/extra-cmake-modules-1.5.0.ebuild
+++ b/dev-libs/extra-cmake-modules/extra-cmake-modules-1.5.0.ebuild
@@ -6,11 +6,13 @@ EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-inherit cmake-utils python-any-r1
+inherit versionator cmake-utils python-any-r1
+
+FRAMEWORKS_DIR=5.$(get_version_component_range 2)
DESCRIPTION="Extra modules and scripts for CMake"
HOMEPAGE="https://projects.kde.org/projects/kdesupport/extra-cmake-modules"
-SRC_URI="mirror://kde/stable/frameworks/5.4/${P}.tar.xz"
+SRC_URI="mirror://kde/stable/frameworks/${FRAMEWORKS_DIR}/${P}.tar.xz"
LICENSE="BSD"
SLOT="0"
^ permalink raw reply related [flat|nested] 37+ messages in thread
* [gentoo-commits] proj/kde:master commit in: dev-libs/extra-cmake-modules/
@ 2014-12-17 21:30 Manuel Rüger
0 siblings, 0 replies; 37+ messages in thread
From: Manuel Rüger @ 2014-12-17 21:30 UTC (permalink / raw
To: gentoo-commits
commit: 2be39c592cdee32dbc3e6f768e1dc967fed4fdae
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 17 21:30:23 2014 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Wed Dec 17 21:30:23 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=2be39c59
[dev-libs/extra-cmake-modules] Moved to the tree.
Package-Manager: portage-2.2.15
---
| 46 ----------------------
1 file changed, 46 deletions(-)
diff --git a/dev-libs/extra-cmake-modules/extra-cmake-modules-1.5.0.ebuild b/dev-libs/extra-cmake-modules/extra-cmake-modules-1.5.0.ebuild
deleted file mode 100644
index cd7a1f8..0000000
--- a/dev-libs/extra-cmake-modules/extra-cmake-modules-1.5.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-
-inherit versionator cmake-utils python-any-r1
-
-FRAMEWORKS_DIR=5.$(get_version_component_range 2)
-
-DESCRIPTION="Extra modules and scripts for CMake"
-HOMEPAGE="https://projects.kde.org/projects/kdesupport/extra-cmake-modules"
-SRC_URI="mirror://kde/stable/frameworks/${FRAMEWORKS_DIR}/${P}.tar.xz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc"
-
-DEPEND="
- app-arch/xz-utils
- >=dev-util/cmake-2.8.12
- doc? (
- ${PYTHON_DEPS}
- $(python_gen_any_dep 'dev-python/sphinx[${PYTHON_USEDEP}]')
- )
-"
-
-python_check_deps() {
- has_version "dev-python/sphinx[${PYTHON_USEDEP}]"
-}
-
-pkg_setup() {
- use doc && python-any-r1_pkg_setup
-}
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_build doc HTML_DOCS)
- $(cmake-utils_use_build doc MAN_DOCS)
- )
-
- cmake-utils_src_configure
-}
^ permalink raw reply related [flat|nested] 37+ messages in thread
* [gentoo-commits] proj/kde:master commit in: dev-libs/extra-cmake-modules/
@ 2015-01-05 14:20 Manuel Rüger
0 siblings, 0 replies; 37+ messages in thread
From: Manuel Rüger @ 2015-01-05 14:20 UTC (permalink / raw
To: gentoo-commits
commit: dc98778ef1395f713b232f74277eeed0e7e9f9df
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 5 14:19:42 2015 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Mon Jan 5 14:19:42 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=dc98778e
[dev-libs/extra-cmake-modules] Version bump.
---
| 46 ++++++++++++++++++++++
1 file changed, 46 insertions(+)
--git a/dev-libs/extra-cmake-modules/extra-cmake-modules-1.6.0.ebuild b/dev-libs/extra-cmake-modules/extra-cmake-modules-1.6.0.ebuild
new file mode 100644
index 0000000..06aaee1
--- /dev/null
+++ b/dev-libs/extra-cmake-modules/extra-cmake-modules-1.6.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/extra-cmake-modules/extra-cmake-modules-1.5.0.ebuild,v 1.1 2014/12/17 21:26:24 mrueg Exp $
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+inherit versionator cmake-utils python-any-r1
+
+FRAMEWORKS_DIR=5.$(get_version_component_range 2)
+
+DESCRIPTION="Extra modules and scripts for CMake"
+HOMEPAGE="https://projects.kde.org/projects/kdesupport/extra-cmake-modules"
+SRC_URI="mirror://kde/stable/frameworks/${FRAMEWORKS_DIR}/${P}.tar.xz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc"
+
+DEPEND="
+ app-arch/xz-utils
+ >=dev-util/cmake-2.8.12
+ doc? (
+ ${PYTHON_DEPS}
+ $(python_gen_any_dep 'dev-python/sphinx[${PYTHON_USEDEP}]')
+ )
+"
+
+python_check_deps() {
+ has_version "dev-python/sphinx[${PYTHON_USEDEP}]"
+}
+
+pkg_setup() {
+ use doc && python-any-r1_pkg_setup
+}
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake-utils_use_build doc HTML_DOCS)
+ $(cmake-utils_use_build doc MAN_DOCS)
+ )
+
+ cmake-utils_src_configure
+}
^ permalink raw reply related [flat|nested] 37+ messages in thread
* [gentoo-commits] proj/kde:master commit in: dev-libs/extra-cmake-modules/
@ 2015-01-09 18:38 Manuel Rüger
0 siblings, 0 replies; 37+ messages in thread
From: Manuel Rüger @ 2015-01-09 18:38 UTC (permalink / raw
To: gentoo-commits
commit: ec1273e4c3b7caa59750dc7e5748bb1de4ca5b1a
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 9 18:30:06 2015 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Fri Jan 9 18:30:06 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=ec1273e4
[dev-libs/extra-cmake-modules] Moved to the tree.
---
| 46 ----------------------
1 file changed, 46 deletions(-)
diff --git a/dev-libs/extra-cmake-modules/extra-cmake-modules-1.6.0.ebuild b/dev-libs/extra-cmake-modules/extra-cmake-modules-1.6.0.ebuild
deleted file mode 100644
index 06aaee1..0000000
--- a/dev-libs/extra-cmake-modules/extra-cmake-modules-1.6.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/extra-cmake-modules/extra-cmake-modules-1.5.0.ebuild,v 1.1 2014/12/17 21:26:24 mrueg Exp $
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-
-inherit versionator cmake-utils python-any-r1
-
-FRAMEWORKS_DIR=5.$(get_version_component_range 2)
-
-DESCRIPTION="Extra modules and scripts for CMake"
-HOMEPAGE="https://projects.kde.org/projects/kdesupport/extra-cmake-modules"
-SRC_URI="mirror://kde/stable/frameworks/${FRAMEWORKS_DIR}/${P}.tar.xz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc"
-
-DEPEND="
- app-arch/xz-utils
- >=dev-util/cmake-2.8.12
- doc? (
- ${PYTHON_DEPS}
- $(python_gen_any_dep 'dev-python/sphinx[${PYTHON_USEDEP}]')
- )
-"
-
-python_check_deps() {
- has_version "dev-python/sphinx[${PYTHON_USEDEP}]"
-}
-
-pkg_setup() {
- use doc && python-any-r1_pkg_setup
-}
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_build doc HTML_DOCS)
- $(cmake-utils_use_build doc MAN_DOCS)
- )
-
- cmake-utils_src_configure
-}
^ permalink raw reply related [flat|nested] 37+ messages in thread
* [gentoo-commits] proj/kde:master commit in: dev-libs/extra-cmake-modules/
@ 2015-02-12 23:29 Johannes Huber
0 siblings, 0 replies; 37+ messages in thread
From: Johannes Huber @ 2015-02-12 23:29 UTC (permalink / raw
To: gentoo-commits
commit: f894b53b5a89157b1a880e2ff5e3cae70192f6fe
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 12 23:24:11 2015 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Feb 12 23:24:11 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=f894b53b
[dev-libs/extra-cmake-modules] Version bump
Package-Manager: portage-2.2.17
---
| 46 ++++++++++++++++++++++
1 file changed, 46 insertions(+)
--git a/dev-libs/extra-cmake-modules/extra-cmake-modules-1.7.0.ebuild b/dev-libs/extra-cmake-modules/extra-cmake-modules-1.7.0.ebuild
new file mode 100644
index 0000000..87f9c08
--- /dev/null
+++ b/dev-libs/extra-cmake-modules/extra-cmake-modules-1.7.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+inherit versionator cmake-utils python-any-r1
+
+FRAMEWORKS_DIR=5.$(get_version_component_range 2)
+
+DESCRIPTION="Extra modules and scripts for CMake"
+HOMEPAGE="https://projects.kde.org/projects/kdesupport/extra-cmake-modules"
+SRC_URI="mirror://kde/stable/frameworks/${FRAMEWORKS_DIR}/${P}.tar.xz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc"
+
+DEPEND="
+ app-arch/xz-utils
+ >=dev-util/cmake-2.8.12
+ doc? (
+ ${PYTHON_DEPS}
+ $(python_gen_any_dep 'dev-python/sphinx[${PYTHON_USEDEP}]')
+ )
+"
+
+python_check_deps() {
+ has_version "dev-python/sphinx[${PYTHON_USEDEP}]"
+}
+
+pkg_setup() {
+ use doc && python-any-r1_pkg_setup
+}
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake-utils_use_build doc HTML_DOCS)
+ $(cmake-utils_use_build doc MAN_DOCS)
+ )
+
+ cmake-utils_src_configure
+}
^ permalink raw reply related [flat|nested] 37+ messages in thread
* [gentoo-commits] proj/kde:master commit in: dev-libs/extra-cmake-modules/
@ 2015-02-14 21:41 Johannes Huber
0 siblings, 0 replies; 37+ messages in thread
From: Johannes Huber @ 2015-02-14 21:41 UTC (permalink / raw
To: gentoo-commits
commit: 8b74f25d36fb90898ddf34807ecce77b89f556df
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 14 21:41:32 2015 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat Feb 14 21:41:32 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=8b74f25d
[dev-libs/extra-cmake-modules] Moved to tree
Package-Manager: portage-2.2.17
---
| 46 ----------------------
1 file changed, 46 deletions(-)
diff --git a/dev-libs/extra-cmake-modules/extra-cmake-modules-1.7.0.ebuild b/dev-libs/extra-cmake-modules/extra-cmake-modules-1.7.0.ebuild
deleted file mode 100644
index 87f9c08..0000000
--- a/dev-libs/extra-cmake-modules/extra-cmake-modules-1.7.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-
-inherit versionator cmake-utils python-any-r1
-
-FRAMEWORKS_DIR=5.$(get_version_component_range 2)
-
-DESCRIPTION="Extra modules and scripts for CMake"
-HOMEPAGE="https://projects.kde.org/projects/kdesupport/extra-cmake-modules"
-SRC_URI="mirror://kde/stable/frameworks/${FRAMEWORKS_DIR}/${P}.tar.xz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc"
-
-DEPEND="
- app-arch/xz-utils
- >=dev-util/cmake-2.8.12
- doc? (
- ${PYTHON_DEPS}
- $(python_gen_any_dep 'dev-python/sphinx[${PYTHON_USEDEP}]')
- )
-"
-
-python_check_deps() {
- has_version "dev-python/sphinx[${PYTHON_USEDEP}]"
-}
-
-pkg_setup() {
- use doc && python-any-r1_pkg_setup
-}
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_build doc HTML_DOCS)
- $(cmake-utils_use_build doc MAN_DOCS)
- )
-
- cmake-utils_src_configure
-}
^ permalink raw reply related [flat|nested] 37+ messages in thread
* [gentoo-commits] proj/kde:master commit in: dev-libs/extra-cmake-modules/
@ 2015-03-18 12:14 Manuel Rüger
0 siblings, 0 replies; 37+ messages in thread
From: Manuel Rüger @ 2015-03-18 12:14 UTC (permalink / raw
To: gentoo-commits
commit: 8bff889c9788669fb1086ddac3e8e17242f34680
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 18 12:13:40 2015 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Wed Mar 18 12:13:40 2015 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8bff889c
[dev-libs/extra-cmake-modules] Moved to gentoo-x86.
Package-Manager: portage-2.2.18
| 46 ----------------------
1 file changed, 46 deletions(-)
diff --git a/dev-libs/extra-cmake-modules/extra-cmake-modules-1.8.0.ebuild b/dev-libs/extra-cmake-modules/extra-cmake-modules-1.8.0.ebuild
deleted file mode 100644
index 87f9c08..0000000
--- a/dev-libs/extra-cmake-modules/extra-cmake-modules-1.8.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-
-inherit versionator cmake-utils python-any-r1
-
-FRAMEWORKS_DIR=5.$(get_version_component_range 2)
-
-DESCRIPTION="Extra modules and scripts for CMake"
-HOMEPAGE="https://projects.kde.org/projects/kdesupport/extra-cmake-modules"
-SRC_URI="mirror://kde/stable/frameworks/${FRAMEWORKS_DIR}/${P}.tar.xz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc"
-
-DEPEND="
- app-arch/xz-utils
- >=dev-util/cmake-2.8.12
- doc? (
- ${PYTHON_DEPS}
- $(python_gen_any_dep 'dev-python/sphinx[${PYTHON_USEDEP}]')
- )
-"
-
-python_check_deps() {
- has_version "dev-python/sphinx[${PYTHON_USEDEP}]"
-}
-
-pkg_setup() {
- use doc && python-any-r1_pkg_setup
-}
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_build doc HTML_DOCS)
- $(cmake-utils_use_build doc MAN_DOCS)
- )
-
- cmake-utils_src_configure
-}
^ permalink raw reply related [flat|nested] 37+ messages in thread
end of thread, other threads:[~2015-03-18 12:14 UTC | newest]
Thread overview: 37+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-17 21:30 [gentoo-commits] proj/kde:master commit in: dev-libs/extra-cmake-modules/ Manuel Rüger
-- strict thread matches above, loose matches on Subject: below --
2015-03-18 12:14 Manuel Rüger
2015-02-14 21:41 Johannes Huber
2015-02-12 23:29 Johannes Huber
2015-01-09 18:38 Manuel Rüger
2015-01-05 14:20 Manuel Rüger
2014-12-12 20:37 Manuel Rüger
2014-12-06 17:46 Michael Palimaka
2014-11-14 11:03 Manuel Rüger
2014-11-06 14:13 Manuel Rüger
2014-10-25 15:10 Manuel Rüger
2014-10-12 14:37 Michael Palimaka
2014-10-04 17:40 Michael Palimaka
2014-09-15 12:53 Michael Palimaka
2014-09-12 18:15 Johannes Huber
2014-09-09 12:10 Michael Palimaka
2014-09-09 12:08 Michael Palimaka
2014-08-07 15:21 Johannes Huber
2014-08-02 16:59 Michael Palimaka
2014-07-08 18:32 Michael Palimaka
2014-07-02 12:03 Michael Palimaka
2014-07-02 12:03 Michael Palimaka
2014-06-09 10:03 Michael Palimaka
2014-06-09 4:42 Alexey Shvetsov
2014-05-08 19:53 Michael Palimaka
2014-05-05 9:36 Michael Palimaka
2014-05-01 22:46 Johannes Huber
2014-04-18 12:49 Michael Palimaka
2014-04-01 14:27 Michael Palimaka
2014-03-05 8:10 Michael Palimaka
2014-02-12 11:57 Michael Palimaka
2014-01-10 7:48 Michael Palimaka
2013-12-20 10:34 Johannes Huber
2013-10-13 16:27 Johannes Huber
2013-09-05 12:11 Michael Palimaka
2013-09-05 12:11 Michael Palimaka
2013-03-11 15:11 Michael Palimaka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox