public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: kde-base/klipper/
@ 2011-05-24  2:38 Jorge Manuel B. S. Vicetto
  0 siblings, 0 replies; 5+ messages in thread
From: Jorge Manuel B. S. Vicetto @ 2011-05-24  2:38 UTC (permalink / raw
  To: gentoo-commits

commit:     501e35b8d34b89d94c287f001e21e23d19b4557d
Author:     Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo <DOT> org>
AuthorDate: Tue May 24 02:32:22 2011 +0000
Commit:     Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
CommitDate: Tue May 24 02:32:22 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=501e35b8

[kde-base/klipper] 4.6.80 version bump.

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

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

diff --git a/kde-base/klipper/klipper-4.6.80.ebuild b/kde-base/klipper/klipper-4.6.80.ebuild
new file mode 100644
index 0000000..c993f61
--- /dev/null
+++ b/kde-base/klipper/klipper-4.6.80.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="4"
+
+KDE_HANDBOOK="optional"
+KMNAME="kde-workspace"
+inherit kde4-meta
+
+DESCRIPTION="Applet for KDE and X clipboard management"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug"
+
+DEPEND="
+	$(add_kdebase_dep libkworkspace)
+	$(add_kdebase_dep libtaskmanager)
+	!aqua? ( x11-libs/libXfixes )
+"
+RDEPEND="${DEPEND}"



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

* [gentoo-commits] proj/kde:master commit in: kde-base/klipper/
@ 2012-04-02 10:48 Johannes Huber
  0 siblings, 0 replies; 5+ messages in thread
From: Johannes Huber @ 2012-04-02 10:48 UTC (permalink / raw
  To: gentoo-commits

commit:     13ac618a10b92f2bcb63fa7e612f0b78b9d58eac
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  2 10:48:31 2012 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Apr  2 10:48:31 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=13ac618a

[kde-base/klipper] Fix automagic dependency on media-libs/prison by Michael (kensington) <gentoo <AT> scribeofthenile.com> wrt bug 410443.

(Portage version: 2.2.0_alpha98/git/Linux i686, unsigned Manifest commit)

---
 kde-base/klipper/klipper-4.8.49.9999.ebuild |   11 ++++++++++-
 kde-base/klipper/klipper-9999.ebuild        |   11 ++++++++++-
 kde-base/klipper/metadata.xml               |    5 ++++-
 3 files changed, 24 insertions(+), 3 deletions(-)

diff --git a/kde-base/klipper/klipper-4.8.49.9999.ebuild b/kde-base/klipper/klipper-4.8.49.9999.ebuild
index c7aaf01..1faab6b 100644
--- a/kde-base/klipper/klipper-4.8.49.9999.ebuild
+++ b/kde-base/klipper/klipper-4.8.49.9999.ebuild
@@ -10,11 +10,20 @@ inherit kde4-meta
 
 DESCRIPTION="Applet for KDE and X clipboard management"
 KEYWORDS=""
-IUSE="debug"
+IUSE="debug prison"
 
 DEPEND="
 	$(add_kdebase_dep libkworkspace)
 	$(add_kdebase_dep libtaskmanager)
+	prison? ( media-libs/prison )
 	!aqua? ( x11-libs/libXfixes )
 "
 RDEPEND="${DEPEND}"
+
+src_configure() {
+	mycmakeargs=(
+		$(cmake-utils_use_with prison Prison)
+	)
+
+	kde4-meta_src_configure
+}

diff --git a/kde-base/klipper/klipper-9999.ebuild b/kde-base/klipper/klipper-9999.ebuild
index c7aaf01..1faab6b 100644
--- a/kde-base/klipper/klipper-9999.ebuild
+++ b/kde-base/klipper/klipper-9999.ebuild
@@ -10,11 +10,20 @@ inherit kde4-meta
 
 DESCRIPTION="Applet for KDE and X clipboard management"
 KEYWORDS=""
-IUSE="debug"
+IUSE="debug prison"
 
 DEPEND="
 	$(add_kdebase_dep libkworkspace)
 	$(add_kdebase_dep libtaskmanager)
+	prison? ( media-libs/prison )
 	!aqua? ( x11-libs/libXfixes )
 "
 RDEPEND="${DEPEND}"
+
+src_configure() {
+	mycmakeargs=(
+		$(cmake-utils_use_with prison Prison)
+	)
+
+	kde4-meta_src_configure
+}

diff --git a/kde-base/klipper/metadata.xml b/kde-base/klipper/metadata.xml
index 8d1e86a..7231c18 100644
--- a/kde-base/klipper/metadata.xml
+++ b/kde-base/klipper/metadata.xml
@@ -1,5 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<herd>kde</herd>
+	<herd>kde</herd>
+	<use>
+		<flag name="prison">Enable support for barcodes/QRcodes</flag>
+	</use>
 </pkgmetadata>



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

* [gentoo-commits] proj/kde:master commit in: kde-base/klipper/
@ 2013-04-09 15:39 Michael Palimaka
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Palimaka @ 2013-04-09 15:39 UTC (permalink / raw
  To: gentoo-commits

commit:     c698310a9cf35dbe5afb178e2e62f81c65d9b028
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  9 15:12:39 2013 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Apr  9 15:12:39 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=c698310a

[kde-base/klipper] Update dependencies.

Package-Manager: portage-2.1.11.60

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

diff --git a/kde-base/klipper/klipper-4.10.49.9999.ebuild b/kde-base/klipper/klipper-4.10.49.9999.ebuild
index 4a2a4c7..cc9361d 100644
--- a/kde-base/klipper/klipper-4.10.49.9999.ebuild
+++ b/kde-base/klipper/klipper-4.10.49.9999.ebuild
@@ -15,13 +15,14 @@ IUSE="debug prison"
 DEPEND="
 	$(add_kdebase_dep libkworkspace)
 	$(add_kdebase_dep libtaskmanager)
+	sys-libs/zlib
+	x11-libs/libX11
 	prison? ( media-libs/prison )
-	!aqua? ( x11-libs/libXfixes )
 "
 RDEPEND="${DEPEND}"
 
 src_configure() {
-	mycmakeargs=(
+	local mycmakeargs=(
 		$(cmake-utils_use_with prison)
 	)
 

diff --git a/kde-base/klipper/klipper-9999.ebuild b/kde-base/klipper/klipper-9999.ebuild
index 4a2a4c7..cc9361d 100644
--- a/kde-base/klipper/klipper-9999.ebuild
+++ b/kde-base/klipper/klipper-9999.ebuild
@@ -15,13 +15,14 @@ IUSE="debug prison"
 DEPEND="
 	$(add_kdebase_dep libkworkspace)
 	$(add_kdebase_dep libtaskmanager)
+	sys-libs/zlib
+	x11-libs/libX11
 	prison? ( media-libs/prison )
-	!aqua? ( x11-libs/libXfixes )
 "
 RDEPEND="${DEPEND}"
 
 src_configure() {
-	mycmakeargs=(
+	local mycmakeargs=(
 		$(cmake-utils_use_with prison)
 	)
 


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

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

commit:     dce3b138a8102a745d739a9d1281a3a002f2eaaf
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 29 12:50:23 2013 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Aug 29 12:50:23 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=dce3b138

[kde-base/klipper] Update HOMEPAGE wrt bug #479036.

Package-Manager: portage-2.2.1

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

diff --git a/kde-base/klipper/klipper-4.11.49.9999.ebuild b/kde-base/klipper/klipper-4.11.49.9999.ebuild
index cc9361d..20e792c 100644
--- a/kde-base/klipper/klipper-4.11.49.9999.ebuild
+++ b/kde-base/klipper/klipper-4.11.49.9999.ebuild
@@ -9,6 +9,7 @@ KMNAME="kde-workspace"
 inherit kde4-meta
 
 DESCRIPTION="Applet for KDE and X clipboard management"
+HOMEPAGE+=" http://userbase.kde.org/Klipper"
 KEYWORDS=""
 IUSE="debug prison"
 

diff --git a/kde-base/klipper/klipper-9999.ebuild b/kde-base/klipper/klipper-9999.ebuild
index cc9361d..20e792c 100644
--- a/kde-base/klipper/klipper-9999.ebuild
+++ b/kde-base/klipper/klipper-9999.ebuild
@@ -9,6 +9,7 @@ KMNAME="kde-workspace"
 inherit kde4-meta
 
 DESCRIPTION="Applet for KDE and X clipboard management"
+HOMEPAGE+=" http://userbase.kde.org/Klipper"
 KEYWORDS=""
 IUSE="debug prison"
 


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

* [gentoo-commits] proj/kde:master commit in: kde-base/klipper/
@ 2014-05-25 15:20 Johannes Huber
  0 siblings, 0 replies; 5+ messages in thread
From: Johannes Huber @ 2014-05-25 15:20 UTC (permalink / raw
  To: gentoo-commits

commit:     4c44df2d04a9d84677df5d6d6f8561f61b77b899
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun May 25 15:19:40 2014 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun May 25 15:19:40 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=4c44df2d

[kde-base/klipper] Pin media-libs/prison to SLOT 4

Package-Manager: portage-2.2.10

---
 kde-base/klipper/klipper-4.11.49.9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-base/klipper/klipper-4.11.49.9999.ebuild b/kde-base/klipper/klipper-4.11.49.9999.ebuild
index c7a1040..061810c 100644
--- a/kde-base/klipper/klipper-4.11.49.9999.ebuild
+++ b/kde-base/klipper/klipper-4.11.49.9999.ebuild
@@ -18,7 +18,7 @@ DEPEND="
 	$(add_kdebase_dep libtaskmanager)
 	sys-libs/zlib
 	x11-libs/libX11
-	prison? ( media-libs/prison )
+	prison? ( media-libs/prison:4 )
 "
 RDEPEND="${DEPEND}"
 


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

end of thread, other threads:[~2014-05-25 15:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-09 15:39 [gentoo-commits] proj/kde:master commit in: kde-base/klipper/ Michael Palimaka
  -- strict thread matches above, loose matches on Subject: below --
2014-05-25 15:20 Johannes Huber
2013-08-29 12:53 Michael Palimaka
2012-04-02 10:48 Johannes Huber
2011-05-24  2:38 Jorge Manuel B. S. Vicetto

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