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

commit:     33928eacd777f43bf9374da6f11cc7cba5f5136d
Author:     abcd <abcd <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 26 17:18:25 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=33928eac

[kde-base/kamera] Make handbook optional again

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

---
 kde-base/kamera/kamera-9999.ebuild |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/kde-base/kamera/kamera-9999.ebuild b/kde-base/kamera/kamera-9999.ebuild
index 34f9645..ee3a8c2 100644
--- a/kde-base/kamera/kamera-9999.ebuild
+++ b/kde-base/kamera/kamera-9999.ebuild
@@ -4,13 +4,11 @@
 
 EAPI=3
 
+KDE_HANDBOOK="optional"
 if [[ ${PV} == *9999 ]]; then
-# Not sure how this should be handled
-KDE_HANDBOOK="required"
 KDE_SCM="git"
 inherit kde4-base
 else
-KDE_HANDBOOK="optional"
 KMNAME="kdegraphics"
 inherit kde4-meta
 fi



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

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

commit:     4c65708d1ed900cb7edf6e5744b6719407994ee2
Author:     Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo <DOT> org>
AuthorDate: Thu May 26 04:05:41 2011 +0000
Commit:     Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
CommitDate: Thu May 26 04:07:17 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=4c65708d

[kde-base/kamera] 4.6.80 version bump.

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

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

diff --git a/kde-base/kamera/kamera-4.6.80.ebuild b/kde-base/kamera/kamera-4.6.80.ebuild
new file mode 100644
index 0000000..7e6e36c
--- /dev/null
+++ b/kde-base/kamera/kamera-4.6.80.ebuild
@@ -0,0 +1,30 @@
+# 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="KDE digital camera manager"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug"
+
+DEPEND="
+	media-libs/libgphoto2
+"
+RDEPEND="${DEPEND}"
+
+if [[ ${PV} != *9999 ]]; then
+src_unpack() {
+	if use handbook; then
+		KMEXTRA="
+			doc/kcontrol/${PN}
+		"
+	fi
+
+	kde4-base_src_unpack
+}
+fi



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

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

commit:     ec26e01a8e11428dd2627186eb7fcbdd0aa0e2cf
Author:     Marc Schiffbauer <marc <AT> schiffbauer <DOT> net>
AuthorDate: Sun Jun  5 12:12:14 2011 +0000
Commit:     Marc Schiffbauer <marc <AT> schiffbauer <DOT> net>
CommitDate: Sun Jun  5 12:12:14 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=ec26e01a

[kde-base/kamera] Resync with live ebuild

---
 kde-base/kamera/kamera-4.6.9999.ebuild |   14 ++------------
 1 files changed, 2 insertions(+), 12 deletions(-)

diff --git a/kde-base/kamera/kamera-4.6.9999.ebuild b/kde-base/kamera/kamera-4.6.9999.ebuild
index 7a61a77..87acf53 100644
--- a/kde-base/kamera/kamera-4.6.9999.ebuild
+++ b/kde-base/kamera/kamera-4.6.9999.ebuild
@@ -5,8 +5,8 @@
 EAPI=4
 
 KDE_HANDBOOK="optional"
-KMNAME="kdegraphics"
-inherit kde4-meta
+KDE_SCM="git"
+inherit kde4-base
 
 DESCRIPTION="KDE digital camera manager"
 KEYWORDS=""
@@ -16,13 +16,3 @@ DEPEND="
 	media-libs/libgphoto2
 "
 RDEPEND="${DEPEND}"
-
-src_unpack() {
-	if use handbook; then
-		KMEXTRA="
-			doc/kcontrol/${PN}
-		"
-	fi
-
-	kde4-meta_src_unpack
-}



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

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

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

[kde-base/kamera] Remove duplicate file

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

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

diff --git a/kde-base/kamera/kamera-4.6.4.ebuild b/kde-base/kamera/kamera-4.6.4.ebuild
index 2dbc122..469af3e 100644
--- a/kde-base/kamera/kamera-4.6.4.ebuild
+++ b/kde-base/kamera/kamera-4.6.4.ebuild
@@ -26,3 +26,10 @@ src_unpack() {
 
 	kde4-meta_src_unpack
 }
+
+src_install() {
+	kde4-meta_src_install
+
+	# why, oh why?!
+	rm "${D}/usr/share/apps/cmake/modules/FindKSane.cmake" || die
+}

diff --git a/kde-base/kamera/kamera-4.6.49.9999.ebuild b/kde-base/kamera/kamera-4.6.49.9999.ebuild
index 87acf53..2ba30d7 100644
--- a/kde-base/kamera/kamera-4.6.49.9999.ebuild
+++ b/kde-base/kamera/kamera-4.6.49.9999.ebuild
@@ -16,3 +16,10 @@ DEPEND="
 	media-libs/libgphoto2
 "
 RDEPEND="${DEPEND}"
+
+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] 6+ messages in thread

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

commit:     b00493d3a69d2da7476d37c1e013d04c7425b74e
Author:     Andreas K. Huettel (dilfridge) <mail <AT> akhuettel <DOT> de>
AuthorDate: Wed Jun  8 22:47:30 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=b00493d3

Replace D with ED

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

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

diff --git a/kde-base/kamera/kamera-4.6.4.ebuild b/kde-base/kamera/kamera-4.6.4.ebuild
index 469af3e..622f197 100644
--- a/kde-base/kamera/kamera-4.6.4.ebuild
+++ b/kde-base/kamera/kamera-4.6.4.ebuild
@@ -31,5 +31,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/kamera/kamera-4.6.49.9999.ebuild b/kde-base/kamera/kamera-4.6.49.9999.ebuild
index 2ba30d7..6d11e8f 100644
--- a/kde-base/kamera/kamera-4.6.49.9999.ebuild
+++ b/kde-base/kamera/kamera-4.6.49.9999.ebuild
@@ -21,5 +21,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] 6+ messages in thread

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

commit:     5caf3c26c1e2f2275c8c1853b3ec7fce438c6f58
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  6 06:10:31 2013 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Feb  6 06:10:31 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=5caf3c26

[kde-base/kamera] Use libgphoto2 subslots wrt bug #455500.

Package-Manager: portage-2.1.11.50

---
 kde-base/kamera/kamera-4.10.0.ebuild       |    2 +-
 kde-base/kamera/kamera-4.10.49.9999.ebuild |    2 +-
 kde-base/kamera/kamera-4.9.98.ebuild       |    2 +-
 kde-base/kamera/kamera-9999.ebuild         |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/kde-base/kamera/kamera-4.10.0.ebuild b/kde-base/kamera/kamera-4.10.0.ebuild
index 533bdb7..db3cd93 100644
--- a/kde-base/kamera/kamera-4.10.0.ebuild
+++ b/kde-base/kamera/kamera-4.10.0.ebuild
@@ -12,6 +12,6 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="debug"
 
 DEPEND="
-	media-libs/libgphoto2
+	media-libs/libgphoto2:=
 "
 RDEPEND="${DEPEND}"

diff --git a/kde-base/kamera/kamera-4.10.49.9999.ebuild b/kde-base/kamera/kamera-4.10.49.9999.ebuild
index dc67bf3..fa97195 100644
--- a/kde-base/kamera/kamera-4.10.49.9999.ebuild
+++ b/kde-base/kamera/kamera-4.10.49.9999.ebuild
@@ -12,6 +12,6 @@ KEYWORDS=""
 IUSE="debug"
 
 DEPEND="
-	media-libs/libgphoto2
+	media-libs/libgphoto2:=
 "
 RDEPEND="${DEPEND}"

diff --git a/kde-base/kamera/kamera-4.9.98.ebuild b/kde-base/kamera/kamera-4.9.98.ebuild
index 533bdb7..db3cd93 100644
--- a/kde-base/kamera/kamera-4.9.98.ebuild
+++ b/kde-base/kamera/kamera-4.9.98.ebuild
@@ -12,6 +12,6 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="debug"
 
 DEPEND="
-	media-libs/libgphoto2
+	media-libs/libgphoto2:=
 "
 RDEPEND="${DEPEND}"

diff --git a/kde-base/kamera/kamera-9999.ebuild b/kde-base/kamera/kamera-9999.ebuild
index dc67bf3..fa97195 100644
--- a/kde-base/kamera/kamera-9999.ebuild
+++ b/kde-base/kamera/kamera-9999.ebuild
@@ -12,6 +12,6 @@ KEYWORDS=""
 IUSE="debug"
 
 DEPEND="
-	media-libs/libgphoto2
+	media-libs/libgphoto2:=
 "
 RDEPEND="${DEPEND}"


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

end of thread, other threads:[~2013-02-06  6:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-27  0:31 [gentoo-commits] proj/kde:master commit in: kde-base/kamera/ Jonathan Callen
  -- strict thread matches above, loose matches on Subject: below --
2011-05-26  4:13 Jorge Manuel B. S. Vicetto
2011-06-05 12:12 Marc Schiffbauer
2011-06-08 22:03 Andreas Hüttel
2011-06-08 22:49 Andreas Hüttel
2013-02-06  6:11 Michael Palimaka

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