public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: kde-base/kolourpaint/
@ 2011-03-27  0:31 Jonathan Callen
  0 siblings, 0 replies; 10+ messages in thread
From: Jonathan Callen @ 2011-03-27  0:31 UTC (permalink / raw
  To: gentoo-commits

commit:     d1de7d182d6d7bcad32398f3718ba8c767f79aad
Author:     abcd <abcd <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 26 17:36:58 2011 +0000
Commit:     Jonathan Callen <abcd <AT> gentoo <DOT> org>
CommitDate: Sun Mar 27 00:30:54 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=d1de7d18

[kde-base/kolourpaint] Make handbook optional again and actually install it

(Portage version: 2.2.0_alpha28_p8/git/Linux i686, RepoMan options: --force, signed Manifest commit with key 229E5838)

---
 kde-base/kolourpaint/kolourpaint-9999.ebuild |   15 ++++++++++++---
 1 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/kde-base/kolourpaint/kolourpaint-9999.ebuild b/kde-base/kolourpaint/kolourpaint-9999.ebuild
index aa57c3e..6f17050 100644
--- a/kde-base/kolourpaint/kolourpaint-9999.ebuild
+++ b/kde-base/kolourpaint/kolourpaint-9999.ebuild
@@ -4,13 +4,11 @@
 
 EAPI=3
 
+KDE_HANDBOOK="optional"
 if [[ ${PV} == *9999 ]]; then
-# Not sure how to handle this...
-KDE_HANDBOOK="required"
 KDE_SCM="git"
 inherit kde4-base
 else
-KDE_HANDBOOK="optional"
 KMNAME="kdegraphics"
 inherit kde4-meta
 fi
@@ -19,3 +17,14 @@ DESCRIPTION="Paint Program for KDE"
 KEYWORDS=""
 LICENSE="BSD LGPL-2"
 IUSE="debug"
+
+if [[ ${PV} == *9999 ]]; then
+src_prepare() {
+	# Upstream forgot to add_subdirectory(doc), so HACK it in
+	if ! grep -qi '^[[:space:]]*add_subdirectory[[:space:]]*([[:space:]]*doc[[:space:]]*)' CMakeLists.txt; then
+		echo "add_subdirectory(doc)" >> CMakeLists.txt
+	fi
+
+	kde4-base_src_prepare
+}
+fi



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

* [gentoo-commits] proj/kde:master commit in: kde-base/kolourpaint/
@ 2011-05-12 20:32 Marc Schiffbauer
  0 siblings, 0 replies; 10+ messages in thread
From: Marc Schiffbauer @ 2011-05-12 20:32 UTC (permalink / raw
  To: gentoo-commits

commit:     d79b6ac7a429d5277a890e892f9379eb978dbbc7
Author:     Marc Schiffbauer <marc <AT> schiffbauer <DOT> net>
AuthorDate: Thu May 12 20:05:10 2011 +0000
Commit:     Marc Schiffbauer <marc <AT> schiffbauer <DOT> net>
CommitDate: Thu May 12 20:05:10 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=d79b6ac7

[kde-base/kolourpaint] fix 4.6.9999 ebuild

---
 kde-base/kolourpaint/kolourpaint-4.6.9999.ebuild |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/kde-base/kolourpaint/kolourpaint-4.6.9999.ebuild b/kde-base/kolourpaint/kolourpaint-4.6.9999.ebuild
index 6b3a1d4..bff1e5c 100644
--- a/kde-base/kolourpaint/kolourpaint-4.6.9999.ebuild
+++ b/kde-base/kolourpaint/kolourpaint-4.6.9999.ebuild
@@ -5,8 +5,14 @@
 EAPI=4
 
 KDE_HANDBOOK="optional"
-KMNAME="kdegraphics"
-inherit kde4-meta
+KDE_SCM="git"
+if [[ ${PV} == *9999 ]]; then
+	kde_eclass="kde4-base"
+else
+	KMNAME="kdegraphics"
+	kde_eclass="kde4-meta"
+fi
+inherit ${kde_eclass}
 
 DESCRIPTION="Paint Program for KDE"
 KEYWORDS=""



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

* [gentoo-commits] proj/kde:master commit in: kde-base/kolourpaint/
@ 2011-05-26  5:14 Jorge Manuel B. S. Vicetto
  0 siblings, 0 replies; 10+ messages in thread
From: Jorge Manuel B. S. Vicetto @ 2011-05-26  5:14 UTC (permalink / raw
  To: gentoo-commits

commit:     ba499d416d0823e531f39aeaf447f976b3e8e3b5
Author:     Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo <DOT> org>
AuthorDate: Thu May 26 04:20:43 2011 +0000
Commit:     Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
CommitDate: Thu May 26 04:20:43 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=ba499d41

[kde-base/kolourpaint] 4.6.80 version bump.

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

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

diff --git a/kde-base/kolourpaint/kolourpaint-4.6.80.ebuild b/kde-base/kolourpaint/kolourpaint-4.6.80.ebuild
new file mode 100644
index 0000000..4db0df9
--- /dev/null
+++ b/kde-base/kolourpaint/kolourpaint-4.6.80.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="4"
+
+KDE_HANDBOOK="optional"
+KDE_SCM="git"
+inherit "kde4-base"
+
+DESCRIPTION="Paint Program for KDE"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+LICENSE="BSD LGPL-2"
+IUSE="debug"



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

* [gentoo-commits] proj/kde:master commit in: kde-base/kolourpaint/
@ 2011-06-08 22:15 Andreas Hüttel
  0 siblings, 0 replies; 10+ messages in thread
From: Andreas Hüttel @ 2011-06-08 22:15 UTC (permalink / raw
  To: gentoo-commits

commit:     8cd9ab2305829bb791be42344863b7092025d0e6
Author:     Andreas K. Huettel (dilfridge) <mail <AT> akhuettel <DOT> de>
AuthorDate: Wed Jun  8 22:14:52 2011 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Jun  8 22:14:52 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=8cd9ab23

[kde-base/kolourpaint] Remove duplicate file

(Portage version: 2.1.10/git/Linux x86_64, signed Manifest commit with key B6C5F7DE)

---
 kde-base/kolourpaint/kolourpaint-4.6.4.ebuild      |    7 +++++++
 .../kolourpaint/kolourpaint-4.6.49.9999.ebuild     |    7 +++++++
 2 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/kde-base/kolourpaint/kolourpaint-4.6.4.ebuild b/kde-base/kolourpaint/kolourpaint-4.6.4.ebuild
index f8112e9..849b27e 100644
--- a/kde-base/kolourpaint/kolourpaint-4.6.4.ebuild
+++ b/kde-base/kolourpaint/kolourpaint-4.6.4.ebuild
@@ -18,3 +18,10 @@ DESCRIPTION="Paint Program for KDE"
 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 LICENSE="BSD LGPL-2"
 IUSE="debug"
+
+src_install() {
+	kde4-meta_src_install
+
+	# why, oh why?!
+	rm "${D}/usr/share/apps/cmake/modules/FindKSane.cmake" || die
+}

diff --git a/kde-base/kolourpaint/kolourpaint-4.6.49.9999.ebuild b/kde-base/kolourpaint/kolourpaint-4.6.49.9999.ebuild
index bff1e5c..f64d63a 100644
--- a/kde-base/kolourpaint/kolourpaint-4.6.49.9999.ebuild
+++ b/kde-base/kolourpaint/kolourpaint-4.6.49.9999.ebuild
@@ -18,3 +18,10 @@ DESCRIPTION="Paint Program for KDE"
 KEYWORDS=""
 LICENSE="BSD LGPL-2"
 IUSE="debug"
+
+src_install() {
+	kde4-meta_src_install
+
+	# why, oh why?!
+	rm "${D}/usr/share/apps/cmake/modules/FindKSane.cmake" || die
+}



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

* [gentoo-commits] proj/kde:master commit in: kde-base/kolourpaint/
@ 2011-06-08 22:49 Andreas Hüttel
  0 siblings, 0 replies; 10+ messages in thread
From: Andreas Hüttel @ 2011-06-08 22:49 UTC (permalink / raw
  To: gentoo-commits

commit:     17e49572b6cfef2acc2fa1467a1e6fde4f291993
Author:     Andreas K. Huettel (dilfridge) <mail <AT> akhuettel <DOT> de>
AuthorDate: Wed Jun  8 22:48:00 2011 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Jun  8 22:49:16 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=17e49572

Replace D with ED

(Portage version: 2.1.10/git/Linux x86_64, signed Manifest commit with key B6C5F7DE)

---
 kde-base/kolourpaint/kolourpaint-4.6.4.ebuild      |    2 +-
 .../kolourpaint/kolourpaint-4.6.49.9999.ebuild     |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-base/kolourpaint/kolourpaint-4.6.4.ebuild b/kde-base/kolourpaint/kolourpaint-4.6.4.ebuild
index 849b27e..47e832a 100644
--- a/kde-base/kolourpaint/kolourpaint-4.6.4.ebuild
+++ b/kde-base/kolourpaint/kolourpaint-4.6.4.ebuild
@@ -23,5 +23,5 @@ src_install() {
 	kde4-meta_src_install
 
 	# why, oh why?!
-	rm "${D}/usr/share/apps/cmake/modules/FindKSane.cmake" || die
+	rm "${ED}/usr/share/apps/cmake/modules/FindKSane.cmake" || die
 }

diff --git a/kde-base/kolourpaint/kolourpaint-4.6.49.9999.ebuild b/kde-base/kolourpaint/kolourpaint-4.6.49.9999.ebuild
index f64d63a..1b7da6e 100644
--- a/kde-base/kolourpaint/kolourpaint-4.6.49.9999.ebuild
+++ b/kde-base/kolourpaint/kolourpaint-4.6.49.9999.ebuild
@@ -23,5 +23,5 @@ src_install() {
 	kde4-meta_src_install
 
 	# why, oh why?!
-	rm "${D}/usr/share/apps/cmake/modules/FindKSane.cmake" || die
+	rm "${ED}/usr/share/apps/cmake/modules/FindKSane.cmake" || die
 }



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

* [gentoo-commits] proj/kde:master commit in: kde-base/kolourpaint/
@ 2011-08-27  7:50 Andreas Hüttel
  0 siblings, 0 replies; 10+ messages in thread
From: Andreas Hüttel @ 2011-08-27  7:50 UTC (permalink / raw
  To: gentoo-commits

commit:     de6589a7bf85b4f9d0efb3531798669492064a90
Author:     Andreas K. Huettel (dilfridge) <mail <AT> akhuettel <DOT> de>
AuthorDate: Sat Aug 27 07:50:06 2011 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Aug 27 07:50:06 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=de6589a7

[kde-base/kolourpaint] Add missing qimageblitz dependency, bug 379767

(Portage version: 2.1.10.11/git/Linux x86_64, signed Manifest commit with key B6C5F7DE)

---
 .../kolourpaint/kolourpaint-4.7.49.9999.ebuild     |    3 +++
 kde-base/kolourpaint/kolourpaint-9999.ebuild       |    3 +++
 2 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/kde-base/kolourpaint/kolourpaint-4.7.49.9999.ebuild b/kde-base/kolourpaint/kolourpaint-4.7.49.9999.ebuild
index 9deda83..3682660 100644
--- a/kde-base/kolourpaint/kolourpaint-4.7.49.9999.ebuild
+++ b/kde-base/kolourpaint/kolourpaint-4.7.49.9999.ebuild
@@ -12,3 +12,6 @@ DESCRIPTION="Paint Program for KDE"
 KEYWORDS=""
 LICENSE="BSD LGPL-2"
 IUSE="debug"
+
+DEPEND="media-libs/qimageblitz"
+RDEPEND=${DEPEND}

diff --git a/kde-base/kolourpaint/kolourpaint-9999.ebuild b/kde-base/kolourpaint/kolourpaint-9999.ebuild
index 9deda83..3682660 100644
--- a/kde-base/kolourpaint/kolourpaint-9999.ebuild
+++ b/kde-base/kolourpaint/kolourpaint-9999.ebuild
@@ -12,3 +12,6 @@ DESCRIPTION="Paint Program for KDE"
 KEYWORDS=""
 LICENSE="BSD LGPL-2"
 IUSE="debug"
+
+DEPEND="media-libs/qimageblitz"
+RDEPEND=${DEPEND}



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

* [gentoo-commits] proj/kde:master commit in: kde-base/kolourpaint/
@ 2011-10-16 10:05 Marc Schiffbauer
  0 siblings, 0 replies; 10+ messages in thread
From: Marc Schiffbauer @ 2011-10-16 10:05 UTC (permalink / raw
  To: gentoo-commits

commit:     14f9cbf280153bd30005628a776380e3c2afa6b3
Author:     Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 16 10:04:10 2011 +0000
Commit:     Marc Schiffbauer <marc <AT> schiffbauer <DOT> net>
CommitDate: Sun Oct 16 10:04:10 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=14f9cbf2

[kde-base/kolourpaint] Added scanner USE flag, fixes bug #386591

---
 .../kolourpaint/kolourpaint-4.7.49.9999.ebuild     |    5 +++--
 kde-base/kolourpaint/kolourpaint-9999.ebuild       |    5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/kde-base/kolourpaint/kolourpaint-4.7.49.9999.ebuild b/kde-base/kolourpaint/kolourpaint-4.7.49.9999.ebuild
index 3682660..51c0ccd 100644
--- a/kde-base/kolourpaint/kolourpaint-4.7.49.9999.ebuild
+++ b/kde-base/kolourpaint/kolourpaint-4.7.49.9999.ebuild
@@ -11,7 +11,8 @@ inherit kde4-base
 DESCRIPTION="Paint Program for KDE"
 KEYWORDS=""
 LICENSE="BSD LGPL-2"
-IUSE="debug"
+IUSE="debug scanner"
 
 DEPEND="media-libs/qimageblitz"
-RDEPEND=${DEPEND}
+RDEPEND="${DEPEND}
+	scanner? ( kde-base/ksaneplugin )"

diff --git a/kde-base/kolourpaint/kolourpaint-9999.ebuild b/kde-base/kolourpaint/kolourpaint-9999.ebuild
index 3682660..51c0ccd 100644
--- a/kde-base/kolourpaint/kolourpaint-9999.ebuild
+++ b/kde-base/kolourpaint/kolourpaint-9999.ebuild
@@ -11,7 +11,8 @@ inherit kde4-base
 DESCRIPTION="Paint Program for KDE"
 KEYWORDS=""
 LICENSE="BSD LGPL-2"
-IUSE="debug"
+IUSE="debug scanner"
 
 DEPEND="media-libs/qimageblitz"
-RDEPEND=${DEPEND}
+RDEPEND="${DEPEND}
+	scanner? ( kde-base/ksaneplugin )"



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

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

commit:     1922fb46786396893938aa5a2d40fbc0520fd189
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  3 12:21:26 2013 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Jun  3 12:21:26 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=1922fb46

[kde-base/kolourpaint] Drop scanner USE flag in favour of postinst elog.

Package-Manager: portage-2.1.12.2

---
 kde-base/kolourpaint/kolourpaint-4.10.4.ebuild       | 13 ++++++++++---
 kde-base/kolourpaint/kolourpaint-4.10.49.9999.ebuild | 13 ++++++++++---
 kde-base/kolourpaint/kolourpaint-9999.ebuild         | 13 ++++++++++---
 3 files changed, 30 insertions(+), 9 deletions(-)

diff --git a/kde-base/kolourpaint/kolourpaint-4.10.4.ebuild b/kde-base/kolourpaint/kolourpaint-4.10.4.ebuild
index f506d92..39ed4e4 100644
--- a/kde-base/kolourpaint/kolourpaint-4.10.4.ebuild
+++ b/kde-base/kolourpaint/kolourpaint-4.10.4.ebuild
@@ -10,8 +10,15 @@ inherit kde4-base
 DESCRIPTION="Paint Program for KDE"
 KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 LICENSE="BSD LGPL-2"
-IUSE="debug scanner"
+IUSE="debug"
 
 DEPEND="media-libs/qimageblitz"
-RDEPEND="${DEPEND}
-	scanner? ( kde-base/ksaneplugin )"
+RDEPEND="${DEPEND}"
+
+pkg_postinst() {
+	kde4-meta_pkg_postinst
+
+	if ! has_version kde-base/ksaneplugin:${SLOT} ; then
+		elog "To enable scanner support, please install kde-base/ksaneplugin:${SLOT}"
+	fi
+}

diff --git a/kde-base/kolourpaint/kolourpaint-4.10.49.9999.ebuild b/kde-base/kolourpaint/kolourpaint-4.10.49.9999.ebuild
index cb32495..c92eb77 100644
--- a/kde-base/kolourpaint/kolourpaint-4.10.49.9999.ebuild
+++ b/kde-base/kolourpaint/kolourpaint-4.10.49.9999.ebuild
@@ -10,8 +10,15 @@ inherit kde4-base
 DESCRIPTION="Paint Program for KDE"
 KEYWORDS=""
 LICENSE="BSD LGPL-2"
-IUSE="debug scanner"
+IUSE="debug"
 
 DEPEND="media-libs/qimageblitz"
-RDEPEND="${DEPEND}
-	scanner? ( kde-base/ksaneplugin )"
+RDEPEND="${DEPEND}"
+
+pkg_postinst() {
+	kde4-meta_pkg_postinst
+
+	if ! has_version kde-base/ksaneplugin:${SLOT} ; then
+		elog "To enable scanner support, please install kde-base/ksaneplugin:${SLOT}"
+	fi
+}

diff --git a/kde-base/kolourpaint/kolourpaint-9999.ebuild b/kde-base/kolourpaint/kolourpaint-9999.ebuild
index cb32495..c92eb77 100644
--- a/kde-base/kolourpaint/kolourpaint-9999.ebuild
+++ b/kde-base/kolourpaint/kolourpaint-9999.ebuild
@@ -10,8 +10,15 @@ inherit kde4-base
 DESCRIPTION="Paint Program for KDE"
 KEYWORDS=""
 LICENSE="BSD LGPL-2"
-IUSE="debug scanner"
+IUSE="debug"
 
 DEPEND="media-libs/qimageblitz"
-RDEPEND="${DEPEND}
-	scanner? ( kde-base/ksaneplugin )"
+RDEPEND="${DEPEND}"
+
+pkg_postinst() {
+	kde4-meta_pkg_postinst
+
+	if ! has_version kde-base/ksaneplugin:${SLOT} ; then
+		elog "To enable scanner support, please install kde-base/ksaneplugin:${SLOT}"
+	fi
+}


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

* [gentoo-commits] proj/kde:master commit in: kde-base/kolourpaint/
@ 2013-06-03 18:21 Johannes Huber
  0 siblings, 0 replies; 10+ messages in thread
From: Johannes Huber @ 2013-06-03 18:21 UTC (permalink / raw
  To: gentoo-commits

commit:     eeb4033594818b6023a9891f2e86eb2b77d17313
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  3 18:21:32 2013 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Jun  3 18:21:32 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=eeb40335

[kde-base/kolourpaint] Fix postinst phase.

Package-Manager: portage-2.2.0_alpha177

---
 kde-base/kolourpaint/kolourpaint-4.10.4.ebuild       | 2 +-
 kde-base/kolourpaint/kolourpaint-4.10.49.9999.ebuild | 2 +-
 kde-base/kolourpaint/kolourpaint-9999.ebuild         | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/kde-base/kolourpaint/kolourpaint-4.10.4.ebuild b/kde-base/kolourpaint/kolourpaint-4.10.4.ebuild
index 39ed4e4..e4f6deb 100644
--- a/kde-base/kolourpaint/kolourpaint-4.10.4.ebuild
+++ b/kde-base/kolourpaint/kolourpaint-4.10.4.ebuild
@@ -16,7 +16,7 @@ DEPEND="media-libs/qimageblitz"
 RDEPEND="${DEPEND}"
 
 pkg_postinst() {
-	kde4-meta_pkg_postinst
+	kde4-base_pkg_postinst
 
 	if ! has_version kde-base/ksaneplugin:${SLOT} ; then
 		elog "To enable scanner support, please install kde-base/ksaneplugin:${SLOT}"

diff --git a/kde-base/kolourpaint/kolourpaint-4.10.49.9999.ebuild b/kde-base/kolourpaint/kolourpaint-4.10.49.9999.ebuild
index c92eb77..68b38ca 100644
--- a/kde-base/kolourpaint/kolourpaint-4.10.49.9999.ebuild
+++ b/kde-base/kolourpaint/kolourpaint-4.10.49.9999.ebuild
@@ -16,7 +16,7 @@ DEPEND="media-libs/qimageblitz"
 RDEPEND="${DEPEND}"
 
 pkg_postinst() {
-	kde4-meta_pkg_postinst
+	kde4-base_pkg_postinst
 
 	if ! has_version kde-base/ksaneplugin:${SLOT} ; then
 		elog "To enable scanner support, please install kde-base/ksaneplugin:${SLOT}"

diff --git a/kde-base/kolourpaint/kolourpaint-9999.ebuild b/kde-base/kolourpaint/kolourpaint-9999.ebuild
index c92eb77..68b38ca 100644
--- a/kde-base/kolourpaint/kolourpaint-9999.ebuild
+++ b/kde-base/kolourpaint/kolourpaint-9999.ebuild
@@ -16,7 +16,7 @@ DEPEND="media-libs/qimageblitz"
 RDEPEND="${DEPEND}"
 
 pkg_postinst() {
-	kde4-meta_pkg_postinst
+	kde4-base_pkg_postinst
 
 	if ! has_version kde-base/ksaneplugin:${SLOT} ; then
 		elog "To enable scanner support, please install kde-base/ksaneplugin:${SLOT}"


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

* [gentoo-commits] proj/kde:master commit in: kde-base/kolourpaint/
@ 2013-08-29 13:13 Michael Palimaka
  0 siblings, 0 replies; 10+ messages in thread
From: Michael Palimaka @ 2013-08-29 13:13 UTC (permalink / raw
  To: gentoo-commits

commit:     adbeebd8abe1199366e2f4db05d78dfd8b4611cf
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 29 13:10:40 2013 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Aug 29 13:10:40 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=adbeebd8

[kde-base/kolourpaint] Update HOMEPAGE wrt bug #479144.

Package-Manager: portage-2.2.1

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

diff --git a/kde-base/kolourpaint/kolourpaint-4.11.49.9999.ebuild b/kde-base/kolourpaint/kolourpaint-4.11.49.9999.ebuild
index 68b38ca..6208838 100644
--- a/kde-base/kolourpaint/kolourpaint-4.11.49.9999.ebuild
+++ b/kde-base/kolourpaint/kolourpaint-4.11.49.9999.ebuild
@@ -8,6 +8,7 @@ KDE_HANDBOOK="optional"
 inherit kde4-base
 
 DESCRIPTION="Paint Program for KDE"
+HOMEPAGE="http://kde.org/applications/graphics/kolourpaint/"
 KEYWORDS=""
 LICENSE="BSD LGPL-2"
 IUSE="debug"

diff --git a/kde-base/kolourpaint/kolourpaint-9999.ebuild b/kde-base/kolourpaint/kolourpaint-9999.ebuild
index 68b38ca..6208838 100644
--- a/kde-base/kolourpaint/kolourpaint-9999.ebuild
+++ b/kde-base/kolourpaint/kolourpaint-9999.ebuild
@@ -8,6 +8,7 @@ KDE_HANDBOOK="optional"
 inherit kde4-base
 
 DESCRIPTION="Paint Program for KDE"
+HOMEPAGE="http://kde.org/applications/graphics/kolourpaint/"
 KEYWORDS=""
 LICENSE="BSD LGPL-2"
 IUSE="debug"


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

end of thread, other threads:[~2013-08-29 13:13 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-16 10:05 [gentoo-commits] proj/kde:master commit in: kde-base/kolourpaint/ Marc Schiffbauer
  -- strict thread matches above, loose matches on Subject: below --
2013-08-29 13:13 Michael Palimaka
2013-06-03 18:21 Johannes Huber
2013-06-03 12:23 Michael Palimaka
2011-08-27  7:50 Andreas Hüttel
2011-06-08 22:49 Andreas Hüttel
2011-06-08 22:15 Andreas Hüttel
2011-05-26  5:14 Jorge Manuel B. S. Vicetto
2011-05-12 20:32 Marc Schiffbauer
2011-03-27  0:31 Jonathan Callen

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