[gentoo-commits] repo/gentoo:master commit in: sys-apps/dnotify/

2018-05-27 Thread Aaron Bauman
commit: b89f4401527a7c9f5feac213c07099ac9f012b8d
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun May 27 13:53:29 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun May 27 18:23:10 2018 +
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
-}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/dnotify/files/, sys-apps/dnotify/

2018-05-26 Thread Aaron Bauman
commit: a99653cf4a2ed0e9cbcc3b038798509152f084ee
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sat May 26 16:24:53 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat May 26 18:16:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a99653cf

sys-apps/dnotify: bump EAPI and drop eutils

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-apps/dnotify/dnotify-0.18.0.ebuild| 17 -
 sys-apps/dnotify/files/dnotify-0.18.0-glibc-212.patch |  4 ++--
 sys-apps/dnotify/files/dnotify-0.18.0-nls.patch   |  4 ++--
 3 files changed, 12 insertions(+), 13 deletions(-)

diff --git a/sys-apps/dnotify/dnotify-0.18.0.ebuild 
b/sys-apps/dnotify/dnotify-0.18.0.ebuild
index 440759ad96a..5a207d27f37 100644
--- a/sys-apps/dnotify/dnotify-0.18.0.ebuild
+++ b/sys-apps/dnotify/dnotify-0.18.0.ebuild
@@ -1,11 +1,10 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=2
-inherit eutils
+EAPI=6
 
 DESCRIPTION="Execute a command when the contents of a directory change"
-HOMEPAGE="http://directory.fsf.org/project/dnotify/;
+HOMEPAGE="https://directory.fsf.org/project/dnotify/;
 SRC_URI="mirror://gentoo/${P}.tar.gz"
 
 LICENSE="GPL-2"
@@ -16,10 +15,10 @@ IUSE="nls"
 RDEPEND=""
 DEPEND="nls? ( sys-devel/gettext )"
 
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-nls.patch \
-   "${FILESDIR}"/${P}-glibc-212.patch
-}
+PATCHES=(
+   "${FILESDIR}/${P}-nls.patch"
+   "${FILESDIR}/${P}-glibc-212.patch"
+)
 
 src_configure() {
econf \
@@ -28,5 +27,5 @@ src_configure() {
 
 src_install() {
emake DESTDIR="${D}" install || die
-   dodoc AUTHORS TODO NEWS README
+   default
 }

diff --git a/sys-apps/dnotify/files/dnotify-0.18.0-glibc-212.patch 
b/sys-apps/dnotify/files/dnotify-0.18.0-glibc-212.patch
index 6cc6e6f4009..19cd2003942 100644
--- a/sys-apps/dnotify/files/dnotify-0.18.0-glibc-212.patch
+++ b/sys-apps/dnotify/files/dnotify-0.18.0-glibc-212.patch
@@ -1,7 +1,7 @@
 http://bugs.gentoo.org/336649
 
 src/main.c
-+++ src/main.c
+--- a/src/main.c
 b/src/main.c
 @@ -19,6 +19,7 @@
  
  #include 

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 7721ac1ee41..55400b70498 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 @@
 src/gettext.h.orig 2006-01-27 18:23:31.0 +0100
-+++ src/gettext.h  2006-01-27 18:25:07.0 +0100
+--- a/src/gettext.h2006-01-27 18:23:31.0 +0100
 b/src/gettext.h2006-01-27 18:25:07.0 +0100
 @@ -24,6 +24,7 @@
  
  /* Get declarations of GNU message catalog functions.  */