public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: kde-base/libksane/
@ 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:     8f7560cf38a0bc4cd4c2d5777616f87609fab4b7
Author:     Marc Schiffbauer <marc <AT> schiffbauer <DOT> net>
AuthorDate: Thu May 12 20:20:47 2011 +0000
Commit:     Marc Schiffbauer <marc <AT> schiffbauer <DOT> net>
CommitDate: Thu May 12 20:20:47 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=8f7560cf

[kde-base/libksane] fix 4.6.9999 ebuild

---
 kde-base/libksane/libksane-4.6.9999.ebuild |   17 +++++++++++++----
 1 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/kde-base/libksane/libksane-4.6.9999.ebuild b/kde-base/libksane/libksane-4.6.9999.ebuild
index 8571fa4..5c72659 100644
--- a/kde-base/libksane/libksane-4.6.9999.ebuild
+++ b/kde-base/libksane/libksane-4.6.9999.ebuild
@@ -4,9 +4,15 @@
 
 EAPI=4
 
-KMNAME="kdegraphics"
-KMMODULE="libs/${PN}"
-inherit kde4-meta
+KDE_SCM="git"
+if [[ ${PV} == *9999 ]]; then
+	kde_eclass="kde4-base"
+else
+	KMNAME="kdegraphics"
+	KMMODULE="libs/${PN}"
+	kde_eclass="kde4-meta"
+fi
+inherit ${kde_eclass}
 
 DESCRIPTION="SANE Library interface for KDE"
 HOMEPAGE="http://www.kipi-plugins.org"
@@ -19,9 +25,12 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
+# Not sure where this moved/who should install it in 4.6.3+
+if [[ ${PV} != *9999 ]]; then
 src_install() {
 	insinto "${KDEDIR}"/share/apps/cmake/modules
 	doins "${S}"/cmake/modules/FindKSane.cmake
 
-	kde4-meta_src_install
+	${kde_eclass}_src_install
 }
+fi



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

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

commit:     1bc92accec46dc01a2e1c57b758d2cb6f01cbd7b
Author:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Mon May 30 20:25:36 2011 +0000
Commit:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Mon May 30 20:25:36 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=1bc92acc

[kde-base] Add libksane

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

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

diff --git a/kde-base/libksane/libksane-4.6.80.ebuild b/kde-base/libksane/libksane-4.6.80.ebuild
new file mode 100644
index 0000000..b7d383c
--- /dev/null
+++ b/kde-base/libksane/libksane-4.6.80.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KDE_SCM="git"
+inherit kde4-base
+
+DESCRIPTION="SANE Library interface for KDE"
+HOMEPAGE="http://www.kipi-plugins.org"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug"
+LICENSE="LGPL-2"
+
+DEPEND="
+	media-gfx/sane-backends
+"
+RDEPEND="${DEPEND}"



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

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

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

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

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

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

diff --git a/kde-base/libksane/libksane-4.9.49.9999.ebuild b/kde-base/libksane/libksane-4.9.49.9999.ebuild
index 27bb077d9..c0c6532 100644
--- a/kde-base/libksane/libksane-4.9.49.9999.ebuild
+++ b/kde-base/libksane/libksane-4.9.49.9999.ebuild
@@ -7,7 +7,6 @@ EAPI=4
 inherit kde4-base
 
 DESCRIPTION="SANE Library interface for KDE"
-HOMEPAGE="http://www.kipi-plugins.org"
 KEYWORDS=""
 IUSE="debug"
 LICENSE="LGPL-2"

diff --git a/kde-base/libksane/libksane-9999.ebuild b/kde-base/libksane/libksane-9999.ebuild
index 27bb077d9..c0c6532 100644
--- a/kde-base/libksane/libksane-9999.ebuild
+++ b/kde-base/libksane/libksane-9999.ebuild
@@ -7,7 +7,6 @@ EAPI=4
 inherit kde4-base
 
 DESCRIPTION="SANE Library interface for KDE"
-HOMEPAGE="http://www.kipi-plugins.org"
 KEYWORDS=""
 IUSE="debug"
 LICENSE="LGPL-2"


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

* [gentoo-commits] proj/kde:master commit in: kde-base/libksane/
@ 2014-10-15 23:55 Manuel Rüger
  0 siblings, 0 replies; 4+ messages in thread
From: Manuel Rüger @ 2014-10-15 23:55 UTC (permalink / raw
  To: gentoo-commits

commit:     0f98a0211f8db16856a9bd70089885591a4ef55f
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 15 23:55:19 2014 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Wed Oct 15 23:55:19 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=0f98a021

[kde-base/libksane] Add live ebuild for kf5.

Package-Manager: portage-2.2.14_rc1

---
 kde-base/libksane/libksane-9999.ebuild | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/kde-base/libksane/libksane-9999.ebuild b/kde-base/libksane/libksane-9999.ebuild
new file mode 100644
index 0000000..932cc8e
--- /dev/null
+++ b/kde-base/libksane/libksane-9999.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+EGIT_BRANCH="frameworks"
+inherit kde5
+
+DESCRIPTION="SANE Library interface for KDE"
+KEYWORDS=""
+IUSE="debug"
+LICENSE="LGPL-2"
+
+DEPEND="$(add_frameworks_dep kconfig)
+	$(add_frameworks_dep ki18n)
+	$(add_frameworks_dep kwallet)
+	$(add_frameworks_dep kwidgetsaddons)
+	$(add_frameworks_dep kwindowsystem)
+	dev-qt/qtgui:5
+	dev-qt/qtwidgets:5
+	dev-qt/qtxml:5
+	media-gfx/sane-backends"
+RDEPEND="${DEPEND}"


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

end of thread, other threads:[~2014-10-15 23:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-12 20:32 [gentoo-commits] proj/kde:master commit in: kde-base/libksane/ Marc Schiffbauer
  -- strict thread matches above, loose matches on Subject: below --
2011-05-30 20:26 Alexey Shvetsov
2012-10-13 22:36 Johannes Huber
2014-10-15 23:55 Manuel Rüger

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