* [gentoo-commits] repo/gentoo:master commit in: net-mail/autorespond/
@ 2019-11-02 4:44 Robin H. Johnson
0 siblings, 0 replies; 7+ messages in thread
From: Robin H. Johnson @ 2019-11-02 4:44 UTC (permalink / raw
To: gentoo-commits
commit: f0a3953541287e81312ada56c09b13e17ab35088
Author: Wim Muskee <wimmuskee <AT> gmail <DOT> com>
AuthorDate: Sun Oct 20 08:31:54 2019 +0000
Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Sat Nov 2 04:44:33 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0a39535
net-mail/autorespond: EAPI=7, update HOMEPAGE, SRC_URI
Closes: https://bugs.gentoo.org/680400
Bug: https://bugs.gentoo.org/697246
Signed-off-by: Wim Muskee <wimmuskee <AT> gmail.com>
(cherry picked from commit c48af03e838a343654ed4196e30747de3ba033e9)
Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/13357
net-mail/autorespond/autorespond-2.0.4.ebuild | 26 +++++++++-----------------
net-mail/autorespond/autorespond-2.0.5.ebuild | 24 +++++++++---------------
2 files changed, 18 insertions(+), 32 deletions(-)
diff --git a/net-mail/autorespond/autorespond-2.0.4.ebuild b/net-mail/autorespond/autorespond-2.0.4.ebuild
index 2baa30b392b..94509c8a81b 100644
--- a/net-mail/autorespond/autorespond-2.0.4.ebuild
+++ b/net-mail/autorespond/autorespond-2.0.4.ebuild
@@ -1,29 +1,22 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=0
+EAPI=7
-inherit eutils
-
-DEBIAN_PV="1"
-DEBIAN_P="${P/-/_}-${DEBIAN_PV}"
DESCRIPTION="Autoresponder add on package for qmailadmin"
-HOMEPAGE="http://inter7.com/devel/"
+HOMEPAGE="http://inter7.com/software/"
SRC_URI="mirror://sourceforge/qmailadmin/${P}.tar.gz
- mirror://debian/pool/contrib/${PN:0:1}/${PN}/${DEBIAN_P}.diff.gz"
+ mirror://gentoo/${PN}_${PV}-1.diff.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc s390 sh sparc x86"
-IUSE=""
RDEPEND="virtual/qmail"
-DEPEND=""
-
-src_unpack() {
- unpack ${P}.tar.gz
- epatch "${DISTDIR}"/${DEBIAN_P}.diff.gz
-}
+PATCHES=(
+ "${WORKDIR}/autorespond_2.0.4-1.diff"
+)
+DOCS=( README help_message qmail-auto ChangeLog )
src_compile() {
emake CFLAGS="${CFLAGS}" || die
@@ -32,7 +25,6 @@ src_compile() {
src_install () {
into /var/qmail
dobin autorespond || die "dobin failed"
- into /usr
- dodoc README help_message qmail-auto ChangeLog
doman *.1
+ einstalldocs
}
diff --git a/net-mail/autorespond/autorespond-2.0.5.ebuild b/net-mail/autorespond/autorespond-2.0.5.ebuild
index e9589cc91b5..813522f4365 100644
--- a/net-mail/autorespond/autorespond-2.0.5.ebuild
+++ b/net-mail/autorespond/autorespond-2.0.5.ebuild
@@ -1,26 +1,21 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=0
-
-inherit eutils
+EAPI=7
DESCRIPTION="Autoresponder add on package for qmailadmin"
-HOMEPAGE="http://inter7.com/devel/"
-SRC_URI="http://inter7.com/devel/${P}.tar.gz"
+HOMEPAGE="http://www.inter7.com/software/"
+SRC_URI="http://qmail.ixip.net/download/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc ~x86"
-IUSE=""
RDEPEND="virtual/qmail"
-DEPEND=""
-
-src_unpack() {
- unpack ${A}
- epatch "${FILESDIR}"/${P}-no-include-bounce.patch
-}
+PATCHES=(
+ "${FILESDIR}/${P}-no-include-bounce.patch"
+)
+DOCS=( README help_message qmail-auto )
src_compile() {
emake CFLAGS="${CFLAGS}" || die
@@ -29,9 +24,8 @@ src_compile() {
src_install () {
into /var/qmail
dobin autorespond || die "dobin failed"
- into /usr
- dodoc README help_message qmail-auto #ChangeLog
doman *.1
+ einstalldocs
}
pkg_postinst() {
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/autorespond/
@ 2020-07-21 1:36 Aaron Bauman
0 siblings, 0 replies; 7+ messages in thread
From: Aaron Bauman @ 2020-07-21 1:36 UTC (permalink / raw
To: gentoo-commits
commit: 23c82f248854673b5d35e0793fe6b07cb93ad624
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Jul 5 11:41:12 2020 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Tue Jul 21 01:35:44 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23c82f24
net-mail/autorespond: use HTTPS
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16599
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
net-mail/autorespond/autorespond-2.0.4.ebuild | 2 +-
net-mail/autorespond/autorespond-2.0.5.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-mail/autorespond/autorespond-2.0.4.ebuild b/net-mail/autorespond/autorespond-2.0.4.ebuild
index e31c689b04d..b1853c18e1e 100644
--- a/net-mail/autorespond/autorespond-2.0.4.ebuild
+++ b/net-mail/autorespond/autorespond-2.0.4.ebuild
@@ -4,7 +4,7 @@
EAPI=7
DESCRIPTION="Autoresponder add on package for qmailadmin"
-HOMEPAGE="http://inter7.com/software/"
+HOMEPAGE="https://www.inter7.com/software/"
SRC_URI="mirror://sourceforge/qmailadmin/${P}.tar.gz
mirror://gentoo/${PN}_${PV}-1.diff.gz"
diff --git a/net-mail/autorespond/autorespond-2.0.5.ebuild b/net-mail/autorespond/autorespond-2.0.5.ebuild
index ef3e2880e15..043fe13b37f 100644
--- a/net-mail/autorespond/autorespond-2.0.5.ebuild
+++ b/net-mail/autorespond/autorespond-2.0.5.ebuild
@@ -4,7 +4,7 @@
EAPI=7
DESCRIPTION="Autoresponder add on package for qmailadmin"
-HOMEPAGE="http://www.inter7.com/software/"
+HOMEPAGE="https://www.inter7.com/software/"
SRC_URI="http://qmail.ixip.net/download/${P}.tar.gz"
LICENSE="GPL-2"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/autorespond/
@ 2023-06-12 19:21 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2023-06-12 19:21 UTC (permalink / raw
To: gentoo-commits
commit: 0caae241b90c9558c39c7d729f646a85a7bff157
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 12 19:21:00 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 12 19:21:00 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0caae241
net-mail/autorespond: Stabilize 2.0.5 sparc, #908172
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-mail/autorespond/autorespond-2.0.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-mail/autorespond/autorespond-2.0.5.ebuild b/net-mail/autorespond/autorespond-2.0.5.ebuild
index 9b8c2660180f..0eec2702487f 100644
--- a/net-mail/autorespond/autorespond-2.0.5.ebuild
+++ b/net-mail/autorespond/autorespond-2.0.5.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://qmail.ixip.net/download/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 sparc x86"
RDEPEND="virtual/qmail"
PATCHES=(
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/autorespond/
@ 2023-06-12 19:21 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2023-06-12 19:21 UTC (permalink / raw
To: gentoo-commits
commit: a992405173df2b15c3f105ea5c26c8e60e600aa8
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 12 19:21:02 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 12 19:21:02 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9924051
net-mail/autorespond: Stabilize 2.0.5 arm, #908172
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-mail/autorespond/autorespond-2.0.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-mail/autorespond/autorespond-2.0.5.ebuild b/net-mail/autorespond/autorespond-2.0.5.ebuild
index 0eec2702487f..1cee45568cfd 100644
--- a/net-mail/autorespond/autorespond-2.0.5.ebuild
+++ b/net-mail/autorespond/autorespond-2.0.5.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://qmail.ixip.net/download/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~s390 sparc x86"
RDEPEND="virtual/qmail"
PATCHES=(
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/autorespond/
@ 2023-06-12 19:21 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2023-06-12 19:21 UTC (permalink / raw
To: gentoo-commits
commit: 26142ac17d32e745d07d00de1ff6fb5a3202f0e8
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 12 19:20:59 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 12 19:20:59 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26142ac1
net-mail/autorespond: Stabilize 2.0.5 x86, #908172
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-mail/autorespond/autorespond-2.0.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-mail/autorespond/autorespond-2.0.5.ebuild b/net-mail/autorespond/autorespond-2.0.5.ebuild
index c295c7b8ba45..9b8c2660180f 100644
--- a/net-mail/autorespond/autorespond-2.0.5.ebuild
+++ b/net-mail/autorespond/autorespond-2.0.5.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://qmail.ixip.net/download/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sparc x86"
RDEPEND="virtual/qmail"
PATCHES=(
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/autorespond/
@ 2023-06-12 19:21 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2023-06-12 19:21 UTC (permalink / raw
To: gentoo-commits
commit: 4add94525aaf342bb207ad9b324fc88152d7440a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 12 19:20:58 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 12 19:20:58 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4add9452
net-mail/autorespond: Stabilize 2.0.5 amd64, #908172
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-mail/autorespond/autorespond-2.0.5.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-mail/autorespond/autorespond-2.0.5.ebuild b/net-mail/autorespond/autorespond-2.0.5.ebuild
index 043fe13b37fd..c295c7b8ba45 100644
--- a/net-mail/autorespond/autorespond-2.0.5.ebuild
+++ b/net-mail/autorespond/autorespond-2.0.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -9,7 +9,7 @@ SRC_URI="http://qmail.ixip.net/download/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sparc ~x86"
RDEPEND="virtual/qmail"
PATCHES=(
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/autorespond/
@ 2023-06-23 18:07 Matt Turner
0 siblings, 0 replies; 7+ messages in thread
From: Matt Turner @ 2023-06-23 18:07 UTC (permalink / raw
To: gentoo-commits
commit: d4075973e7cbdb00ee248783f3950b0f71849043
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 23 17:27:36 2023 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Jun 23 18:07:04 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4075973
net-mail/autorespond: Drop ppc keywords, bug #908172
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
net-mail/autorespond/autorespond-2.0.4.ebuild | 2 +-
net-mail/autorespond/autorespond-2.0.5.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-mail/autorespond/autorespond-2.0.4.ebuild b/net-mail/autorespond/autorespond-2.0.4.ebuild
index 538933c4132a..ce8d328cb4fd 100644
--- a/net-mail/autorespond/autorespond-2.0.4.ebuild
+++ b/net-mail/autorespond/autorespond-2.0.4.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/qmailadmin/${P}.tar.gz
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~s390 sparc x86"
RDEPEND="virtual/qmail"
PATCHES=(
diff --git a/net-mail/autorespond/autorespond-2.0.5.ebuild b/net-mail/autorespond/autorespond-2.0.5.ebuild
index 1cee45568cfd..b2341a6eb635 100644
--- a/net-mail/autorespond/autorespond-2.0.5.ebuild
+++ b/net-mail/autorespond/autorespond-2.0.5.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://qmail.ixip.net/download/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~s390 sparc x86"
RDEPEND="virtual/qmail"
PATCHES=(
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2023-06-23 18:07 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-12 19:21 [gentoo-commits] repo/gentoo:master commit in: net-mail/autorespond/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2023-06-23 18:07 Matt Turner
2023-06-12 19:21 Sam James
2023-06-12 19:21 Sam James
2023-06-12 19:21 Sam James
2020-07-21 1:36 Aaron Bauman
2019-11-02 4:44 Robin H. Johnson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox