public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: kde-base/ksaneplugin/
@ 2011-05-12 20:32 Marc Schiffbauer
  0 siblings, 0 replies; 4+ messages in thread
From: Marc Schiffbauer @ 2011-05-12 20:32 UTC (permalink / raw
  To: gentoo-commits

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

[kde-base/ksaneplugin] fix 4.6.9999 ebuild

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

diff --git a/kde-base/ksaneplugin/ksaneplugin-4.6.9999.ebuild b/kde-base/ksaneplugin/ksaneplugin-4.6.9999.ebuild
index 71cb2c4..fb37e7a 100644
--- a/kde-base/ksaneplugin/ksaneplugin-4.6.9999.ebuild
+++ b/kde-base/ksaneplugin/ksaneplugin-4.6.9999.ebuild
@@ -4,8 +4,14 @@
 
 EAPI=4
 
-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="SANE Plugin for KDE"
 HOMEPAGE="http://www.kipi-plugins.org"



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

* [gentoo-commits] proj/kde:master commit in: kde-base/ksaneplugin/
@ 2011-05-30 20:43 Alexey Shvetsov
  0 siblings, 0 replies; 4+ messages in thread
From: Alexey Shvetsov @ 2011-05-30 20:43 UTC (permalink / raw
  To: gentoo-commits

commit:     81058a7a881b788fbe45b5605e33a1094f163dcd
Author:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Mon May 30 20:43:18 2011 +0000
Commit:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Mon May 30 20:43:18 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=81058a7a

[kde-base] Add ksaneplugin

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

---
 ...lugin-9999.ebuild => ksaneplugin-4.6.80.ebuild} |   10 ++--------
 kde-base/ksaneplugin/ksaneplugin-9999.ebuild       |    8 +-------
 2 files changed, 3 insertions(+), 15 deletions(-)

diff --git a/kde-base/ksaneplugin/ksaneplugin-9999.ebuild b/kde-base/ksaneplugin/ksaneplugin-4.6.80.ebuild
similarity index 68%
copy from kde-base/ksaneplugin/ksaneplugin-9999.ebuild
copy to kde-base/ksaneplugin/ksaneplugin-4.6.80.ebuild
index fb37e7a..b5b9461 100644
--- a/kde-base/ksaneplugin/ksaneplugin-9999.ebuild
+++ b/kde-base/ksaneplugin/ksaneplugin-4.6.80.ebuild
@@ -5,19 +5,13 @@
 EAPI=4
 
 KDE_SCM="git"
-if [[ ${PV} == *9999 ]]; then
-	kde_eclass="kde4-base"
-else
-	KMNAME="kdegraphics"
-	kde_eclass="kde4-meta"
-fi
-inherit ${kde_eclass}
+inherit kde4-base
 
 DESCRIPTION="SANE Plugin for KDE"
 HOMEPAGE="http://www.kipi-plugins.org"
 
 LICENSE="GPL-2"
-KEYWORDS=""
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="debug"
 
 DEPEND="

diff --git a/kde-base/ksaneplugin/ksaneplugin-9999.ebuild b/kde-base/ksaneplugin/ksaneplugin-9999.ebuild
index fb37e7a..e3ef9eb 100644
--- a/kde-base/ksaneplugin/ksaneplugin-9999.ebuild
+++ b/kde-base/ksaneplugin/ksaneplugin-9999.ebuild
@@ -5,13 +5,7 @@
 EAPI=4
 
 KDE_SCM="git"
-if [[ ${PV} == *9999 ]]; then
-	kde_eclass="kde4-base"
-else
-	KMNAME="kdegraphics"
-	kde_eclass="kde4-meta"
-fi
-inherit ${kde_eclass}
+inherit kde4-base
 
 DESCRIPTION="SANE Plugin for KDE"
 HOMEPAGE="http://www.kipi-plugins.org"



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

* [gentoo-commits] proj/kde:master commit in: kde-base/ksaneplugin/
@ 2011-06-11 18:50 Andreas Hüttel
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas Hüttel @ 2011-06-11 18:50 UTC (permalink / raw
  To: gentoo-commits

commit:     8bcea1b84e77ddf98215208b5aa858351b706cfc
Author:     Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 11 18:50:15 2011 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Jun 11 18:50:15 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=8bcea1b8

[kde-base/ksaneplugin] Remove duplicate file

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

---
 .../ksaneplugin/ksaneplugin-4.6.49.9999.ebuild     |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/kde-base/ksaneplugin/ksaneplugin-4.6.49.9999.ebuild b/kde-base/ksaneplugin/ksaneplugin-4.6.49.9999.ebuild
index fb37e7a..f5cadd4 100644
--- a/kde-base/ksaneplugin/ksaneplugin-4.6.49.9999.ebuild
+++ b/kde-base/ksaneplugin/ksaneplugin-4.6.49.9999.ebuild
@@ -24,3 +24,12 @@ DEPEND="
 	$(add_kdebase_dep libksane)
 "
 RDEPEND="${DEPEND}"
+
+if [[ ${PV} != *9999 ]]; then
+src_install() {
+	kde4-meta_src_install
+
+	# why, oh why?!
+	rm "${ED}/usr/share/apps/cmake/modules/FindKSane.cmake" || die
+}
+fi



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

* [gentoo-commits] proj/kde:master commit in: kde-base/ksaneplugin/
@ 2012-10-13 22:38 Johannes Huber
  0 siblings, 0 replies; 4+ messages in thread
From: Johannes Huber @ 2012-10-13 22:38 UTC (permalink / raw
  To: gentoo-commits

commit:     57e909523ee8fbbb31f5b1376762500e24f2495d
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 13 22:37:22 2012 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat Oct 13 22:37:22 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=57e90952

[kde-base/ksaneplugin] Drop HOMEPAGE + LICENSE, handled by eclass, bug #438088.

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

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

diff --git a/kde-base/ksaneplugin/ksaneplugin-4.9.49.9999.ebuild b/kde-base/ksaneplugin/ksaneplugin-4.9.49.9999.ebuild
index 89348dc..27da0aa 100644
--- a/kde-base/ksaneplugin/ksaneplugin-4.9.49.9999.ebuild
+++ b/kde-base/ksaneplugin/ksaneplugin-4.9.49.9999.ebuild
@@ -7,9 +7,6 @@ EAPI=4
 inherit kde4-base
 
 DESCRIPTION="SANE Plugin for KDE"
-HOMEPAGE="http://www.kipi-plugins.org"
-
-LICENSE="GPL-2"
 KEYWORDS=""
 IUSE="debug"
 

diff --git a/kde-base/ksaneplugin/ksaneplugin-9999.ebuild b/kde-base/ksaneplugin/ksaneplugin-9999.ebuild
index 89348dc..27da0aa 100644
--- a/kde-base/ksaneplugin/ksaneplugin-9999.ebuild
+++ b/kde-base/ksaneplugin/ksaneplugin-9999.ebuild
@@ -7,9 +7,6 @@ EAPI=4
 inherit kde4-base
 
 DESCRIPTION="SANE Plugin for KDE"
-HOMEPAGE="http://www.kipi-plugins.org"
-
-LICENSE="GPL-2"
 KEYWORDS=""
 IUSE="debug"
 


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

end of thread, other threads:[~2012-10-13 22:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-13 22:38 [gentoo-commits] proj/kde:master commit in: kde-base/ksaneplugin/ Johannes Huber
  -- strict thread matches above, loose matches on Subject: below --
2011-06-11 18:50 Andreas Hüttel
2011-05-30 20:43 Alexey Shvetsov
2011-05-12 20:32 Marc Schiffbauer

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