* [gentoo-commits] repo/gentoo:master commit in: sys-apps/dnotify/
@ 2018-05-27 18:23 Aaron Bauman
0 siblings, 0 replies; 2+ messages in thread
From: Aaron Bauman @ 2018-05-27 18:23 UTC (permalink / raw
To: gentoo-commits
commit: b89f4401527a7c9f5feac213c07099ac9f012b8d
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun May 27 13:53:29 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun May 27 18:23:10 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b89f4401
sys-apps/dnotify: nix src_install()
Package-Manager: Portage-2.3.40, Repoman-2.3.9
sys-apps/dnotify/dnotify-0.18.0.ebuild | 5 -----
1 file changed, 5 deletions(-)
diff --git a/sys-apps/dnotify/dnotify-0.18.0.ebuild b/sys-apps/dnotify/dnotify-0.18.0.ebuild
index 5a207d27f37..6c11fbe8b1d 100644
--- a/sys-apps/dnotify/dnotify-0.18.0.ebuild
+++ b/sys-apps/dnotify/dnotify-0.18.0.ebuild
@@ -24,8 +24,3 @@ src_configure() {
econf \
$(use_enable nls)
}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- default
-}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/dnotify/
@ 2025-05-11 0:51 Sam James
0 siblings, 0 replies; 2+ messages in thread
From: Sam James @ 2025-05-11 0:51 UTC (permalink / raw
To: gentoo-commits
commit: 91d1a520bb402b8c19e3089ddf60a54c6c806577
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun May 11 00:45:14 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 11 00:45:14 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91d1a520
sys-apps/dnotify: call eautoreconf in src_prepare; use BDEPEND
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-apps/dnotify/dnotify-0.18.0-r1.ebuild | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/sys-apps/dnotify/dnotify-0.18.0-r1.ebuild b/sys-apps/dnotify/dnotify-0.18.0-r1.ebuild
index 43e20482f4b7..c267d8c59219 100644
--- a/sys-apps/dnotify/dnotify-0.18.0-r1.ebuild
+++ b/sys-apps/dnotify/dnotify-0.18.0-r1.ebuild
@@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS="amd64 ~mips ppc -sparc x86"
IUSE="nls"
-DEPEND="nls? ( sys-devel/gettext )"
+BDEPEND="nls? ( sys-devel/gettext )"
PATCHES=(
"${FILESDIR}/${P}-nls.patch"
@@ -22,7 +22,11 @@ PATCHES=(
"${FILESDIR}/${P}-fix-implicit-declarations.patch"
)
-src_configure() {
+src_prepare() {
+ default
eautoreconf
+}
+
+src_configure() {
econf $(use_enable nls)
}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-05-11 0:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-11 0:51 [gentoo-commits] repo/gentoo:master commit in: sys-apps/dnotify/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2018-05-27 18:23 Aaron Bauman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox