* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmifs/
@ 2015-08-12 9:05 Bernard Cafarelli
0 siblings, 0 replies; 18+ messages in thread
From: Bernard Cafarelli @ 2015-08-12 9:05 UTC (permalink / raw
To: gentoo-commits
commit: 6d7592924450ce5bd866b53b465e1f5df372a41e
Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 12 09:02:01 2015 +0000
Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Wed Aug 12 09:04:34 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d759292
x11-plugins/wmifs: version bump
Package-Manager: portage-2.2.20.1
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
x11-plugins/wmifs/Manifest | 1 +
x11-plugins/wmifs/wmifs-1.5.ebuild | 38 ++++++++++++++++++++++++++++++++++++++
2 files changed, 39 insertions(+)
diff --git a/x11-plugins/wmifs/Manifest b/x11-plugins/wmifs/Manifest
index 48751bc..d0d9c29 100644
--- a/x11-plugins/wmifs/Manifest
+++ b/x11-plugins/wmifs/Manifest
@@ -1,3 +1,4 @@
DIST wmifs-1.3b1.tar.gz 32970 SHA256 771bf1f99ec3ef7d95a06b8cb37059876cf054fec593536794ab9f13facf011d
DIST wmifs-1.4.tar.gz 28654 SHA256 6f13c030d5e5717eb73778928c3eb527ddda86fccece3a09506940ff333b9bea SHA512 09c444ca26783ba84b1679c311c3d72bc12e5699c4a368b6dd4ef41e248ff9a1c7ffc7c4353cfe9aa6728fcbc7c2573acc64e8df2060a7196c0b0454683c283e WHIRLPOOL 4ceca1557a74846f27d49fb5e05ed73029622e545eba66144b02eb3715fc55320a7c485ece9022188dbceaf9875b6391a1a754315b59611ee9589f5fd7fc562c
+DIST wmifs-1.5.tar.gz 32164 SHA256 cf1a722e8b7881d0d8bda7850606c503db1e936ec5196b0c402f750a66e5fec9 SHA512 35c466a641324ae4f6ad1fc2f7954328ade39964953e83074bdffdd3e36414ff2e66bfaf2ee8668e18937f3ee371d328d91adadd0f3859c2eb68e68a38f184b0 WHIRLPOOL acffc1d6c17aa5602b5c61690dafc9131acd93ea9c5211867c39f37a93d7faab4bc93ce2a2d9f41c6778fb60958e8e2567c5602e97f7e32c3479a30b2197b6b5
DIST wmifs_1.3b1-11.diff.gz 8117 SHA256 3bd6d6d9021903708692560a403d4aee0cfaa912b5c467a0145b5fc8a6ff5cc0
diff --git a/x11-plugins/wmifs/wmifs-1.5.ebuild b/x11-plugins/wmifs/wmifs-1.5.ebuild
new file mode 100644
index 0000000..8991ce1
--- /dev/null
+++ b/x11-plugins/wmifs/wmifs-1.5.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit toolchain-funcs
+
+DESCRIPTION="Network monitoring dockapp"
+HOMEPAGE="http://windowmaker.org/dockapps/?name=wmtime"
+# 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="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="x11-libs/libX11
+ x11-libs/libXext
+ x11-libs/libXpm"
+DEPEND="${RDEPEND}
+ x11-proto/xextproto"
+
+S=${WORKDIR}/dockapps
+
+src_prepare() {
+ # Honour Gentoo LDFLAGS, see bug #336537
+ sed -i "s/-o wmifs/\$(LDFLAGS) -o wmifs/" Makefile || die "sed failed"
+}
+
+src_compile() {
+ emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
+}
+
+src_install() {
+ emake DESTDIR="${D}" prefix=/usr install
+ dodoc BUGS CHANGES HINTS README TODO
+}
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmifs/
@ 2015-08-28 13:05 Bernard Cafarelli
0 siblings, 0 replies; 18+ messages in thread
From: Bernard Cafarelli @ 2015-08-28 13:05 UTC (permalink / raw
To: gentoo-commits
commit: 168b3701447777d20e569b9a8fb0726a2c3cb079
Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 28 12:53:21 2015 +0000
Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Fri Aug 28 13:04:52 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=168b3701
x11-plugins/wmifs: version bump
Drop some keywords until new libdockapp is keyworded
(if arches want to keep this)
Package-Manager: portage-2.2.20.1
x11-plugins/wmifs/Manifest | 1 +
x11-plugins/wmifs/wmifs-1.6.ebuild | 37 +++++++++++++++++++++++++++++++++++++
2 files changed, 38 insertions(+)
diff --git a/x11-plugins/wmifs/Manifest b/x11-plugins/wmifs/Manifest
index d0d9c29..9f336ec 100644
--- a/x11-plugins/wmifs/Manifest
+++ b/x11-plugins/wmifs/Manifest
@@ -1,4 +1,5 @@
DIST wmifs-1.3b1.tar.gz 32970 SHA256 771bf1f99ec3ef7d95a06b8cb37059876cf054fec593536794ab9f13facf011d
DIST wmifs-1.4.tar.gz 28654 SHA256 6f13c030d5e5717eb73778928c3eb527ddda86fccece3a09506940ff333b9bea SHA512 09c444ca26783ba84b1679c311c3d72bc12e5699c4a368b6dd4ef41e248ff9a1c7ffc7c4353cfe9aa6728fcbc7c2573acc64e8df2060a7196c0b0454683c283e WHIRLPOOL 4ceca1557a74846f27d49fb5e05ed73029622e545eba66144b02eb3715fc55320a7c485ece9022188dbceaf9875b6391a1a754315b59611ee9589f5fd7fc562c
DIST wmifs-1.5.tar.gz 32164 SHA256 cf1a722e8b7881d0d8bda7850606c503db1e936ec5196b0c402f750a66e5fec9 SHA512 35c466a641324ae4f6ad1fc2f7954328ade39964953e83074bdffdd3e36414ff2e66bfaf2ee8668e18937f3ee371d328d91adadd0f3859c2eb68e68a38f184b0 WHIRLPOOL acffc1d6c17aa5602b5c61690dafc9131acd93ea9c5211867c39f37a93d7faab4bc93ce2a2d9f41c6778fb60958e8e2567c5602e97f7e32c3479a30b2197b6b5
+DIST wmifs-1.6.tar.gz 25980 SHA256 d29ea295830c5399592fda281c492739c3b9229019d04ae211c540fb1cb0274a SHA512 d16a087a7fa1a1354127aa69db9e197ba14254c44366a9e1deb69cc00bef301922939afbade10b2b2827243ca00627cc53b941ef5f8e129d2a6637a19c02250f WHIRLPOOL 18d29f4cb49b09b4969875841324c75dbbbd91bde0d1ce7215a77411783a51d29393230462606323f3eb9843bfa87523e3c94548e124be2a085ec9a2a5bb8feb
DIST wmifs_1.3b1-11.diff.gz 8117 SHA256 3bd6d6d9021903708692560a403d4aee0cfaa912b5c467a0145b5fc8a6ff5cc0
diff --git a/x11-plugins/wmifs/wmifs-1.6.ebuild b/x11-plugins/wmifs/wmifs-1.6.ebuild
new file mode 100644
index 0000000..01808f1
--- /dev/null
+++ b/x11-plugins/wmifs/wmifs-1.6.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit toolchain-funcs
+
+DESCRIPTION="Network monitoring dockapp"
+HOMEPAGE="http://windowmaker.org/dockapps/?name=wmtime"
+# 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 ~mips ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=x11-libs/libdockapp-0.7:=
+ x11-libs/libX11
+ x11-libs/libXext
+ x11-libs/libXpm"
+DEPEND="${RDEPEND}
+ x11-proto/xextproto"
+
+src_prepare() {
+ # Honour Gentoo LDFLAGS, see bug #336537
+ sed -i "s/-o wmifs/\$(LDFLAGS) -o wmifs/" Makefile || die "sed failed"
+}
+
+src_compile() {
+ emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
+}
+
+src_install() {
+ emake DESTDIR="${D}" prefix=/usr install
+ dodoc BUGS CHANGES HINTS README TODO
+}
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmifs/
@ 2016-12-02 11:06 Bernard Cafarelli
0 siblings, 0 replies; 18+ messages in thread
From: Bernard Cafarelli @ 2016-12-02 11:06 UTC (permalink / raw
To: gentoo-commits
commit: b4b6ba2e6c4ee0633420f8b62f920f5b1e6c0bc8
Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 2 10:50:23 2016 +0000
Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Fri Dec 2 11:04:58 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4b6ba2e
x11-plugins/wmifs: drop old ~arch versions
Package-Manager: portage-2.3.2
x11-plugins/wmifs/Manifest | 3 ---
x11-plugins/wmifs/wmifs-1.4.ebuild | 37 -------------------------------------
x11-plugins/wmifs/wmifs-1.5.ebuild | 37 -------------------------------------
x11-plugins/wmifs/wmifs-1.6.ebuild | 36 ------------------------------------
4 files changed, 113 deletions(-)
diff --git a/x11-plugins/wmifs/Manifest b/x11-plugins/wmifs/Manifest
index 8da626b..ec184fa 100644
--- a/x11-plugins/wmifs/Manifest
+++ b/x11-plugins/wmifs/Manifest
@@ -1,6 +1,3 @@
DIST wmifs-1.3b1.tar.gz 32970 SHA256 771bf1f99ec3ef7d95a06b8cb37059876cf054fec593536794ab9f13facf011d SHA512 92359214a6a3c835bf6ca3c52e3227e24ddb98a153e6135ceb86993c74fac38586d0071b75475169d4026725a6d5a26ea5a9c9fd9d6a3ebf76d691a42124fe9c WHIRLPOOL c3264e8246637be2f87a56a141710474cb99960a0f270a9cf7d6283a817a37ff36d42a742bf7df70ff7632185765b7711eb9062cb1a92569878facce71f4815e
-DIST wmifs-1.4.tar.gz 28654 SHA256 6f13c030d5e5717eb73778928c3eb527ddda86fccece3a09506940ff333b9bea SHA512 09c444ca26783ba84b1679c311c3d72bc12e5699c4a368b6dd4ef41e248ff9a1c7ffc7c4353cfe9aa6728fcbc7c2573acc64e8df2060a7196c0b0454683c283e WHIRLPOOL 4ceca1557a74846f27d49fb5e05ed73029622e545eba66144b02eb3715fc55320a7c485ece9022188dbceaf9875b6391a1a754315b59611ee9589f5fd7fc562c
-DIST wmifs-1.5.tar.gz 32164 SHA256 cf1a722e8b7881d0d8bda7850606c503db1e936ec5196b0c402f750a66e5fec9 SHA512 35c466a641324ae4f6ad1fc2f7954328ade39964953e83074bdffdd3e36414ff2e66bfaf2ee8668e18937f3ee371d328d91adadd0f3859c2eb68e68a38f184b0 WHIRLPOOL acffc1d6c17aa5602b5c61690dafc9131acd93ea9c5211867c39f37a93d7faab4bc93ce2a2d9f41c6778fb60958e8e2567c5602e97f7e32c3479a30b2197b6b5
-DIST wmifs-1.6.tar.gz 25980 SHA256 d29ea295830c5399592fda281c492739c3b9229019d04ae211c540fb1cb0274a SHA512 d16a087a7fa1a1354127aa69db9e197ba14254c44366a9e1deb69cc00bef301922939afbade10b2b2827243ca00627cc53b941ef5f8e129d2a6637a19c02250f WHIRLPOOL 18d29f4cb49b09b4969875841324c75dbbbd91bde0d1ce7215a77411783a51d29393230462606323f3eb9843bfa87523e3c94548e124be2a085ec9a2a5bb8feb
DIST wmifs-1.8.tar.gz 107020 SHA256 da2eb2f49d0b717da4917d0831092cacaed888e3a0cedc8a8c5b78b6d3e928ec SHA512 c88092e8c83ab5bc65813b6fbfe348b3b56eae28885199ba1cc681ba3db7f801f90f5d385cfdbb7304327e085471f6fdc0f712690211dc192763739619c46abb WHIRLPOOL c4cecdbb0139dcaa0b1dcdcdf161a52e8a061fc69fb1961d1d77edfab028963ecba5fad0322491e0e048265a245fa2275f25546d75d86cb5f54eedad205cf599
DIST wmifs_1.3b1-11.diff.gz 8117 SHA256 3bd6d6d9021903708692560a403d4aee0cfaa912b5c467a0145b5fc8a6ff5cc0 SHA512 703532f2377397e4078537f6994a11c016905b27f17ecb974c0ffa3a7a675aebf19a6658e1d6ef8cc458d2625dc1cf355a74e0f2a85dd1cda81cabb8981044a6 WHIRLPOOL 3dffca0c986339873a50cd845c231b52e7ad3130db253004d11b9c28f6f7aa090fba1030a6523dfe460191d4905363bed05a9efe1076dc68a1d464fb23f9185c
diff --git a/x11-plugins/wmifs/wmifs-1.4.ebuild b/x11-plugins/wmifs/wmifs-1.4.ebuild
deleted file mode 100644
index 3da0c28..00000000
--- a/x11-plugins/wmifs/wmifs-1.4.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit toolchain-funcs
-
-DESCRIPTION="Network monitoring dockapp"
-HOMEPAGE="http://www.dockapps.net/wmtime"
-SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXpm"
-DEPEND="${RDEPEND}
- x11-proto/xextproto"
-
-S=${WORKDIR}/dockapps/${PN}
-
-src_prepare() {
- # Honour Gentoo LDFLAGS, see bug #336537
- sed -i "s/-o wmifs/\$(LDFLAGS) -o wmifs/" Makefile || die "sed failed"
-}
-
-src_compile() {
- emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
-}
-
-src_install() {
- emake DESTDIR="${D}" prefix=/usr install
- dodoc ../BUGS ../CHANGES ../HINTS ../README ../TODO
-}
diff --git a/x11-plugins/wmifs/wmifs-1.5.ebuild b/x11-plugins/wmifs/wmifs-1.5.ebuild
deleted file mode 100644
index c0db9f5..00000000
--- a/x11-plugins/wmifs/wmifs-1.5.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit toolchain-funcs
-
-DESCRIPTION="Network monitoring dockapp"
-HOMEPAGE="http://www.dockapps.net/wmtime"
-SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXpm"
-DEPEND="${RDEPEND}
- x11-proto/xextproto"
-
-S=${WORKDIR}/dockapps
-
-src_prepare() {
- # Honour Gentoo LDFLAGS, see bug #336537
- sed -i "s/-o wmifs/\$(LDFLAGS) -o wmifs/" Makefile || die "sed failed"
-}
-
-src_compile() {
- emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
-}
-
-src_install() {
- emake DESTDIR="${D}" prefix=/usr install
- dodoc BUGS CHANGES HINTS README TODO
-}
diff --git a/x11-plugins/wmifs/wmifs-1.6.ebuild b/x11-plugins/wmifs/wmifs-1.6.ebuild
deleted file mode 100644
index 18db46b..00000000
--- a/x11-plugins/wmifs/wmifs-1.6.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit toolchain-funcs
-
-DESCRIPTION="Network monitoring dockapp"
-HOMEPAGE="http://www.dockapps.net/wmtime"
-SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~mips ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND=">=x11-libs/libdockapp-0.7:=
- x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXpm"
-DEPEND="${RDEPEND}
- x11-proto/xextproto"
-
-src_prepare() {
- # Honour Gentoo LDFLAGS, see bug #336537
- sed -i "s/-o wmifs/\$(LDFLAGS) -o wmifs/" Makefile || die "sed failed"
-}
-
-src_compile() {
- emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
-}
-
-src_install() {
- emake DESTDIR="${D}" prefix=/usr install
- dodoc BUGS CHANGES HINTS README TODO
-}
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmifs/
@ 2016-12-02 11:06 Bernard Cafarelli
0 siblings, 0 replies; 18+ messages in thread
From: Bernard Cafarelli @ 2016-12-02 11:06 UTC (permalink / raw
To: gentoo-commits
commit: 4d72af859fea46d58fc5b817f60c381982e45316
Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 2 10:49:29 2016 +0000
Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Fri Dec 2 11:04:57 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d72af85
x11-plugins/wmifs: version bump to 1.8
Rewrite ebuild (EAPI, autotools), restore ~arm keyword
Package-Manager: portage-2.3.2
x11-plugins/wmifs/Manifest | 1 +
x11-plugins/wmifs/wmifs-1.8.ebuild | 21 +++++++++++++++++++++
2 files changed, 22 insertions(+)
diff --git a/x11-plugins/wmifs/Manifest b/x11-plugins/wmifs/Manifest
index 8e433ab..8da626b 100644
--- a/x11-plugins/wmifs/Manifest
+++ b/x11-plugins/wmifs/Manifest
@@ -2,4 +2,5 @@ DIST wmifs-1.3b1.tar.gz 32970 SHA256 771bf1f99ec3ef7d95a06b8cb37059876cf054fec59
DIST wmifs-1.4.tar.gz 28654 SHA256 6f13c030d5e5717eb73778928c3eb527ddda86fccece3a09506940ff333b9bea SHA512 09c444ca26783ba84b1679c311c3d72bc12e5699c4a368b6dd4ef41e248ff9a1c7ffc7c4353cfe9aa6728fcbc7c2573acc64e8df2060a7196c0b0454683c283e WHIRLPOOL 4ceca1557a74846f27d49fb5e05ed73029622e545eba66144b02eb3715fc55320a7c485ece9022188dbceaf9875b6391a1a754315b59611ee9589f5fd7fc562c
DIST wmifs-1.5.tar.gz 32164 SHA256 cf1a722e8b7881d0d8bda7850606c503db1e936ec5196b0c402f750a66e5fec9 SHA512 35c466a641324ae4f6ad1fc2f7954328ade39964953e83074bdffdd3e36414ff2e66bfaf2ee8668e18937f3ee371d328d91adadd0f3859c2eb68e68a38f184b0 WHIRLPOOL acffc1d6c17aa5602b5c61690dafc9131acd93ea9c5211867c39f37a93d7faab4bc93ce2a2d9f41c6778fb60958e8e2567c5602e97f7e32c3479a30b2197b6b5
DIST wmifs-1.6.tar.gz 25980 SHA256 d29ea295830c5399592fda281c492739c3b9229019d04ae211c540fb1cb0274a SHA512 d16a087a7fa1a1354127aa69db9e197ba14254c44366a9e1deb69cc00bef301922939afbade10b2b2827243ca00627cc53b941ef5f8e129d2a6637a19c02250f WHIRLPOOL 18d29f4cb49b09b4969875841324c75dbbbd91bde0d1ce7215a77411783a51d29393230462606323f3eb9843bfa87523e3c94548e124be2a085ec9a2a5bb8feb
+DIST wmifs-1.8.tar.gz 107020 SHA256 da2eb2f49d0b717da4917d0831092cacaed888e3a0cedc8a8c5b78b6d3e928ec SHA512 c88092e8c83ab5bc65813b6fbfe348b3b56eae28885199ba1cc681ba3db7f801f90f5d385cfdbb7304327e085471f6fdc0f712690211dc192763739619c46abb WHIRLPOOL c4cecdbb0139dcaa0b1dcdcdf161a52e8a061fc69fb1961d1d77edfab028963ecba5fad0322491e0e048265a245fa2275f25546d75d86cb5f54eedad205cf599
DIST wmifs_1.3b1-11.diff.gz 8117 SHA256 3bd6d6d9021903708692560a403d4aee0cfaa912b5c467a0145b5fc8a6ff5cc0 SHA512 703532f2377397e4078537f6994a11c016905b27f17ecb974c0ffa3a7a675aebf19a6658e1d6ef8cc458d2625dc1cf355a74e0f2a85dd1cda81cabb8981044a6 WHIRLPOOL 3dffca0c986339873a50cd845c231b52e7ad3130db253004d11b9c28f6f7aa090fba1030a6523dfe460191d4905363bed05a9efe1076dc68a1d464fb23f9185c
diff --git a/x11-plugins/wmifs/wmifs-1.8.ebuild b/x11-plugins/wmifs/wmifs-1.8.ebuild
new file mode 100644
index 00000000..5f46c60
--- /dev/null
+++ b/x11-plugins/wmifs/wmifs-1.8.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Network monitoring dockapp"
+HOMEPAGE="http://www.dockapps.net/wmtime"
+SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~mips ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=x11-libs/libdockapp-0.7:=
+ x11-libs/libX11
+ x11-libs/libXpm"
+DEPEND="${RDEPEND}"
+
+DOCS=( BUGS CHANGES HINTS README TODO )
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmifs/
@ 2017-01-11 16:17 Agostino Sarubbo
0 siblings, 0 replies; 18+ messages in thread
From: Agostino Sarubbo @ 2017-01-11 16:17 UTC (permalink / raw
To: gentoo-commits
commit: a8fae65e1049f762c02ae9bec3a10159240a9392
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 11 16:15:42 2017 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Jan 11 16:15:42 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8fae65e
x11-plugins/wmifs: amd64 stable wrt bug #605156
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
x11-plugins/wmifs/wmifs-1.8.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-plugins/wmifs/wmifs-1.8.ebuild b/x11-plugins/wmifs/wmifs-1.8.ebuild
index 96bf628..c2652cf 100644
--- a/x11-plugins/wmifs/wmifs-1.8.ebuild
+++ b/x11-plugins/wmifs/wmifs-1.8.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~mips ~ppc sparc ~x86"
+KEYWORDS="~alpha amd64 ~mips ~ppc sparc ~x86"
IUSE=""
RDEPEND=">=x11-libs/libdockapp-0.7:=
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmifs/
@ 2017-01-15 15:50 Agostino Sarubbo
0 siblings, 0 replies; 18+ messages in thread
From: Agostino Sarubbo @ 2017-01-15 15:50 UTC (permalink / raw
To: gentoo-commits
commit: eb98cc1ae44281758ca9de66fc48eeb07955d1c1
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 15 15:47:06 2017 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Jan 15 15:50:00 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb98cc1a
x11-plugins/wmifs: ppc stable wrt bug #605156
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
x11-plugins/wmifs/wmifs-1.8.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-plugins/wmifs/wmifs-1.8.ebuild b/x11-plugins/wmifs/wmifs-1.8.ebuild
index d74ac96..9072f2b 100644
--- a/x11-plugins/wmifs/wmifs-1.8.ebuild
+++ b/x11-plugins/wmifs/wmifs-1.8.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~mips ~ppc sparc x86"
+KEYWORDS="~alpha amd64 ~mips ppc sparc x86"
IUSE=""
RDEPEND=">=x11-libs/libdockapp-0.7:=
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmifs/
@ 2017-01-16 19:56 Tobias Klausmann
0 siblings, 0 replies; 18+ messages in thread
From: Tobias Klausmann @ 2017-01-16 19:56 UTC (permalink / raw
To: gentoo-commits
commit: f08d7a75ee83e2bfd3c36ef4d1098c6ba62e8ce9
Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 16 19:56:18 2017 +0000
Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Mon Jan 16 19:56:18 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f08d7a75
x11-plugins/wmifs-1.8-r0: stable on alpha
Gentoo-Bug: 605156
x11-plugins/wmifs/wmifs-1.8.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-plugins/wmifs/wmifs-1.8.ebuild b/x11-plugins/wmifs/wmifs-1.8.ebuild
index 9072f2b..aaa9e4d 100644
--- a/x11-plugins/wmifs/wmifs-1.8.ebuild
+++ b/x11-plugins/wmifs/wmifs-1.8.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~mips ppc sparc x86"
+KEYWORDS="alpha amd64 ~mips ppc sparc x86"
IUSE=""
RDEPEND=">=x11-libs/libdockapp-0.7:=
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmifs/
@ 2017-02-12 23:39 Bernard Cafarelli
0 siblings, 0 replies; 18+ messages in thread
From: Bernard Cafarelli @ 2017-02-12 23:39 UTC (permalink / raw
To: gentoo-commits
commit: 2cb7296f65310926f4726508753bf8557cfdd4eb
Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 12 23:39:21 2017 +0000
Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Sun Feb 12 23:39:21 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cb7296f
x11-plugins/wmifs: drop old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
x11-plugins/wmifs/Manifest | 2 --
x11-plugins/wmifs/wmifs-1.3_beta1-r2.ebuild | 50 -----------------------------
2 files changed, 52 deletions(-)
diff --git a/x11-plugins/wmifs/Manifest b/x11-plugins/wmifs/Manifest
index ec184fa197..d2e865532b 100644
--- a/x11-plugins/wmifs/Manifest
+++ b/x11-plugins/wmifs/Manifest
@@ -1,3 +1 @@
-DIST wmifs-1.3b1.tar.gz 32970 SHA256 771bf1f99ec3ef7d95a06b8cb37059876cf054fec593536794ab9f13facf011d SHA512 92359214a6a3c835bf6ca3c52e3227e24ddb98a153e6135ceb86993c74fac38586d0071b75475169d4026725a6d5a26ea5a9c9fd9d6a3ebf76d691a42124fe9c WHIRLPOOL c3264e8246637be2f87a56a141710474cb99960a0f270a9cf7d6283a817a37ff36d42a742bf7df70ff7632185765b7711eb9062cb1a92569878facce71f4815e
DIST wmifs-1.8.tar.gz 107020 SHA256 da2eb2f49d0b717da4917d0831092cacaed888e3a0cedc8a8c5b78b6d3e928ec SHA512 c88092e8c83ab5bc65813b6fbfe348b3b56eae28885199ba1cc681ba3db7f801f90f5d385cfdbb7304327e085471f6fdc0f712690211dc192763739619c46abb WHIRLPOOL c4cecdbb0139dcaa0b1dcdcdf161a52e8a061fc69fb1961d1d77edfab028963ecba5fad0322491e0e048265a245fa2275f25546d75d86cb5f54eedad205cf599
-DIST wmifs_1.3b1-11.diff.gz 8117 SHA256 3bd6d6d9021903708692560a403d4aee0cfaa912b5c467a0145b5fc8a6ff5cc0 SHA512 703532f2377397e4078537f6994a11c016905b27f17ecb974c0ffa3a7a675aebf19a6658e1d6ef8cc458d2625dc1cf355a74e0f2a85dd1cda81cabb8981044a6 WHIRLPOOL 3dffca0c986339873a50cd845c231b52e7ad3130db253004d11b9c28f6f7aa090fba1030a6523dfe460191d4905363bed05a9efe1076dc68a1d464fb23f9185c
diff --git a/x11-plugins/wmifs/wmifs-1.3_beta1-r2.ebuild b/x11-plugins/wmifs/wmifs-1.3_beta1-r2.ebuild
deleted file mode 100644
index 73294b3fcf..0000000000
--- a/x11-plugins/wmifs/wmifs-1.3_beta1-r2.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit eutils
-
-IUSE=""
-MY_PV=${PV/_beta/b}
-S=${WORKDIR}/wmifs.app/wmifs
-DESCRIPTION="Network monitoring dock.app"
-HOMEPAGE="http://www.linux.tucows.com"
-SRC_URI="http://linux.tucows.tierra.net/files/x11/dock/${PN}-${MY_PV}.tar.gz
- http://http.us.debian.org/debian/pool/main/w/wmifs/${PN}_${MY_PV}-11.diff.gz"
-
-RDEPEND="x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXpm"
-DEPEND="${RDEPEND}
- x11-proto/xextproto"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 ppc sparc alpha hppa ~mips ia64 amd64"
-
-src_unpack()
-{
- unpack ${A}
- cd "${S}"
-
- # patch to allow for longer interface names
- # and prettify program output for long names
- epatch "${WORKDIR}"/${PN}_${MY_PV}-11.diff
-
- # Honour Gentoo LDFLAGS, see bug #336537
- sed -i "s/-o wmifs/\$(LDFLAGS) -o wmifs/" Makefile
-}
-
-src_compile()
-{
- emake CFLAGS="${CFLAGS}" || die
-}
-
-src_install ()
-{
- dobin wmifs
- insinto /usr/share/wmifs
- doins sample.wmifsrc
- cd ..
- dodoc BUGS CHANGES HINTS README TODO
-}
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmifs/
@ 2017-09-01 11:06 Bernard Cafarelli
0 siblings, 0 replies; 18+ messages in thread
From: Bernard Cafarelli @ 2017-09-01 11:06 UTC (permalink / raw
To: gentoo-commits
commit: 8cd94dd4887ce703dab02657b86dcecfec9588d1
Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 1 08:54:56 2017 +0000
Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Fri Sep 1 11:06:04 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cd94dd4
x11-plugins/wmifs: fix homepage
Package-Manager: Portage-2.3.8, Repoman-2.3.3
x11-plugins/wmifs/wmifs-1.8.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-plugins/wmifs/wmifs-1.8.ebuild b/x11-plugins/wmifs/wmifs-1.8.ebuild
index 30c5e7db8ce..2515980eab9 100644
--- a/x11-plugins/wmifs/wmifs-1.8.ebuild
+++ b/x11-plugins/wmifs/wmifs-1.8.ebuild
@@ -4,7 +4,7 @@
EAPI=6
DESCRIPTION="Network monitoring dockapp"
-HOMEPAGE="http://www.dockapps.net/wmtime"
+HOMEPAGE="http://www.dockapps.net/wmifs"
SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz"
LICENSE="GPL-2"
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmifs/
@ 2018-05-05 19:28 Aaron Bauman
0 siblings, 0 replies; 18+ messages in thread
From: Aaron Bauman @ 2018-05-05 19:28 UTC (permalink / raw
To: gentoo-commits
commit: 1d90d5996b2971d6a975dc1abf1a1e941384018c
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Mon Apr 30 09:05:19 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=1d90d599
x11-plugins/wmifs: use HTTPS
x11-plugins/wmifs/wmifs-1.8.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-plugins/wmifs/wmifs-1.8.ebuild b/x11-plugins/wmifs/wmifs-1.8.ebuild
index 2515980eab9..c330f15a774 100644
--- a/x11-plugins/wmifs/wmifs-1.8.ebuild
+++ b/x11-plugins/wmifs/wmifs-1.8.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DESCRIPTION="Network monitoring dockapp"
-HOMEPAGE="http://www.dockapps.net/wmifs"
+HOMEPAGE="https://www.dockapps.net/wmifs"
SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz"
LICENSE="GPL-2"
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmifs/
@ 2022-03-04 0:40 Sam James
0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2022-03-04 0:40 UTC (permalink / raw
To: gentoo-commits
commit: 171d03f416c6e21d0b498b385fda0131c23c6d65
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 3 22:12:46 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 4 00:39:32 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=171d03f4
Revert "x11-plugins/wmifs: destabilise for ppc"
This reverts commit 0517a3a84c92b47406203439253ad42c151f7219.
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-plugins/wmifs/wmifs-1.8.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-plugins/wmifs/wmifs-1.8.ebuild b/x11-plugins/wmifs/wmifs-1.8.ebuild
index ef8bd0d8b16c..906cf312e2c2 100644
--- a/x11-plugins/wmifs/wmifs-1.8.ebuild
+++ b/x11-plugins/wmifs/wmifs-1.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -9,7 +9,7 @@ SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~mips ~ppc sparc x86"
+KEYWORDS="~alpha amd64 ~mips ppc sparc x86"
IUSE=""
RDEPEND=">=x11-libs/libdockapp-0.7:=
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmifs/
@ 2022-09-01 1:23 Sam James
0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2022-09-01 1:23 UTC (permalink / raw
To: gentoo-commits
commit: ec0dafa6f0ed2b7a81cf2e5a7adeb1ffe97961d5
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 1 01:23:11 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Sep 1 01:23:27 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec0dafa6
x11-plugins/wmifs: add ppp-defs for musl
Closes: https://bugs.gentoo.org/713468
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-plugins/wmifs/wmifs-1.8.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/x11-plugins/wmifs/wmifs-1.8.ebuild b/x11-plugins/wmifs/wmifs-1.8.ebuild
index 906cf312e2c2..1a40ced29412 100644
--- a/x11-plugins/wmifs/wmifs-1.8.ebuild
+++ b/x11-plugins/wmifs/wmifs-1.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -15,6 +15,7 @@ IUSE=""
RDEPEND=">=x11-libs/libdockapp-0.7:=
x11-libs/libX11
x11-libs/libXpm"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+ elibc_musl? ( net-libs/ppp-defs )"
DOCS=( BUGS CHANGES HINTS README TODO )
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmifs/
@ 2022-09-01 1:30 Sam James
0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2022-09-01 1:30 UTC (permalink / raw
To: gentoo-commits
commit: 87d4e2fad0847095a22030cba92a31d16336443e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 1 01:30:11 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Sep 1 01:30:29 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87d4e2fa
Revert "x11-plugins/wmifs: add ppp-defs for musl"
This reverts commit ec0dafa6f0ed2b7a81cf2e5a7adeb1ffe97961d5.
Oops. if_ppp.h != ppp_defs.h.
Bug: https://bugs.gentoo.org/713468
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-plugins/wmifs/wmifs-1.8.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/x11-plugins/wmifs/wmifs-1.8.ebuild b/x11-plugins/wmifs/wmifs-1.8.ebuild
index 1a40ced29412..906cf312e2c2 100644
--- a/x11-plugins/wmifs/wmifs-1.8.ebuild
+++ b/x11-plugins/wmifs/wmifs-1.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -15,7 +15,6 @@ IUSE=""
RDEPEND=">=x11-libs/libdockapp-0.7:=
x11-libs/libX11
x11-libs/libXpm"
-DEPEND="${RDEPEND}
- elibc_musl? ( net-libs/ppp-defs )"
+DEPEND="${RDEPEND}"
DOCS=( BUGS CHANGES HINTS README TODO )
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmifs/
@ 2023-09-19 20:49 Bernard Cafarelli
0 siblings, 0 replies; 18+ messages in thread
From: Bernard Cafarelli @ 2023-09-19 20:49 UTC (permalink / raw
To: gentoo-commits
commit: c7568f523f683cf84f1867b56eee1e9893292adc
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Mon Sep 18 16:49:23 2023 +0000
Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Tue Sep 19 20:37:29 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7568f52
x11-plugins/wmifs: EAPI8 bump
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
x11-plugins/wmifs/wmifs-1.8-r1.ebuild | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/x11-plugins/wmifs/wmifs-1.8-r1.ebuild b/x11-plugins/wmifs/wmifs-1.8-r1.ebuild
new file mode 100644
index 000000000000..b39f86c6541e
--- /dev/null
+++ b/x11-plugins/wmifs/wmifs-1.8-r1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Network monitoring dockapp"
+HOMEPAGE="https://www.dockapps.net/wmifs"
+SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~mips ~ppc ~sparc ~x86"
+
+RDEPEND=">=x11-libs/libdockapp-0.7:=
+ x11-libs/libX11
+ x11-libs/libXpm"
+DEPEND="${RDEPEND}"
+
+DOCS=( BUGS CHANGES HINTS README TODO )
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmifs/
@ 2023-12-20 8:52 Bernard Cafarelli
0 siblings, 0 replies; 18+ messages in thread
From: Bernard Cafarelli @ 2023-12-20 8:52 UTC (permalink / raw
To: gentoo-commits
commit: c96c39cfa27bf32429537807823d53c8c6ad1924
Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 20 08:36:33 2023 +0000
Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Wed Dec 20 08:52:30 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c96c39cf
x11-plugins/wmifs: add 1.9
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
x11-plugins/wmifs/Manifest | 1 +
x11-plugins/wmifs/wmifs-1.9.ebuild | 19 +++++++++++++++++++
2 files changed, 20 insertions(+)
diff --git a/x11-plugins/wmifs/Manifest b/x11-plugins/wmifs/Manifest
index 52fcb30217b3..fa1d4521cf01 100644
--- a/x11-plugins/wmifs/Manifest
+++ b/x11-plugins/wmifs/Manifest
@@ -1 +1,2 @@
DIST wmifs-1.8.tar.gz 107020 BLAKE2B 54b73bf2a49a9c9dd0d16f907cf2211eafb7199d7b77e4cd7e86364ff8bc438d27a57e95c97b47b2dbe308b2d9e6797df287f608dca89ed4b3d6dfb27195b932 SHA512 c88092e8c83ab5bc65813b6fbfe348b3b56eae28885199ba1cc681ba3db7f801f90f5d385cfdbb7304327e085471f6fdc0f712690211dc192763739619c46abb
+DIST wmifs-1.9.tar.gz 107318 BLAKE2B b8d12478e93b9a578fe6c5140bcb2ac1bd97bd0d33bc50af6972c7775d8189b9c8f35e90ae4c5f63d444148d3d87c5eb1ccbbc5605b008d58b714da64879869e SHA512 32258ccc72e5ee3f5b886da8963347d28ef3253994e97d1c16abf7706ffbbf4356114681dcace9e8ccddcb8f606f89b30d5390d28895f0b0009f8e8578a726be
diff --git a/x11-plugins/wmifs/wmifs-1.9.ebuild b/x11-plugins/wmifs/wmifs-1.9.ebuild
new file mode 100644
index 000000000000..95da074b4ff1
--- /dev/null
+++ b/x11-plugins/wmifs/wmifs-1.9.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Network monitoring dockapp"
+HOMEPAGE="https://www.dockapps.net/wmifs"
+SRC_URI="https://www.dockapps.net/download/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~mips ~ppc ~sparc ~x86"
+
+RDEPEND=">=x11-libs/libdockapp-0.7:=
+ x11-libs/libX11
+ x11-libs/libXpm"
+DEPEND="${RDEPEND}"
+
+DOCS=( BUGS CHANGES HINTS README TODO )
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmifs/
@ 2024-04-13 19:04 Arthur Zamarin
0 siblings, 0 replies; 18+ messages in thread
From: Arthur Zamarin @ 2024-04-13 19:04 UTC (permalink / raw
To: gentoo-commits
commit: 62949d2af6d5a894641ec63cfc3e05c871dd0c86
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 13 19:04:29 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 13 19:04:29 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62949d2a
x11-plugins/wmifs: Stabilize 1.9 ppc, #929949
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
x11-plugins/wmifs/wmifs-1.9.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-plugins/wmifs/wmifs-1.9.ebuild b/x11-plugins/wmifs/wmifs-1.9.ebuild
index 95da074b4ff1..82ab24c8e674 100644
--- a/x11-plugins/wmifs/wmifs-1.9.ebuild
+++ b/x11-plugins/wmifs/wmifs-1.9.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
@@ -9,7 +9,7 @@ SRC_URI="https://www.dockapps.net/download/${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~mips ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~mips ppc ~sparc ~x86"
RDEPEND=">=x11-libs/libdockapp-0.7:=
x11-libs/libX11
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmifs/
@ 2024-04-15 6:40 Arthur Zamarin
0 siblings, 0 replies; 18+ messages in thread
From: Arthur Zamarin @ 2024-04-15 6:40 UTC (permalink / raw
To: gentoo-commits
commit: f5b0da585637014ed032fe7706bbbaa6a9c4c5d8
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 15 06:40:29 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 15 06:40:29 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5b0da58
x11-plugins/wmifs: Stabilize 1.9 sparc, #929949
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
x11-plugins/wmifs/wmifs-1.9.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-plugins/wmifs/wmifs-1.9.ebuild b/x11-plugins/wmifs/wmifs-1.9.ebuild
index 51b146968f45..f42224f1aad1 100644
--- a/x11-plugins/wmifs/wmifs-1.9.ebuild
+++ b/x11-plugins/wmifs/wmifs-1.9.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://www.dockapps.net/download/${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~alpha amd64 ~mips ppc ~sparc x86"
+KEYWORDS="~alpha amd64 ~mips ppc sparc x86"
RDEPEND=">=x11-libs/libdockapp-0.7:=
x11-libs/libX11
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmifs/
@ 2024-04-15 6:50 Bernard Cafarelli
0 siblings, 0 replies; 18+ messages in thread
From: Bernard Cafarelli @ 2024-04-15 6:50 UTC (permalink / raw
To: gentoo-commits
commit: 71127cb26757bb3e4ac80306ebbfededfc5cd0f3
Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 15 06:49:13 2024 +0000
Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Mon Apr 15 06:49:13 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71127cb2
x11-plugins/wmifs: drop 1.8, 1.8-r1
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
x11-plugins/wmifs/Manifest | 1 -
x11-plugins/wmifs/wmifs-1.8-r1.ebuild | 19 -------------------
x11-plugins/wmifs/wmifs-1.8.ebuild | 20 --------------------
3 files changed, 40 deletions(-)
diff --git a/x11-plugins/wmifs/Manifest b/x11-plugins/wmifs/Manifest
index fa1d4521cf01..cea53d206c74 100644
--- a/x11-plugins/wmifs/Manifest
+++ b/x11-plugins/wmifs/Manifest
@@ -1,2 +1 @@
-DIST wmifs-1.8.tar.gz 107020 BLAKE2B 54b73bf2a49a9c9dd0d16f907cf2211eafb7199d7b77e4cd7e86364ff8bc438d27a57e95c97b47b2dbe308b2d9e6797df287f608dca89ed4b3d6dfb27195b932 SHA512 c88092e8c83ab5bc65813b6fbfe348b3b56eae28885199ba1cc681ba3db7f801f90f5d385cfdbb7304327e085471f6fdc0f712690211dc192763739619c46abb
DIST wmifs-1.9.tar.gz 107318 BLAKE2B b8d12478e93b9a578fe6c5140bcb2ac1bd97bd0d33bc50af6972c7775d8189b9c8f35e90ae4c5f63d444148d3d87c5eb1ccbbc5605b008d58b714da64879869e SHA512 32258ccc72e5ee3f5b886da8963347d28ef3253994e97d1c16abf7706ffbbf4356114681dcace9e8ccddcb8f606f89b30d5390d28895f0b0009f8e8578a726be
diff --git a/x11-plugins/wmifs/wmifs-1.8-r1.ebuild b/x11-plugins/wmifs/wmifs-1.8-r1.ebuild
deleted file mode 100644
index b39f86c6541e..000000000000
--- a/x11-plugins/wmifs/wmifs-1.8-r1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Network monitoring dockapp"
-HOMEPAGE="https://www.dockapps.net/wmifs"
-SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~mips ~ppc ~sparc ~x86"
-
-RDEPEND=">=x11-libs/libdockapp-0.7:=
- x11-libs/libX11
- x11-libs/libXpm"
-DEPEND="${RDEPEND}"
-
-DOCS=( BUGS CHANGES HINTS README TODO )
diff --git a/x11-plugins/wmifs/wmifs-1.8.ebuild b/x11-plugins/wmifs/wmifs-1.8.ebuild
deleted file mode 100644
index 906cf312e2c2..000000000000
--- a/x11-plugins/wmifs/wmifs-1.8.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Network monitoring dockapp"
-HOMEPAGE="https://www.dockapps.net/wmifs"
-SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~mips ppc sparc x86"
-IUSE=""
-
-RDEPEND=">=x11-libs/libdockapp-0.7:=
- x11-libs/libX11
- x11-libs/libXpm"
-DEPEND="${RDEPEND}"
-
-DOCS=( BUGS CHANGES HINTS README TODO )
^ permalink raw reply related [flat|nested] 18+ messages in thread
end of thread, other threads:[~2024-04-15 6:50 UTC | newest]
Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-12 23:39 [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmifs/ Bernard Cafarelli
-- strict thread matches above, loose matches on Subject: below --
2024-04-15 6:50 Bernard Cafarelli
2024-04-15 6:40 Arthur Zamarin
2024-04-13 19:04 Arthur Zamarin
2023-12-20 8:52 Bernard Cafarelli
2023-09-19 20:49 Bernard Cafarelli
2022-09-01 1:30 Sam James
2022-09-01 1:23 Sam James
2022-03-04 0:40 Sam James
2018-05-05 19:28 Aaron Bauman
2017-09-01 11:06 Bernard Cafarelli
2017-01-16 19:56 Tobias Klausmann
2017-01-15 15:50 Agostino Sarubbo
2017-01-11 16:17 Agostino Sarubbo
2016-12-02 11:06 Bernard Cafarelli
2016-12-02 11:06 Bernard Cafarelli
2015-08-28 13:05 Bernard Cafarelli
2015-08-12 9:05 Bernard Cafarelli
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox