Gentoo Archives: gentoo-commits

From: "Lars Wendler (polynomial-c)" <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/inotify-tools: inotify-tools-3.14.ebuild ChangeLog metadata.xml inotify-tools-3.13-r1.ebuild
Date: Sun, 05 Jan 2014 15:17:52
Message-Id: 20140105151748.B54B72004C@flycatcher.gentoo.org
1 polynomial-c 14/01/05 15:17:48
2
3 Modified: inotify-tools-3.14.ebuild ChangeLog metadata.xml
4 inotify-tools-3.13-r1.ebuild
5 Log:
6 Added myself as maintainer. Converted ebuilds to EAPI-5
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
9
10 Revision Changes Path
11 1.3 sys-fs/inotify-tools/inotify-tools-3.14.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/inotify-tools/inotify-tools-3.14.ebuild?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/inotify-tools/inotify-tools-3.14.ebuild?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/inotify-tools/inotify-tools-3.14.ebuild?r1=1.2&r2=1.3
16
17 Index: inotify-tools-3.14.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-fs/inotify-tools/inotify-tools-3.14.ebuild,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- inotify-tools-3.14.ebuild 15 Mar 2013 11:56:02 -0000 1.2
24 +++ inotify-tools-3.14.ebuild 5 Jan 2014 15:17:48 -0000 1.3
25 @@ -1,8 +1,8 @@
26 -# Copyright 1999-2013 Gentoo Foundation
27 +# Copyright 1999-2014 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $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 $
30 +# $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 $
31
32 -EAPI="2"
33 +EAPI=5
34
35 DESCRIPTION="a set of command-line programs providing a simple interface to inotify"
36 HOMEPAGE="https://github.com/rvoicilas/inotify-tools/wiki"
37 @@ -25,11 +25,10 @@
38 # only docs installed are doxygen ones, so use /html
39 econf \
40 --docdir=/usr/share/doc/${PF}/html \
41 - $(use_enable doc doxygen) \
42 - || die
43 + $(use_enable doc doxygen)
44 }
45
46 src_install() {
47 - emake DESTDIR="${D}" install || die
48 + emake DESTDIR="${D}" install
49 dodoc README NEWS AUTHORS ChangeLog
50 }
51
52
53
54 1.34 sys-fs/inotify-tools/ChangeLog
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/inotify-tools/ChangeLog?rev=1.34&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/inotify-tools/ChangeLog?rev=1.34&content-type=text/plain
58 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/inotify-tools/ChangeLog?r1=1.33&r2=1.34
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/sys-fs/inotify-tools/ChangeLog,v
63 retrieving revision 1.33
64 retrieving revision 1.34
65 diff -u -r1.33 -r1.34
66 --- ChangeLog 15 Mar 2013 11:56:02 -0000 1.33
67 +++ ChangeLog 5 Jan 2014 15:17:48 -0000 1.34
68 @@ -1,6 +1,10 @@
69 # ChangeLog for sys-fs/inotify-tools
70 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/inotify-tools/ChangeLog,v 1.33 2013/03/15 11:56:02 pinkbyte Exp $
72 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
73 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/inotify-tools/ChangeLog,v 1.34 2014/01/05 15:17:48 polynomial-c Exp $
74 +
75 + 05 Jan 2014; Lars Wendler <polynomial-c@g.o>
76 + inotify-tools-3.13-r1.ebuild, inotify-tools-3.14.ebuild, metadata.xml:
77 + Added myself as maintainer. Converted ebuilds to EAPI-5.
78
79 15 Mar 2013; Sergey Popov <pinkbyte@g.o> -inotify-tools-3.12.ebuild,
80 -inotify-tools-3.13.ebuild, inotify-tools-3.13-r1.ebuild,
81
82
83
84 1.5 sys-fs/inotify-tools/metadata.xml
85
86 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/inotify-tools/metadata.xml?rev=1.5&view=markup
87 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/inotify-tools/metadata.xml?rev=1.5&content-type=text/plain
88 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/inotify-tools/metadata.xml?r1=1.4&r2=1.5
89
90 Index: metadata.xml
91 ===================================================================
92 RCS file: /var/cvsroot/gentoo-x86/sys-fs/inotify-tools/metadata.xml,v
93 retrieving revision 1.4
94 retrieving revision 1.5
95 diff -u -r1.4 -r1.5
96 --- metadata.xml 3 Mar 2013 17:03:07 -0000 1.4
97 +++ metadata.xml 5 Jan 2014 15:17:48 -0000 1.5
98 @@ -2,7 +2,8 @@
99 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
100 <pkgmetadata>
101 <maintainer>
102 - <email>maintainer-needed@g.o</email>
103 + <email>polynomial-c@g.o</email>
104 + <name>Lars Wendler</name>
105 </maintainer>
106 <longdescription>
107 inotify-tools is a set of command-line programs for Linux providing a simple
108
109
110
111 1.6 sys-fs/inotify-tools/inotify-tools-3.13-r1.ebuild
112
113 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/inotify-tools/inotify-tools-3.13-r1.ebuild?rev=1.6&view=markup
114 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/inotify-tools/inotify-tools-3.13-r1.ebuild?rev=1.6&content-type=text/plain
115 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/inotify-tools/inotify-tools-3.13-r1.ebuild?r1=1.5&r2=1.6
116
117 Index: inotify-tools-3.13-r1.ebuild
118 ===================================================================
119 RCS file: /var/cvsroot/gentoo-x86/sys-fs/inotify-tools/inotify-tools-3.13-r1.ebuild,v
120 retrieving revision 1.5
121 retrieving revision 1.6
122 diff -u -r1.5 -r1.6
123 --- inotify-tools-3.13-r1.ebuild 15 Mar 2013 11:56:02 -0000 1.5
124 +++ inotify-tools-3.13-r1.ebuild 5 Jan 2014 15:17:48 -0000 1.6
125 @@ -1,8 +1,8 @@
126 -# Copyright 1999-2013 Gentoo Foundation
127 +# Copyright 1999-2014 Gentoo Foundation
128 # Distributed under the terms of the GNU General Public License v2
129 -# $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 $
130 +# $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 $
131
132 -EAPI="2"
133 +EAPI=5
134
135 DESCRIPTION="a set of command-line programs providing a simple interface to inotify"
136 HOMEPAGE="https://github.com/rvoicilas/inotify-tools/wiki"
137 @@ -25,11 +25,10 @@
138 # only docs installed are doxygen ones, so use /html
139 econf \
140 --docdir=/usr/share/doc/${PF}/html \
141 - $(use_enable doc doxygen) \
142 - || die
143 + $(use_enable doc doxygen)
144 }
145
146 src_install() {
147 - emake DESTDIR="${D}" install || die
148 + emake DESTDIR="${D}" install
149 dodoc README NEWS AUTHORS ChangeLog
150 }