public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmpop3/
@ 2024-04-13 20:55 Arthur Zamarin
  0 siblings, 0 replies; 12+ messages in thread
From: Arthur Zamarin @ 2024-04-13 20:55 UTC (permalink / raw
  To: gentoo-commits

commit:     d6f1fdb9c650c606deaf4c570cafa32d886efb16
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 13 20:55:08 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 13 20:55:08 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6f1fdb9

x11-plugins/wmpop3: Stabilize 0.5.6a-r2 x86, #929959

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

 x11-plugins/wmpop3/wmpop3-0.5.6a-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/wmpop3/wmpop3-0.5.6a-r2.ebuild b/x11-plugins/wmpop3/wmpop3-0.5.6a-r2.ebuild
index 1865b2c17ad0..0e1868ab15e0 100644
--- a/x11-plugins/wmpop3/wmpop3-0.5.6a-r2.ebuild
+++ b/x11-plugins/wmpop3/wmpop3-0.5.6a-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.dockapps.net/download/${P/wmpop3/WMPop3}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~sparc ~x86"
+KEYWORDS="amd64 ~sparc x86"
 
 DEPEND="x11-wm/windowmaker
 	x11-libs/libXpm"


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmpop3/
@ 2024-04-14 13:48 Arthur Zamarin
  0 siblings, 0 replies; 12+ messages in thread
From: Arthur Zamarin @ 2024-04-14 13:48 UTC (permalink / raw
  To: gentoo-commits

commit:     5332067adda873c8db871e9202a7f31e7d162e4f
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 14 13:47:50 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 14 13:47:50 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5332067a

x11-plugins/wmpop3: drop 0.5.6a-r1

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

 x11-plugins/wmpop3/wmpop3-0.5.6a-r1.ebuild | 40 ------------------------------
 1 file changed, 40 deletions(-)

diff --git a/x11-plugins/wmpop3/wmpop3-0.5.6a-r1.ebuild b/x11-plugins/wmpop3/wmpop3-0.5.6a-r1.ebuild
deleted file mode 100644
index 11956e32e29b..000000000000
--- a/x11-plugins/wmpop3/wmpop3-0.5.6a-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit toolchain-funcs
-
-DESCRIPTION="dockapp for checking pop3 accounts"
-HOMEPAGE="https://www.dockapps.net/wmpop3"
-SRC_URI="https://www.dockapps.net/download/${P/wmpop3/WMPop3}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~sparc x86"
-IUSE=""
-
-DEPEND="x11-wm/windowmaker
-	x11-libs/libXpm"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}"/${P}-list.patch
-	"${FILESDIR}"/${P}-fno-common.patch
-	)
-
-src_prepare() {
-	sed -e "s|cc |$(tc-getCC) |" \
-		-e "s|-O2|${CFLAGS}|" \
-		-e "s|-o wmpop3|${LDFLAGS} -o wmpop3|" \
-		-i ${PN}/Makefile || die
-
-	default
-}
-
-src_compile() {
-	emake -C wmpop3
-}
-
-src_install() {
-	dobin wmpop3/wmpop3
-	dodoc CHANGE_LOG README
-}


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmpop3/
@ 2024-04-13 20:55 Arthur Zamarin
  0 siblings, 0 replies; 12+ messages in thread
From: Arthur Zamarin @ 2024-04-13 20:55 UTC (permalink / raw
  To: gentoo-commits

commit:     59eb989e08a58f942ae23209c490731b6ad7f63b
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 13 20:55:07 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 13 20:55:07 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59eb989e

x11-plugins/wmpop3: Stabilize 0.5.6a-r2 amd64, #929959

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

 x11-plugins/wmpop3/wmpop3-0.5.6a-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/wmpop3/wmpop3-0.5.6a-r2.ebuild b/x11-plugins/wmpop3/wmpop3-0.5.6a-r2.ebuild
index 7571699de25f..1865b2c17ad0 100644
--- a/x11-plugins/wmpop3/wmpop3-0.5.6a-r2.ebuild
+++ b/x11-plugins/wmpop3/wmpop3-0.5.6a-r2.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
@@ -11,7 +11,7 @@ SRC_URI="https://www.dockapps.net/download/${P/wmpop3/WMPop3}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~sparc ~x86"
+KEYWORDS="amd64 ~sparc ~x86"
 
 DEPEND="x11-wm/windowmaker
 	x11-libs/libXpm"


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmpop3/
@ 2023-09-19 20:49 Bernard Cafarelli
  0 siblings, 0 replies; 12+ messages in thread
From: Bernard Cafarelli @ 2023-09-19 20:49 UTC (permalink / raw
  To: gentoo-commits

commit:     6d160ce01198be32d89ff21b9f4ebd5b4ba8fd25
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Mon Sep 18 17:00:05 2023 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Tue Sep 19 20:37:30 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d160ce0

x11-plugins/wmpop3: EAPI8 bump

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 x11-plugins/wmpop3/wmpop3-0.5.6a-r2.ebuild | 41 ++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)

diff --git a/x11-plugins/wmpop3/wmpop3-0.5.6a-r2.ebuild b/x11-plugins/wmpop3/wmpop3-0.5.6a-r2.ebuild
new file mode 100644
index 000000000000..7571699de25f
--- /dev/null
+++ b/x11-plugins/wmpop3/wmpop3-0.5.6a-r2.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Dockapp for checking pop3 accounts"
+HOMEPAGE="https://www.dockapps.net/wmpop3"
+SRC_URI="https://www.dockapps.net/download/${P/wmpop3/WMPop3}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~sparc ~x86"
+
+DEPEND="x11-wm/windowmaker
+	x11-libs/libXpm"
+RDEPEND="${DEPEND}"
+
+PATCHES=(
+	"${FILESDIR}"/${P}-list.patch
+	"${FILESDIR}"/${P}-fno-common.patch
+	)
+
+src_prepare() {
+	sed -e "s|cc |$(tc-getCC) |" \
+		-e "s|-O2|${CFLAGS}|" \
+		-e "s|-o wmpop3|${LDFLAGS} -o wmpop3|" \
+		-i ${PN}/Makefile || die
+
+	default
+}
+
+src_compile() {
+	emake -C wmpop3
+}
+
+src_install() {
+	dobin wmpop3/wmpop3
+	dodoc CHANGE_LOG README
+}


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmpop3/
@ 2021-04-16 11:23 Sam James
  0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2021-04-16 11:23 UTC (permalink / raw
  To: gentoo-commits

commit:     e0f40f042c22fce3a97d84cc78ab176fdde1d8b8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 16 08:16:12 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 16 11:23:06 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0f40f04

x11-plugins/wmpop3: eutils--

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

 x11-plugins/wmpop3/wmpop3-0.5.6a-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/wmpop3/wmpop3-0.5.6a-r1.ebuild b/x11-plugins/wmpop3/wmpop3-0.5.6a-r1.ebuild
index 7a3f6094bc1..11956e32e29 100644
--- a/x11-plugins/wmpop3/wmpop3-0.5.6a-r1.ebuild
+++ b/x11-plugins/wmpop3/wmpop3-0.5.6a-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit eutils toolchain-funcs
+inherit toolchain-funcs
 
 DESCRIPTION="dockapp for checking pop3 accounts"
 HOMEPAGE="https://www.dockapps.net/wmpop3"


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmpop3/
@ 2020-03-28 13:59 Bernard Cafarelli
  0 siblings, 0 replies; 12+ messages in thread
From: Bernard Cafarelli @ 2020-03-28 13:59 UTC (permalink / raw
  To: gentoo-commits

commit:     5d53a213b737249b48017a57af1bed18b57786b6
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 28 12:54:44 2020 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Sat Mar 28 13:41:01 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d53a213

x11-plugins/wmpop3: replace ":" as sed delimiter

Closes: https://bugs.gentoo.org/712986
Package-Manager: Portage-2.3.96, Repoman-2.3.21
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 x11-plugins/wmpop3/wmpop3-0.5.6a-r1.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/x11-plugins/wmpop3/wmpop3-0.5.6a-r1.ebuild b/x11-plugins/wmpop3/wmpop3-0.5.6a-r1.ebuild
index f41656350b6..88f9dc57120 100644
--- a/x11-plugins/wmpop3/wmpop3-0.5.6a-r1.ebuild
+++ b/x11-plugins/wmpop3/wmpop3-0.5.6a-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -20,9 +20,9 @@ RDEPEND="${DEPEND}"
 PATCHES=( ${FILESDIR}/${P}-list.patch )
 
 src_prepare() {
-	sed -e "s:cc :$(tc-getCC) :" \
-		-e "s:-O2:${CFLAGS}:" \
-		-e "s:-o wmpop3:${LDFLAGS} -o wmpop3:" \
+	sed -e "s|cc |$(tc-getCC) |" \
+		-e "s|-O2|${CFLAGS}|" \
+		-e "s|-o wmpop3|${LDFLAGS} -o wmpop3|" \
 		-i ${PN}/Makefile || die
 
 	default


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmpop3/
@ 2018-05-05 19:28 Aaron Bauman
  0 siblings, 0 replies; 12+ messages in thread
From: Aaron Bauman @ 2018-05-05 19:28 UTC (permalink / raw
  To: gentoo-commits

commit:     9ad690ef4b5e47358074ada2fe7b2ef0dfd18dee
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Mon Apr 30 09:06:22 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat May  5 19:27:01 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ad690ef

x11-plugins/wmpop3: use HTTPS

 x11-plugins/wmpop3/wmpop3-0.5.6a-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-plugins/wmpop3/wmpop3-0.5.6a-r1.ebuild b/x11-plugins/wmpop3/wmpop3-0.5.6a-r1.ebuild
index 5e1cfb0329e..f41656350b6 100644
--- a/x11-plugins/wmpop3/wmpop3-0.5.6a-r1.ebuild
+++ b/x11-plugins/wmpop3/wmpop3-0.5.6a-r1.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 inherit eutils toolchain-funcs
 
 DESCRIPTION="dockapp for checking pop3 accounts"
-HOMEPAGE="http://www.dockapps.net/wmpop3"
-SRC_URI="http://www.dockapps.net/download/${P/wmpop3/WMPop3}.tar.gz"
+HOMEPAGE="https://www.dockapps.net/wmpop3"
+SRC_URI="https://www.dockapps.net/download/${P/wmpop3/WMPop3}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmpop3/
@ 2017-11-24 23:25 Bernard Cafarelli
  0 siblings, 0 replies; 12+ messages in thread
From: Bernard Cafarelli @ 2017-11-24 23:25 UTC (permalink / raw
  To: gentoo-commits

commit:     588393aa8bed61d23382bc4b34f2a8381fbf5697
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 24 23:24:18 2017 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Fri Nov 24 23:24:18 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=588393aa

x11-plugins/wmpop3: drop old

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 x11-plugins/wmpop3/wmpop3-0.5.6a.ebuild | 29 -----------------------------
 1 file changed, 29 deletions(-)

diff --git a/x11-plugins/wmpop3/wmpop3-0.5.6a.ebuild b/x11-plugins/wmpop3/wmpop3-0.5.6a.ebuild
deleted file mode 100644
index f134ac7bacf..00000000000
--- a/x11-plugins/wmpop3/wmpop3-0.5.6a.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-DESCRIPTION="dockapp for checking pop3 accounts"
-HOMEPAGE="http://www.cs.mun.ca/~scotth/"
-SRC_URI="http://www.cs.mun.ca/~scotth/download/${P/wmpop3/WMPop3}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~sparc x86"
-IUSE=""
-DEPEND="x11-wm/windowmaker
-	>=sys-apps/sed-4
-	x11-libs/libXpm"
-
-src_unpack() {
-	unpack ${A}
-	cd "${S}"/wmpop3
-	sed -i -e "s:-O2:${CFLAGS}:" Makefile
-	sed -i -e "s:-o wmpop3:${LDFLAGS} -o wmpop3:" Makefile
-}
-
-src_compile() {
-	emake -C wmpop3 || die
-}
-
-src_install() {
-	dobin wmpop3/wmpop3
-	dodoc CHANGE_LOG README
-}


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmpop3/
@ 2017-11-24 23:25 Bernard Cafarelli
  0 siblings, 0 replies; 12+ messages in thread
From: Bernard Cafarelli @ 2017-11-24 23:25 UTC (permalink / raw
  To: gentoo-commits

commit:     ad9552cc07970ab02a42f54f497e214d5fc36af3
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 24 23:25:07 2017 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Fri Nov 24 23:25:07 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad9552cc

x11-plugins/wmpop3: update homepage and SRC_URI

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 x11-plugins/wmpop3/Manifest                | 2 +-
 x11-plugins/wmpop3/wmpop3-0.5.6a-r1.ebuild | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-plugins/wmpop3/Manifest b/x11-plugins/wmpop3/Manifest
index 97af64738c2..b3154b6138e 100644
--- a/x11-plugins/wmpop3/Manifest
+++ b/x11-plugins/wmpop3/Manifest
@@ -1 +1 @@
-DIST WMPop3-0.5.6a.tar.gz 23532 SHA256 98bdaa3ec253e94f4460672ea37b277d70157a6e1d6236df135346175f07b645 SHA512 127dfd3d4dec8a58c991a9bc0d2d1d1c0e9c0ef36af9b2894283bbda129db9b3464c43aa053152f9c0d25eee31b94ffec329784ffa256ce04cb233b809791c2f WHIRLPOOL 813395f8242c95d6f9c3e7d4e0bf3a966dae802954f3c3b264980f590244fa79dbf4506efdd0e55fe7ddff88b10f045f923851aeadea7236d6246a6f322197cd
+DIST WMPop3-0.5.6a.tar.gz 23532 BLAKE2B faef591c9280cb7e37a5071cd2226b84bfb7a49d8b4639085d5b6a44bac8bb3763ca51bd1923d47b8d971010f9b8a7d5d48c6f9a6c76fd3db5cbc00333edc63d SHA512 127dfd3d4dec8a58c991a9bc0d2d1d1c0e9c0ef36af9b2894283bbda129db9b3464c43aa053152f9c0d25eee31b94ffec329784ffa256ce04cb233b809791c2f

diff --git a/x11-plugins/wmpop3/wmpop3-0.5.6a-r1.ebuild b/x11-plugins/wmpop3/wmpop3-0.5.6a-r1.ebuild
index 415c09b9298..5e1cfb0329e 100644
--- a/x11-plugins/wmpop3/wmpop3-0.5.6a-r1.ebuild
+++ b/x11-plugins/wmpop3/wmpop3-0.5.6a-r1.ebuild
@@ -5,8 +5,8 @@ EAPI=6
 inherit eutils toolchain-funcs
 
 DESCRIPTION="dockapp for checking pop3 accounts"
-HOMEPAGE="http://www.cs.mun.ca/~scotth/"
-SRC_URI="http://www.cs.mun.ca/~scotth/download/${P/wmpop3/WMPop3}.tar.gz"
+HOMEPAGE="http://www.dockapps.net/wmpop3"
+SRC_URI="http://www.dockapps.net/download/${P/wmpop3/WMPop3}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmpop3/
@ 2017-01-18 11:57 Agostino Sarubbo
  0 siblings, 0 replies; 12+ messages in thread
From: Agostino Sarubbo @ 2017-01-18 11:57 UTC (permalink / raw
  To: gentoo-commits

commit:     fffa436b1a7b3ef42d0ed0857fe89d2e9ed86324
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 18 11:55:13 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Jan 18 11:56:58 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fffa436b

x11-plugins/wmpop3: x86 stable wrt bug #605862

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 x11-plugins/wmpop3/wmpop3-0.5.6a-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/wmpop3/wmpop3-0.5.6a-r1.ebuild b/x11-plugins/wmpop3/wmpop3-0.5.6a-r1.ebuild
index 0ddc32e..b5d3585 100644
--- a/x11-plugins/wmpop3/wmpop3-0.5.6a-r1.ebuild
+++ b/x11-plugins/wmpop3/wmpop3-0.5.6a-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.cs.mun.ca/~scotth/download/${P/wmpop3/WMPop3}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~sparc ~x86"
+KEYWORDS="amd64 ~sparc x86"
 IUSE=""
 
 DEPEND="x11-wm/windowmaker


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmpop3/
@ 2017-01-17 11:24 Agostino Sarubbo
  0 siblings, 0 replies; 12+ messages in thread
From: Agostino Sarubbo @ 2017-01-17 11:24 UTC (permalink / raw
  To: gentoo-commits

commit:     e449bcfc00f79e296f45d46f978ca00bd0f0a90a
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 17 11:24:39 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Jan 17 11:24:39 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e449bcfc

x11-plugins/wmpop3: amd64 stable wrt bug #605862

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 x11-plugins/wmpop3/wmpop3-0.5.6a-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/wmpop3/wmpop3-0.5.6a-r1.ebuild b/x11-plugins/wmpop3/wmpop3-0.5.6a-r1.ebuild
index 18b2d8d..0ddc32e 100644
--- a/x11-plugins/wmpop3/wmpop3-0.5.6a-r1.ebuild
+++ b/x11-plugins/wmpop3/wmpop3-0.5.6a-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.cs.mun.ca/~scotth/download/${P/wmpop3/WMPop3}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~sparc ~x86"
+KEYWORDS="amd64 ~sparc ~x86"
 IUSE=""
 
 DEPEND="x11-wm/windowmaker


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmpop3/
@ 2017-01-16 15:58 Bernard Cafarelli
  0 siblings, 0 replies; 12+ messages in thread
From: Bernard Cafarelli @ 2017-01-16 15:58 UTC (permalink / raw
  To: gentoo-commits

commit:     626b1b4143cbde745a5ea4f8a9e17eee80a7c2f6
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 16 15:56:50 2017 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Mon Jan 16 15:57:33 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=626b1b41

x11-plugins/wmpop3: respect CC, bug #605910

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 x11-plugins/wmpop3/wmpop3-0.5.6a-r1.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/wmpop3/wmpop3-0.5.6a-r1.ebuild b/x11-plugins/wmpop3/wmpop3-0.5.6a-r1.ebuild
index 66a7a0e..18b2d8d 100644
--- a/x11-plugins/wmpop3/wmpop3-0.5.6a-r1.ebuild
+++ b/x11-plugins/wmpop3/wmpop3-0.5.6a-r1.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=6
+inherit eutils toolchain-funcs
 
 DESCRIPTION="dockapp for checking pop3 accounts"
 HOMEPAGE="http://www.cs.mun.ca/~scotth/"
@@ -20,7 +21,8 @@ RDEPEND="${DEPEND}"
 PATCHES=( ${FILESDIR}/${P}-list.patch )
 
 src_prepare() {
-	sed -e "s:-O2:${CFLAGS}:" \
+	sed -e "s:cc :$(tc-getCC) :" \
+		-e "s:-O2:${CFLAGS}:" \
 		-e "s:-o wmpop3:${LDFLAGS} -o wmpop3:" \
 		-i ${PN}/Makefile || die
 


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

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

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-13 20:55 [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmpop3/ Arthur Zamarin
  -- strict thread matches above, loose matches on Subject: below --
2024-04-14 13:48 Arthur Zamarin
2024-04-13 20:55 Arthur Zamarin
2023-09-19 20:49 Bernard Cafarelli
2021-04-16 11:23 Sam James
2020-03-28 13:59 Bernard Cafarelli
2018-05-05 19:28 Aaron Bauman
2017-11-24 23:25 Bernard Cafarelli
2017-11-24 23:25 Bernard Cafarelli
2017-01-18 11:57 Agostino Sarubbo
2017-01-17 11:24 Agostino Sarubbo
2017-01-16 15:58 Bernard Cafarelli

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