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

2023-06-13 Thread Bernard Cafarelli
commit: 0c32d0232817018d92d716f2a5c8aaae80c23305
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Thu Jun  8 09:15:13 2023 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Tue Jun 13 14:15:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c32d023

x11-plugins/wmppp: use HTTPS

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

 x11-plugins/wmppp/wmppp-1.3.2-r2.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-plugins/wmppp/wmppp-1.3.2-r2.ebuild 
b/x11-plugins/wmppp/wmppp-1.3.2-r2.ebuild
index 9b9b0e378314..e7cb490bbd0f 100644
--- a/x11-plugins/wmppp/wmppp-1.3.2-r2.ebuild
+++ b/x11-plugins/wmppp/wmppp-1.3.2-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -6,8 +6,8 @@ inherit toolchain-funcs
 
 MY_P=${PN}.app-${PV}
 DESCRIPTION="PPP dial control and network load monitor with NeXTStep look"
-HOMEPAGE="http://www.dockapps.net/wmpppapp;
-SRC_URI="http://www.dockapps.net/download/${MY_P}.tar.gz;
+HOMEPAGE="https://www.dockapps.net/wmpppapp;
+SRC_URI="https://www.dockapps.net/download/${MY_P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"



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

2022-08-31 Thread Sam James
commit: e907d5dc619195053644a78c8e370d2079cac419
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep  1 01:29:50 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep  1 01:30:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e907d5dc

Revert "x11-plugins/wmppp: add ppp-defs for musl"

This reverts commit fe4b53c2e553126a3f0a4809d96d176c069a45ea.

Oops. if_ppp.h != ppp_defs.h.

Bug: https://bugs.gentoo.org/716376
Signed-off-by: Sam James  gentoo.org>

 x11-plugins/wmppp/wmppp-1.3.2-r2.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/x11-plugins/wmppp/wmppp-1.3.2-r2.ebuild 
b/x11-plugins/wmppp/wmppp-1.3.2-r2.ebuild
index f802b006d36d..9b9b0e378314 100644
--- a/x11-plugins/wmppp/wmppp-1.3.2-r2.ebuild
+++ b/x11-plugins/wmppp/wmppp-1.3.2-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -18,8 +18,7 @@ RDEPEND=">=x11-libs/libdockapp-0.7:=
x11-libs/libX11
x11-libs/libXext
x11-libs/libXpm"
-DEPEND="${RDEPEND}
-   elibc_musl? ( net-libs/ppp-defs )"
+DEPEND="${RDEPEND}"
 
 # Specific to this tarball
 S=${WORKDIR}/dockapps-7ec9002



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

2022-08-31 Thread Sam James
commit: fe4b53c2e553126a3f0a4809d96d176c069a45ea
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep  1 01:22:57 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep  1 01:23:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe4b53c2

x11-plugins/wmppp: add ppp-defs for musl

Closes: https://bugs.gentoo.org/716376
Signed-off-by: Sam James  gentoo.org>

 x11-plugins/wmppp/wmppp-1.3.2-r2.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/wmppp/wmppp-1.3.2-r2.ebuild 
b/x11-plugins/wmppp/wmppp-1.3.2-r2.ebuild
index 9b9b0e378314..f802b006d36d 100644
--- a/x11-plugins/wmppp/wmppp-1.3.2-r2.ebuild
+++ b/x11-plugins/wmppp/wmppp-1.3.2-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -18,7 +18,8 @@ RDEPEND=">=x11-libs/libdockapp-0.7:=
x11-libs/libX11
x11-libs/libXext
x11-libs/libXpm"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+   elibc_musl? ( net-libs/ppp-defs )"
 
 # Specific to this tarball
 S=${WORKDIR}/dockapps-7ec9002



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

2021-11-25 Thread Bernard Cafarelli
commit: 49cadcc0291602db89dab0ed47243a762d0bf63b
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Fri Nov 26 07:56:15 2021 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Fri Nov 26 07:56:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49cadcc0

x11-plugins/wmppp: drop old EAPI5 ebuild

Bug: https://bugs.gentoo.org/826506
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Bernard Cafarelli  gentoo.org>

 x11-plugins/wmppp/wmppp-1.3.2-r1.ebuild | 33 -
 1 file changed, 33 deletions(-)

diff --git a/x11-plugins/wmppp/wmppp-1.3.2-r1.ebuild 
b/x11-plugins/wmppp/wmppp-1.3.2-r1.ebuild
deleted file mode 100644
index 32005e4b5d81..
--- a/x11-plugins/wmppp/wmppp-1.3.2-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit toolchain-funcs
-
-MY_P=${PN}.app-${PV}
-DESCRIPTION="PPP dial control and network load monitor with NeXTStep look"
-HOMEPAGE="http://www.dockapps.net/wmppp.app;
-SRC_URI="http://www.dockapps.net/download/${MY_P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ~sparc x86"
-IUSE=""
-
-RDEPEND=">=x11-libs/libdockapp-0.7:=
-   x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXpm"
-DEPEND="${RDEPEND}"
-
-# Specific to this tarball
-S=${WORKDIR}/dockapps-7ec9002
-
-src_compile() {
-   emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
-}
-
-src_install() {
-   emake DESTDIR="${D}" PREFIX=/usr install
-   dodoc BUGS CHANGES HINTS README TODO
-}



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

2021-11-25 Thread Sam James
commit: 016b2ae21bdce8c4176bfb248825afe3a1edc951
Author: Sam James  gentoo  org>
AuthorDate: Fri Nov 26 05:46:41 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Nov 26 05:46:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=016b2ae2

x11-plugins/wmppp: Stabilize 1.3.2-r2 x86, #826506

Signed-off-by: Sam James  gentoo.org>

 x11-plugins/wmppp/wmppp-1.3.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/wmppp/wmppp-1.3.2-r2.ebuild 
b/x11-plugins/wmppp/wmppp-1.3.2-r2.ebuild
index 8334546dbd91..9b9b0e378314 100644
--- a/x11-plugins/wmppp/wmppp-1.3.2-r2.ebuild
+++ b/x11-plugins/wmppp/wmppp-1.3.2-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.dockapps.net/download/${MY_P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc ~sparc ~x86"
+KEYWORDS="amd64 ppc ~sparc x86"
 IUSE=""
 
 RDEPEND=">=x11-libs/libdockapp-0.7:=



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

2021-11-24 Thread Sam James
commit: a39bc2b23c1c5dd006674767ca485b00fc42f435
Author: Sam James  gentoo  org>
AuthorDate: Wed Nov 24 23:26:39 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Nov 24 23:26:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a39bc2b2

x11-plugins/wmppp: Stabilize 1.3.2-r2 ppc, #826506

Signed-off-by: Sam James  gentoo.org>

 x11-plugins/wmppp/wmppp-1.3.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/wmppp/wmppp-1.3.2-r2.ebuild 
b/x11-plugins/wmppp/wmppp-1.3.2-r2.ebuild
index 80259eb7165f..8334546dbd91 100644
--- a/x11-plugins/wmppp/wmppp-1.3.2-r2.ebuild
+++ b/x11-plugins/wmppp/wmppp-1.3.2-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.dockapps.net/download/${MY_P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ppc ~sparc ~x86"
 IUSE=""
 
 RDEPEND=">=x11-libs/libdockapp-0.7:=



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

2021-11-24 Thread Sam James
commit: 59f8cf99d036b470c0cb7f0cbb21fc80c8710c0a
Author: Sam James  gentoo  org>
AuthorDate: Wed Nov 24 23:26:06 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Nov 24 23:26:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59f8cf99

x11-plugins/wmppp: Stabilize 1.3.2-r2 amd64, #826506

Signed-off-by: Sam James  gentoo.org>

 x11-plugins/wmppp/wmppp-1.3.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/wmppp/wmppp-1.3.2-r2.ebuild 
b/x11-plugins/wmppp/wmppp-1.3.2-r2.ebuild
index 4c455b17c358..80259eb7165f 100644
--- a/x11-plugins/wmppp/wmppp-1.3.2-r2.ebuild
+++ b/x11-plugins/wmppp/wmppp-1.3.2-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.dockapps.net/download/${MY_P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc ~x86"
 IUSE=""
 
 RDEPEND=">=x11-libs/libdockapp-0.7:=



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

2021-10-24 Thread Bernard Cafarelli
commit: 253386480c1683936043df8787b6527046a866b2
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Sun Oct 24 07:22:43 2021 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Sun Oct 24 07:27:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25338648

x11-plugins/wmppp: bump to EAPI 8

Closes: https://bugs.gentoo.org/819156
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Bernard Cafarelli  gentoo.org>

 x11-plugins/wmppp/wmppp-1.3.2-r2.ebuild | 34 +
 1 file changed, 34 insertions(+)

diff --git a/x11-plugins/wmppp/wmppp-1.3.2-r2.ebuild 
b/x11-plugins/wmppp/wmppp-1.3.2-r2.ebuild
new file mode 100644
index 000..4c455b17c35
--- /dev/null
+++ b/x11-plugins/wmppp/wmppp-1.3.2-r2.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit toolchain-funcs
+
+MY_P=${PN}.app-${PV}
+DESCRIPTION="PPP dial control and network load monitor with NeXTStep look"
+HOMEPAGE="http://www.dockapps.net/wmpppapp;
+SRC_URI="http://www.dockapps.net/download/${MY_P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=x11-libs/libdockapp-0.7:=
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXpm"
+DEPEND="${RDEPEND}"
+
+# Specific to this tarball
+S=${WORKDIR}/dockapps-7ec9002
+
+DOCS=( BUGS CHANGES HINTS README TODO )
+src_compile() {
+   emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
+}
+
+src_install() {
+   emake DESTDIR="${D}" PREFIX=/usr install
+   einstalldocs
+}



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

2017-12-05 Thread Bernard Cafarelli
commit: 2ba875f28efee8d7fea384e97c116adc0e406f18
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Tue Dec  5 15:06:32 2017 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Tue Dec  5 15:10:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ba875f2

x11-plugins/wmppp: update SRC_URI

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 x11-plugins/wmppp/Manifest  | 2 +-
 x11-plugins/wmppp/wmppp-1.3.2-r1.ebuild | 8 
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/x11-plugins/wmppp/Manifest b/x11-plugins/wmppp/Manifest
index 96103630445..d7f213222fd 100644
--- a/x11-plugins/wmppp/Manifest
+++ b/x11-plugins/wmppp/Manifest
@@ -1 +1 @@
-DIST wmppp.app-1.3.2.tar.gz 26861 SHA256 
677b109c72ec0a69c950dfd8da3674daf002e9c0cc6982c45af6c81a0bc38865 SHA512 
92e9d8c3dea92907bcde0b7da9f599f2fe6354cb8c4f60969ac5d3e69a6ea0c8547388b6228f35a2e4bc2d5888ba89354aa18950e705cbd444798467255ea8fc
 WHIRLPOOL 
0f408b2b1b10ae517a418331a48030207121dfce8a82d9b4b6cf49928257245cf282fb1af51adb927e610373743ea51a49189b3f07833c70413d26896a4684b6
+DIST wmppp.app-1.3.2.tar.gz 26883 BLAKE2B 
443144a0eca5653f1ee71b3fccea2ea00e079f224638d815609e20fd245d1f0fefe99a416ceed7f22a7e84f6da32d9ff0ca0d6259d9c047b6791e8343c209903
 SHA512 
d6fdf5b3016ff05cb6d251b7b9985ca9f13ba791dbd40d2109aa18076dc034f143d994f30bb6070e6152e50c0d51774c32dbe8f23062b798bd5f2c820f8b65c1

diff --git a/x11-plugins/wmppp/wmppp-1.3.2-r1.ebuild 
b/x11-plugins/wmppp/wmppp-1.3.2-r1.ebuild
index e6b7189c309..1da11e6e403 100644
--- a/x11-plugins/wmppp/wmppp-1.3.2-r1.ebuild
+++ b/x11-plugins/wmppp/wmppp-1.3.2-r1.ebuild
@@ -7,7 +7,7 @@ inherit toolchain-funcs
 MY_P=${PN}.app-${PV}
 DESCRIPTION="PPP dial control and network load monitor with NeXTStep look"
 HOMEPAGE="http://www.dockapps.net/wmppp.app;
-SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${MY_P}.tar.gz;
+SRC_URI="http://www.dockapps.net/download/${MY_P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -18,10 +18,10 @@ RDEPEND=">=x11-libs/libdockapp-0.7:=
x11-libs/libX11
x11-libs/libXext
x11-libs/libXpm"
-DEPEND="${RDEPEND}
-   x11-proto/xextproto"
+DEPEND="${RDEPEND}"
 
-S=${WORKDIR}/${MY_P}
+# Specific to this tarball
+S=${WORKDIR}/dockapps-7ec9002
 
 src_compile() {
emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"



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

2017-12-05 Thread Bernard Cafarelli
commit: 70648e5b1d3eeae8531a7e0c416173ed1cd47d41
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Tue Dec  5 12:23:00 2017 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Tue Dec  5 13:39:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70648e5b

x11-plugins/wmppp: drop old EAPI3 version, bug #638966

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 x11-plugins/wmppp/Manifest   |  1 -
 x11-plugins/wmppp/wmppp-1.3.0.ebuild | 36 
 2 files changed, 37 deletions(-)

diff --git a/x11-plugins/wmppp/Manifest b/x11-plugins/wmppp/Manifest
index 0cb62d4ffb2..96103630445 100644
--- a/x11-plugins/wmppp/Manifest
+++ b/x11-plugins/wmppp/Manifest
@@ -1,2 +1 @@
-DIST wmppp-1.3.0.tar.gz 31187 SHA256 
ce9aba279d4e88e34d239e7f69ff7ad000626b9c4210f5bb9c46a4ec318e8c4f SHA512 
20c45c316d28d6622fb5e1504af188a1f21446c654d4e998bd25434a944ea538371cfefc8c4ac02737233976212645d03cba288bf6a107e653740eeebffbd2a9
 WHIRLPOOL 
66f34a963e73b2905ec525d979a62c1b8bdca2516424dcc5fd50be8129527cd4dd821fa140b5ea52817b305186055edb8a4de9b1c9dce61347430014c16f1125
 DIST wmppp.app-1.3.2.tar.gz 26861 SHA256 
677b109c72ec0a69c950dfd8da3674daf002e9c0cc6982c45af6c81a0bc38865 SHA512 
92e9d8c3dea92907bcde0b7da9f599f2fe6354cb8c4f60969ac5d3e69a6ea0c8547388b6228f35a2e4bc2d5888ba89354aa18950e705cbd444798467255ea8fc
 WHIRLPOOL 
0f408b2b1b10ae517a418331a48030207121dfce8a82d9b4b6cf49928257245cf282fb1af51adb927e610373743ea51a49189b3f07833c70413d26896a4684b6

diff --git a/x11-plugins/wmppp/wmppp-1.3.0.ebuild 
b/x11-plugins/wmppp/wmppp-1.3.0.ebuild
deleted file mode 100644
index 524e23186c1..000
--- a/x11-plugins/wmppp/wmppp-1.3.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=3
-IUSE=""
-S=${WORKDIR}/wmppp.app/wmppp
-DESCRIPTION="Network monitoring dock.app"
-SRC_URI="http://web.cs.mun.ca/~gstarkes/wmaker/dockapps/files/${P}.tar.gz;
-HOMEPAGE="http://windowmaker.mezaway.org/; #but this site has been dead for a 
while ;(
-
-RDEPEND="x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXpm"
-DEPEND="${RDEPEND}
-   x11-proto/xextproto"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 sparc amd64 ppc"
-
-src_prepare() {
-   sed -ie 's/-o wmppp/\$(LDFLAGS) -o wmppp/' Makefile
-}
-
-src_compile() {
-   emake CFLAGS="${CFLAGS}" all || die
-}
-
-src_install () {
-   dobin wmppp
-   exeinto /etc/ppp
-   doexe getmodemspeed
-   dodoc user.wmppprc
-   cd ..
-   dodoc BUGS CHANGES HINTS README TODO
-}



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

2017-01-11 Thread Agostino Sarubbo
commit: d929cc0d305d8b5467024f6f5267a36ec2a77335
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jan 11 16:16:01 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jan 11 16:16:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d929cc0d

x11-plugins/wmppp: amd64 stable wrt bug #605294

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

 x11-plugins/wmppp/wmppp-1.3.2-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/wmppp/wmppp-1.3.2-r1.ebuild 
b/x11-plugins/wmppp/wmppp-1.3.2-r1.ebuild
index 519c4af..9e0961e 100644
--- a/x11-plugins/wmppp/wmppp-1.3.2-r1.ebuild
+++ b/x11-plugins/wmppp/wmppp-1.3.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -12,7 +12,7 @@ 
SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${MY_P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc ~x86"
 IUSE=""
 
 RDEPEND=">=x11-libs/libdockapp-0.7:=



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

2015-10-06 Thread Bernard Cafarelli
commit: 1a8d27a95c83fa55be1024c43fa913894e26230b
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Tue Oct  6 08:53:44 2015 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Tue Oct  6 08:54:01 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a8d27a9

x11-plugins/wmppp: missing dep on x11-libs/libdockapp, bug #562330

Package-Manager: portage-2.2.22

 .../wmppp/{wmppp-1.3.2.ebuild => wmppp-1.3.2-r1.ebuild}   | 11 ++-
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/x11-plugins/wmppp/wmppp-1.3.2.ebuild 
b/x11-plugins/wmppp/wmppp-1.3.2-r1.ebuild
similarity index 81%
rename from x11-plugins/wmppp/wmppp-1.3.2.ebuild
rename to x11-plugins/wmppp/wmppp-1.3.2-r1.ebuild
index c8a4901..d615b51 100644
--- a/x11-plugins/wmppp/wmppp-1.3.2.ebuild
+++ b/x11-plugins/wmppp/wmppp-1.3.2-r1.ebuild
@@ -16,7 +16,8 @@ SLOT="0"
 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
 IUSE=""
 
-RDEPEND="x11-libs/libX11
+RDEPEND=">=x11-libs/libdockapp-0.7:=
+   x11-libs/libX11
x11-libs/libXext
x11-libs/libXpm"
 DEPEND="${RDEPEND}
@@ -24,19 +25,11 @@ DEPEND="${RDEPEND}
 
 S=${WORKDIR}/${MY_P}
 
-#src_prepare() {
-#  sed -ie 's/-o wmppp/\$(LDFLAGS) -o wmppp/' Makefile
-#}
-
 src_compile() {
emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
 }
 
 src_install () {
emake DESTDIR="${D}" PREFIX=/usr install
-#  dobin wmppp
-#  exeinto /etc/ppp
-#  doexe getmodemspeed
-#  dodoc user.wmppprc
dodoc BUGS CHANGES HINTS README TODO
 }



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

2015-08-28 Thread Bernard Cafarelli
commit: 0c660e6ca380f546730fc7cbbf9c55df82ba80da
Author: Bernard Cafarelli voyageur AT gentoo DOT org
AuthorDate: Fri Aug 28 13:04:42 2015 +
Commit: Bernard Cafarelli voyageur AT gentoo DOT org
CommitDate: Fri Aug 28 13:04:52 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c660e6c

x11-plugins/wmppp: version bump with new homepage, ebuild cleanup

Package-Manager: portage-2.2.20.1

 x11-plugins/wmppp/Manifest   |  3 ++-
 x11-plugins/wmppp/wmppp-1.3.2.ebuild | 42 
 2 files changed, 44 insertions(+), 1 deletion(-)

diff --git a/x11-plugins/wmppp/Manifest b/x11-plugins/wmppp/Manifest
index 4f1df1b..8a6eeba 100644
--- a/x11-plugins/wmppp/Manifest
+++ b/x11-plugins/wmppp/Manifest
@@ -1 +1,2 @@
-DIST wmppp-1.3.0.tar.gz 31187 RMD160 2f560637292626561e58a3218e10f17d6e18ab11 
SHA1 981b60805f8fd208a055ceb451152ba9d6b6ade9 SHA256 
ce9aba279d4e88e34d239e7f69ff7ad000626b9c4210f5bb9c46a4ec318e8c4f
+DIST wmppp-1.3.0.tar.gz 31187 SHA256 
ce9aba279d4e88e34d239e7f69ff7ad000626b9c4210f5bb9c46a4ec318e8c4f
+DIST wmppp.app-1.3.2.tar.gz 26861 SHA256 
677b109c72ec0a69c950dfd8da3674daf002e9c0cc6982c45af6c81a0bc38865 SHA512 
92e9d8c3dea92907bcde0b7da9f599f2fe6354cb8c4f60969ac5d3e69a6ea0c8547388b6228f35a2e4bc2d5888ba89354aa18950e705cbd444798467255ea8fc
 WHIRLPOOL 
0f408b2b1b10ae517a418331a48030207121dfce8a82d9b4b6cf49928257245cf282fb1af51adb927e610373743ea51a49189b3f07833c70413d26896a4684b6

diff --git a/x11-plugins/wmppp/wmppp-1.3.2.ebuild 
b/x11-plugins/wmppp/wmppp-1.3.2.ebuild
new file mode 100644
index 000..c8a4901
--- /dev/null
+++ b/x11-plugins/wmppp/wmppp-1.3.2.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit toolchain-funcs
+
+MY_P=${PN}.app-${PV}
+DESCRIPTION=PPP dial control and network load monitor with NeXTStep look
+HOMEPAGE=http://windowmaker.org/dockapps/?name=wmppp.app;
+# Grab from http://windowmaker.org/dockapps/?download=${P}.tar.gz
+SRC_URI=https://dev.gentoo.org/~voyageur/distfiles/${MY_P}.tar.gz;
+
+LICENSE=GPL-2
+SLOT=0
+KEYWORDS=~amd64 ~ppc ~sparc ~x86
+IUSE=
+
+RDEPEND=x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXpm
+DEPEND=${RDEPEND}
+   x11-proto/xextproto
+
+S=${WORKDIR}/${MY_P}
+
+#src_prepare() {
+#  sed -ie 's/-o wmppp/\$(LDFLAGS) -o wmppp/' Makefile
+#}
+
+src_compile() {
+   emake CC=$(tc-getCC) CFLAGS=${CFLAGS}
+}
+
+src_install () {
+   emake DESTDIR=${D} PREFIX=/usr install
+#  dobin wmppp
+#  exeinto /etc/ppp
+#  doexe getmodemspeed
+#  dodoc user.wmppprc
+   dodoc BUGS CHANGES HINTS README TODO
+}