[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmfortune/

2018-09-22 Thread Mikle Kolyada
commit: 74bbf9ac3d841980e92363534fdcc48452e657ca
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Sep 22 11:44:01 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Sep 22 11:44:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74bbf9ac

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

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 x11-plugins/wmfortune/wmfortune-0.241-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/wmfortune/wmfortune-0.241-r1.ebuild 
b/x11-plugins/wmfortune/wmfortune-0.241-r1.ebuild
index c70c20c480c..ecf621d042f 100644
--- a/x11-plugins/wmfortune/wmfortune-0.241-r1.ebuild
+++ b/x11-plugins/wmfortune/wmfortune-0.241-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.dockapps.net/download/${P}.tar.gz;
 
 LICENSE="GPL-1"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="games-misc/fortune-mod



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmfortune/

2018-09-22 Thread Mikle Kolyada
commit: 59d565bf83fa8f587451d39d64914442f3abaadc
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Sep 22 11:44:30 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Sep 22 11:44:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59d565bf

x11-plugins/wmfortune: Drop old

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 x11-plugins/wmfortune/wmfortune-0.241.ebuild | 41 
 1 file changed, 41 deletions(-)

diff --git a/x11-plugins/wmfortune/wmfortune-0.241.ebuild 
b/x11-plugins/wmfortune/wmfortune-0.241.ebuild
deleted file mode 100644
index f4d577617bb..000
--- a/x11-plugins/wmfortune/wmfortune-0.241.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils multilib toolchain-funcs
-
-DESCRIPTION="a dockapp showing fortune-mod messages"
-HOMEPAGE="https://www.dockapps.net/wmfortune;
-SRC_URI="https://www.dockapps.net/download/${P}.tar.gz;
-
-LICENSE="GPL-1"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="games-misc/fortune-mod
-   x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXpm"
-DEPEND="${RDEPEND}
-   x11-base/xorg-proto"
-
-src_unpack() {
-   unpack ${A}
-   cd "${S}"
-   epatch "${FILESDIR}"/${P}-stringh.patch
-
-   # Honour Gentoo LDFLAGS. Closes bug #336446.
-   sed -i 's/-o $(DEST)/$(LDFLAGS) -o $(DEST)/' Makefile
-}
-
-src_compile() {
-   emake CC="$(tc-getCC)" OPTIMIZE="${CFLAGS}" \
-   XLIBDIR="/usr/$(get_libdir)" || die "emake failed."
-}
-
-src_install() {
-   dobin ${PN}
-   dodoc CHANGES README TODO
-}



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmfortune/

2018-06-14 Thread Bernard Cafarelli
commit: a14836ab6c821947ec7a9a79afb997ab9cde0693
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon Jun 11 20:19:01 2018 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Thu Jun 14 09:01:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a14836ab

x11-plugins/wmfortune: use HTTPS

 x11-plugins/wmfortune/wmfortune-0.241.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/wmfortune/wmfortune-0.241.ebuild 
b/x11-plugins/wmfortune/wmfortune-0.241.ebuild
index 4165e7e95b9..f4d577617bb 100644
--- a/x11-plugins/wmfortune/wmfortune-0.241.ebuild
+++ b/x11-plugins/wmfortune/wmfortune-0.241.ebuild
@@ -6,8 +6,8 @@ EAPI=0
 inherit eutils multilib toolchain-funcs
 
 DESCRIPTION="a dockapp showing fortune-mod messages"
-HOMEPAGE="http://www.dockapps.net/wmfortune;
-SRC_URI="http://www.dockapps.net/download/${P}.tar.gz;
+HOMEPAGE="https://www.dockapps.net/wmfortune;
+SRC_URI="https://www.dockapps.net/download/${P}.tar.gz;
 
 LICENSE="GPL-1"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmfortune/, x11-plugins/wmfortune/files/

2018-06-14 Thread Bernard Cafarelli
commit: 5dbb5e012c755db482d15cfd044044871ad2af99
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon Jun 11 20:19:09 2018 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Thu Jun 14 09:01:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dbb5e01

x11-plugins/wmfortune: EAPI7, use HTTPS, improve ebuild

 .../wmfortune/files/wmfortune-0.241-stringh.patch  |  6 ++--
 x11-plugins/wmfortune/wmfortune-0.241-r1.ebuild| 40 ++
 2 files changed, 43 insertions(+), 3 deletions(-)

diff --git a/x11-plugins/wmfortune/files/wmfortune-0.241-stringh.patch 
b/x11-plugins/wmfortune/files/wmfortune-0.241-stringh.patch
index a8e9f9ff6ed..35db475df30 100644
--- a/x11-plugins/wmfortune/files/wmfortune-0.241-stringh.patch
+++ b/x11-plugins/wmfortune/files/wmfortune-0.241-stringh.patch
@@ -1,6 +1,6 @@
-diff -ur wmfortune-0.241.orig/wmfortune.c wmfortune-0.241/wmfortune.c
 wmfortune-0.241.orig/wmfortune.c   2001-09-01 03:25:39.0 +0300
-+++ wmfortune-0.241/wmfortune.c2008-01-15 10:21:17.0 +0200
+diff -ur a/wmfortune.c b/wmfortune.c
+--- a/wmfortune.c  2001-09-01 03:25:39.0 +0300
 b/wmfortune.c  2008-01-15 10:21:17.0 +0200
 @@ -25,6 +25,7 @@
  
  #include 

diff --git a/x11-plugins/wmfortune/wmfortune-0.241-r1.ebuild 
b/x11-plugins/wmfortune/wmfortune-0.241-r1.ebuild
new file mode 100644
index 000..f67de2f9282
--- /dev/null
+++ b/x11-plugins/wmfortune/wmfortune-0.241-r1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="a dockapp showing fortune-mod messages"
+HOMEPAGE="https://www.dockapps.net/wmfortune;
+SRC_URI="https://www.dockapps.net/download/${P}.tar.gz;
+
+LICENSE="GPL-1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="games-misc/fortune-mod
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXpm"
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto"
+
+PATCHES=( "${FILESDIR}"/${P}-stringh.patch )
+
+src_prepare() {
+   # Honour Gentoo LDFLAGS. Closes bug #336446.
+   sed -i 's/-o $(DEST)/$(LDFLAGS) -o $(DEST)/' Makefile || die
+   default
+}
+
+src_compile() {
+   emake CC="$(tc-getCC)" OPTIMIZE="${CFLAGS}" \
+   XLIBDIR="/usr/$(get_libdir)"
+}
+
+src_install() {
+   dobin ${PN}
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmfortune/

2017-11-29 Thread Bernard Cafarelli
commit: 658d51cfbca120bc347ae09dd57bd0f771745d10
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Tue Nov 28 13:55:13 2017 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Wed Nov 29 22:21:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=658d51cf

x11-plugins/wmfortune: update homepage and SRC_URI

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 x11-plugins/wmfortune/Manifest   | 2 +-
 x11-plugins/wmfortune/wmfortune-0.241.ebuild | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/x11-plugins/wmfortune/Manifest b/x11-plugins/wmfortune/Manifest
index 508d410b2a7..d953ae28095 100644
--- a/x11-plugins/wmfortune/Manifest
+++ b/x11-plugins/wmfortune/Manifest
@@ -1 +1 @@
-DIST wmfortune-0.241.tar.gz 23406 SHA256 
b149067b7e3521f7e03354b12754baaf9c5556af4d286bbd6d169b1db9f6dba0 SHA512 
d5640090c2f2ba788ab9367b70d948d4f1d846174714e2415e81500f5fef6c3e7e81b12575274bdb3a760fa3e2e9ab499880713a923add136089969b394f9409
 WHIRLPOOL 
1bbfec73e9858e78aa627409c7df08b51edf0b36bfcf7f4cfbe8a5c862400585054eb60761962677cd3002edcf775d2296cf90fadad7e2537346902a69ae487c
+DIST wmfortune-0.241.tar.gz 23406 BLAKE2B 
2a104d4f5d9ca1865618b95c2d6e4bb49cb841325442f58712c4bca1d971b9ef6512d509e80753b8a96e7978d5198b3a4f6fc2d54c6182b439b4d30cbe73d6df
 SHA512 
d5640090c2f2ba788ab9367b70d948d4f1d846174714e2415e81500f5fef6c3e7e81b12575274bdb3a760fa3e2e9ab499880713a923add136089969b394f9409

diff --git a/x11-plugins/wmfortune/wmfortune-0.241.ebuild 
b/x11-plugins/wmfortune/wmfortune-0.241.ebuild
index 1a84d48c963..1b31d0ad97b 100644
--- a/x11-plugins/wmfortune/wmfortune-0.241.ebuild
+++ b/x11-plugins/wmfortune/wmfortune-0.241.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 inherit eutils multilib toolchain-funcs
 
 DESCRIPTION="a dockapp showing fortune-mod messages"
-HOMEPAGE="http://dockapps.windowmaker.org/file.php/id/90;
-SRC_URI="http://dockapps.windowmaker.org/download.php/id/128/${P}.tar.gz;
+HOMEPAGE="http://www.dockapps.net/wmfortune;
+SRC_URI="http://www.dockapps.net/download/${P}.tar.gz;
 
 LICENSE="GPL-1"
 SLOT="0"