From f9fff8823e0cd1f6570b01337ac99e5bd49c824a Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 26 Dec 2022 02:06:21 +0000 Subject: gentoo auto-resync : 26:12:2022 - 02:06:21 --- sys-apps/dnotify/Manifest | 4 ++-- sys-apps/dnotify/dnotify-0.18.0-r1.ebuild | 24 +++++++++++++++++++++++ sys-apps/dnotify/dnotify-0.18.0.ebuild | 26 ------------------------- sys-apps/dnotify/files/dnotify-0.18.0-nls.patch | 4 ++-- 4 files changed, 28 insertions(+), 30 deletions(-) create mode 100644 sys-apps/dnotify/dnotify-0.18.0-r1.ebuild delete mode 100644 sys-apps/dnotify/dnotify-0.18.0.ebuild (limited to 'sys-apps/dnotify') diff --git a/sys-apps/dnotify/Manifest b/sys-apps/dnotify/Manifest index 68768d3bd5e7..211fa78ad15e 100644 --- a/sys-apps/dnotify/Manifest +++ b/sys-apps/dnotify/Manifest @@ -1,5 +1,5 @@ AUX dnotify-0.18.0-glibc-212.patch 217 BLAKE2B 79ba1f388c427af04cca8481d1fcf685e9a8d1b4124e2e1e61b051b568f39bbb230b1951d4d25e47925cdc2e0ffcc665aadf5c6a00e5b67f23bf11f48ba040b4 SHA512 bf32edfc97aabf5eaae1289105f0c65bd25adf60fe44ec139666265f01ed9fa7b664d12e26bcbbcd95069797b40f386276b6b730739c9900c039b432f6494db1 -AUX dnotify-0.18.0-nls.patch 247 BLAKE2B fbc019f1a7ced4d74bfef9d9109ac7e9934d8b3cb10881f3d0b42d93961961abac8faa9a43baf52729a6467a03c8966b785b38347a2285aa686e1471f10d48cd SHA512 1628ac545126cb0c3929ac97471ef9e8146d0af842b18bb4c7afe36879cafcfea6f6091ed233685b4bbc4a1ed81ac8ae55c3ba91de241e64c31412e2d8b486ef +AUX dnotify-0.18.0-nls.patch 175 BLAKE2B e16d86e6448b784509004912931fb5cf381274aa1c4a3b5c0d3238b497732f8b03fb72edbe24dea378bb4f505e097db9f6552460387dbe8ce3a678399cbd0bad SHA512 f1abed01b278c1a198edc5fd52eb69b9479a1879805fac58bdc079e0cac6a1507c7974b87579fe9b426d920d8f82f41cb47eb3cedfcd56531c11745ce8abe52b DIST dnotify-0.18.0.tar.gz 187909 BLAKE2B 35131f6a04b1bf7cb9b6461fe99e28205ed6ba39b6e660cbf9ac9c059e6339d83485848dcbb858f2a1ff0a021181f897da7322a3a0f02283f83b1649e2d6753a SHA512 5b41fcf131b3ed5e16f7003e0b9b11952b03b7e2ef27554dd40b0b3de3f9c6d2f7911a76e5c4abe079edd5596f416226a28ebd6b4a8f05c589216c2a6e16446e -EBUILD dnotify-0.18.0.ebuild 532 BLAKE2B cf854b8250fd5ba78b8440ec18a27432a9767517b288fa1031bc7bcc4a219ad1f57a3e5ffdc79b9cfeb578df0753e9700fc022d26525bf3da484475a8972b724 SHA512 9b2db57c5518e9a5c4c02b2f71d9124c2cdfe141c7a6bedfe4c50d65cc287bd764521b97f16f29de7ad0bd2b8d24b575c9b93fca53b3f601ece2df350914cd37 +EBUILD dnotify-0.18.0-r1.ebuild 514 BLAKE2B f1861c9eca6aac93de01caa15056424a27f94e2bd7314fcde4f3608a3b2db7090ce717aa80ef9173383e2bcccdee41b85e5092f86e7f491ef60009f2c4cdf229 SHA512 5778a655d5ef9394a8a69a8e7ab112776b4bc4554ba87ade73b22e228cf35e8600e6b469b03b5671da958a1b684b98b683953dfa0c67454fcedd13b3153ea72f MISC metadata.xml 254 BLAKE2B f3a9f843cf94243d1129711770df727fcdc8808bca829ef784819cab6f5410dfa463cfed85182f8228c7de796a674dd602653ad3ef817a62c0c3e7198b23befe SHA512 b9fcd3084a7e197f6138e1ce8b0eff99c4c203c37a7d5c40de207040ba1501ef0e5b2f4e00216a567037bcd6d3394fdec6ff587484c9ba2fca9d04f431733b7c diff --git a/sys-apps/dnotify/dnotify-0.18.0-r1.ebuild b/sys-apps/dnotify/dnotify-0.18.0-r1.ebuild new file mode 100644 index 000000000000..b92ef1d92179 --- /dev/null +++ b/sys-apps/dnotify/dnotify-0.18.0-r1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Execute a command when the contents of a directory change" +HOMEPAGE="https://directory.fsf.org/project/dnotify/" +SRC_URI="mirror://gentoo/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 ~mips ppc -sparc x86" +IUSE="nls" + +DEPEND="nls? ( sys-devel/gettext )" + +PATCHES=( + "${FILESDIR}/${P}-nls.patch" + "${FILESDIR}/${P}-glibc-212.patch" +) + +src_configure() { + econf $(use_enable nls) +} diff --git a/sys-apps/dnotify/dnotify-0.18.0.ebuild b/sys-apps/dnotify/dnotify-0.18.0.ebuild deleted file mode 100644 index 6c11fbe8b1dc..000000000000 --- a/sys-apps/dnotify/dnotify-0.18.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Execute a command when the contents of a directory change" -HOMEPAGE="https://directory.fsf.org/project/dnotify/" -SRC_URI="mirror://gentoo/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~mips ppc -sparc x86" -IUSE="nls" - -RDEPEND="" -DEPEND="nls? ( sys-devel/gettext )" - -PATCHES=( - "${FILESDIR}/${P}-nls.patch" - "${FILESDIR}/${P}-glibc-212.patch" -) - -src_configure() { - econf \ - $(use_enable nls) -} diff --git a/sys-apps/dnotify/files/dnotify-0.18.0-nls.patch b/sys-apps/dnotify/files/dnotify-0.18.0-nls.patch index 55400b704983..7bcb3a3a320e 100644 --- a/sys-apps/dnotify/files/dnotify-0.18.0-nls.patch +++ b/sys-apps/dnotify/files/dnotify-0.18.0-nls.patch @@ -1,5 +1,5 @@ ---- a/src/gettext.h 2006-01-27 18:23:31.000000000 +0100 -+++ b/src/gettext.h 2006-01-27 18:25:07.000000000 +0100 +--- a/src/gettext.h ++++ b/src/gettext.h @@ -24,6 +24,7 @@ /* Get declarations of GNU message catalog functions. */ -- cgit v1.2.3