public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: kde-base/katepart/
@ 2011-02-11 22:51 Steffen Stramm
  0 siblings, 0 replies; 11+ messages in thread
From: Steffen Stramm @ 2011-02-11 22:51 UTC (permalink / raw
  To: gentoo-commits

commit:     86b6e54716f127efbebc9a88b44a03ce472a839c
Author:     Steffen Stramm <krytzz <AT> soylent <DOT> eu>
AuthorDate: Fri Feb 11 22:50:27 2011 +0000
Commit:     Steffen Stramm <krytzz <AT> soylent <DOT> eu>
CommitDate: Fri Feb 11 22:50:27 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=86b6e547

[kde-base/katepart] collision fixed, i thought src_prepare was empty in
kde4-meta

---
 kde-base/katepart/katepart-9999.ebuild |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/kde-base/katepart/katepart-9999.ebuild b/kde-base/katepart/katepart-9999.ebuild
index 6568faf..31d1a2b 100644
--- a/kde-base/katepart/katepart-9999.ebuild
+++ b/kde-base/katepart/katepart-9999.ebuild
@@ -17,4 +17,6 @@ IUSE="debug"
 
 src_prepare() {
 	mycmakeargs="-DKDE4_BUILD_TESTS=Off"
+
+	kde4-meta_src_prepare
 }



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

* [gentoo-commits] proj/kde:master commit in: kde-base/katepart/
@ 2011-02-19  4:13 Jonathan Callen
  0 siblings, 0 replies; 11+ messages in thread
From: Jonathan Callen @ 2011-02-19  4:13 UTC (permalink / raw
  To: gentoo-commits

commit:     9275317474f9ced61bcafd5490bfea088f231d80
Author:     abcd <abcd <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 19 04:11:53 2011 +0000
Commit:     Jonathan Callen <abcd <AT> gentoo <DOT> org>
CommitDate: Sat Feb 19 04:11:53 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=92753174

[kde-base/katepart] Add proper blocker on older kdelibs

(Portage version: 2.2.0_alpha23_p5/git/Linux i686, signed Manifest commit with key 229E5838)

---
 kde-base/katepart/katepart-9999.ebuild |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/kde-base/katepart/katepart-9999.ebuild b/kde-base/katepart/katepart-9999.ebuild
index 31d1a2b..73a933f 100644
--- a/kde-base/katepart/katepart-9999.ebuild
+++ b/kde-base/katepart/katepart-9999.ebuild
@@ -15,6 +15,8 @@ DESCRIPTION="KDE Editor KPart"
 KEYWORDS=""
 IUSE="debug"
 
+add_blocker kdelibs 4.6.50
+
 src_prepare() {
 	mycmakeargs="-DKDE4_BUILD_TESTS=Off"
 



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

* [gentoo-commits] proj/kde:master commit in: kde-base/katepart/
@ 2011-05-24  6:42 Jorge Manuel B. S. Vicetto
  0 siblings, 0 replies; 11+ messages in thread
From: Jorge Manuel B. S. Vicetto @ 2011-05-24  6:42 UTC (permalink / raw
  To: gentoo-commits

commit:     f1a7d06639d94d12c7aeb0ddb289d6a0679d4335
Author:     Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo <DOT> org>
AuthorDate: Tue May 24 06:18:04 2011 +0000
Commit:     Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
CommitDate: Tue May 24 06:18:04 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=f1a7d066

[kde-base/katepart] Initial release commit. Part of KDE-4.6.80.

(Portage version: 2.2.0_alpha34/git/Linux x86_64, signed Manifest commit with key BB0E6E98)

---
 kde-base/katepart/katepart-4.6.80.ebuild |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/kde-base/katepart/katepart-4.6.80.ebuild b/kde-base/katepart/katepart-4.6.80.ebuild
new file mode 100644
index 0000000..7cdff11
--- /dev/null
+++ b/kde-base/katepart/katepart-4.6.80.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="4"
+
+KDE_HANDBOOK="optional"
+
+KMNAME="kate"
+KMMODULE="part"
+KDE_SCM="git"
+inherit kde4-meta
+
+DESCRIPTION="KDE Editor KPart"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+add_blocker kdelibs 4.6.50
+
+src_prepare() {
+	mycmakeargs="-DKDE4_BUILD_TESTS=Off"
+
+	kde4-meta_src_prepare
+}



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

* [gentoo-commits] proj/kde:master commit in: kde-base/katepart/
@ 2011-05-24  9:10 Tomas Chvatal
  0 siblings, 0 replies; 11+ messages in thread
From: Tomas Chvatal @ 2011-05-24  9:10 UTC (permalink / raw
  To: gentoo-commits

commit:     a9df204119f24ffe63f63ecb169e7f4783f46daa
Author:     Tomas Chvatal <scarabeus <AT> gentoo <DOT> org>
AuthorDate: Tue May 24 09:10:40 2011 +0000
Commit:     Tomas Chvatal <scarabeus <AT> gentoo <DOT> org>
CommitDate: Tue May 24 09:10:40 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=a9df2041

[kde-base/katepart] Cleanup the ebuild.

---
 kde-base/katepart/katepart-4.6.80.ebuild |   11 ++++++-----
 kde-base/katepart/katepart-9999.ebuild   |    9 +++++----
 2 files changed, 11 insertions(+), 9 deletions(-)

diff --git a/kde-base/katepart/katepart-4.6.80.ebuild b/kde-base/katepart/katepart-4.6.80.ebuild
index 7cdff11..49eab04 100644
--- a/kde-base/katepart/katepart-4.6.80.ebuild
+++ b/kde-base/katepart/katepart-4.6.80.ebuild
@@ -2,10 +2,9 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI="4"
+EAPI=4
 
 KDE_HANDBOOK="optional"
-
 KMNAME="kate"
 KMMODULE="part"
 KDE_SCM="git"
@@ -17,8 +16,10 @@ IUSE="debug"
 
 add_blocker kdelibs 4.6.50
 
-src_prepare() {
-	mycmakeargs="-DKDE4_BUILD_TESTS=Off"
+src_configure() {
+	local mycmakeargs=(
+		"-DKDE4_BUILD_TESTS=OFF"
+	)
 
-	kde4-meta_src_prepare
+	kde4-meta_src_configure
 }

diff --git a/kde-base/katepart/katepart-9999.ebuild b/kde-base/katepart/katepart-9999.ebuild
index e1f7ab8..14cb57e 100644
--- a/kde-base/katepart/katepart-9999.ebuild
+++ b/kde-base/katepart/katepart-9999.ebuild
@@ -5,7 +5,6 @@
 EAPI=4
 
 KDE_HANDBOOK="optional"
-
 KMNAME="kate"
 KMMODULE="part"
 KDE_SCM="git"
@@ -17,8 +16,10 @@ IUSE="debug"
 
 add_blocker kdelibs 4.6.50
 
-src_prepare() {
-	mycmakeargs="-DKDE4_BUILD_TESTS=Off"
+src_configure() {
+	local mycmakeargs=(
+		"-DKDE4_BUILD_TESTS=OFF"
+	)
 
-	kde4-meta_src_prepare
+	kde4-meta_src_configure
 }



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

* [gentoo-commits] proj/kde:master commit in: kde-base/katepart/
@ 2011-12-03 15:46 Andreas Hüttel
  0 siblings, 0 replies; 11+ messages in thread
From: Andreas Hüttel @ 2011-12-03 15:46 UTC (permalink / raw
  To: gentoo-commits

commit:     5810c06e9ad9382a544f354cc72a53c6d9a4128a
Author:     Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  3 15:47:47 2011 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Dec  3 15:47:47 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=5810c06e

[kde-base/katepart] Restrict tests, bug 392993

(Portage version: 2.1.10.39/git/Linux x86_64, unsigned Manifest commit)

---
 kde-base/katepart/katepart-4.7.49.9999.ebuild |    3 +++
 kde-base/katepart/katepart-4.7.80.ebuild      |    3 +++
 kde-base/katepart/katepart-9999.ebuild        |    3 +++
 3 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/kde-base/katepart/katepart-4.7.49.9999.ebuild b/kde-base/katepart/katepart-4.7.49.9999.ebuild
index 14cb57e..1bd12a2 100644
--- a/kde-base/katepart/katepart-4.7.49.9999.ebuild
+++ b/kde-base/katepart/katepart-4.7.49.9999.ebuild
@@ -14,6 +14,9 @@ DESCRIPTION="KDE Editor KPart"
 KEYWORDS=""
 IUSE="debug"
 
+RESTRICT="test"
+# bug 392993
+
 add_blocker kdelibs 4.6.50
 
 src_configure() {

diff --git a/kde-base/katepart/katepart-4.7.80.ebuild b/kde-base/katepart/katepart-4.7.80.ebuild
index a938acf..6103bc4 100644
--- a/kde-base/katepart/katepart-4.7.80.ebuild
+++ b/kde-base/katepart/katepart-4.7.80.ebuild
@@ -14,6 +14,9 @@ DESCRIPTION="KDE Editor KPart"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="debug"
 
+RESTRICT="test"
+# bug 392993
+
 add_blocker kdelibs 4.6.50
 
 src_configure() {

diff --git a/kde-base/katepart/katepart-9999.ebuild b/kde-base/katepart/katepart-9999.ebuild
index 14cb57e..1bd12a2 100644
--- a/kde-base/katepart/katepart-9999.ebuild
+++ b/kde-base/katepart/katepart-9999.ebuild
@@ -14,6 +14,9 @@ DESCRIPTION="KDE Editor KPart"
 KEYWORDS=""
 IUSE="debug"
 
+RESTRICT="test"
+# bug 392993
+
 add_blocker kdelibs 4.6.50
 
 src_configure() {



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

* [gentoo-commits] proj/kde:master commit in: kde-base/katepart/
@ 2011-12-08 23:26 Andreas Hüttel
  0 siblings, 0 replies; 11+ messages in thread
From: Andreas Hüttel @ 2011-12-08 23:26 UTC (permalink / raw
  To: gentoo-commits

commit:     10143a88d3a2954fb4fca1579ea2b937647a1769
Author:     Andreas K. Huettel (dilfridge) <mail <AT> akhuettel <DOT> de>
AuthorDate: Thu Dec  8 23:26:40 2011 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Dec  8 23:26:40 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=10143a88

[kde-base/katepart] Restrict tests

(Portage version: 2.1.10.39/git/Linux x86_64, unsigned Manifest commit)

---
 kde-base/katepart/katepart-4.7.4.ebuild |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/kde-base/katepart/katepart-4.7.4.ebuild b/kde-base/katepart/katepart-4.7.4.ebuild
index 8c3ffde..c85f451 100644
--- a/kde-base/katepart/katepart-4.7.4.ebuild
+++ b/kde-base/katepart/katepart-4.7.4.ebuild
@@ -14,6 +14,9 @@ DESCRIPTION="KDE Editor KPart"
 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
 IUSE="debug"
 
+RESTRICT="test"
+# bug 392993
+
 add_blocker kdelibs 4.6.50
 
 src_configure() {



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

* [gentoo-commits] proj/kde:master commit in: kde-base/katepart/
@ 2013-06-28 11:11 Michael Palimaka
  0 siblings, 0 replies; 11+ messages in thread
From: Michael Palimaka @ 2013-06-28 11:11 UTC (permalink / raw
  To: gentoo-commits

commit:     9441cf8fe7008d87611c941f9d6e043cd6525a10
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 28 11:08:30 2013 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Jun 28 11:08:30 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=9441cf8f

[kde-base/katepart] Fix installation of plugins.

Package-Manager: portage-2.1.12.10

---
 kde-base/katepart/katepart-4.10.80.ebuild | 4 ++++
 kde-base/katepart/katepart-4.10.90.ebuild | 4 ++++
 kde-base/katepart/katepart-9999.ebuild    | 4 ++++
 3 files changed, 12 insertions(+)

diff --git a/kde-base/katepart/katepart-4.10.80.ebuild b/kde-base/katepart/katepart-4.10.80.ebuild
index 5d3bf70..2fe3bdb 100644
--- a/kde-base/katepart/katepart-4.10.80.ebuild
+++ b/kde-base/katepart/katepart-4.10.80.ebuild
@@ -18,6 +18,10 @@ RESTRICT="test"
 
 add_blocker kdelibs 4.6.50
 
+KMEXTRA="
+	addons/ktexteditor
+"
+
 src_configure() {
 	local mycmakeargs=(
 		"-DKDE4_BUILD_TESTS=OFF"

diff --git a/kde-base/katepart/katepart-4.10.90.ebuild b/kde-base/katepart/katepart-4.10.90.ebuild
index 5d3bf70..2fe3bdb 100644
--- a/kde-base/katepart/katepart-4.10.90.ebuild
+++ b/kde-base/katepart/katepart-4.10.90.ebuild
@@ -18,6 +18,10 @@ RESTRICT="test"
 
 add_blocker kdelibs 4.6.50
 
+KMEXTRA="
+	addons/ktexteditor
+"
+
 src_configure() {
 	local mycmakeargs=(
 		"-DKDE4_BUILD_TESTS=OFF"

diff --git a/kde-base/katepart/katepart-9999.ebuild b/kde-base/katepart/katepart-9999.ebuild
index ad32d2c..1afe564 100644
--- a/kde-base/katepart/katepart-9999.ebuild
+++ b/kde-base/katepart/katepart-9999.ebuild
@@ -18,6 +18,10 @@ RESTRICT="test"
 
 add_blocker kdelibs 4.6.50
 
+KMEXTRA="
+	addons/ktexteditor
+"
+
 src_configure() {
 	local mycmakeargs=(
 		"-DKDE4_BUILD_TESTS=OFF"


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

* [gentoo-commits] proj/kde:master commit in: kde-base/katepart/
@ 2013-07-03 19:21 Michael Palimaka
  0 siblings, 0 replies; 11+ messages in thread
From: Michael Palimaka @ 2013-07-03 19:21 UTC (permalink / raw
  To: gentoo-commits

commit:     6321086a9cf476ed05f2eb47c57166d47fcf9bf4
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  3 19:19:20 2013 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Jul  3 19:19:20 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=6321086a

[kde-base/katepart] Remove obsolete blocker.

Package-Manager: portage-2.1.12.11

---
 kde-base/katepart/katepart-4.10.90.ebuild | 2 --
 kde-base/katepart/katepart-9999.ebuild    | 2 --
 2 files changed, 4 deletions(-)

diff --git a/kde-base/katepart/katepart-4.10.90.ebuild b/kde-base/katepart/katepart-4.10.90.ebuild
index 2fe3bdb..f0f0a23 100644
--- a/kde-base/katepart/katepart-4.10.90.ebuild
+++ b/kde-base/katepart/katepart-4.10.90.ebuild
@@ -16,8 +16,6 @@ IUSE="debug"
 RESTRICT="test"
 # bug 392993
 
-add_blocker kdelibs 4.6.50
-
 KMEXTRA="
 	addons/ktexteditor
 "

diff --git a/kde-base/katepart/katepart-9999.ebuild b/kde-base/katepart/katepart-9999.ebuild
index 1afe564..bf0feec 100644
--- a/kde-base/katepart/katepart-9999.ebuild
+++ b/kde-base/katepart/katepart-9999.ebuild
@@ -16,8 +16,6 @@ IUSE="debug"
 RESTRICT="test"
 # bug 392993
 
-add_blocker kdelibs 4.6.50
-
 KMEXTRA="
 	addons/ktexteditor
 "


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

* [gentoo-commits] proj/kde:master commit in: kde-base/katepart/
@ 2013-08-28 15:59 Michael Palimaka
  0 siblings, 0 replies; 11+ messages in thread
From: Michael Palimaka @ 2013-08-28 15:59 UTC (permalink / raw
  To: gentoo-commits

commit:     1e9f847ca3cdf03c9855ff65939b2f7d2ed187e3
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 28 15:56:29 2013 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Aug 28 15:56:29 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=1e9f847c

[kde-base/katepart] Update HOMEPAGE wrt bug #478940.

Package-Manager: portage-2.2.1

---
 kde-base/katepart/katepart-4.11.49.9999.ebuild | 1 +
 kde-base/katepart/katepart-9999.ebuild         | 1 +
 2 files changed, 2 insertions(+)

diff --git a/kde-base/katepart/katepart-4.11.49.9999.ebuild b/kde-base/katepart/katepart-4.11.49.9999.ebuild
index bf0feec..b35d0dd 100644
--- a/kde-base/katepart/katepart-4.11.49.9999.ebuild
+++ b/kde-base/katepart/katepart-4.11.49.9999.ebuild
@@ -10,6 +10,7 @@ KMMODULE="part"
 inherit kde4-meta
 
 DESCRIPTION="KDE Editor KPart"
+HOMEPAGE+=" http://kate-editor.org/about-katepart/"
 KEYWORDS=""
 IUSE="debug"
 

diff --git a/kde-base/katepart/katepart-9999.ebuild b/kde-base/katepart/katepart-9999.ebuild
index bf0feec..b35d0dd 100644
--- a/kde-base/katepart/katepart-9999.ebuild
+++ b/kde-base/katepart/katepart-9999.ebuild
@@ -10,6 +10,7 @@ KMMODULE="part"
 inherit kde4-meta
 
 DESCRIPTION="KDE Editor KPart"
+HOMEPAGE+=" http://kate-editor.org/about-katepart/"
 KEYWORDS=""
 IUSE="debug"
 


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

* [gentoo-commits] proj/kde:master commit in: kde-base/katepart/
@ 2014-04-22 16:12 Michael Palimaka
  0 siblings, 0 replies; 11+ messages in thread
From: Michael Palimaka @ 2014-04-22 16:12 UTC (permalink / raw
  To: gentoo-commits

commit:     67ccfd5a6a50be651fb77100156cf8a94a6e77e3
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 22 16:11:59 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Apr 22 16:11:59 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=67ccfd5a

[kde-base/katepart] Remove redundant src_configure.

-DKDE4_BUILD_TESTS=OFF is already passed by default by
the eclass, and is only turned on again when src_test is
called.

Package-Manager: portage-2.2.8-r1

---
 kde-base/katepart/katepart-4.12.49.9999.ebuild | 8 --------
 kde-base/katepart/katepart-4.13.49.9999.ebuild | 8 --------
 kde-base/katepart/katepart-9999.ebuild         | 8 --------
 3 files changed, 24 deletions(-)

diff --git a/kde-base/katepart/katepart-4.12.49.9999.ebuild b/kde-base/katepart/katepart-4.12.49.9999.ebuild
index 2b28702..fd284d4 100644
--- a/kde-base/katepart/katepart-4.12.49.9999.ebuild
+++ b/kde-base/katepart/katepart-4.12.49.9999.ebuild
@@ -22,11 +22,3 @@ KMEXTRA="
 "
 
 PATCHES=( "${FILESDIR}/${PN}-4.12.3-crash-fix.patch" )
-
-src_configure() {
-	local mycmakeargs=(
-		"-DKDE4_BUILD_TESTS=OFF"
-	)
-
-	kde4-meta_src_configure
-}

diff --git a/kde-base/katepart/katepart-4.13.49.9999.ebuild b/kde-base/katepart/katepart-4.13.49.9999.ebuild
index cbea281..dd8356a 100644
--- a/kde-base/katepart/katepart-4.13.49.9999.ebuild
+++ b/kde-base/katepart/katepart-4.13.49.9999.ebuild
@@ -20,11 +20,3 @@ RESTRICT="test"
 KMEXTRA="
 	addons/ktexteditor
 "
-
-src_configure() {
-	local mycmakeargs=(
-		"-DKDE4_BUILD_TESTS=OFF"
-	)
-
-	kde4-meta_src_configure
-}

diff --git a/kde-base/katepart/katepart-9999.ebuild b/kde-base/katepart/katepart-9999.ebuild
index cbea281..dd8356a 100644
--- a/kde-base/katepart/katepart-9999.ebuild
+++ b/kde-base/katepart/katepart-9999.ebuild
@@ -20,11 +20,3 @@ RESTRICT="test"
 KMEXTRA="
 	addons/ktexteditor
 "
-
-src_configure() {
-	local mycmakeargs=(
-		"-DKDE4_BUILD_TESTS=OFF"
-	)
-
-	kde4-meta_src_configure
-}


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

* [gentoo-commits] proj/kde:master commit in: kde-base/katepart/
@ 2014-07-24 20:16 Johannes Huber
  0 siblings, 0 replies; 11+ messages in thread
From: Johannes Huber @ 2014-07-24 20:16 UTC (permalink / raw
  To: gentoo-commits

commit:     1fe36635f7377db8d60af476977203117bf5c0d4
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 24 20:06:57 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=1fe36635

[kde-base/katepart] Master is based on KF5 now

Package-Manager: portage-2.2.10

---
 kde-base/katepart/katepart-4.9999.ebuild | 22 ----------------------
 1 file changed, 22 deletions(-)

diff --git a/kde-base/katepart/katepart-4.9999.ebuild b/kde-base/katepart/katepart-4.9999.ebuild
deleted file mode 100644
index dd8356a..0000000
--- a/kde-base/katepart/katepart-4.9999.ebuild
+++ /dev/null
@@ -1,22 +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"
-KMMODULE="part"
-inherit kde4-meta
-
-DESCRIPTION="KDE Editor KPart"
-HOMEPAGE+=" http://kate-editor.org/about-katepart/"
-KEYWORDS=""
-IUSE="debug"
-
-RESTRICT="test"
-# bug 392993
-
-KMEXTRA="
-	addons/ktexteditor
-"


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

end of thread, other threads:[~2014-07-24 22:46 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-28 11:11 [gentoo-commits] proj/kde:master commit in: kde-base/katepart/ Michael Palimaka
  -- strict thread matches above, loose matches on Subject: below --
2014-07-24 20:16 Johannes Huber
2014-04-22 16:12 Michael Palimaka
2013-08-28 15:59 Michael Palimaka
2013-07-03 19:21 Michael Palimaka
2011-12-08 23:26 Andreas Hüttel
2011-12-03 15:46 Andreas Hüttel
2011-05-24  9:10 Tomas Chvatal
2011-05-24  6:42 Jorge Manuel B. S. Vicetto
2011-02-19  4:13 Jonathan Callen
2011-02-11 22:51 Steffen Stramm

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