summaryrefslogtreecommitdiff
path: root/sys-apps/syslog-notify
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-05-01 17:20:35 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-05-01 17:20:35 +0100
commita88eb1d9b7042912d196e255eeb20e0c77f6cf47 (patch)
tree291cc788e33b3de8bf1b5e3f1fdddf315f2f5ee7 /sys-apps/syslog-notify
parentc3d14fe9accdf0b091e42f26a66ed7626ba8c24b (diff)
gentoo auto-resync : 01:05:2023 - 17:20:35
Diffstat (limited to 'sys-apps/syslog-notify')
-rw-r--r--sys-apps/syslog-notify/Manifest4
-rw-r--r--sys-apps/syslog-notify/syslog-notify-0.2.ebuild10
2 files changed, 10 insertions, 4 deletions
diff --git a/sys-apps/syslog-notify/Manifest b/sys-apps/syslog-notify/Manifest
index 982d94da662e..a89ecd9df48a 100644
--- a/sys-apps/syslog-notify/Manifest
+++ b/sys-apps/syslog-notify/Manifest
@@ -1,3 +1,3 @@
-DIST syslog-notify-0.2.tar.bz2 77178 BLAKE2B 6b4b723da297c12d26ab1fc169a5360552db5796e82359137de451d34a5914673052f46b066dccdf2ca3de4c1ddc03ecfcc445efcfbff2106f4d77735c8acf16 SHA512 724696d9ecfe34ebea5cd37d122b1151a376fc57d747b4f3bf35ab897a9afddd5565dd174c9c576ba10c8441cd57cdf48141d0dab5b35c5ab27e766d10d27b6b
-EBUILD syslog-notify-0.2.ebuild 969 BLAKE2B 96792a3c5ff1259a3e19021292e4c6b10b5f94f4742b67c8bb317a08bd260d596aa1dbee971dc0e76bf41b8a06fc9b485d96e1253b7e64bf8e13c312ea103c12 SHA512 20891be6e4ee2cd2440ef26505a3fea800818aff7c28466b26ecd73db6f9b01d641ef591aab21edf57fe4707d24d2a9ee0b40cd4a3fd5e9327f2c4c8f848a6e1
+DIST syslog-notify-0.2.tar.gz 14191 BLAKE2B f984d0a32c8987c93e7d794eb8809c533bd722899358c47e7fef61541de13575029f4b7f2adfdb407fbf7f194b2e482771f6a6ea77171d0866aedc2deb5c0474 SHA512 e2e444e1c12c994e36fe284929508c1771b84974198a3c4c7e60b4b04812d0982fee55e33f3b43f16bc0cb58ef473b48cf6299ea42a39639eb95bdf51f5698ee
+EBUILD syslog-notify-0.2.ebuild 1053 BLAKE2B 3b25cae14f9875ba92f79d1af7eda377db7ca59c8700a14f768b9dad5b9c970edf1cf7d360ff56062f868485abec224be4bfadd36dd6ddfc838bff075135c1ab SHA512 95ce5dddeff6cfc59b2c7ee8d6083e628933a1417e5bcf96c586ff4e2255787b3dfcab957d0edcbe03ae2dc8b384a40653679fab69c8291fd62836449379e572
MISC metadata.xml 255 BLAKE2B 2c67ff0b8d6741b24f506e8256f134ba1837243a0ae7495b408560c9225c0bb54a9e084d7c9da49e07a8118ea5557b15c9ac685a9f35eee4f53aa48f63d62fff SHA512 c4b7eedaa355550463075489b480ed71838b7cf389dd49a15025aa5fd6c06b20d97831f97f8d2750b5440ba7e659edae2e127bd692ff39447e18dfc18968d755
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