summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2014-01-05 15:17:48 +0000
committerLars Wendler <polynomial-c@gentoo.org>2014-01-05 15:17:48 +0000
commitdebbc7578ab0c656afdb2eaf5cc11125301046b5 (patch)
treef4783a7ca54dcb61f2d8ff400f4a7ec6f82f3bb2 /sys-fs/inotify-tools
parentInitial ebuild commit (diff)
downloadgentoo-2-debbc7578ab0c656afdb2eaf5cc11125301046b5.tar.gz
gentoo-2-debbc7578ab0c656afdb2eaf5cc11125301046b5.tar.bz2
gentoo-2-debbc7578ab0c656afdb2eaf5cc11125301046b5.zip
Added myself as maintainer. Converted ebuilds to EAPI-5
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Diffstat (limited to 'sys-fs/inotify-tools')
-rw-r--r--sys-fs/inotify-tools/ChangeLog8
-rw-r--r--sys-fs/inotify-tools/inotify-tools-3.13-r1.ebuild11
-rw-r--r--sys-fs/inotify-tools/inotify-tools-3.14.ebuild11
-rw-r--r--sys-fs/inotify-tools/metadata.xml3
4 files changed, 18 insertions, 15 deletions
diff --git a/sys-fs/inotify-tools/ChangeLog b/sys-fs/inotify-tools/ChangeLog
index 55809a948a4a..cbff56d37a9e 100644
--- a/sys-fs/inotify-tools/ChangeLog
+++ b/sys-fs/inotify-tools/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-fs/inotify-tools
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/inotify-tools/ChangeLog,v 1.33 2013/03/15 11:56:02 pinkbyte Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/inotify-tools/ChangeLog,v 1.34 2014/01/05 15:17:48 polynomial-c Exp $
+
+ 05 Jan 2014; Lars Wendler <polynomial-c@gentoo.org>
+ inotify-tools-3.13-r1.ebuild, inotify-tools-3.14.ebuild, metadata.xml:
+ Added myself as maintainer. Converted ebuilds to EAPI-5.
15 Mar 2013; Sergey Popov <pinkbyte@gentoo.org> -inotify-tools-3.12.ebuild,
-inotify-tools-3.13.ebuild, inotify-tools-3.13-r1.ebuild,
diff --git a/sys-fs/inotify-tools/inotify-tools-3.13-r1.ebuild b/sys-fs/inotify-tools/inotify-tools-3.13-r1.ebuild
index 14420f789d45..84d4f7415970 100644
--- a/sys-fs/inotify-tools/inotify-tools-3.13-r1.ebuild
+++ b/sys-fs/inotify-tools/inotify-tools-3.13-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/inotify-tools/inotify-tools-3.13-r1.ebuild,v 1.5 2013/03/15 11:56:02 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/inotify-tools/inotify-tools-3.13-r1.ebuild,v 1.6 2014/01/05 15:17:48 polynomial-c Exp $
-EAPI="2"
+EAPI=5
DESCRIPTION="a set of command-line programs providing a simple interface to inotify"
HOMEPAGE="https://github.com/rvoicilas/inotify-tools/wiki"
@@ -25,11 +25,10 @@ src_configure() {
# only docs installed are doxygen ones, so use /html
econf \
--docdir=/usr/share/doc/${PF}/html \
- $(use_enable doc doxygen) \
- || die
+ $(use_enable doc doxygen)
}
src_install() {
- emake DESTDIR="${D}" install || die
+ emake DESTDIR="${D}" install
dodoc README NEWS AUTHORS ChangeLog
}
diff --git a/sys-fs/inotify-tools/inotify-tools-3.14.ebuild b/sys-fs/inotify-tools/inotify-tools-3.14.ebuild
index 1794a6cde4ca..f1a341f9fbf8 100644
--- a/sys-fs/inotify-tools/inotify-tools-3.14.ebuild
+++ b/sys-fs/inotify-tools/inotify-tools-3.14.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/inotify-tools/inotify-tools-3.14.ebuild,v 1.2 2013/03/15 11:56:02 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/inotify-tools/inotify-tools-3.14.ebuild,v 1.3 2014/01/05 15:17:48 polynomial-c Exp $
-EAPI="2"
+EAPI=5
DESCRIPTION="a set of command-line programs providing a simple interface to inotify"
HOMEPAGE="https://github.com/rvoicilas/inotify-tools/wiki"
@@ -25,11 +25,10 @@ src_configure() {
# only docs installed are doxygen ones, so use /html
econf \
--docdir=/usr/share/doc/${PF}/html \
- $(use_enable doc doxygen) \
- || die
+ $(use_enable doc doxygen)
}
src_install() {
- emake DESTDIR="${D}" install || die
+ emake DESTDIR="${D}" install
dodoc README NEWS AUTHORS ChangeLog
}
diff --git a/sys-fs/inotify-tools/metadata.xml b/sys-fs/inotify-tools/metadata.xml
index 017f188f1c1d..42b7d0fe89a5 100644
--- a/sys-fs/inotify-tools/metadata.xml
+++ b/sys-fs/inotify-tools/metadata.xml
@@ -2,7 +2,8 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
- <email>maintainer-needed@gentoo.org</email>
+ <email>polynomial-c@gentoo.org</email>
+ <name>Lars Wendler</name>
</maintainer>
<longdescription>
inotify-tools is a set of command-line programs for Linux providing a simple