Gentoo Archives: gentoo-commits

From: "Ian Whyman (thev00d00)" <thev00d00@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/mediatomb: mediatomb-0.12.2_pre20140810.ebuild ChangeLog
Date: Tue, 30 Sep 2014 17:19:20
Message-Id: 20140930171914.9447C6991@oystercatcher.gentoo.org
1 thev00d00 14/09/30 17:19:14
2
3 Modified: mediatomb-0.12.2_pre20140810.ebuild ChangeLog
4 Log:
5 Add missing linux-info call, reported by BT in #522976
6
7 (Portage version: 2.2.14_rc1/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.2 net-misc/mediatomb/mediatomb-0.12.2_pre20140810.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mediatomb/mediatomb-0.12.2_pre20140810.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mediatomb/mediatomb-0.12.2_pre20140810.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mediatomb/mediatomb-0.12.2_pre20140810.ebuild?r1=1.1&r2=1.2
15
16 Index: mediatomb-0.12.2_pre20140810.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-misc/mediatomb/mediatomb-0.12.2_pre20140810.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- mediatomb-0.12.2_pre20140810.ebuild 9 Aug 2014 21:27:39 -0000 1.1
23 +++ mediatomb-0.12.2_pre20140810.ebuild 30 Sep 2014 17:19:14 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-misc/mediatomb/mediatomb-0.12.2_pre20140810.ebuild,v 1.1 2014/08/09 21:27:39 thev00d00 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-misc/mediatomb/mediatomb-0.12.2_pre20140810.ebuild,v 1.2 2014/09/30 17:19:14 thev00d00 Exp $
29
30 EAPI=5
31 inherit autotools eutils linux-info user vcs-snapshot
32 @@ -45,6 +45,8 @@
33 CONFIG_CHECK="~INOTIFY_USER"
34
35 pkg_setup() {
36 + use inotify && linux-info_pkg_setup
37 +
38 enewgroup mediatomb
39 enewuser mediatomb -1 -1 /dev/null mediatomb
40 }
41
42
43
44 1.58 net-misc/mediatomb/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mediatomb/ChangeLog?rev=1.58&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mediatomb/ChangeLog?rev=1.58&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mediatomb/ChangeLog?r1=1.57&r2=1.58
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/net-misc/mediatomb/ChangeLog,v
53 retrieving revision 1.57
54 retrieving revision 1.58
55 diff -u -r1.57 -r1.58
56 --- ChangeLog 29 Aug 2014 10:30:26 -0000 1.57
57 +++ ChangeLog 30 Sep 2014 17:19:14 -0000 1.58
58 @@ -1,6 +1,10 @@
59 # ChangeLog for net-misc/mediatomb
60 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/net-misc/mediatomb/ChangeLog,v 1.57 2014/08/29 10:30:26 nimiux Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/net-misc/mediatomb/ChangeLog,v 1.58 2014/09/30 17:19:14 thev00d00 Exp $
63 +
64 + 30 Sep 2014; Ian Whyman <thev00d00@g.o>
65 + mediatomb-0.12.2_pre20140810.ebuild:
66 + Add missing linux-info call, reported by BT in #522976
67
68 29 Aug 2014; Chema Alonso <nimiux@g.o> mediatomb-0.12.1-r8.ebuild:
69 Stable for amd64 wrt bug #517850