public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-mail/qmail-notify/
@ 2019-10-18  4:21 Joonas Niilola
  0 siblings, 0 replies; 4+ messages in thread
From: Joonas Niilola @ 2019-10-18  4:21 UTC (permalink / raw
  To: gentoo-commits

commit:     b9b3771618fd12fec4e9034cbf600a5f7c962511
Author:     Petr Vaněk <arkamar <AT> atlas <DOT> cz>
AuthorDate: Mon Oct  7 11:47:13 2019 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Oct 18 04:20:52 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9b37716

net-mail/qmail-notify: revbump with EAPI 7

Bug: https://bugs.gentoo.org/696252
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Petr Vaněk <arkamar <AT> atlas.cz>
Closes: https://github.com/gentoo/gentoo/pull/13247
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-mail/qmail-notify/metadata.xml                |  9 ++++-
 net-mail/qmail-notify/qmail-notify-0.93-r2.ebuild | 46 +++++++++++++++++++++++
 2 files changed, 54 insertions(+), 1 deletion(-)

diff --git a/net-mail/qmail-notify/metadata.xml b/net-mail/qmail-notify/metadata.xml
index 6f49eba8f49..7c3db330c14 100644
--- a/net-mail/qmail-notify/metadata.xml
+++ b/net-mail/qmail-notify/metadata.xml
@@ -1,5 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<!-- maintainer-needed -->
+	<maintainer type="person">
+		<email>arkamar@atlas.cz</email>
+		<name>Petr Vaněk</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
 </pkgmetadata>

diff --git a/net-mail/qmail-notify/qmail-notify-0.93-r2.ebuild b/net-mail/qmail-notify/qmail-notify-0.93-r2.ebuild
new file mode 100644
index 00000000000..98b35abcccd
--- /dev/null
+++ b/net-mail/qmail-notify/qmail-notify-0.93-r2.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="Delayed delivery notification for qmail"
+SRC_URI="http://untroubled.org/qmail-notify/archive/${P}.tar.gz"
+HOMEPAGE="http://untroubled.org/qmail-notify/"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}
+	virtual/cron
+	virtual/qmail
+"
+
+src_prepare() {
+	eapply_user
+
+	echo "$(tc-getCC) ${CFLAGS}" > conf-cc || die 'Patching conf-cc failed.'
+	echo "$(tc-getCC) ${LDFLAGS}" > conf-ld || die 'Patching conf-ld failed.'
+	sed -e "#'ar #'$(tc-getAR) #" -e "s#'ranlib #'$(tc-getRANLIB) #" -i Makefile || die 'Patching Makefile failed.'
+}
+
+src_install () {
+	exeinto /usr/sbin
+	doexe qmail-notify
+
+	exeinto /etc/cron.hourly
+	doexe "${FILESDIR}"/qmail-notify.cron
+
+	dodoc README ANNOUNCEMENT cron.hourly NEWS
+}
+
+pkg_postinst() {
+	elog
+	elog "Edit qmail-notify.cron in /etc/cron.hourly"
+	elog "to activate qmail-notify!"
+	elog
+}


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

* [gentoo-commits] repo/gentoo:master commit in: net-mail/qmail-notify/
@ 2019-11-10 16:45 Aaron Bauman
  0 siblings, 0 replies; 4+ messages in thread
From: Aaron Bauman @ 2019-11-10 16:45 UTC (permalink / raw
  To: gentoo-commits

commit:     ec919c18f88e7084c1382bb29a3a26f276e54174
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 10 16:45:21 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Nov 10 16:45:21 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec919c18

net-mail/qmail-notify: drop old EAPI

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 net-mail/qmail-notify/qmail-notify-0.93-r1.ebuild | 45 -----------------------
 1 file changed, 45 deletions(-)

diff --git a/net-mail/qmail-notify/qmail-notify-0.93-r1.ebuild b/net-mail/qmail-notify/qmail-notify-0.93-r1.ebuild
deleted file mode 100644
index 07575781f59..00000000000
--- a/net-mail/qmail-notify/qmail-notify-0.93-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit toolchain-funcs
-
-DESCRIPTION="Delayed delivery notification for qmail"
-SRC_URI="http://untroubled.org/qmail-notify/archive/${P}.tar.gz"
-HOMEPAGE="http://untroubled.org/qmail-notify/"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="amd64 ~hppa ~ppc sparc x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="
-	${DEPEND}
-	virtual/cron
-	virtual/qmail
-"
-
-src_compile() {
-	echo "$(tc-getCC) ${CFLAGS}" > conf-cc
-	echo "$(tc-getCC) ${LDFLAGS}" > conf-ld
-	emake || die
-}
-
-src_install () {
-	exeinto /usr/sbin
-	doexe qmail-notify
-
-	exeinto /etc/cron.hourly
-	doexe "${FILESDIR}"/qmail-notify.cron
-
-	dodoc README ANNOUNCEMENT TODO cron.hourly NEWS VERSION
-}
-
-pkg_postinst() {
-	echo
-	elog "Edit qmail-notify.cron in /etc/cron.hourly"
-	elog "to activate qmail-notify!"
-	echo
-}


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

* [gentoo-commits] repo/gentoo:master commit in: net-mail/qmail-notify/
@ 2019-11-10 16:45 Aaron Bauman
  0 siblings, 0 replies; 4+ messages in thread
From: Aaron Bauman @ 2019-11-10 16:45 UTC (permalink / raw
  To: gentoo-commits

commit:     8e82d8d2fe70b8291963e25ea397e8aa56ce7fe6
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 10 16:44:46 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Nov 10 16:44:46 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e82d8d2

net-mail/qmail-notify: ALLARCHES EAPI bump

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 net-mail/qmail-notify/qmail-notify-0.93-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/qmail-notify/qmail-notify-0.93-r2.ebuild b/net-mail/qmail-notify/qmail-notify-0.93-r2.ebuild
index 98b35abcccd..83f5853ff50 100644
--- a/net-mail/qmail-notify/qmail-notify-0.93-r2.ebuild
+++ b/net-mail/qmail-notify/qmail-notify-0.93-r2.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="http://untroubled.org/qmail-notify/"
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~hppa ~ppc sparc x86"
 IUSE=""
 
 DEPEND=""


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

* [gentoo-commits] repo/gentoo:master commit in: net-mail/qmail-notify/
@ 2023-06-23 18:07 Matt Turner
  0 siblings, 0 replies; 4+ messages in thread
From: Matt Turner @ 2023-06-23 18:07 UTC (permalink / raw
  To: gentoo-commits

commit:     7bd868826277b4e2ec098a10c943621dde024692
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 23 17:50:30 2023 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Jun 23 18:07:05 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bd86882

net-mail/qmail-notify: Drop ppc keywords

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 net-mail/qmail-notify/qmail-notify-0.93-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/qmail-notify/qmail-notify-0.93-r2.ebuild b/net-mail/qmail-notify/qmail-notify-0.93-r2.ebuild
index 9fc864f17f3b..8adcecdca2c8 100644
--- a/net-mail/qmail-notify/qmail-notify-0.93-r2.ebuild
+++ b/net-mail/qmail-notify/qmail-notify-0.93-r2.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="http://untroubled.org/qmail-notify/"
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="amd64 ~hppa ~ppc sparc x86"
+KEYWORDS="amd64 ~hppa sparc x86"
 IUSE=""
 
 DEPEND=""


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

end of thread, other threads:[~2023-06-23 18:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-23 18:07 [gentoo-commits] repo/gentoo:master commit in: net-mail/qmail-notify/ Matt Turner
  -- strict thread matches above, loose matches on Subject: below --
2019-11-10 16:45 Aaron Bauman
2019-11-10 16:45 Aaron Bauman
2019-10-18  4:21 Joonas Niilola

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