* [gentoo-commits] proj/kde:master commit in: kde-base/kate/
@ 2011-02-09 0:23 Steffen Stramm
0 siblings, 0 replies; 26+ messages in thread
From: Steffen Stramm @ 2011-02-09 0:23 UTC (permalink / raw
To: gentoo-commits
commit: 8d1ac7d1bd1050c594bc30b3970c7833df07ae2b
Author: krytzz <krytzz <AT> soylent <DOT> eu>
AuthorDate: Wed Feb 9 00:20:52 2011 +0000
Commit: Steffen Stramm <krytzz <AT> soylent <DOT> eu>
CommitDate: Wed Feb 9 00:20:52 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=8d1ac7d1
[kde-base/kate] now use git repo
---
kde-base/kate/kate-9999.ebuild | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/kde-base/kate/kate-9999.ebuild b/kde-base/kate/kate-9999.ebuild
index 777b5c4..8ca74bd 100644
--- a/kde-base/kate/kate-9999.ebuild
+++ b/kde-base/kate/kate-9999.ebuild
@@ -5,7 +5,8 @@
EAPI=3
KDE_HANDBOOK="optional"
-KMNAME="kdesdk"
+KMNAME="kate"
+KDE_SCM="git"
inherit kde4-meta
DESCRIPTION="Kate is an MDI texteditor."
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/kate/
@ 2011-02-09 14:21 Steffen Stramm
0 siblings, 0 replies; 26+ messages in thread
From: Steffen Stramm @ 2011-02-09 14:21 UTC (permalink / raw
To: gentoo-commits
commit: b937b216da69219f85c3633eadb1edd81c357ac6
Author: krytzz <krytzz <AT> soylent <DOT> eu>
AuthorDate: Wed Feb 9 14:21:37 2011 +0000
Commit: Steffen Stramm <krytzz <AT> soylent <DOT> eu>
CommitDate: Wed Feb 9 14:21:37 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=b937b216
[kde-base/kate] make it work again with release tarballs
---
kde-base/kate/kate-9999.ebuild | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/kde-base/kate/kate-9999.ebuild b/kde-base/kate/kate-9999.ebuild
index 8ca74bd..eb0ff12 100644
--- a/kde-base/kate/kate-9999.ebuild
+++ b/kde-base/kate/kate-9999.ebuild
@@ -5,7 +5,8 @@
EAPI=3
KDE_HANDBOOK="optional"
-KMNAME="kate"
+KMNAME="kdesdk"
+[[ ${PV} = 9999* ]] && KMNAME="kate"
KDE_SCM="git"
inherit kde4-meta
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/kate/
@ 2011-05-26 11:28 Jorge Manuel B. S. Vicetto
0 siblings, 0 replies; 26+ messages in thread
From: Jorge Manuel B. S. Vicetto @ 2011-05-26 11:28 UTC (permalink / raw
To: gentoo-commits
commit: 39d0b578cb8eee0fbce72e59474689b2b18bab30
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo <DOT> org>
AuthorDate: Thu May 26 11:21:14 2011 +0000
Commit: Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
CommitDate: Thu May 26 11:21:14 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=39d0b578
[kde-base/kate] 4.6.80 version bump.
(Portage version: 2.2.0_alpha35/git/Linux x86_64, signed Manifest commit with key BB0E6E98)
---
kde-base/kate/kate-4.6.80.ebuild | 39 ++++++++++++++++++++++++++++++++++++++
1 files changed, 39 insertions(+), 0 deletions(-)
diff --git a/kde-base/kate/kate-4.6.80.ebuild b/kde-base/kate/kate-4.6.80.ebuild
new file mode 100644
index 0000000..c93823f
--- /dev/null
+++ b/kde-base/kate/kate-4.6.80.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="4"
+
+KDE_HANDBOOK="optional"
+KMNAME="kate"
+KDE_SCM="git"
+inherit kde4-meta
+
+DESCRIPTION="Kate is an MDI texteditor."
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug +plasma"
+
+DEPEND="
+ dev-libs/libxml2
+ dev-libs/libxslt
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ mycmakeargs=(
+ $(cmake-utils_use_with plasma)
+ )
+
+ kde4-meta_src_configure
+}
+
+pkg_postinst() {
+ kde4-meta_pkg_postinst
+
+ if ! has_version kde-base/kaddressbook:${SLOT}; then
+ echo
+ elog "File templates plugin requires kde-base/kaddressbook:${SLOT}."
+ elog "Please install it if you plan to use this plugin."
+ echo
+ fi
+}
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/kate/
@ 2011-05-29 18:02 Jonathan Callen
0 siblings, 0 replies; 26+ messages in thread
From: Jonathan Callen @ 2011-05-29 18:02 UTC (permalink / raw
To: gentoo-commits
commit: bc8072114344ecf8294df4377b66e611a3bb4b95
Author: Jonathan Callen <abcd <AT> gentoo <DOT> org>
AuthorDate: Sun May 29 18:01:29 2011 +0000
Commit: Jonathan Callen <abcd <AT> gentoo <DOT> org>
CommitDate: Sun May 29 18:01:29 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=bc807211
[kde-base/kate] Add dep on katepart
(Portage version: 2.2.0_alpha35/git/Linux x86_64, signed Manifest commit with key 229E5838)
---
kde-base/kate/kate-4.6.80.ebuild | 4 +++-
kde-base/kate/kate-9999.ebuild | 4 +++-
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/kde-base/kate/kate-4.6.80.ebuild b/kde-base/kate/kate-4.6.80.ebuild
index c93823f..d6dd7df 100644
--- a/kde-base/kate/kate-4.6.80.ebuild
+++ b/kde-base/kate/kate-4.6.80.ebuild
@@ -17,7 +17,9 @@ DEPEND="
dev-libs/libxml2
dev-libs/libxslt
"
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+ $(add_kdebase_dep katepart)
+"
src_configure() {
mycmakeargs=(
diff --git a/kde-base/kate/kate-9999.ebuild b/kde-base/kate/kate-9999.ebuild
index 8736bcc..5fb984b 100644
--- a/kde-base/kate/kate-9999.ebuild
+++ b/kde-base/kate/kate-9999.ebuild
@@ -18,7 +18,9 @@ DEPEND="
dev-libs/libxml2
dev-libs/libxslt
"
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+ $(add_kdebase_dep katepart)
+"
src_configure() {
mycmakeargs=(
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/kate/
@ 2011-06-26 0:06 Jorge Manuel B. S. Vicetto
0 siblings, 0 replies; 26+ messages in thread
From: Jorge Manuel B. S. Vicetto @ 2011-06-26 0:06 UTC (permalink / raw
To: gentoo-commits
commit: da49d15d7339958265630907784f062059a602c4
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 26 00:00:57 2011 +0000
Commit: Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
CommitDate: Sun Jun 26 00:00:57 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=da49d15d
[kde-base/kate] 4.6.90 version bump.
---
kde-base/kate/kate-4.6.90.ebuild | 41 ++++++++++++++++++++++++++++++++++++++
1 files changed, 41 insertions(+), 0 deletions(-)
diff --git a/kde-base/kate/kate-4.6.90.ebuild b/kde-base/kate/kate-4.6.90.ebuild
new file mode 100644
index 0000000..a35f42d
--- /dev/null
+++ b/kde-base/kate/kate-4.6.90.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KDE_HANDBOOK="optional"
+KMNAME="kate"
+KDE_SCM="git"
+inherit kde4-meta
+
+DESCRIPTION="Kate is an MDI texteditor."
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug +plasma"
+
+DEPEND="
+ dev-libs/libxml2
+ dev-libs/libxslt
+"
+RDEPEND="${DEPEND}
+ $(add_kdebase_dep katepart)
+"
+
+src_configure() {
+ mycmakeargs=(
+ $(cmake-utils_use_with plasma)
+ )
+
+ kde4-meta_src_configure
+}
+
+pkg_postinst() {
+ kde4-meta_pkg_postinst
+
+ if ! has_version kde-base/kaddressbook:${SLOT}; then
+ echo
+ elog "File templates plugin requires kde-base/kaddressbook:${SLOT}."
+ elog "Please install it if you plan to use this plugin."
+ echo
+ fi
+}
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/kate/
@ 2012-10-23 15:59 Michael Palimaka
0 siblings, 0 replies; 26+ messages in thread
From: Michael Palimaka @ 2012-10-23 15:59 UTC (permalink / raw
To: gentoo-commits
commit: a70cc8099bea0527667c469f1b5d9bff2d06cf30
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 23 15:56:58 2012 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Oct 23 15:56:58 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=a70cc809
[kde-base/kate] Require newer PyKDE4 version to fix bug #437688. Add new USE flag to control pate plugins (was kde-misc/pate pre-KDE/4.10).
Package-Manager: portage-2.1.11.30
---
kde-base/kate/kate-9999.ebuild | 15 +++++++++++++--
kde-base/kate/metadata.xml | 5 ++++-
2 files changed, 17 insertions(+), 3 deletions(-)
diff --git a/kde-base/kate/kate-9999.ebuild b/kde-base/kate/kate-9999.ebuild
index c56ed43..66f2533 100644
--- a/kde-base/kate/kate-9999.ebuild
+++ b/kde-base/kate/kate-9999.ebuild
@@ -6,22 +6,33 @@ EAPI=4
KDE_HANDBOOK="optional"
KMNAME="kate"
-inherit kde4-meta
+PYTHON_DEPEND="pate? 2"
+inherit python kde4-meta
DESCRIPTION="Kate is an MDI texteditor."
KEYWORDS=""
-IUSE="debug +plasma"
+IUSE="debug pate +plasma"
DEPEND="
dev-libs/libxml2
dev-libs/libxslt
+ pate? ( $(add_kdebase_dep pykde4 '' 4.9.2-r1) )
"
RDEPEND="${DEPEND}
$(add_kdebase_dep katepart)
"
+pkg_setup() {
+ if use pate; then
+ python_set_active_version 2
+ python_pkg_setup
+ fi
+ kde4-meta_pkg_setup
+}
+
src_configure() {
mycmakeargs=(
+ $(cmake-utils_use_build pate)
$(cmake-utils_use_with plasma)
)
diff --git a/kde-base/kate/metadata.xml b/kde-base/kate/metadata.xml
index 8d1e86a..5f79c0f 100644
--- a/kde-base/kate/metadata.xml
+++ b/kde-base/kate/metadata.xml
@@ -1,5 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>kde</herd>
+ <herd>kde</herd>
+ <use>
+ <flag name="pate">Enable tasty Python plugins</flag>
+ </use>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/kate/
@ 2013-03-01 15:44 Michael Palimaka
0 siblings, 0 replies; 26+ messages in thread
From: Michael Palimaka @ 2013-03-01 15:44 UTC (permalink / raw
To: gentoo-commits
commit: 2d7eee5fba83e207a47d5e2de0d7b60415ab5e2a
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 1 15:44:06 2013 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Mar 1 15:44:06 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=2d7eee5f
[kde-base/kate] Migrate from kde4-meta to kde4-base since kate has been in a split repo for some time.
Package-Manager: portage-2.1.11.52
---
kde-base/kate/kate-4.10.49.9999.ebuild | 9 ++++-----
kde-base/kate/kate-9999.ebuild | 9 ++++-----
2 files changed, 8 insertions(+), 10 deletions(-)
diff --git a/kde-base/kate/kate-4.10.49.9999.ebuild b/kde-base/kate/kate-4.10.49.9999.ebuild
index 4771195..87e4ca2 100644
--- a/kde-base/kate/kate-4.10.49.9999.ebuild
+++ b/kde-base/kate/kate-4.10.49.9999.ebuild
@@ -5,9 +5,8 @@
EAPI=5
KDE_HANDBOOK="optional"
-KMNAME="kate"
PYTHON_DEPEND="pate? 2"
-inherit python kde4-meta
+inherit python kde4-base
DESCRIPTION="Kate is an MDI texteditor."
KEYWORDS=""
@@ -27,7 +26,7 @@ pkg_setup() {
python_set_active_version 2
python_pkg_setup
fi
- kde4-meta_pkg_setup
+ kde4-base_pkg_setup
}
src_configure() {
@@ -36,11 +35,11 @@ src_configure() {
$(cmake-utils_use_with plasma)
)
- kde4-meta_src_configure
+ kde4-base_src_configure
}
pkg_postinst() {
- kde4-meta_pkg_postinst
+ kde4-base_pkg_postinst
if ! has_version kde-base/kaddressbook:${SLOT}; then
echo
diff --git a/kde-base/kate/kate-9999.ebuild b/kde-base/kate/kate-9999.ebuild
index 4771195..87e4ca2 100644
--- a/kde-base/kate/kate-9999.ebuild
+++ b/kde-base/kate/kate-9999.ebuild
@@ -5,9 +5,8 @@
EAPI=5
KDE_HANDBOOK="optional"
-KMNAME="kate"
PYTHON_DEPEND="pate? 2"
-inherit python kde4-meta
+inherit python kde4-base
DESCRIPTION="Kate is an MDI texteditor."
KEYWORDS=""
@@ -27,7 +26,7 @@ pkg_setup() {
python_set_active_version 2
python_pkg_setup
fi
- kde4-meta_pkg_setup
+ kde4-base_pkg_setup
}
src_configure() {
@@ -36,11 +35,11 @@ src_configure() {
$(cmake-utils_use_with plasma)
)
- kde4-meta_src_configure
+ kde4-base_src_configure
}
pkg_postinst() {
- kde4-meta_pkg_postinst
+ kde4-base_pkg_postinst
if ! has_version kde-base/kaddressbook:${SLOT}; then
echo
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/kate/
@ 2013-03-01 15:47 Michael Palimaka
0 siblings, 0 replies; 26+ messages in thread
From: Michael Palimaka @ 2013-03-01 15:47 UTC (permalink / raw
To: gentoo-commits
commit: 6024a7b4356f26e526d4b5440acb87c33ecdde79
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 1 15:46:18 2013 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Mar 1 15:46:27 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=6024a7b4
Revert "[kde-base/kate] Migrate from kde4-meta to kde4-base since kate has been in a split repo for some time."
This reverts commit 2d7eee5fba83e207a47d5e2de0d7b60415ab5e2a.
---
kde-base/kate/kate-4.10.49.9999.ebuild | 9 +++++----
kde-base/kate/kate-9999.ebuild | 9 +++++----
2 files changed, 10 insertions(+), 8 deletions(-)
diff --git a/kde-base/kate/kate-4.10.49.9999.ebuild b/kde-base/kate/kate-4.10.49.9999.ebuild
index 87e4ca2..4771195 100644
--- a/kde-base/kate/kate-4.10.49.9999.ebuild
+++ b/kde-base/kate/kate-4.10.49.9999.ebuild
@@ -5,8 +5,9 @@
EAPI=5
KDE_HANDBOOK="optional"
+KMNAME="kate"
PYTHON_DEPEND="pate? 2"
-inherit python kde4-base
+inherit python kde4-meta
DESCRIPTION="Kate is an MDI texteditor."
KEYWORDS=""
@@ -26,7 +27,7 @@ pkg_setup() {
python_set_active_version 2
python_pkg_setup
fi
- kde4-base_pkg_setup
+ kde4-meta_pkg_setup
}
src_configure() {
@@ -35,11 +36,11 @@ src_configure() {
$(cmake-utils_use_with plasma)
)
- kde4-base_src_configure
+ kde4-meta_src_configure
}
pkg_postinst() {
- kde4-base_pkg_postinst
+ kde4-meta_pkg_postinst
if ! has_version kde-base/kaddressbook:${SLOT}; then
echo
diff --git a/kde-base/kate/kate-9999.ebuild b/kde-base/kate/kate-9999.ebuild
index 87e4ca2..4771195 100644
--- a/kde-base/kate/kate-9999.ebuild
+++ b/kde-base/kate/kate-9999.ebuild
@@ -5,8 +5,9 @@
EAPI=5
KDE_HANDBOOK="optional"
+KMNAME="kate"
PYTHON_DEPEND="pate? 2"
-inherit python kde4-base
+inherit python kde4-meta
DESCRIPTION="Kate is an MDI texteditor."
KEYWORDS=""
@@ -26,7 +27,7 @@ pkg_setup() {
python_set_active_version 2
python_pkg_setup
fi
- kde4-base_pkg_setup
+ kde4-meta_pkg_setup
}
src_configure() {
@@ -35,11 +36,11 @@ src_configure() {
$(cmake-utils_use_with plasma)
)
- kde4-base_src_configure
+ kde4-meta_src_configure
}
pkg_postinst() {
- kde4-base_pkg_postinst
+ kde4-meta_pkg_postinst
if ! has_version kde-base/kaddressbook:${SLOT}; then
echo
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/kate/
@ 2013-03-01 16:46 Michael Palimaka
0 siblings, 0 replies; 26+ messages in thread
From: Michael Palimaka @ 2013-03-01 16:46 UTC (permalink / raw
To: gentoo-commits
commit: 2982529d6c6141e3ebdba3bfb490fcc3fc93df38
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 1 16:44:18 2013 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Mar 1 16:44:18 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=2982529d
[kde-base/kate] Migrate to python-single-r1 and add Python 3 support wrt bug #457920.
Package-Manager: portage-2.1.11.52
---
kde-base/kate/kate-4.10.49.9999.ebuild | 17 ++++++++---------
kde-base/kate/kate-9999.ebuild | 17 ++++++++---------
kde-base/kate/metadata.xml | 3 ---
3 files changed, 16 insertions(+), 21 deletions(-)
diff --git a/kde-base/kate/kate-4.10.49.9999.ebuild b/kde-base/kate/kate-4.10.49.9999.ebuild
index 4771195..63b035d 100644
--- a/kde-base/kate/kate-4.10.49.9999.ebuild
+++ b/kde-base/kate/kate-4.10.49.9999.ebuild
@@ -3,36 +3,35 @@
# $Header: $
EAPI=5
-
KDE_HANDBOOK="optional"
KMNAME="kate"
-PYTHON_DEPEND="pate? 2"
-inherit python kde4-meta
+PYTHON_COMPAT=( python{2_7,3_1,3_2} )
+
+inherit python-single-r1 kde4-meta
DESCRIPTION="Kate is an MDI texteditor."
KEYWORDS=""
-IUSE="debug pate +plasma"
+IUSE="debug +plasma python"
DEPEND="
dev-libs/libxml2
dev-libs/libxslt
- pate? ( $(add_kdebase_dep pykde4 '' 4.9.2-r1) )
+ python? ( $(add_kdebase_dep pykde4 "${PYTHON_USEDEP}" 4.9.2-r1) )
"
RDEPEND="${DEPEND}
$(add_kdebase_dep katepart)
"
pkg_setup() {
- if use pate; then
- python_set_active_version 2
- python_pkg_setup
+ if use python; then
+ python-single-r1_pkg_setup
fi
kde4-meta_pkg_setup
}
src_configure() {
mycmakeargs=(
- $(cmake-utils_use_build pate)
+ $(cmake-utils_use_build python pate)
$(cmake-utils_use_with plasma)
)
diff --git a/kde-base/kate/kate-9999.ebuild b/kde-base/kate/kate-9999.ebuild
index 4771195..63b035d 100644
--- a/kde-base/kate/kate-9999.ebuild
+++ b/kde-base/kate/kate-9999.ebuild
@@ -3,36 +3,35 @@
# $Header: $
EAPI=5
-
KDE_HANDBOOK="optional"
KMNAME="kate"
-PYTHON_DEPEND="pate? 2"
-inherit python kde4-meta
+PYTHON_COMPAT=( python{2_7,3_1,3_2} )
+
+inherit python-single-r1 kde4-meta
DESCRIPTION="Kate is an MDI texteditor."
KEYWORDS=""
-IUSE="debug pate +plasma"
+IUSE="debug +plasma python"
DEPEND="
dev-libs/libxml2
dev-libs/libxslt
- pate? ( $(add_kdebase_dep pykde4 '' 4.9.2-r1) )
+ python? ( $(add_kdebase_dep pykde4 "${PYTHON_USEDEP}" 4.9.2-r1) )
"
RDEPEND="${DEPEND}
$(add_kdebase_dep katepart)
"
pkg_setup() {
- if use pate; then
- python_set_active_version 2
- python_pkg_setup
+ if use python; then
+ python-single-r1_pkg_setup
fi
kde4-meta_pkg_setup
}
src_configure() {
mycmakeargs=(
- $(cmake-utils_use_build pate)
+ $(cmake-utils_use_build python pate)
$(cmake-utils_use_with plasma)
)
diff --git a/kde-base/kate/metadata.xml b/kde-base/kate/metadata.xml
index 5f79c0f..a23f444 100644
--- a/kde-base/kate/metadata.xml
+++ b/kde-base/kate/metadata.xml
@@ -2,7 +2,4 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>kde</herd>
- <use>
- <flag name="pate">Enable tasty Python plugins</flag>
- </use>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/kate/
@ 2013-05-29 17:34 Michael Palimaka
0 siblings, 0 replies; 26+ messages in thread
From: Michael Palimaka @ 2013-05-29 17:34 UTC (permalink / raw
To: gentoo-commits
commit: d475612530dce4426970049749dd649e232d3b82
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed May 29 17:32:55 2013 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed May 29 17:32:55 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=d4756125
[kde-base/kate] Add missing REQUIRED_USE and PYTHON_DEPEND.
Package-Manager: portage-2.1.12.2
---
kde-base/kate/kate-4.10.49.9999.ebuild | 7 ++++++-
kde-base/kate/kate-9999.ebuild | 7 ++++++-
2 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/kde-base/kate/kate-4.10.49.9999.ebuild b/kde-base/kate/kate-4.10.49.9999.ebuild
index 63b035d..f8c300a 100644
--- a/kde-base/kate/kate-4.10.49.9999.ebuild
+++ b/kde-base/kate/kate-4.10.49.9999.ebuild
@@ -13,10 +13,15 @@ DESCRIPTION="Kate is an MDI texteditor."
KEYWORDS=""
IUSE="debug +plasma python"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
DEPEND="
dev-libs/libxml2
dev-libs/libxslt
- python? ( $(add_kdebase_dep pykde4 "${PYTHON_USEDEP}" 4.9.2-r1) )
+ python? (
+ ${PYTHON_DEPEND}
+ $(add_kdebase_dep pykde4 "${PYTHON_USEDEP}" 4.9.2-r1)
+ )
"
RDEPEND="${DEPEND}
$(add_kdebase_dep katepart)
diff --git a/kde-base/kate/kate-9999.ebuild b/kde-base/kate/kate-9999.ebuild
index 63b035d..f8c300a 100644
--- a/kde-base/kate/kate-9999.ebuild
+++ b/kde-base/kate/kate-9999.ebuild
@@ -13,10 +13,15 @@ DESCRIPTION="Kate is an MDI texteditor."
KEYWORDS=""
IUSE="debug +plasma python"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
DEPEND="
dev-libs/libxml2
dev-libs/libxslt
- python? ( $(add_kdebase_dep pykde4 "${PYTHON_USEDEP}" 4.9.2-r1) )
+ python? (
+ ${PYTHON_DEPEND}
+ $(add_kdebase_dep pykde4 "${PYTHON_USEDEP}" 4.9.2-r1)
+ )
"
RDEPEND="${DEPEND}
$(add_kdebase_dep katepart)
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/kate/
@ 2013-05-30 13:19 Michael Palimaka
0 siblings, 0 replies; 26+ messages in thread
From: Michael Palimaka @ 2013-05-30 13:19 UTC (permalink / raw
To: gentoo-commits
commit: 56518494ea718944010c51bf6a959189a8d9aea7
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu May 30 13:17:58 2013 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu May 30 13:17:58 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=56518494
[kde-base/kate] Enable python-3.3 support wrt bug #471648.
Package-Manager: portage-2.1.12.2
---
kde-base/kate/kate-4.10.49.9999.ebuild | 2 +-
kde-base/kate/kate-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-base/kate/kate-4.10.49.9999.ebuild b/kde-base/kate/kate-4.10.49.9999.ebuild
index f8c300a..261f3aa 100644
--- a/kde-base/kate/kate-4.10.49.9999.ebuild
+++ b/kde-base/kate/kate-4.10.49.9999.ebuild
@@ -5,7 +5,7 @@
EAPI=5
KDE_HANDBOOK="optional"
KMNAME="kate"
-PYTHON_COMPAT=( python{2_7,3_1,3_2} )
+PYTHON_COMPAT=( python{2_7,3_1,3_2,3_3} )
inherit python-single-r1 kde4-meta
diff --git a/kde-base/kate/kate-9999.ebuild b/kde-base/kate/kate-9999.ebuild
index f8c300a..261f3aa 100644
--- a/kde-base/kate/kate-9999.ebuild
+++ b/kde-base/kate/kate-9999.ebuild
@@ -5,7 +5,7 @@
EAPI=5
KDE_HANDBOOK="optional"
KMNAME="kate"
-PYTHON_COMPAT=( python{2_7,3_1,3_2} )
+PYTHON_COMPAT=( python{2_7,3_1,3_2,3_3} )
inherit python-single-r1 kde4-meta
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/kate/
@ 2013-06-28 10:35 Michael Palimaka
0 siblings, 0 replies; 26+ messages in thread
From: Michael Palimaka @ 2013-06-28 10:35 UTC (permalink / raw
To: gentoo-commits
commit: 9fa6025ad585fe1c70a1f6aafe7dd0250649ab9e
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 28 10:33:37 2013 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Jun 28 10:33:37 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=9fa6025a
[kde-base/kate] Remove plasma USE flag that hasn't done anything in 5 years. Drop leading space in KEYWORDS.
Package-Manager: portage-2.1.12.10
---
kde-base/kate/kate-4.10.49.9999.ebuild | 3 +--
kde-base/kate/kate-4.10.80.ebuild | 5 ++---
kde-base/kate/kate-4.10.90.ebuild | 5 ++---
kde-base/kate/kate-9999.ebuild | 3 +--
4 files changed, 6 insertions(+), 10 deletions(-)
diff --git a/kde-base/kate/kate-4.10.49.9999.ebuild b/kde-base/kate/kate-4.10.49.9999.ebuild
index 261f3aa..8faa5cc 100644
--- a/kde-base/kate/kate-4.10.49.9999.ebuild
+++ b/kde-base/kate/kate-4.10.49.9999.ebuild
@@ -11,7 +11,7 @@ inherit python-single-r1 kde4-meta
DESCRIPTION="Kate is an MDI texteditor."
KEYWORDS=""
-IUSE="debug +plasma python"
+IUSE="debug python"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
@@ -37,7 +37,6 @@ pkg_setup() {
src_configure() {
mycmakeargs=(
$(cmake-utils_use_build python pate)
- $(cmake-utils_use_with plasma)
)
kde4-meta_src_configure
diff --git a/kde-base/kate/kate-4.10.80.ebuild b/kde-base/kate/kate-4.10.80.ebuild
index 621ff5c..9d8096b 100644
--- a/kde-base/kate/kate-4.10.80.ebuild
+++ b/kde-base/kate/kate-4.10.80.ebuild
@@ -10,8 +10,8 @@ PYTHON_COMPAT=( python{2_7,3_1,3_2,3_3} )
inherit python-single-r1 kde4-meta
DESCRIPTION="Kate is an MDI texteditor."
-KEYWORDS=" ~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="debug +plasma python"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug python"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
@@ -37,7 +37,6 @@ pkg_setup() {
src_configure() {
mycmakeargs=(
$(cmake-utils_use_build python pate)
- $(cmake-utils_use_with plasma)
)
kde4-meta_src_configure
diff --git a/kde-base/kate/kate-4.10.90.ebuild b/kde-base/kate/kate-4.10.90.ebuild
index 621ff5c..9d8096b 100644
--- a/kde-base/kate/kate-4.10.90.ebuild
+++ b/kde-base/kate/kate-4.10.90.ebuild
@@ -10,8 +10,8 @@ PYTHON_COMPAT=( python{2_7,3_1,3_2,3_3} )
inherit python-single-r1 kde4-meta
DESCRIPTION="Kate is an MDI texteditor."
-KEYWORDS=" ~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="debug +plasma python"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug python"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
@@ -37,7 +37,6 @@ pkg_setup() {
src_configure() {
mycmakeargs=(
$(cmake-utils_use_build python pate)
- $(cmake-utils_use_with plasma)
)
kde4-meta_src_configure
diff --git a/kde-base/kate/kate-9999.ebuild b/kde-base/kate/kate-9999.ebuild
index 261f3aa..8faa5cc 100644
--- a/kde-base/kate/kate-9999.ebuild
+++ b/kde-base/kate/kate-9999.ebuild
@@ -11,7 +11,7 @@ inherit python-single-r1 kde4-meta
DESCRIPTION="Kate is an MDI texteditor."
KEYWORDS=""
-IUSE="debug +plasma python"
+IUSE="debug python"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
@@ -37,7 +37,6 @@ pkg_setup() {
src_configure() {
mycmakeargs=(
$(cmake-utils_use_build python pate)
- $(cmake-utils_use_with plasma)
)
kde4-meta_src_configure
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/kate/
@ 2013-06-28 10:50 Michael Palimaka
0 siblings, 0 replies; 26+ messages in thread
From: Michael Palimaka @ 2013-06-28 10:50 UTC (permalink / raw
To: gentoo-commits
commit: 3adb16b47c7d594ddcc0a2a74c0951f2fe03b956
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 28 10:47:56 2013 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Jun 28 10:47:56 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=3adb16b4
[kde-base/kate] Fix installation of plugins, thanks to Zaister.
Package-Manager: portage-2.1.12.10
---
kde-base/kate/kate-4.10.80.ebuild | 5 +++++
kde-base/kate/kate-4.10.90.ebuild | 5 +++++
kde-base/kate/kate-9999.ebuild | 5 +++++
3 files changed, 15 insertions(+)
diff --git a/kde-base/kate/kate-4.10.80.ebuild b/kde-base/kate/kate-4.10.80.ebuild
index 9d8096b..0a2dcd4 100644
--- a/kde-base/kate/kate-4.10.80.ebuild
+++ b/kde-base/kate/kate-4.10.80.ebuild
@@ -27,6 +27,11 @@ RDEPEND="${DEPEND}
$(add_kdebase_dep katepart)
"
+KMEXTRA="
+ addons/kate
+ addons/plasma
+"
+
pkg_setup() {
if use python; then
python-single-r1_pkg_setup
diff --git a/kde-base/kate/kate-4.10.90.ebuild b/kde-base/kate/kate-4.10.90.ebuild
index 9d8096b..0a2dcd4 100644
--- a/kde-base/kate/kate-4.10.90.ebuild
+++ b/kde-base/kate/kate-4.10.90.ebuild
@@ -27,6 +27,11 @@ RDEPEND="${DEPEND}
$(add_kdebase_dep katepart)
"
+KMEXTRA="
+ addons/kate
+ addons/plasma
+"
+
pkg_setup() {
if use python; then
python-single-r1_pkg_setup
diff --git a/kde-base/kate/kate-9999.ebuild b/kde-base/kate/kate-9999.ebuild
index 8faa5cc..2d3eb99 100644
--- a/kde-base/kate/kate-9999.ebuild
+++ b/kde-base/kate/kate-9999.ebuild
@@ -27,6 +27,11 @@ RDEPEND="${DEPEND}
$(add_kdebase_dep katepart)
"
+KMEXTRA="
+ addons/kate
+ addons/plasma
+"
+
pkg_setup() {
if use python; then
python-single-r1_pkg_setup
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/kate/
@ 2013-06-28 11:11 Michael Palimaka
0 siblings, 0 replies; 26+ messages in thread
From: Michael Palimaka @ 2013-06-28 11:11 UTC (permalink / raw
To: gentoo-commits
commit: 975595e96c48f838a2906b196c91f98aa872cb28
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 28 11:06:40 2013 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Jun 28 11:06:40 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=975595e9
[kde-base/kate] Whitespace.
Package-Manager: portage-2.1.12.10
---
kde-base/kate/kate-4.10.80.ebuild | 4 ++--
kde-base/kate/kate-4.10.90.ebuild | 4 ++--
kde-base/kate/kate-9999.ebuild | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/kde-base/kate/kate-4.10.80.ebuild b/kde-base/kate/kate-4.10.80.ebuild
index 0a2dcd4..2bcef3d 100644
--- a/kde-base/kate/kate-4.10.80.ebuild
+++ b/kde-base/kate/kate-4.10.80.ebuild
@@ -28,8 +28,8 @@ RDEPEND="${DEPEND}
"
KMEXTRA="
- addons/kate
- addons/plasma
+ addons/kate
+ addons/plasma
"
pkg_setup() {
diff --git a/kde-base/kate/kate-4.10.90.ebuild b/kde-base/kate/kate-4.10.90.ebuild
index 0a2dcd4..2bcef3d 100644
--- a/kde-base/kate/kate-4.10.90.ebuild
+++ b/kde-base/kate/kate-4.10.90.ebuild
@@ -28,8 +28,8 @@ RDEPEND="${DEPEND}
"
KMEXTRA="
- addons/kate
- addons/plasma
+ addons/kate
+ addons/plasma
"
pkg_setup() {
diff --git a/kde-base/kate/kate-9999.ebuild b/kde-base/kate/kate-9999.ebuild
index 2d3eb99..3f8ed9b 100644
--- a/kde-base/kate/kate-9999.ebuild
+++ b/kde-base/kate/kate-9999.ebuild
@@ -28,8 +28,8 @@ RDEPEND="${DEPEND}
"
KMEXTRA="
- addons/kate
- addons/plasma
+ addons/kate
+ addons/plasma
"
pkg_setup() {
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/kate/
@ 2013-07-03 8:50 Michael Palimaka
0 siblings, 0 replies; 26+ messages in thread
From: Michael Palimaka @ 2013-07-03 8:50 UTC (permalink / raw
To: gentoo-commits
commit: 52c483d728997b842a78a26e982a31fb02eb8b18
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 3 08:47:52 2013 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Jul 3 08:47:52 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=52c483d7
[kde-base/kate] Use correct variable for python dependencies.
Package-Manager: portage-2.1.12.11
---
kde-base/kate/kate-4.10.49.9999.ebuild | 2 +-
kde-base/kate/kate-4.10.90.ebuild | 2 +-
kde-base/kate/kate-9999.ebuild | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/kde-base/kate/kate-4.10.49.9999.ebuild b/kde-base/kate/kate-4.10.49.9999.ebuild
index 8faa5cc..e5cda9a 100644
--- a/kde-base/kate/kate-4.10.49.9999.ebuild
+++ b/kde-base/kate/kate-4.10.49.9999.ebuild
@@ -19,7 +19,7 @@ DEPEND="
dev-libs/libxml2
dev-libs/libxslt
python? (
- ${PYTHON_DEPEND}
+ ${PYTHON_DEPS}
$(add_kdebase_dep pykde4 "${PYTHON_USEDEP}" 4.9.2-r1)
)
"
diff --git a/kde-base/kate/kate-4.10.90.ebuild b/kde-base/kate/kate-4.10.90.ebuild
index 2bcef3d..9ea184d 100644
--- a/kde-base/kate/kate-4.10.90.ebuild
+++ b/kde-base/kate/kate-4.10.90.ebuild
@@ -19,7 +19,7 @@ DEPEND="
dev-libs/libxml2
dev-libs/libxslt
python? (
- ${PYTHON_DEPEND}
+ ${PYTHON_DEPS}
$(add_kdebase_dep pykde4 "${PYTHON_USEDEP}" 4.9.2-r1)
)
"
diff --git a/kde-base/kate/kate-9999.ebuild b/kde-base/kate/kate-9999.ebuild
index 3f8ed9b..dcf60f9 100644
--- a/kde-base/kate/kate-9999.ebuild
+++ b/kde-base/kate/kate-9999.ebuild
@@ -19,7 +19,7 @@ DEPEND="
dev-libs/libxml2
dev-libs/libxslt
python? (
- ${PYTHON_DEPEND}
+ ${PYTHON_DEPS}
$(add_kdebase_dep pykde4 "${PYTHON_USEDEP}" 4.9.2-r1)
)
"
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/kate/
@ 2013-08-01 18:48 Johannes Huber
0 siblings, 0 replies; 26+ messages in thread
From: Johannes Huber @ 2013-08-01 18:48 UTC (permalink / raw
To: gentoo-commits
commit: ecf2d331d3a46068d17c465dab81aa44c4bc7673
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 1 18:47:27 2013 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Aug 1 18:47:27 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=ecf2d331
[kde-base/kate] Update HOMEPAGE wrt bug #478938.
Package-Manager: portage-2.2.0_alpha191
---
kde-base/kate/kate-4.10.97.ebuild | 1 +
kde-base/kate/kate-4.11.49.9999.ebuild | 1 +
kde-base/kate/kate-9999.ebuild | 1 +
3 files changed, 3 insertions(+)
diff --git a/kde-base/kate/kate-4.10.97.ebuild b/kde-base/kate/kate-4.10.97.ebuild
index 0ad138c..e608fb9 100644
--- a/kde-base/kate/kate-4.10.97.ebuild
+++ b/kde-base/kate/kate-4.10.97.ebuild
@@ -10,6 +10,7 @@ PYTHON_COMPAT=( python{2_7,3_1,3_2,3_3} )
inherit python-single-r1 kde4-meta
DESCRIPTION="Kate is an MDI texteditor."
+HOMEPAGE="http://kde.org/applications/utilities/kate http://kate-editor.org"
KEYWORDS=" ~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug python"
diff --git a/kde-base/kate/kate-4.11.49.9999.ebuild b/kde-base/kate/kate-4.11.49.9999.ebuild
index dcf60f9..62a91cd 100644
--- a/kde-base/kate/kate-4.11.49.9999.ebuild
+++ b/kde-base/kate/kate-4.11.49.9999.ebuild
@@ -10,6 +10,7 @@ PYTHON_COMPAT=( python{2_7,3_1,3_2,3_3} )
inherit python-single-r1 kde4-meta
DESCRIPTION="Kate is an MDI texteditor."
+HOMEPAGE="http://kde.org/applications/utilities/kate http://kate-editor.org"
KEYWORDS=""
IUSE="debug python"
diff --git a/kde-base/kate/kate-9999.ebuild b/kde-base/kate/kate-9999.ebuild
index dcf60f9..62a91cd 100644
--- a/kde-base/kate/kate-9999.ebuild
+++ b/kde-base/kate/kate-9999.ebuild
@@ -10,6 +10,7 @@ PYTHON_COMPAT=( python{2_7,3_1,3_2,3_3} )
inherit python-single-r1 kde4-meta
DESCRIPTION="Kate is an MDI texteditor."
+HOMEPAGE="http://kde.org/applications/utilities/kate http://kate-editor.org"
KEYWORDS=""
IUSE="debug python"
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/kate/
@ 2013-08-08 11:01 Michael Palimaka
0 siblings, 0 replies; 26+ messages in thread
From: Michael Palimaka @ 2013-08-08 11:01 UTC (permalink / raw
To: gentoo-commits
commit: e3764388a72e9011942e92cddf5d788fbfa1d73e
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 8 10:58:48 2013 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Aug 8 10:58:48 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=e3764388
[kde-base/kate] Remove support for deprecated python versions.
Package-Manager: portage-2.1.13.6
---
kde-base/kate/kate-4.10.97.ebuild | 2 +-
kde-base/kate/kate-4.11.49.9999.ebuild | 2 +-
kde-base/kate/kate-9999.ebuild | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/kde-base/kate/kate-4.10.97.ebuild b/kde-base/kate/kate-4.10.97.ebuild
index e608fb9..b7ae3c4 100644
--- a/kde-base/kate/kate-4.10.97.ebuild
+++ b/kde-base/kate/kate-4.10.97.ebuild
@@ -5,7 +5,7 @@
EAPI=5
KDE_HANDBOOK="optional"
KMNAME="kate"
-PYTHON_COMPAT=( python{2_7,3_1,3_2,3_3} )
+PYTHON_COMPAT=( python{2_7,3_2,3_3} )
inherit python-single-r1 kde4-meta
diff --git a/kde-base/kate/kate-4.11.49.9999.ebuild b/kde-base/kate/kate-4.11.49.9999.ebuild
index 62a91cd..76a32a4 100644
--- a/kde-base/kate/kate-4.11.49.9999.ebuild
+++ b/kde-base/kate/kate-4.11.49.9999.ebuild
@@ -5,7 +5,7 @@
EAPI=5
KDE_HANDBOOK="optional"
KMNAME="kate"
-PYTHON_COMPAT=( python{2_7,3_1,3_2,3_3} )
+PYTHON_COMPAT=( python{2_7,3_2,3_3} )
inherit python-single-r1 kde4-meta
diff --git a/kde-base/kate/kate-9999.ebuild b/kde-base/kate/kate-9999.ebuild
index 62a91cd..76a32a4 100644
--- a/kde-base/kate/kate-9999.ebuild
+++ b/kde-base/kate/kate-9999.ebuild
@@ -5,7 +5,7 @@
EAPI=5
KDE_HANDBOOK="optional"
KMNAME="kate"
-PYTHON_COMPAT=( python{2_7,3_1,3_2,3_3} )
+PYTHON_COMPAT=( python{2_7,3_2,3_3} )
inherit python-single-r1 kde4-meta
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/kate/
@ 2013-08-22 17:20 Michael Palimaka
0 siblings, 0 replies; 26+ messages in thread
From: Michael Palimaka @ 2013-08-22 17:20 UTC (permalink / raw
To: gentoo-commits
commit: ef8854c4e5cea23d3e7fcd45d4b3cf4117eac925
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 22 17:17:30 2013 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Aug 22 17:17:30 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=ef8854c4
[kde-base/kate] Add missing dependencies.
Package-Manager: portage-2.2.1
---
kde-base/kate/kate-4.11.49.9999.ebuild | 2 ++
kde-base/kate/kate-9999.ebuild | 2 ++
2 files changed, 4 insertions(+)
diff --git a/kde-base/kate/kate-4.11.49.9999.ebuild b/kde-base/kate/kate-4.11.49.9999.ebuild
index 76a32a4..cb02275 100644
--- a/kde-base/kate/kate-4.11.49.9999.ebuild
+++ b/kde-base/kate/kate-4.11.49.9999.ebuild
@@ -17,8 +17,10 @@ IUSE="debug python"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
DEPEND="
+ $(add_kdebase_dep kactivities)
dev-libs/libxml2
dev-libs/libxslt
+ dev-libs/qjson
python? (
${PYTHON_DEPS}
$(add_kdebase_dep pykde4 "${PYTHON_USEDEP}" 4.9.2-r1)
diff --git a/kde-base/kate/kate-9999.ebuild b/kde-base/kate/kate-9999.ebuild
index 76a32a4..cb02275 100644
--- a/kde-base/kate/kate-9999.ebuild
+++ b/kde-base/kate/kate-9999.ebuild
@@ -17,8 +17,10 @@ IUSE="debug python"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
DEPEND="
+ $(add_kdebase_dep kactivities)
dev-libs/libxml2
dev-libs/libxslt
+ dev-libs/qjson
python? (
${PYTHON_DEPS}
$(add_kdebase_dep pykde4 "${PYTHON_USEDEP}" 4.9.2-r1)
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/kate/
@ 2014-05-25 14:25 Johannes Huber
0 siblings, 0 replies; 26+ messages in thread
From: Johannes Huber @ 2014-05-25 14:25 UTC (permalink / raw
To: gentoo-commits
commit: 8c8e1972afe498c658ffd999392b5776515eaf52
Author: Alexandr Akulich <akulichalexander <AT> gmail <DOT> com>
AuthorDate: Wed May 21 21:30:32 2014 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun May 25 14:25:35 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=8c8e1972
[kde-base/kate] Added ebuild for frameworks based kate.
Changes with 4.x ebuilds:
- Added "addons" use-flag to provide a way to disable kate plugins.
Enabled by default, because it was silently builds in 4.x ebuild.
- Removed python use and dependency (pykde5 is not available)
- Changed description.
---
kde-base/kate/kate-9999.ebuild | 62 ++++++++++++++++++++++++++++++++++++++++++
kde-base/kate/metadata.xml | 3 ++
2 files changed, 65 insertions(+)
diff --git a/kde-base/kate/kate-9999.ebuild b/kde-base/kate/kate-9999.ebuild
new file mode 100644
index 0000000..f02ee85
--- /dev/null
+++ b/kde-base/kate/kate-9999.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KDE_HANDBOOK="optional"
+KMNAME="kate"
+EGIT_BRANCH="frameworks"
+inherit kde5
+
+DESCRIPTION="Kate is an advanced text editor."
+HOMEPAGE="http://www.kde.org/applications/utilities/kate http://kate-editor.org"
+KEYWORDS=""
+IUSE="+addons debug"
+
+DEPEND="
+ $(add_frameworks_dep kactivities)
+ $(add_frameworks_dep karchive)
+ $(add_frameworks_dep kcodecs)
+ $(add_frameworks_dep kcompletion)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kguiaddons)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kiconthemes)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep kitemmodels)
+ $(add_frameworks_dep kitemviews)
+ $(add_frameworks_dep kjobwidgets)
+ $(add_frameworks_dep kparts)
+ $(add_frameworks_dep kservice)
+ $(add_frameworks_dep ktexteditor)
+ $(add_frameworks_dep ktextwidgets)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_frameworks_dep kxmlgui)
+ $(add_frameworks_dep sonnet)
+ dev-qt/qtdbus:5
+ dev-qt/qtgui:5
+ dev-qt/qtnetwork:5
+ dev-qt/qtprintsupport:5
+ dev-qt/qtscript:5
+ dev-qt/qtwidgets:5
+ dev-qt/qtxml:5
+
+ dev-libs/libxml2
+ dev-libs/libxslt
+ dev-libs/qjson
+"
+RDEPEND="${DEPEND}
+ !kde-base/kate:4
+"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake-utils_use_build addons)
+ -DBUILD_kwrite=FALSE
+ )
+
+ kde5_src_configure
+}
diff --git a/kde-base/kate/metadata.xml b/kde-base/kate/metadata.xml
index a23f444..8f0a635 100644
--- a/kde-base/kate/metadata.xml
+++ b/kde-base/kate/metadata.xml
@@ -2,4 +2,7 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>kde</herd>
+ <use>
+ <flag name='addons'>Build and install additional plugins</flag>
+ </use>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/kate/
@ 2014-05-25 14:36 Johannes Huber
0 siblings, 0 replies; 26+ messages in thread
From: Johannes Huber @ 2014-05-25 14:36 UTC (permalink / raw
To: gentoo-commits
commit: 6ce3fef71d5cce4cc038b272418ebd79e20acd87
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun May 25 14:35:24 2014 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun May 25 14:35:24 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=6ce3fef7
[kde-base/kate] DESCRIPTION, whitespace + sort
Package-Manager: portage-2.2.10
---
kde-base/kate/kate-9999.ebuild | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/kde-base/kate/kate-9999.ebuild b/kde-base/kate/kate-9999.ebuild
index f02ee85..61055e6 100644
--- a/kde-base/kate/kate-9999.ebuild
+++ b/kde-base/kate/kate-9999.ebuild
@@ -9,7 +9,7 @@ KMNAME="kate"
EGIT_BRANCH="frameworks"
inherit kde5
-DESCRIPTION="Kate is an advanced text editor."
+DESCRIPTION="Kate is an advanced text editor"
HOMEPAGE="http://www.kde.org/applications/utilities/kate http://kate-editor.org"
KEYWORDS=""
IUSE="+addons debug"
@@ -36,6 +36,9 @@ DEPEND="
$(add_frameworks_dep kwidgetsaddons)
$(add_frameworks_dep kxmlgui)
$(add_frameworks_dep sonnet)
+ dev-libs/libxml2
+ dev-libs/libxslt
+ dev-libs/qjson
dev-qt/qtdbus:5
dev-qt/qtgui:5
dev-qt/qtnetwork:5
@@ -43,10 +46,6 @@ DEPEND="
dev-qt/qtscript:5
dev-qt/qtwidgets:5
dev-qt/qtxml:5
-
- dev-libs/libxml2
- dev-libs/libxslt
- dev-libs/qjson
"
RDEPEND="${DEPEND}
!kde-base/kate:4
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/kate/
@ 2014-06-18 13:15 Michael Palimaka
0 siblings, 0 replies; 26+ messages in thread
From: Michael Palimaka @ 2014-06-18 13:15 UTC (permalink / raw
To: gentoo-commits
commit: 8a5fe51e63b5e2a79623b73a158e7a1de3215e6b
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 18 13:14:56 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Jun 18 13:14:56 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=8a5fe51e
[kde-base/kate] Remove stuff handled by the eclass.
Package-Manager: portage-2.2.10
---
kde-base/kate/kate-9999.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/kde-base/kate/kate-9999.ebuild b/kde-base/kate/kate-9999.ebuild
index 61055e6..07e55fb 100644
--- a/kde-base/kate/kate-9999.ebuild
+++ b/kde-base/kate/kate-9999.ebuild
@@ -5,14 +5,13 @@
EAPI=5
KDE_HANDBOOK="optional"
-KMNAME="kate"
EGIT_BRANCH="frameworks"
inherit kde5
DESCRIPTION="Kate is an advanced text editor"
HOMEPAGE="http://www.kde.org/applications/utilities/kate http://kate-editor.org"
KEYWORDS=""
-IUSE="+addons debug"
+IUSE="+addons"
DEPEND="
$(add_frameworks_dep kactivities)
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/kate/
@ 2014-06-25 4:15 Jonathan Callen
0 siblings, 0 replies; 26+ messages in thread
From: Jonathan Callen @ 2014-06-25 4:15 UTC (permalink / raw
To: gentoo-commits
commit: 9ce9b7b529ec418a26013774d9a00e702209ba9a
Author: Jonathan Callen <jcallen <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 25 04:14:58 2014 +0000
Commit: Jonathan Callen <jcallen <AT> gentoo <DOT> org>
CommitDate: Wed Jun 25 04:14:58 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=9ce9b7b5
[kde-base/kate] Add python3_4 to PYTHON_COMPAT
Package-Manager: portage-2.2.10
---
kde-base/kate/kate-4.13.49.9999.ebuild | 2 +-
kde-base/kate/kate-4.9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-base/kate/kate-4.13.49.9999.ebuild b/kde-base/kate/kate-4.13.49.9999.ebuild
index c644335..a9e968e 100644
--- a/kde-base/kate/kate-4.13.49.9999.ebuild
+++ b/kde-base/kate/kate-4.13.49.9999.ebuild
@@ -5,7 +5,7 @@
EAPI=5
KDE_HANDBOOK="optional"
KMNAME="kate"
-PYTHON_COMPAT=( python{2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
inherit python-single-r1 kde4-meta
diff --git a/kde-base/kate/kate-4.9999.ebuild b/kde-base/kate/kate-4.9999.ebuild
index 7ecf1aa..49fe157 100644
--- a/kde-base/kate/kate-4.9999.ebuild
+++ b/kde-base/kate/kate-4.9999.ebuild
@@ -5,7 +5,7 @@
EAPI=5
KDE_HANDBOOK="optional"
KMNAME="kate"
-PYTHON_COMPAT=( python{2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
inherit python-single-r1 kde4-meta
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/kate/
@ 2014-07-24 18:03 Michael Palimaka
0 siblings, 0 replies; 26+ messages in thread
From: Michael Palimaka @ 2014-07-24 18:03 UTC (permalink / raw
To: gentoo-commits
commit: 69729da0eb3cbcd89c0b08b07d7e03119892ddcc
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 24 18:02:44 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Jul 24 18:02:44 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=69729da0
[kde-base/kate] Master is KF5-based now.
Package-Manager: portage-2.2.10
---
kde-base/kate/kate-4.9999.ebuild | 1 +
kde-base/kate/kate-9999.ebuild | 1 -
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-base/kate/kate-4.9999.ebuild b/kde-base/kate/kate-4.9999.ebuild
index 432761e..4fa0a9c 100644
--- a/kde-base/kate/kate-4.9999.ebuild
+++ b/kde-base/kate/kate-4.9999.ebuild
@@ -5,6 +5,7 @@
EAPI=5
KDE_HANDBOOK="optional"
KMNAME="kate"
+EGIT_BRANCH="KDE/4.14"
PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
inherit python-single-r1 kde4-meta
diff --git a/kde-base/kate/kate-9999.ebuild b/kde-base/kate/kate-9999.ebuild
index 07e55fb..e0194b0 100644
--- a/kde-base/kate/kate-9999.ebuild
+++ b/kde-base/kate/kate-9999.ebuild
@@ -5,7 +5,6 @@
EAPI=5
KDE_HANDBOOK="optional"
-EGIT_BRANCH="frameworks"
inherit kde5
DESCRIPTION="Kate is an advanced text editor"
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/kate/
@ 2014-07-24 18:06 Michael Palimaka
0 siblings, 0 replies; 26+ messages in thread
From: Michael Palimaka @ 2014-07-24 18:06 UTC (permalink / raw
To: gentoo-commits
commit: 31f69224b347d1a15f362a021e62ddd7583a71ab
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 24 18:05:39 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Jul 24 18:05:39 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=31f69224
[kde-base/kate] Remove old.
Package-Manager: portage-2.2.10
---
kde-base/kate/kate-4.9999.ebuild | 63 ----------------------------------------
1 file changed, 63 deletions(-)
diff --git a/kde-base/kate/kate-4.9999.ebuild b/kde-base/kate/kate-4.9999.ebuild
deleted file mode 100644
index 4fa0a9c..0000000
--- a/kde-base/kate/kate-4.9999.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-KDE_HANDBOOK="optional"
-KMNAME="kate"
-EGIT_BRANCH="KDE/4.14"
-PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
-
-inherit python-single-r1 kde4-meta
-
-DESCRIPTION="Kate is an MDI texteditor."
-HOMEPAGE="http://www.kde.org/applications/utilities/kate http://kate-editor.org"
-KEYWORDS=""
-IUSE="debug python"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-DEPEND="
- $(add_kdebase_dep kactivities '' 4.13)
- dev-libs/libxml2
- dev-libs/libxslt
- dev-libs/qjson
- python? (
- ${PYTHON_DEPS}
- $(add_kdebase_dep pykde4 "${PYTHON_USEDEP}" 4.9.2-r1)
- )
-"
-RDEPEND="${DEPEND}
- $(add_kdebase_dep katepart)
-"
-
-KMEXTRA="
- addons/kate
- addons/plasma
-"
-
-pkg_setup() {
- if use python; then
- python-single-r1_pkg_setup
- fi
- kde4-meta_pkg_setup
-}
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_build python pate)
- )
-
- kde4-meta_src_configure
-}
-
-pkg_postinst() {
- kde4-meta_pkg_postinst
-
- if ! has_version kde-base/kaddressbook:${SLOT}; then
- echo
- elog "File templates plugin requires kde-base/kaddressbook:${SLOT}."
- elog "Please install it if you plan to use this plugin."
- echo
- fi
-}
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/kate/
@ 2014-07-24 20:16 Johannes Huber
0 siblings, 0 replies; 26+ messages in thread
From: Johannes Huber @ 2014-07-24 20:16 UTC (permalink / raw
To: gentoo-commits
commit: 11e61dbec2d0263c1e4bc7ada5db6bfde35dac4c
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 24 19:52:52 2014 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Jul 24 20:16:17 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=11e61dbe
[kde-base/kate] Master is based on KF5 now
Package-Manager: portage-2.2.10
---
kde-base/kate/kate-4.13.90.ebuild | 2 +-
kde-base/kate/kate-4.14.49.9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-base/kate/kate-4.13.90.ebuild b/kde-base/kate/kate-4.13.90.ebuild
index f4e325c..d82f0b3 100644
--- a/kde-base/kate/kate-4.13.90.ebuild
+++ b/kde-base/kate/kate-4.13.90.ebuild
@@ -27,7 +27,7 @@ DEPEND="
)
"
RDEPEND="${DEPEND}
- $(add_kdebase_dep katepart)
+ $(add_kdebase_dep katepart '' 4.14)
"
KMEXTRA="
diff --git a/kde-base/kate/kate-4.14.49.9999.ebuild b/kde-base/kate/kate-4.14.49.9999.ebuild
index 432761e..9c26058 100644
--- a/kde-base/kate/kate-4.14.49.9999.ebuild
+++ b/kde-base/kate/kate-4.14.49.9999.ebuild
@@ -27,7 +27,7 @@ DEPEND="
)
"
RDEPEND="${DEPEND}
- $(add_kdebase_dep katepart)
+ $(add_kdebase_dep katepart '' 4.14)
"
KMEXTRA="
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/kate/
@ 2014-09-22 16:46 Michael Palimaka
0 siblings, 0 replies; 26+ messages in thread
From: Michael Palimaka @ 2014-09-22 16:46 UTC (permalink / raw
To: gentoo-commits
commit: 55ce0217b66b54157dbe0481667b759051745c63
Author: Uwe L. Korn <uwelk <AT> xhochy <DOT> com>
AuthorDate: Sun Sep 21 11:44:49 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Sep 22 16:46:25 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=55ce0217
[kde-base/kate] Update dependencies
Package-Manager: portage-2.2.12
---
kde-base/kate/kate-9999.ebuild | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/kde-base/kate/kate-9999.ebuild b/kde-base/kate/kate-9999.ebuild
index e0194b0..1e68319 100644
--- a/kde-base/kate/kate-9999.ebuild
+++ b/kde-base/kate/kate-9999.ebuild
@@ -20,6 +20,7 @@ DEPEND="
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kdbusaddons)
$(add_frameworks_dep kguiaddons)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kiconthemes)
@@ -44,6 +45,11 @@ DEPEND="
dev-qt/qtscript:5
dev-qt/qtwidgets:5
dev-qt/qtxml:5
+ addons? (
+ $(add_frameworks_dep knotifications)
+ $(add_frameworks_dep kwallet)
+ $(add_frameworks_dep plasma)
+ )
"
RDEPEND="${DEPEND}
!kde-base/kate:4
^ permalink raw reply related [flat|nested] 26+ messages in thread
end of thread, other threads:[~2014-09-22 16:46 UTC | newest]
Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-22 16:46 [gentoo-commits] proj/kde:master commit in: kde-base/kate/ Michael Palimaka
-- strict thread matches above, loose matches on Subject: below --
2014-07-24 20:16 Johannes Huber
2014-07-24 18:06 Michael Palimaka
2014-07-24 18:03 Michael Palimaka
2014-06-25 4:15 Jonathan Callen
2014-06-18 13:15 Michael Palimaka
2014-05-25 14:36 Johannes Huber
2014-05-25 14:25 Johannes Huber
2013-08-22 17:20 Michael Palimaka
2013-08-08 11:01 Michael Palimaka
2013-08-01 18:48 Johannes Huber
2013-07-03 8:50 Michael Palimaka
2013-06-28 11:11 Michael Palimaka
2013-06-28 10:50 Michael Palimaka
2013-06-28 10:35 Michael Palimaka
2013-05-30 13:19 Michael Palimaka
2013-05-29 17:34 Michael Palimaka
2013-03-01 16:46 Michael Palimaka
2013-03-01 15:47 Michael Palimaka
2013-03-01 15:44 Michael Palimaka
2012-10-23 15:59 Michael Palimaka
2011-06-26 0:06 Jorge Manuel B. S. Vicetto
2011-05-29 18:02 Jonathan Callen
2011-05-26 11:28 Jorge Manuel B. S. Vicetto
2011-02-09 14:21 Steffen Stramm
2011-02-09 0:23 Steffen Stramm
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox