* [gentoo-commits] repo/gentoo:master commit in: net-dialup/wvdial/
@ 2024-05-10 17:33 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2024-05-10 17:33 UTC (permalink / raw
To: gentoo-commits
commit: b9bad64d86e8c525c7811dabbb9ebfec11a4fbe5
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri May 10 17:33:09 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri May 10 17:33:09 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9bad64d
net-dialup/wvdial: Stabilize 1.61-r1 x86, #931685
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-dialup/wvdial/wvdial-1.61-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-dialup/wvdial/wvdial-1.61-r1.ebuild b/net-dialup/wvdial/wvdial-1.61-r1.ebuild
index f1d4e3e3146e..fcea10117ad3 100644
--- a/net-dialup/wvdial/wvdial-1.61-r1.ebuild
+++ b/net-dialup/wvdial/wvdial-1.61-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://wvstreams.googlecode.com/files/${P}.tar.gz"
LICENSE="LGPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ppc sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ppc sparc x86"
DEPEND=">=net-libs/wvstreams-4.4"
RDEPEND="${DEPEND}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-dialup/wvdial/
@ 2024-05-10 20:04 Arthur Zamarin
0 siblings, 0 replies; 8+ messages in thread
From: Arthur Zamarin @ 2024-05-10 20:04 UTC (permalink / raw
To: gentoo-commits
commit: 0b04dd183274d926475d7d3b19a59c321011709a
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri May 10 19:52:10 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri May 10 19:53:41 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b04dd18
net-dialup/wvdial: drop 1.61, EAPI6--
Closes: https://bugs.gentoo.org/931685
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
net-dialup/wvdial/wvdial-1.61.ebuild | 48 ------------------------------------
1 file changed, 48 deletions(-)
diff --git a/net-dialup/wvdial/wvdial-1.61.ebuild b/net-dialup/wvdial/wvdial-1.61.ebuild
deleted file mode 100644
index 2d5386b307d0..000000000000
--- a/net-dialup/wvdial/wvdial-1.61.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit readme.gentoo-r1
-
-DESCRIPTION="Excellent program to automatically configure PPP sessions"
-HOMEPAGE="https://code.google.com/archive/p/wvstreams/"
-SRC_URI="https://wvstreams.googlecode.com/files/${P}.tar.gz"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ppc sparc x86"
-IUSE=""
-
-COMMON_DEPEND=">=net-libs/wvstreams-4.4"
-DEPEND="${COMMON_DEPEND}
- virtual/pkgconfig
-"
-RDEPEND="${COMMON_DEPEND}
- net-dialup/ppp:=
-"
-
-PATCHES=(
- "${FILESDIR}/${P}-destdir.patch"
- "${FILESDIR}/${P}-as-needed.patch"
- "${FILESDIR}/${P}-parallel-make.patch"
-)
-
-DOC_CONTENTS="
- Use wvdialconf to automagically generate a configuration file.
- Users have to be member of the dialout AND the uucp group to use
- wvdial
-"
-
-src_configure() {
- # Hand made configure...
- ./configure || die
-}
-
-src_install() {
- default
- readme.gentoo_create_doc
-}
-
-pkg_postinst() {
- readme.gentoo_print_elog
-}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-dialup/wvdial/
@ 2024-05-10 17:33 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2024-05-10 17:33 UTC (permalink / raw
To: gentoo-commits
commit: c12292faada0b47957d5bd34d9ddda32e0b527c0
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri May 10 17:33:11 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri May 10 17:33:11 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c12292fa
net-dialup/wvdial: Stabilize 1.61-r1 amd64, #931685
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-dialup/wvdial/wvdial-1.61-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-dialup/wvdial/wvdial-1.61-r1.ebuild b/net-dialup/wvdial/wvdial-1.61-r1.ebuild
index fcea10117ad3..6ab8c7ee055f 100644
--- a/net-dialup/wvdial/wvdial-1.61-r1.ebuild
+++ b/net-dialup/wvdial/wvdial-1.61-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://wvstreams.googlecode.com/files/${P}.tar.gz"
LICENSE="LGPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ppc sparc x86"
+KEYWORDS="~alpha amd64 ~hppa ppc sparc x86"
DEPEND=">=net-libs/wvstreams-4.4"
RDEPEND="${DEPEND}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-dialup/wvdial/
@ 2024-05-10 17:33 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2024-05-10 17:33 UTC (permalink / raw
To: gentoo-commits
commit: cc2a3649d7a2dc4e7196ce2a72ac82f5515100c6
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri May 10 17:33:08 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri May 10 17:33:08 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc2a3649
net-dialup/wvdial: Stabilize 1.61-r1 ppc, #931685
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-dialup/wvdial/wvdial-1.61-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-dialup/wvdial/wvdial-1.61-r1.ebuild b/net-dialup/wvdial/wvdial-1.61-r1.ebuild
index 2197d387afee..f1d4e3e3146e 100644
--- a/net-dialup/wvdial/wvdial-1.61-r1.ebuild
+++ b/net-dialup/wvdial/wvdial-1.61-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://wvstreams.googlecode.com/files/${P}.tar.gz"
LICENSE="LGPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ppc sparc ~x86"
DEPEND=">=net-libs/wvstreams-4.4"
RDEPEND="${DEPEND}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-dialup/wvdial/
@ 2024-05-10 17:33 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2024-05-10 17:33 UTC (permalink / raw
To: gentoo-commits
commit: e18dbb8be9d30426ce014fcf65e34261f776920a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri May 10 17:33:07 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri May 10 17:33:07 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e18dbb8b
net-dialup/wvdial: Stabilize 1.61-r1 sparc, #931685
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-dialup/wvdial/wvdial-1.61-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-dialup/wvdial/wvdial-1.61-r1.ebuild b/net-dialup/wvdial/wvdial-1.61-r1.ebuild
index 1184b267e853..2197d387afee 100644
--- a/net-dialup/wvdial/wvdial-1.61-r1.ebuild
+++ b/net-dialup/wvdial/wvdial-1.61-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://wvstreams.googlecode.com/files/${P}.tar.gz"
LICENSE="LGPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc sparc ~x86"
DEPEND=">=net-libs/wvstreams-4.4"
RDEPEND="${DEPEND}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-dialup/wvdial/
@ 2024-03-18 20:00 Conrad Kostecki
0 siblings, 0 replies; 8+ messages in thread
From: Conrad Kostecki @ 2024-03-18 20:00 UTC (permalink / raw
To: gentoo-commits
commit: 3e4fe8d2cfff021bc8ab557985bf67ff61866965
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun Mar 17 18:49:03 2024 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Mon Mar 18 20:00:02 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e4fe8d2
net-dialup/wvdial: EAPI8 bump
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/35804
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
net-dialup/wvdial/wvdial-1.61-r1.ebuild | 46 +++++++++++++++++++++++++++++++++
1 file changed, 46 insertions(+)
diff --git a/net-dialup/wvdial/wvdial-1.61-r1.ebuild b/net-dialup/wvdial/wvdial-1.61-r1.ebuild
new file mode 100644
index 000000000000..1184b267e853
--- /dev/null
+++ b/net-dialup/wvdial/wvdial-1.61-r1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit readme.gentoo-r1
+
+DESCRIPTION="Excellent program to automatically configure PPP sessions"
+HOMEPAGE="https://code.google.com/archive/p/wvstreams/"
+SRC_URI="https://wvstreams.googlecode.com/files/${P}.tar.gz"
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86"
+
+DEPEND=">=net-libs/wvstreams-4.4"
+RDEPEND="${DEPEND}
+ net-dialup/ppp:=
+"
+BDEPEND="virtual/pkgconfig"
+
+PATCHES=(
+ "${FILESDIR}/${P}-destdir.patch"
+ "${FILESDIR}/${P}-as-needed.patch"
+ "${FILESDIR}/${P}-parallel-make.patch"
+)
+
+DOC_CONTENTS="
+ Use wvdialconf to automagically generate a configuration file.
+ Users have to be member of the dialout AND the uucp group to use
+ wvdial
+"
+
+src_configure() {
+ # Hand made configure...
+ ./configure || die
+}
+
+src_install() {
+ default
+ readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+ readme.gentoo_print_elog
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-dialup/wvdial/
@ 2017-07-19 19:24 Jeroen Roovers
0 siblings, 0 replies; 8+ messages in thread
From: Jeroen Roovers @ 2017-07-19 19:24 UTC (permalink / raw
To: gentoo-commits
commit: e4687e2630e48008f6e5d1fc57e0fb24e8f56e11
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 19 19:21:48 2017 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed Jul 19 19:24:44 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4687e26
net-dialup/wvdial: Maintain.
Package-Manager: Portage-2.3.6, Repoman-2.3.2
net-dialup/wvdial/metadata.xml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/net-dialup/wvdial/metadata.xml b/net-dialup/wvdial/metadata.xml
index 1dd65a58001..0d0a7d6c0c4 100644
--- a/net-dialup/wvdial/metadata.xml
+++ b/net-dialup/wvdial/metadata.xml
@@ -1,7 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <!-- maintainer-needed -->
+<maintainer type='person'>
+<email>jer@gentoo.org</email>
+</maintainer>
<upstream>
<remote-id type="google-code">wvstreams</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-dialup/wvdial/
@ 2016-08-24 13:52 Pacho Ramos
0 siblings, 0 replies; 8+ messages in thread
From: Pacho Ramos @ 2016-08-24 13:52 UTC (permalink / raw
To: gentoo-commits
commit: ea6ae6de1ebb7a9a1f58a87cf171833694f0fc86
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 24 13:46:57 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Aug 24 13:51:57 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea6ae6de
net-dialup/wvdial: Fix repoman warnings
Package-Manager: portage-2.3.0
net-dialup/wvdial/wvdial-1.61.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-dialup/wvdial/wvdial-1.61.ebuild b/net-dialup/wvdial/wvdial-1.61.ebuild
index f86fb4d..644c11b 100644
--- a/net-dialup/wvdial/wvdial-1.61.ebuild
+++ b/net-dialup/wvdial/wvdial-1.61.ebuild
@@ -33,7 +33,7 @@ DOC_CONTENTS="
Users have to be member of the dialout AND the uucp group to use
wvdial
"
-
+
src_configure() {
# Hand made configure...
./configure || die
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2024-05-10 20:04 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-10 17:33 [gentoo-commits] repo/gentoo:master commit in: net-dialup/wvdial/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2024-05-10 20:04 Arthur Zamarin
2024-05-10 17:33 Sam James
2024-05-10 17:33 Sam James
2024-05-10 17:33 Sam James
2024-03-18 20:00 Conrad Kostecki
2017-07-19 19:24 Jeroen Roovers
2016-08-24 13:52 Pacho Ramos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox