public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmail/
@ 2015-08-23 20:03 Bernard Cafarelli
  0 siblings, 0 replies; 7+ messages in thread
From: Bernard Cafarelli @ 2015-08-23 20:03 UTC (permalink / raw
  To: gentoo-commits

commit:     4d89cd9fd29ddc038cb654ab9ad5bea5901ac796
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 23 20:03:08 2015 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Sun Aug 23 20:03:21 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d89cd9f

x11-plugins/wmail: EAPI bump, fix compilation with new libdockapp

Package-Manager: portage-2.2.20.1

 x11-plugins/wmail/Manifest                              |  2 +-
 x11-plugins/wmail/wmail-2.0-r3.ebuild                   |  4 ++--
 .../wmail/{wmail-2.0-r3.ebuild => wmail-2.0-r4.ebuild}  | 17 ++++++++---------
 3 files changed, 11 insertions(+), 12 deletions(-)

diff --git a/x11-plugins/wmail/Manifest b/x11-plugins/wmail/Manifest
index cf268db..9df7f23 100644
--- a/x11-plugins/wmail/Manifest
+++ b/x11-plugins/wmail/Manifest
@@ -1 +1 @@
-DIST wmail-2.0.tar.gz 46468 RMD160 5901792368a309734c80333dd14dcee427151d8d SHA1 1495c8188122a4f29d1b0db7ad4a6ee27a5156db SHA256 edcf77bf6a638b96dbd78efe4802d260a68385ab2deb6d6774e325ea0cd3d245
+DIST wmail-2.0.tar.gz 46468 SHA256 edcf77bf6a638b96dbd78efe4802d260a68385ab2deb6d6774e325ea0cd3d245 SHA512 62ca761619af006221ac64003246b8d7b0dacee65cd4dd6a5c31e6fc152f9f97646ceb7e757bd81333a792c73280479591dc24bb29f9da2023f2927ec2827039 WHIRLPOOL e10e5a06570de6eb725045ed2e72d07db39791433b0d454b6796cb452170add4aa9781eea3bc73fe53294d4e5f6e58dfcde019c830f154a9235dce16f1656c91

diff --git a/x11-plugins/wmail/wmail-2.0-r3.ebuild b/x11-plugins/wmail/wmail-2.0-r3.ebuild
index af6b977..6746a21 100644
--- a/x11-plugins/wmail/wmail-2.0-r3.ebuild
+++ b/x11-plugins/wmail/wmail-2.0-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,7 +13,7 @@ SLOT="0"
 KEYWORDS="amd64 ppc sparc x86"
 IUSE=""
 
-RDEPEND="x11-libs/libdockapp"
+RDEPEND="<x11-libs/libdockapp-0.7"
 
 DEPEND="${RDEPEND}
 	>=sys-apps/sed-4.1.4-r1"

diff --git a/x11-plugins/wmail/wmail-2.0-r3.ebuild b/x11-plugins/wmail/wmail-2.0-r4.ebuild
similarity index 78%
copy from x11-plugins/wmail/wmail-2.0-r3.ebuild
copy to x11-plugins/wmail/wmail-2.0-r4.ebuild
index af6b977..25c3481 100644
--- a/x11-plugins/wmail/wmail-2.0-r3.ebuild
+++ b/x11-plugins/wmail/wmail-2.0-r4.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+EAPI=5
 inherit eutils
 
 DESCRIPTION="Window Maker dock application showing incoming mail"
@@ -10,17 +11,15 @@ SRC_URI="http://www.minet.uni-jena.de/~topical/sveng/wmail/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
 IUSE=""
 
-RDEPEND="x11-libs/libdockapp"
+RDEPEND=">=x11-libs/libdockapp-0.7:="
 
 DEPEND="${RDEPEND}
 	>=sys-apps/sed-4.1.4-r1"
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
+src_prepare() {
 	epatch "${FILESDIR}"/${P}.support-libdockapp-0.5.0.patch
 
 	# make from parsing in maildir format faster, thanks
@@ -32,11 +31,11 @@ src_unpack() {
 
 	# Honour Gentoo LDFLAGS, see bug #337407
 	sed -i 's/-o $@ $^ $(LIBS)/$(LDFLAGS) -o $@ $^ $(LIBS)/' "${S}/src/Makefile.in"
+	sed -e 's#<dockapp.h>#<libdockapp/dockapp.h>#' -i *.c || die
 }
 
-src_compile() {
-	econf --enable-delt-xpms || die "econf failed."
-	emake || die "emake failed."
+src_configure() {
+	econf --enable-delt-xpms
 }
 
 src_install() {


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmail/
@ 2015-08-25 12:20 Bernard Cafarelli
  0 siblings, 0 replies; 7+ messages in thread
From: Bernard Cafarelli @ 2015-08-25 12:20 UTC (permalink / raw
  To: gentoo-commits

commit:     a75fb9c368178a2005021df5df1510737374234a
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 25 12:19:38 2015 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Tue Aug 25 12:19:38 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a75fb9c3

x11-plugins/wmail: fix sed line path, bug #558690

Package-Manager: portage-2.2.20.1

 x11-plugins/wmail/wmail-2.0-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/wmail/wmail-2.0-r4.ebuild b/x11-plugins/wmail/wmail-2.0-r4.ebuild
index 25c3481..cb52e81 100644
--- a/x11-plugins/wmail/wmail-2.0-r4.ebuild
+++ b/x11-plugins/wmail/wmail-2.0-r4.ebuild
@@ -31,7 +31,7 @@ src_prepare() {
 
 	# Honour Gentoo LDFLAGS, see bug #337407
 	sed -i 's/-o $@ $^ $(LIBS)/$(LDFLAGS) -o $@ $^ $(LIBS)/' "${S}/src/Makefile.in"
-	sed -e 's#<dockapp.h>#<libdockapp/dockapp.h>#' -i *.c || die
+	sed -e 's#<dockapp.h>#<libdockapp/dockapp.h>#' -i src/*.c || die
 }
 
 src_configure() {


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmail/
@ 2017-11-24 10:10 Bernard Cafarelli
  0 siblings, 0 replies; 7+ messages in thread
From: Bernard Cafarelli @ 2017-11-24 10:10 UTC (permalink / raw
  To: gentoo-commits

commit:     acd6908dc14f7138bba1fa6276bbc539cd990c33
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 24 09:47:58 2017 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Fri Nov 24 09:47:58 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acd6908d

x11-plugins/wmail: drop old and stable keywords

Old dockapp mostly unmaintained upstream with even older stable version

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 x11-plugins/wmail/wmail-2.0-r3.ebuild | 44 -----------------------------------
 1 file changed, 44 deletions(-)

diff --git a/x11-plugins/wmail/wmail-2.0-r3.ebuild b/x11-plugins/wmail/wmail-2.0-r3.ebuild
deleted file mode 100644
index 26ce557e837..00000000000
--- a/x11-plugins/wmail/wmail-2.0-r3.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit eutils
-
-DESCRIPTION="Window Maker dock application showing incoming mail"
-HOMEPAGE="http://dockapps.windowmaker.org/file.php/id/70"
-SRC_URI="http://www.minet.uni-jena.de/~topical/sveng/wmail/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
-IUSE=""
-
-RDEPEND="<x11-libs/libdockapp-0.7"
-
-DEPEND="${RDEPEND}
-	>=sys-apps/sed-4.1.4-r1"
-
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
-	epatch "${FILESDIR}"/${P}.support-libdockapp-0.5.0.patch
-
-	# make from parsing in maildir format faster, thanks
-	# to Stanislav Kuchar
-	epatch "${FILESDIR}"/${P}.maildir-parse-from.patch
-
-	# fix LDFLAGS ordering, see bug #248620
-	sed -i 's/$(LIBS) -o $@ $^/-o $@ $^ $(LIBS)/' "${S}/src/Makefile.in"
-
-	# Honour Gentoo LDFLAGS, see bug #337407
-	sed -i 's/-o $@ $^ $(LIBS)/$(LDFLAGS) -o $@ $^ $(LIBS)/' "${S}/src/Makefile.in"
-}
-
-src_compile() {
-	econf --enable-delt-xpms || die "econf failed."
-	emake || die "emake failed."
-}
-
-src_install() {
-	dobin src/wmail
-	dodoc README wmailrc-sample
-}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmail/
@ 2017-11-27  0:57 Bernard Cafarelli
  0 siblings, 0 replies; 7+ messages in thread
From: Bernard Cafarelli @ 2017-11-27  0:57 UTC (permalink / raw
  To: gentoo-commits

commit:     fdfa3e287014a433b803dce0b3583ed0820059ee
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 27 00:40:35 2017 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Mon Nov 27 00:57:18 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdfa3e28

x11-plugins/wmail: update homepage and SRC_URI

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 x11-plugins/wmail/Manifest            | 2 +-
 x11-plugins/wmail/wmail-2.0-r4.ebuild | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/x11-plugins/wmail/Manifest b/x11-plugins/wmail/Manifest
index 9df7f23a647..0c20b13be6d 100644
--- a/x11-plugins/wmail/Manifest
+++ b/x11-plugins/wmail/Manifest
@@ -1 +1 @@
-DIST wmail-2.0.tar.gz 46468 SHA256 edcf77bf6a638b96dbd78efe4802d260a68385ab2deb6d6774e325ea0cd3d245 SHA512 62ca761619af006221ac64003246b8d7b0dacee65cd4dd6a5c31e6fc152f9f97646ceb7e757bd81333a792c73280479591dc24bb29f9da2023f2927ec2827039 WHIRLPOOL e10e5a06570de6eb725045ed2e72d07db39791433b0d454b6796cb452170add4aa9781eea3bc73fe53294d4e5f6e58dfcde019c830f154a9235dce16f1656c91
+DIST wmail-2.0.tar.gz 46468 BLAKE2B 316743065f72e14339e4c7d9bc1d394d0f5ccfa5772efd94856bef184fa3a60a1892c510f07655dacbf0b470492e085e413dcb29e3ec166c5d1a1f03d388636e SHA512 62ca761619af006221ac64003246b8d7b0dacee65cd4dd6a5c31e6fc152f9f97646ceb7e757bd81333a792c73280479591dc24bb29f9da2023f2927ec2827039

diff --git a/x11-plugins/wmail/wmail-2.0-r4.ebuild b/x11-plugins/wmail/wmail-2.0-r4.ebuild
index 05aa4941275..945197456b8 100644
--- a/x11-plugins/wmail/wmail-2.0-r4.ebuild
+++ b/x11-plugins/wmail/wmail-2.0-r4.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 inherit eutils
 
 DESCRIPTION="Window Maker dock application showing incoming mail"
-HOMEPAGE="http://dockapps.windowmaker.org/file.php/id/70"
-SRC_URI="http://www.minet.uni-jena.de/~topical/sveng/wmail/${P}.tar.gz"
+HOMEPAGE="http://www.dockapps.net/wmail"
+SRC_URI="http://www.dockapps.net/download/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmail/
@ 2018-08-25  7:09 Bernard Cafarelli
  0 siblings, 0 replies; 7+ messages in thread
From: Bernard Cafarelli @ 2018-08-25  7:09 UTC (permalink / raw
  To: gentoo-commits

commit:     af7f505d4bb332ff6449b0006f505725aa2b41bc
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Tue Aug 21 07:25:03 2018 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Sat Aug 25 07:09:07 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af7f505d

x11-plugins/wmail: restore DEPEND

 x11-plugins/wmail/wmail-2.0-r5.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x11-plugins/wmail/wmail-2.0-r5.ebuild b/x11-plugins/wmail/wmail-2.0-r5.ebuild
index 6075abff09a..242dd29ad5f 100644
--- a/x11-plugins/wmail/wmail-2.0-r5.ebuild
+++ b/x11-plugins/wmail/wmail-2.0-r5.ebuild
@@ -14,6 +14,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
 
 RDEPEND=">=x11-libs/libdockapp-0.7:="
+DEPEND="${RDEPEND}"
 
 src_prepare() {
 	default


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmail/
@ 2019-06-13 21:51 Bernard Cafarelli
  0 siblings, 0 replies; 7+ messages in thread
From: Bernard Cafarelli @ 2019-06-13 21:51 UTC (permalink / raw
  To: gentoo-commits

commit:     44dec9566234b015bc220dadcd6a616490b29747
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 13 21:49:54 2019 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Thu Jun 13 21:50:05 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44dec956

x11-plugins/wmail: 2.2 bump

Clean ebuild after upstream improvements

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 x11-plugins/wmail/Manifest         |  1 +
 x11-plugins/wmail/wmail-2.2.ebuild | 23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/x11-plugins/wmail/Manifest b/x11-plugins/wmail/Manifest
index 0c20b13be6d..8c9bf59e21f 100644
--- a/x11-plugins/wmail/Manifest
+++ b/x11-plugins/wmail/Manifest
@@ -1 +1,2 @@
 DIST wmail-2.0.tar.gz 46468 BLAKE2B 316743065f72e14339e4c7d9bc1d394d0f5ccfa5772efd94856bef184fa3a60a1892c510f07655dacbf0b470492e085e413dcb29e3ec166c5d1a1f03d388636e SHA512 62ca761619af006221ac64003246b8d7b0dacee65cd4dd6a5c31e6fc152f9f97646ceb7e757bd81333a792c73280479591dc24bb29f9da2023f2927ec2827039
+DIST wmail-2.2.tar.gz 127443 BLAKE2B fc94f94e9a87ccf038bf75eb8c01e9cca738dbb468b60632ba9a04c1ca0f4266ee5be032cca37ae14a58a444f733dd9d20bad57789c24d497f2af87c80d801d2 SHA512 59217e190e6c296ee457e0c0e06297c4b7f9e627a52848f0012c4158a0c7a6a39415e63fffe722a5c2ba79ff8f59721b5e1ecbd25219f10c24fdde401e6556e8

diff --git a/x11-plugins/wmail/wmail-2.2.ebuild b/x11-plugins/wmail/wmail-2.2.ebuild
new file mode 100644
index 00000000000..6491f6f0206
--- /dev/null
+++ b/x11-plugins/wmail/wmail-2.2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="Window Maker dock application showing incoming mail"
+HOMEPAGE="https://www.dockapps.net/wmail"
+SRC_URI="https://www.dockapps.net/download/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+
+RDEPEND=">=x11-libs/libdockapp-0.7:="
+DEPEND="${RDEPEND}"
+
+DOCS=( ChangeLog README wmailrc-sample)
+
+src_configure() {
+	econf --enable-delt-xpms
+}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmail/
@ 2019-07-03  8:24 Bernard Cafarelli
  0 siblings, 0 replies; 7+ messages in thread
From: Bernard Cafarelli @ 2019-07-03  8:24 UTC (permalink / raw
  To: gentoo-commits

commit:     93203b1e09b6bb264b71654f5ac30ceacfc74fa2
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  3 07:55:43 2019 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Wed Jul  3 08:24:10 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93203b1e

x11-plugins/wmail: 2.3 bump

Package-Manager: Portage-2.3.68, Repoman-2.3.16
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 x11-plugins/wmail/Manifest         |  1 +
 x11-plugins/wmail/wmail-2.3.ebuild | 23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/x11-plugins/wmail/Manifest b/x11-plugins/wmail/Manifest
index 8c9bf59e21f..d5aee35e6a1 100644
--- a/x11-plugins/wmail/Manifest
+++ b/x11-plugins/wmail/Manifest
@@ -1,2 +1,3 @@
 DIST wmail-2.0.tar.gz 46468 BLAKE2B 316743065f72e14339e4c7d9bc1d394d0f5ccfa5772efd94856bef184fa3a60a1892c510f07655dacbf0b470492e085e413dcb29e3ec166c5d1a1f03d388636e SHA512 62ca761619af006221ac64003246b8d7b0dacee65cd4dd6a5c31e6fc152f9f97646ceb7e757bd81333a792c73280479591dc24bb29f9da2023f2927ec2827039
 DIST wmail-2.2.tar.gz 127443 BLAKE2B fc94f94e9a87ccf038bf75eb8c01e9cca738dbb468b60632ba9a04c1ca0f4266ee5be032cca37ae14a58a444f733dd9d20bad57789c24d497f2af87c80d801d2 SHA512 59217e190e6c296ee457e0c0e06297c4b7f9e627a52848f0012c4158a0c7a6a39415e63fffe722a5c2ba79ff8f59721b5e1ecbd25219f10c24fdde401e6556e8
+DIST wmail-2.3.tar.gz 128013 BLAKE2B cef12b8546bd68c6bc7a191fafc325a3bdab853b458dafe03a3960b2de198222b4d903272ea27a20d4a635e97647fa1d1c7ed8316f84aba821bb77cfac3e2276 SHA512 f8c2aacf4cb0b798f6c67641417d9242a7d23ed5e9b1144899fc9f574f2e25099feeafda9d3ee9ce8227dcbbeb19c6092e79f96748ffb6b9e989074285e43c0a

diff --git a/x11-plugins/wmail/wmail-2.3.ebuild b/x11-plugins/wmail/wmail-2.3.ebuild
new file mode 100644
index 00000000000..6491f6f0206
--- /dev/null
+++ b/x11-plugins/wmail/wmail-2.3.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="Window Maker dock application showing incoming mail"
+HOMEPAGE="https://www.dockapps.net/wmail"
+SRC_URI="https://www.dockapps.net/download/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+
+RDEPEND=">=x11-libs/libdockapp-0.7:="
+DEPEND="${RDEPEND}"
+
+DOCS=( ChangeLog README wmailrc-sample)
+
+src_configure() {
+	econf --enable-delt-xpms
+}


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

end of thread, other threads:[~2019-07-03  8:24 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-24 10:10 [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmail/ Bernard Cafarelli
  -- strict thread matches above, loose matches on Subject: below --
2019-07-03  8:24 Bernard Cafarelli
2019-06-13 21:51 Bernard Cafarelli
2018-08-25  7:09 Bernard Cafarelli
2017-11-27  0:57 Bernard Cafarelli
2015-08-25 12:20 Bernard Cafarelli
2015-08-23 20:03 Bernard Cafarelli

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