public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-dialup/sendpage/
@ 2016-04-28 22:00 Austin English
  0 siblings, 0 replies; 6+ messages in thread
From: Austin English @ 2016-04-28 22:00 UTC (permalink / raw
  To: gentoo-commits

commit:     171af88fa8ce8a09ab6bdf7f83057e1e36564b3d
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 28 21:56:27 2016 +0000
Commit:     Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Thu Apr 28 21:59:32 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=171af88f

net-dialup/sendpage: remove sendpage-1.1.0-r2

Package-Manager: portage-2.2.26

 net-dialup/sendpage/sendpage-1.1.0-r2.ebuild | 49 ----------------------------
 1 file changed, 49 deletions(-)

diff --git a/net-dialup/sendpage/sendpage-1.1.0-r2.ebuild b/net-dialup/sendpage/sendpage-1.1.0-r2.ebuild
deleted file mode 100644
index 4c18f6e..0000000
--- a/net-dialup/sendpage/sendpage-1.1.0-r2.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit perl-module eutils user
-
-MY_P=${PN}-1.001
-DESCRIPTION="Dialup alphapaging software"
-HOMEPAGE="http://www.sendpage.org/"
-SRC_URI="http://www.sendpage.org/download/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-# This package warrants IUSE doc
-IUSE=""
-
-DEPEND="!net-misc/hylafax
-	>=dev-perl/Device-SerialPort-0.13
-	>=dev-perl/MailTools-1.44
-	>=virtual/perl-libnet-1.11
-	>=dev-perl/Net-SNPP-1.13
-	dev-perl/DBI"
-RDEPEND="${DEPEND}"
-
-mydoc="FEATURES email2page.conf sendpage.cf snpp.conf"
-
-pkg_setup() {
-	enewgroup sms
-	enewuser sendpage -1 -1 /var/spool/sendpage sms
-}
-
-PATCHES=( "${FILESDIR}"/${PV}-makefile.patch )
-
-src_install() {
-	perl-module_src_install
-	insinto /etc
-	doins sendpage.cf
-	newinitd "${FILESDIR}"/sendpage.initd sendpage
-	diropts -o sendpage -g sms -m0770
-	keepdir /var/spool/sendpage
-	# Separate docs/ content from ${mydoc[@]}
-	docompress -x /usr/share/doc/${PF}/text/
-	docinto text/
-	dodoc docs/*
-}


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

* [gentoo-commits] repo/gentoo:master commit in: net-dialup/sendpage/
@ 2021-04-17 19:20 Conrad Kostecki
  0 siblings, 0 replies; 6+ messages in thread
From: Conrad Kostecki @ 2021-04-17 19:20 UTC (permalink / raw
  To: gentoo-commits

commit:     08e048738985e51444a38ebc5222e232c042c00c
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 17 18:06:59 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Apr 17 19:19:26 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08e04873

net-dialup/sendpage: migrate to glep 81

Closes: https://bugs.gentoo.org/781371
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 net-dialup/sendpage/sendpage-1.1.0-r4.ebuild | 42 ++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)

diff --git a/net-dialup/sendpage/sendpage-1.1.0-r4.ebuild b/net-dialup/sendpage/sendpage-1.1.0-r4.ebuild
new file mode 100644
index 00000000000..d64a0d18100
--- /dev/null
+++ b/net-dialup/sendpage/sendpage-1.1.0-r4.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit perl-module
+
+MY_P=${PN}-1.001
+
+DESCRIPTION="Dialup alphapaging software"
+HOMEPAGE="https://www.sendpage.org/"
+SRC_URI="https://www.sendpage.org/download/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+DEPEND="
+	acct-group/sms
+	acct-user/sendpage
+	dev-perl/DBI
+	dev-perl/Device-SerialPort
+	dev-perl/MailTools
+	dev-perl/Net-SNPP
+	virtual/perl-libnet
+"
+RDEPEND="${DEPEND}"
+
+PATCHES=( "${FILESDIR}"/${PV}-makefile.patch )
+
+src_install() {
+	perl-module_src_install
+	insinto /etc
+	doins sendpage.cf
+	newinitd "${FILESDIR}"/sendpage.initd sendpage
+	diropts -o sendpage -g sms -m0770
+	keepdir /var/spool/sendpage
+	docompress -x /usr/share/doc/${PF}/text/
+	docinto text/
+	dodoc docs/*
+}


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

* [gentoo-commits] repo/gentoo:master commit in: net-dialup/sendpage/
@ 2021-04-17 19:20 Conrad Kostecki
  0 siblings, 0 replies; 6+ messages in thread
From: Conrad Kostecki @ 2021-04-17 19:20 UTC (permalink / raw
  To: gentoo-commits

commit:     73b36ea26703fb424c5e1a5df0aa3605808a677b
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 17 18:07:43 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Apr 17 19:19:27 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73b36ea2

net-dialup/sendpage: drop old version

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 net-dialup/sendpage/sendpage-1.1.0-r3.ebuild | 48 ----------------------------
 1 file changed, 48 deletions(-)

diff --git a/net-dialup/sendpage/sendpage-1.1.0-r3.ebuild b/net-dialup/sendpage/sendpage-1.1.0-r3.ebuild
deleted file mode 100644
index fa48c912658..00000000000
--- a/net-dialup/sendpage/sendpage-1.1.0-r3.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit perl-module user
-
-MY_P=${PN}-1.001
-DESCRIPTION="Dialup alphapaging software"
-HOMEPAGE="https://www.sendpage.org/"
-SRC_URI="https://www.sendpage.org/download/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-# This package warrants IUSE doc
-IUSE=""
-
-DEPEND="!net-misc/hylafax
-	>=dev-perl/Device-SerialPort-0.13
-	>=dev-perl/MailTools-1.44
-	>=virtual/perl-libnet-1.11
-	>=dev-perl/Net-SNPP-1.13
-	dev-perl/DBI"
-RDEPEND="${DEPEND}"
-
-mydoc="FEATURES email2page.conf sendpage.cf snpp.conf"
-
-pkg_setup() {
-	enewgroup sms
-	enewuser sendpage -1 -1 /var/spool/sendpage sms
-}
-
-PATCHES=( "${FILESDIR}"/${PV}-makefile.patch )
-
-src_install() {
-	perl-module_src_install
-	insinto /etc
-	doins sendpage.cf
-	newinitd "${FILESDIR}"/sendpage.initd sendpage
-	diropts -o sendpage -g sms -m0770
-	keepdir /var/spool/sendpage
-	# Separate docs/ content from ${mydoc[@]}
-	docompress -x /usr/share/doc/${PF}/text/
-	docinto text/
-	dodoc docs/*
-}


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

* [gentoo-commits] repo/gentoo:master commit in: net-dialup/sendpage/
@ 2024-06-17 22:36 Conrad Kostecki
  0 siblings, 0 replies; 6+ messages in thread
From: Conrad Kostecki @ 2024-06-17 22:36 UTC (permalink / raw
  To: gentoo-commits

commit:     5d37aaa14bb5977a63a53b39bde0903adbe8e35f
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Thu May 30 08:44:42 2024 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Mon Jun 17 22:33:58 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d37aaa1

net-dialup/sendpage: add 1.1.1

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 net-dialup/sendpage/Manifest              |  1 +
 net-dialup/sendpage/sendpage-1.1.1.ebuild | 44 +++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/net-dialup/sendpage/Manifest b/net-dialup/sendpage/Manifest
index bd187e384919..ad721b63df94 100644
--- a/net-dialup/sendpage/Manifest
+++ b/net-dialup/sendpage/Manifest
@@ -1 +1,2 @@
 DIST sendpage-1.001.tar.gz 127130 BLAKE2B a90ff3334fd1f3c112bf852f2858caa2264659c195b11542fb1e67047f19298982b767af555da5aadbb621ed9765dd5d9d80449df445222b2eec20b1fb66366b SHA512 694f7eb8afd3a73d1322d51140b5eb473a3d697613a88d1b90fb0368e9eb25ec4cee8ed018841076fcd8370420d6c9f437f84af873b31cccb36c16f91a01cb3d
+DIST sendpage-1.001001.tar.gz 112211 BLAKE2B 42694d745be8ce662bbbcf4fb80ef830b3f1a0d7af65e7c4c8514b60559d831915f77efa1dbd8585747aa4bb54e124a8eb68684b7baddc0fa5587d887f37aa85 SHA512 2f714cabc233176ca8891f7806d86fcd998f7a469446334f9b555d0f3934f8830510db2fa046a08d6fa688028f3bf14e5bb03af8edb9dfe37ab993244f0a3353

diff --git a/net-dialup/sendpage/sendpage-1.1.1.ebuild b/net-dialup/sendpage/sendpage-1.1.1.ebuild
new file mode 100644
index 000000000000..e16b6e8102c0
--- /dev/null
+++ b/net-dialup/sendpage/sendpage-1.1.1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit perl-module
+
+MY_P="${PN}-1.001001"
+
+DESCRIPTION="Dialup alphapaging software"
+HOMEPAGE="https://sendpage.github.io/"
+SRC_URI="https://sendpage.github.io/download/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+DEPEND="
+	acct-group/sms
+	acct-user/sendpage
+	dev-perl/DBI
+	dev-perl/Device-SerialPort
+	dev-perl/MailTools
+	dev-perl/Net-SNPP
+	dev-perl/Sys-Hostname-Long
+	dev-perl/Test-MockObject
+	virtual/perl-libnet
+"
+RDEPEND="${DEPEND}"
+
+PATCHES=( "${FILESDIR}"/1.1.0-makefile.patch )
+
+src_install() {
+	perl-module_src_install
+	insinto /etc
+	doins sendpage.cf
+	newinitd "${FILESDIR}"/sendpage.initd sendpage
+	diropts -o sendpage -g sms -m0770
+	keepdir /var/spool/sendpage
+	docompress -x /usr/share/doc/${PF}/text/
+	docinto text/
+	dodoc docs/*
+}


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

* [gentoo-commits] repo/gentoo:master commit in: net-dialup/sendpage/
@ 2024-06-17 22:36 Conrad Kostecki
  0 siblings, 0 replies; 6+ messages in thread
From: Conrad Kostecki @ 2024-06-17 22:36 UTC (permalink / raw
  To: gentoo-commits

commit:     fcd705f7dc97187be6c5b7bf3d099b20afa5a43d
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Thu May 30 08:50:13 2024 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Mon Jun 17 22:33:58 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcd705f7

net-dialup/sendpage: update HOMEPAGE, LICENSE

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/36897
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 net-dialup/sendpage/sendpage-1.1.0-r4.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-dialup/sendpage/sendpage-1.1.0-r4.ebuild b/net-dialup/sendpage/sendpage-1.1.0-r4.ebuild
index d64a0d18100e..d6be53d2a47a 100644
--- a/net-dialup/sendpage/sendpage-1.1.0-r4.ebuild
+++ b/net-dialup/sendpage/sendpage-1.1.0-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -8,11 +8,11 @@ inherit perl-module
 MY_P=${PN}-1.001
 
 DESCRIPTION="Dialup alphapaging software"
-HOMEPAGE="https://www.sendpage.org/"
+HOMEPAGE="https://sendpage.github.io/"
 SRC_URI="https://www.sendpage.org/download/${MY_P}.tar.gz"
 S="${WORKDIR}/${MY_P}"
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86"
 


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

* [gentoo-commits] repo/gentoo:master commit in: net-dialup/sendpage/
@ 2024-11-11 11:21 Petr Vaněk
  0 siblings, 0 replies; 6+ messages in thread
From: Petr Vaněk @ 2024-11-11 11:21 UTC (permalink / raw
  To: gentoo-commits

commit:     0a6c98d59d109c6829442ce52ea3a8107c45cf4b
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 11 11:20:44 2024 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Mon Nov 11 11:20:44 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a6c98d5

net-dialup/sendpage: drop 1.1.0-r4

Bug: https://bugs.gentoo.org/889746
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 net-dialup/sendpage/Manifest                 |  1 -
 net-dialup/sendpage/sendpage-1.1.0-r4.ebuild | 42 ----------------------------
 2 files changed, 43 deletions(-)

diff --git a/net-dialup/sendpage/Manifest b/net-dialup/sendpage/Manifest
index ad721b63df94..736ab9a54fd3 100644
--- a/net-dialup/sendpage/Manifest
+++ b/net-dialup/sendpage/Manifest
@@ -1,2 +1 @@
-DIST sendpage-1.001.tar.gz 127130 BLAKE2B a90ff3334fd1f3c112bf852f2858caa2264659c195b11542fb1e67047f19298982b767af555da5aadbb621ed9765dd5d9d80449df445222b2eec20b1fb66366b SHA512 694f7eb8afd3a73d1322d51140b5eb473a3d697613a88d1b90fb0368e9eb25ec4cee8ed018841076fcd8370420d6c9f437f84af873b31cccb36c16f91a01cb3d
 DIST sendpage-1.001001.tar.gz 112211 BLAKE2B 42694d745be8ce662bbbcf4fb80ef830b3f1a0d7af65e7c4c8514b60559d831915f77efa1dbd8585747aa4bb54e124a8eb68684b7baddc0fa5587d887f37aa85 SHA512 2f714cabc233176ca8891f7806d86fcd998f7a469446334f9b555d0f3934f8830510db2fa046a08d6fa688028f3bf14e5bb03af8edb9dfe37ab993244f0a3353

diff --git a/net-dialup/sendpage/sendpage-1.1.0-r4.ebuild b/net-dialup/sendpage/sendpage-1.1.0-r4.ebuild
deleted file mode 100644
index d6be53d2a47a..000000000000
--- a/net-dialup/sendpage/sendpage-1.1.0-r4.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit perl-module
-
-MY_P=${PN}-1.001
-
-DESCRIPTION="Dialup alphapaging software"
-HOMEPAGE="https://sendpage.github.io/"
-SRC_URI="https://www.sendpage.org/download/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-DEPEND="
-	acct-group/sms
-	acct-user/sendpage
-	dev-perl/DBI
-	dev-perl/Device-SerialPort
-	dev-perl/MailTools
-	dev-perl/Net-SNPP
-	virtual/perl-libnet
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}"/${PV}-makefile.patch )
-
-src_install() {
-	perl-module_src_install
-	insinto /etc
-	doins sendpage.cf
-	newinitd "${FILESDIR}"/sendpage.initd sendpage
-	diropts -o sendpage -g sms -m0770
-	keepdir /var/spool/sendpage
-	docompress -x /usr/share/doc/${PF}/text/
-	docinto text/
-	dodoc docs/*
-}


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

end of thread, other threads:[~2024-11-11 11:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-17 19:20 [gentoo-commits] repo/gentoo:master commit in: net-dialup/sendpage/ Conrad Kostecki
  -- strict thread matches above, loose matches on Subject: below --
2024-11-11 11:21 Petr Vaněk
2024-06-17 22:36 Conrad Kostecki
2024-06-17 22:36 Conrad Kostecki
2021-04-17 19:20 Conrad Kostecki
2016-04-28 22:00 Austin English

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