public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/syslog-notify/
@ 2019-09-15 17:17 Michał Górny
  0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2019-09-15 17:17 UTC (permalink / raw
  To: gentoo-commits

commit:     21a70945a1e83ee49ffea7cfdb3d707b2cc13c49
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 15 17:10:40 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Sep 15 17:10:40 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21a70945

sys-apps/syslog-notify: Inline mirror://github

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 sys-apps/syslog-notify/syslog-notify-0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/syslog-notify/syslog-notify-0.2.ebuild b/sys-apps/syslog-notify/syslog-notify-0.2.ebuild
index 5f14dfa50ea..35fc40806b2 100644
--- a/sys-apps/syslog-notify/syslog-notify-0.2.ebuild
+++ b/sys-apps/syslog-notify/syslog-notify-0.2.ebuild
@@ -6,7 +6,7 @@ inherit readme.gentoo
 
 DESCRIPTION="Notifications for syslog entries via libnotify"
 HOMEPAGE="https://jtniehof.github.com/syslog-notify/"
-SRC_URI="mirror://github/jtniehof/${PN}/${P}.tar.bz2"
+SRC_URI="https://github.com/downloads/jtniehof/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/syslog-notify/
@ 2020-09-19 23:46 David Seifert
  0 siblings, 0 replies; 5+ messages in thread
From: David Seifert @ 2020-09-19 23:46 UTC (permalink / raw
  To: gentoo-commits

commit:     1c4a51032de933388a99d7500c667a9bc83dba17
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 19 23:45:43 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Sep 19 23:45:43 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c4a5103

sys-apps/syslog-notify: Port to EAPI 7

Closes: https://bugs.gentoo.org/670528
Closes: https://bugs.gentoo.org/742092
Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 sys-apps/syslog-notify/syslog-notify-0.2.ebuild | 34 ++++++++++++++-----------
 1 file changed, 19 insertions(+), 15 deletions(-)

diff --git a/sys-apps/syslog-notify/syslog-notify-0.2.ebuild b/sys-apps/syslog-notify/syslog-notify-0.2.ebuild
index 35fc40806b2..c77dd707397 100644
--- a/sys-apps/syslog-notify/syslog-notify-0.2.ebuild
+++ b/sys-apps/syslog-notify/syslog-notify-0.2.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=4
-inherit readme.gentoo
+EAPI=7
+
+inherit readme.gentoo-r1
 
 DESCRIPTION="Notifications for syslog entries via libnotify"
 HOMEPAGE="https://jtniehof.github.com/syslog-notify/"
@@ -11,26 +12,29 @@ SRC_URI="https://github.com/downloads/jtniehof/${PN}/${P}.tar.bz2"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE=""
 
 DEPEND=">=x11-libs/libnotify-0.7"
-RDEPEND="${DEPEND}
-	|| ( app-admin/syslog-ng app-admin/rsyslog )"
+RDEPEND="
+	${DEPEND}
+	|| (
+		app-admin/syslog-ng
+		app-admin/rsyslog
+	)"
+
+src_install() {
+	default
+	dodoc HACKING
+
+	dodir /var/spool
+	keepdir /var/spool
 
-pkg_setup() {
-	DOCS="AUTHORS CHANGELOG HACKING README"
-	DISABLE_AUTOFORMATTING="yes"
-	DOC_CONTENTS="Add the following options on your /etc/syslog-ng/syslog-ng.conf
+	local DISABLE_AUTOFORMATTING="yes"
+	local DOC_CONTENTS="Add the following options on your /etc/syslog-ng/syslog-ng.conf
 file:
 #  destination notify { pipe("/var/spool/syslog-notify"); };
 #  log { source(src); destination(notify);};
 
 Remember to restart syslog-ng before starting syslog-notify."
-}
-
-src_install() {
-	default
-	dodir /var/spool
 	readme.gentoo_create_doc
 }
 


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/syslog-notify/
@ 2023-02-22 19:56 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2023-02-22 19:56 UTC (permalink / raw
  To: gentoo-commits

commit:     0950052ed170edc698b0bd164ff0a20d2bf87317
Author:     Cristian Othón Martínez Vera <cfuga <AT> cfuga <DOT> mx>
AuthorDate: Wed Feb 22 19:47:53 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 22 19:55:46 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0950052e

sys-apps/syslog-notify: fix MissingRemoteId for maintainer-needed packages

Signed-off-by: Cristian Othón Martínez Vera <cfuga <AT> cfuga.mx>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-apps/syslog-notify/metadata.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/sys-apps/syslog-notify/metadata.xml b/sys-apps/syslog-notify/metadata.xml
index 85e4ed814fa2..9f5ed3ad564e 100644
--- a/sys-apps/syslog-notify/metadata.xml
+++ b/sys-apps/syslog-notify/metadata.xml
@@ -1,5 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<!-- maintainer-needed -->
+	<!-- maintainer-needed -->
+	<upstream>
+		<remote-id type="github">jtniehof/syslog-notify</remote-id>
+	</upstream>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/syslog-notify/
@ 2023-04-10 22:17 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2023-04-10 22:17 UTC (permalink / raw
  To: gentoo-commits

commit:     ae409f0a895d620429afcdd547f57398abe497df
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 10 22:13:29 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 10 22:13:29 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae409f0a

sys-apps/syslog-notify: update *.github.com HOMEPAGEs

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-apps/syslog-notify/syslog-notify-0.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/syslog-notify/syslog-notify-0.2.ebuild b/sys-apps/syslog-notify/syslog-notify-0.2.ebuild
index c77dd707397c..f036d8900965 100644
--- a/sys-apps/syslog-notify/syslog-notify-0.2.ebuild
+++ b/sys-apps/syslog-notify/syslog-notify-0.2.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
@@ -6,7 +6,7 @@ EAPI=7
 inherit readme.gentoo-r1
 
 DESCRIPTION="Notifications for syslog entries via libnotify"
-HOMEPAGE="https://jtniehof.github.com/syslog-notify/"
+HOMEPAGE="https://jtniehof.github.io/syslog-notify/"
 SRC_URI="https://github.com/downloads/jtniehof/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-2"


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/syslog-notify/
@ 2023-05-01 12:37 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2023-05-01 12:37 UTC (permalink / raw
  To: gentoo-commits

commit:     1acbf3db4c9327bf9a5b950379213a2c4e6644ca
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May  1 12:06:28 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May  1 12:35:50 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1acbf3db

sys-apps/syslog-notify: update SRC_URI to drop github.com/downloads

Fixes: 21a70945a1e83ee49ffea7cfdb3d707b2cc13c49
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-apps/syslog-notify/Manifest                 |  2 +-
 sys-apps/syslog-notify/syslog-notify-0.2.ebuild | 10 ++++++++--
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/sys-apps/syslog-notify/Manifest b/sys-apps/syslog-notify/Manifest
index cfd5b9796973..4d190b011de7 100644
--- a/sys-apps/syslog-notify/Manifest
+++ b/sys-apps/syslog-notify/Manifest
@@ -1 +1 @@
-DIST syslog-notify-0.2.tar.bz2 77178 BLAKE2B 6b4b723da297c12d26ab1fc169a5360552db5796e82359137de451d34a5914673052f46b066dccdf2ca3de4c1ddc03ecfcc445efcfbff2106f4d77735c8acf16 SHA512 724696d9ecfe34ebea5cd37d122b1151a376fc57d747b4f3bf35ab897a9afddd5565dd174c9c576ba10c8441cd57cdf48141d0dab5b35c5ab27e766d10d27b6b
+DIST syslog-notify-0.2.tar.gz 14191 BLAKE2B f984d0a32c8987c93e7d794eb8809c533bd722899358c47e7fef61541de13575029f4b7f2adfdb407fbf7f194b2e482771f6a6ea77171d0866aedc2deb5c0474 SHA512 e2e444e1c12c994e36fe284929508c1771b84974198a3c4c7e60b4b04812d0982fee55e33f3b43f16bc0cb58ef473b48cf6299ea42a39639eb95bdf51f5698ee

diff --git a/sys-apps/syslog-notify/syslog-notify-0.2.ebuild b/sys-apps/syslog-notify/syslog-notify-0.2.ebuild
index f036d8900965..1a91b8188092 100644
--- a/sys-apps/syslog-notify/syslog-notify-0.2.ebuild
+++ b/sys-apps/syslog-notify/syslog-notify-0.2.ebuild
@@ -3,11 +3,11 @@
 
 EAPI=7
 
-inherit readme.gentoo-r1
+inherit autotools readme.gentoo-r1
 
 DESCRIPTION="Notifications for syslog entries via libnotify"
 HOMEPAGE="https://jtniehof.github.io/syslog-notify/"
-SRC_URI="https://github.com/downloads/jtniehof/${PN}/${P}.tar.bz2"
+SRC_URI="https://github.com/jtniehof/syslog-notify/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -21,6 +21,12 @@ RDEPEND="
 		app-admin/rsyslog
 	)"
 
+src_prepare() {
+	default
+
+	eautoreconf
+}
+
 src_install() {
 	default
 	dodoc HACKING


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

end of thread, other threads:[~2023-05-01 12:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-10 22:17 [gentoo-commits] repo/gentoo:master commit in: sys-apps/syslog-notify/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2023-05-01 12:37 Sam James
2023-02-22 19:56 Sam James
2020-09-19 23:46 David Seifert
2019-09-15 17:17 Michał Górny

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