diff options
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/inotify-tools/ChangeLog | 8 | ||||
-rw-r--r-- | sys-fs/inotify-tools/inotify-tools-3.13-r1.ebuild | 11 | ||||
-rw-r--r-- | sys-fs/inotify-tools/inotify-tools-3.14.ebuild | 11 | ||||
-rw-r--r-- | sys-fs/inotify-tools/metadata.xml | 3 |
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 |