public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmcliphist/
@ 2015-08-12 22:16 Michael Weber
  0 siblings, 0 replies; 8+ messages in thread
From: Michael Weber @ 2015-08-12 22:16 UTC (permalink / raw
  To: gentoo-commits

commit:     087e1dfac479537b4f6cb541b5b0368bf924af69
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 12 22:14:54 2015 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Wed Aug 12 22:16:02 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=087e1dfa

x11-plugins/wmcliphist: fix PREFIX during src_compile (bug 556862, thanks Robert Cernansky).

Package-Manager: portage-2.2.20.1

 x11-plugins/wmcliphist/wmcliphist-2.1-r1.ebuild | 35 +++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/x11-plugins/wmcliphist/wmcliphist-2.1-r1.ebuild b/x11-plugins/wmcliphist/wmcliphist-2.1-r1.ebuild
new file mode 100644
index 0000000..f15d4cc
--- /dev/null
+++ b/x11-plugins/wmcliphist/wmcliphist-2.1-r1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit toolchain-funcs
+
+DESCRIPTION="Dockable clipboard history application for Window Maker"
+HOMEPAGE="http://windowmaker.org/dockapps/?name=wmcliphist"
+# Grab from http://windowmaker.org/dockapps/?download=${P}.tar.gz
+SRC_URI="http://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="x11-libs/gtk+:3"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig"
+
+S=${WORKDIR}/dockapps
+
+src_prepare() {
+	sed -e '/^PREFIX/s:=.*:=/usr:' \
+		-i Makefile || die
+	tc-export CC
+}
+
+src_install() {
+	default
+
+	dodoc ChangeLog README
+	newdoc ${PN}rc ${PN}rc.sample
+}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmcliphist/
@ 2016-07-04 14:54 Bernard Cafarelli
  0 siblings, 0 replies; 8+ messages in thread
From: Bernard Cafarelli @ 2016-07-04 14:54 UTC (permalink / raw
  To: gentoo-commits

commit:     22c2ab8255a4ab969d5d97e2cf184da4dcd79e27
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Mon Jul  4 14:53:23 2016 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Mon Jul  4 14:53:23 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22c2ab82

x11-plugins/wmcliphist: depend on gtk+ with USE=X, bug #587044

Reported by Toralf Förster <toralf.foerster <AT> gmx.de>

Package-Manager: portage-2.3.0

 x11-plugins/wmcliphist/wmcliphist-2.1-r2.ebuild | 36 +++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

diff --git a/x11-plugins/wmcliphist/wmcliphist-2.1-r2.ebuild b/x11-plugins/wmcliphist/wmcliphist-2.1-r2.ebuild
new file mode 100644
index 0000000..4b41a5e
--- /dev/null
+++ b/x11-plugins/wmcliphist/wmcliphist-2.1-r2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit toolchain-funcs
+
+DESCRIPTION="Dockable clipboard history application for Window Maker"
+HOMEPAGE="http://windowmaker.org/dockapps/?name=wmcliphist"
+# Grab from http://windowmaker.org/dockapps/?download=${P}.tar.gz
+SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="x11-libs/gtk+:3[X]"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig"
+
+S=${WORKDIR}/dockapps
+
+src_prepare() {
+	default
+
+	sed -e '/^PREFIX/s:=.*:=/usr:' \
+		-i Makefile || die
+	tc-export CC
+}
+
+src_install() {
+	default
+
+	newdoc ${PN}rc ${PN}rc.sample
+}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmcliphist/
@ 2018-05-05 19:28 Aaron Bauman
  0 siblings, 0 replies; 8+ messages in thread
From: Aaron Bauman @ 2018-05-05 19:28 UTC (permalink / raw
  To: gentoo-commits

commit:     fa605292da60750182053142b9ee594b52ae7163
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Mon Apr 30 08:56:08 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat May  5 19:26:57 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa605292

x11-plugins/wmcliphist: use HTTPS

 x11-plugins/wmcliphist/wmcliphist-2.1-r1.ebuild | 4 ++--
 x11-plugins/wmcliphist/wmcliphist-2.1-r2.ebuild | 4 ++--
 x11-plugins/wmcliphist/wmcliphist-2.1.ebuild    | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/x11-plugins/wmcliphist/wmcliphist-2.1-r1.ebuild b/x11-plugins/wmcliphist/wmcliphist-2.1-r1.ebuild
index 62e406a4812..37e71fb2d44 100644
--- a/x11-plugins/wmcliphist/wmcliphist-2.1-r1.ebuild
+++ b/x11-plugins/wmcliphist/wmcliphist-2.1-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 inherit toolchain-funcs
 
 DESCRIPTION="Dockable clipboard history application for Window Maker"
-HOMEPAGE="http://www.dockapps.net/wmcliphist"
+HOMEPAGE="https://www.dockapps.net/wmcliphist"
 SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz"
 
 LICENSE="GPL-2"

diff --git a/x11-plugins/wmcliphist/wmcliphist-2.1-r2.ebuild b/x11-plugins/wmcliphist/wmcliphist-2.1-r2.ebuild
index 944881c64bb..81b1a09ccbd 100644
--- a/x11-plugins/wmcliphist/wmcliphist-2.1-r2.ebuild
+++ b/x11-plugins/wmcliphist/wmcliphist-2.1-r2.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 inherit toolchain-funcs
 
 DESCRIPTION="Dockable clipboard history application for Window Maker"
-HOMEPAGE="http://www.dockapps.net/wmcliphist"
+HOMEPAGE="https://www.dockapps.net/wmcliphist"
 SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz"
 
 LICENSE="GPL-2"

diff --git a/x11-plugins/wmcliphist/wmcliphist-2.1.ebuild b/x11-plugins/wmcliphist/wmcliphist-2.1.ebuild
index 37342c94380..6a94c485a30 100644
--- a/x11-plugins/wmcliphist/wmcliphist-2.1.ebuild
+++ b/x11-plugins/wmcliphist/wmcliphist-2.1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 inherit toolchain-funcs
 
 DESCRIPTION="Dockable clipboard history application for Window Maker"
-HOMEPAGE="http://www.dockapps.net/wmcliphist"
+HOMEPAGE="https://www.dockapps.net/wmcliphist"
 SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz"
 
 LICENSE="GPL-2"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmcliphist/
@ 2018-11-05 18:29 Mikle Kolyada
  0 siblings, 0 replies; 8+ messages in thread
From: Mikle Kolyada @ 2018-11-05 18:29 UTC (permalink / raw
  To: gentoo-commits

commit:     ad1f89cee3ae592d8cf44d5606825ec0dbec9415
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Nov  5 18:26:52 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Nov  5 18:29:17 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad1f89ce

x11-plugins/wmcliphist: amd64 stable wrt bug #666088

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 x11-plugins/wmcliphist/wmcliphist-2.1-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/wmcliphist/wmcliphist-2.1-r2.ebuild b/x11-plugins/wmcliphist/wmcliphist-2.1-r2.ebuild
index c93d9733074..430468e706b 100644
--- a/x11-plugins/wmcliphist/wmcliphist-2.1-r2.ebuild
+++ b/x11-plugins/wmcliphist/wmcliphist-2.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ppc ~sparc x86"
+KEYWORDS="amd64 ppc ~sparc x86"
 IUSE=""
 
 RDEPEND="x11-libs/gtk+:3[X]"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmcliphist/
@ 2018-12-11 14:29 Bernard Cafarelli
  0 siblings, 0 replies; 8+ messages in thread
From: Bernard Cafarelli @ 2018-12-11 14:29 UTC (permalink / raw
  To: gentoo-commits

commit:     8f1e117985a344ccdf8d4bf1d6dc8bbb13928228
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat Dec  8 19:56:39 2018 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Tue Dec 11 14:28:00 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f1e1179

x11-plugins/wmcliphist: drop old

Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 x11-plugins/wmcliphist/wmcliphist-2.1-r1.ebuild | 33 -------------------------
 x11-plugins/wmcliphist/wmcliphist-2.1.ebuild    | 32 ------------------------
 2 files changed, 65 deletions(-)

diff --git a/x11-plugins/wmcliphist/wmcliphist-2.1-r1.ebuild b/x11-plugins/wmcliphist/wmcliphist-2.1-r1.ebuild
deleted file mode 100644
index 37e71fb2d44..00000000000
--- a/x11-plugins/wmcliphist/wmcliphist-2.1-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit toolchain-funcs
-
-DESCRIPTION="Dockable clipboard history application for Window Maker"
-HOMEPAGE="https://www.dockapps.net/wmcliphist"
-SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="x11-libs/gtk+:3"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-S=${WORKDIR}/dockapps
-
-src_prepare() {
-	sed -e '/^PREFIX/s:=.*:=/usr:' \
-		-i Makefile || die
-	tc-export CC
-}
-
-src_install() {
-	default
-
-	dodoc ChangeLog README
-	newdoc ${PN}rc ${PN}rc.sample
-}

diff --git a/x11-plugins/wmcliphist/wmcliphist-2.1.ebuild b/x11-plugins/wmcliphist/wmcliphist-2.1.ebuild
deleted file mode 100644
index 6a94c485a30..00000000000
--- a/x11-plugins/wmcliphist/wmcliphist-2.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit toolchain-funcs
-
-DESCRIPTION="Dockable clipboard history application for Window Maker"
-HOMEPAGE="https://www.dockapps.net/wmcliphist"
-SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
-IUSE=""
-
-RDEPEND="x11-libs/gtk+:3"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-S=${WORKDIR}/dockapps
-
-src_compile() {
-	tc-export CC
-	emake
-}
-
-src_install() {
-	emake DESTDIR="${D}" PREFIX=/usr install
-
-	dodoc ChangeLog README
-	newdoc ${PN}rc ${PN}rc.sample
-}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmcliphist/
@ 2022-03-04  0:40 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2022-03-04  0:40 UTC (permalink / raw
  To: gentoo-commits

commit:     a9156c9dda65564e56d2192fd85c4169ee24bfe0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  3 22:13:06 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar  4 00:39:53 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9156c9d

Revert "x11-plugins/wmcliphist: destabilise for ppc"

This reverts commit f703fecdf7baa04330b1cd9f719b244eceadc496.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-plugins/wmcliphist/wmcliphist-2.1-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/wmcliphist/wmcliphist-2.1-r2.ebuild b/x11-plugins/wmcliphist/wmcliphist-2.1-r2.ebuild
index 8f1ac8a58897..430468e706bd 100644
--- a/x11-plugins/wmcliphist/wmcliphist-2.1-r2.ebuild
+++ b/x11-plugins/wmcliphist/wmcliphist-2.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc x86"
+KEYWORDS="amd64 ppc ~sparc x86"
 IUSE=""
 
 RDEPEND="x11-libs/gtk+:3[X]"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmcliphist/
@ 2024-04-13 19:00 Arthur Zamarin
  0 siblings, 0 replies; 8+ messages in thread
From: Arthur Zamarin @ 2024-04-13 19:00 UTC (permalink / raw
  To: gentoo-commits

commit:     70514dd607d3a1fd42331b19f3965381f230dd6e
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 13 19:00:28 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 13 19:00:28 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70514dd6

x11-plugins/wmcliphist: Stabilize 2.1-r3 ppc, #929947

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 x11-plugins/wmcliphist/wmcliphist-2.1-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/wmcliphist/wmcliphist-2.1-r3.ebuild b/x11-plugins/wmcliphist/wmcliphist-2.1-r3.ebuild
index 1357a842a0ca..1b3c3b2ade71 100644
--- a/x11-plugins/wmcliphist/wmcliphist-2.1-r3.ebuild
+++ b/x11-plugins/wmcliphist/wmcliphist-2.1-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -12,7 +12,7 @@ S="${WORKDIR}/dockapps"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ppc ~sparc ~x86"
 
 RDEPEND="x11-libs/gtk+:3[X]"
 DEPEND="${RDEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmcliphist/
@ 2024-04-14 13:48 Arthur Zamarin
  0 siblings, 0 replies; 8+ messages in thread
From: Arthur Zamarin @ 2024-04-14 13:48 UTC (permalink / raw
  To: gentoo-commits

commit:     fd0faa87cfd151088e2bf20d5b2eab06d9c9e393
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 14 13:43:09 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 14 13:43:09 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd0faa87

x11-plugins/wmcliphist: drop 2.1-r2, EAPI6--

Closes: https://bugs.gentoo.org/929947
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 x11-plugins/wmcliphist/wmcliphist-2.1-r2.ebuild | 34 -------------------------
 1 file changed, 34 deletions(-)

diff --git a/x11-plugins/wmcliphist/wmcliphist-2.1-r2.ebuild b/x11-plugins/wmcliphist/wmcliphist-2.1-r2.ebuild
deleted file mode 100644
index 430468e706bd..000000000000
--- a/x11-plugins/wmcliphist/wmcliphist-2.1-r2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit toolchain-funcs
-
-DESCRIPTION="Dockable clipboard history application for Window Maker"
-HOMEPAGE="https://www.dockapps.net/wmcliphist"
-SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ~sparc x86"
-IUSE=""
-
-RDEPEND="x11-libs/gtk+:3[X]"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-S=${WORKDIR}/dockapps
-
-src_prepare() {
-	default
-
-	sed -e '/^PREFIX/s:=.*:=/usr:' \
-		-i Makefile || die
-	tc-export CC
-}
-
-src_install() {
-	default
-
-	newdoc ${PN}rc ${PN}rc.sample
-}


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

end of thread, other threads:[~2024-04-14 13:49 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-13 19:00 [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmcliphist/ Arthur Zamarin
  -- strict thread matches above, loose matches on Subject: below --
2024-04-14 13:48 Arthur Zamarin
2022-03-04  0:40 Sam James
2018-12-11 14:29 Bernard Cafarelli
2018-11-05 18:29 Mikle Kolyada
2018-05-05 19:28 Aaron Bauman
2016-07-04 14:54 Bernard Cafarelli
2015-08-12 22:16 Michael Weber

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