Gentoo Archives: gentoo-commits

From: "Stefan Schweizer (genstef)" <genstef@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-dialup/misdn: misdn-1.1.7.2.ebuild misdn-1.1.7.ebuild ChangeLog
Date: Thu, 27 Mar 2008 17:36:31
Message-Id: E1Jew1c-00046h-MF@stork.gentoo.org
1 genstef 08/03/27 17:36:28
2
3 Modified: misdn-1.1.7.2.ebuild misdn-1.1.7.ebuild ChangeLog
4 Log:
5 use modprobe.d instead of modules.d, bug 214023
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.4 net-dialup/misdn/misdn-1.1.7.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/misdn/misdn-1.1.7.2.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/misdn/misdn-1.1.7.2.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/misdn/misdn-1.1.7.2.ebuild?r1=1.3&r2=1.4
14
15 Index: misdn-1.1.7.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-dialup/misdn/misdn-1.1.7.2.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- misdn-1.1.7.2.ebuild 12 Feb 2008 16:30:47 -0000 1.3
22 +++ misdn-1.1.7.2.ebuild 27 Mar 2008 17:36:28 -0000 1.4
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/misdn/misdn-1.1.7.2.ebuild,v 1.3 2008/02/12 16:30:47 mr_bones_ Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/misdn/misdn-1.1.7.2.ebuild,v 1.4 2008/03/27 17:36:28 genstef Exp $
28
29 inherit eutils linux-mod
30
31 @@ -173,7 +173,7 @@
32 echo 'KERNEL=="obj-*", NAME="mISDN", GROUP="uucp", MODE="0660"' \
33 > "${D}etc/udev/rules.d/53-${PN}.rules"
34
35 - insinto /etc/modules.d
36 + insinto /etc/modprobe.d
37 newins "${MY_S}/mISDN.modprobe.d" ${PN}
38 dosbin "${MY_S}/misdn-init"
39 dodoc "${MY_S}/README.misdn-init"
40
41
42
43 1.2 net-dialup/misdn/misdn-1.1.7.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/misdn/misdn-1.1.7.ebuild?rev=1.2&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/misdn/misdn-1.1.7.ebuild?rev=1.2&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/misdn/misdn-1.1.7.ebuild?r1=1.1&r2=1.2
48
49 Index: misdn-1.1.7.ebuild
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/net-dialup/misdn/misdn-1.1.7.ebuild,v
52 retrieving revision 1.1
53 retrieving revision 1.2
54 diff -u -r1.1 -r1.2
55 --- misdn-1.1.7.ebuild 12 Nov 2007 19:14:08 -0000 1.1
56 +++ misdn-1.1.7.ebuild 27 Mar 2008 17:36:28 -0000 1.2
57 @@ -1,6 +1,6 @@
58 -# Copyright 1999-2007 Gentoo Foundation
59 +# Copyright 1999-2008 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/misdn/misdn-1.1.7.ebuild,v 1.1 2007/11/12 19:14:08 genstef Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/misdn/misdn-1.1.7.ebuild,v 1.2 2008/03/27 17:36:28 genstef Exp $
63
64 inherit eutils linux-mod
65
66 @@ -151,7 +151,7 @@
67 echo 'KERNEL=="obj-*", NAME="mISDN", GROUP="dialout", MODE="0660"' \
68 > "${D}/etc/udev/rules.d/53-${PN}.rules"
69
70 - insinto /etc/modules.d
71 + insinto /etc/modprobe.d
72 newins "${WORKDIR}/${MY_P}/"mISDN.modprobe.d ${PN}
73
74 sed -i -e "s:USER=.*:USER=root:" \
75
76
77
78 1.28 net-dialup/misdn/ChangeLog
79
80 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/misdn/ChangeLog?rev=1.28&view=markup
81 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/misdn/ChangeLog?rev=1.28&content-type=text/plain
82 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/misdn/ChangeLog?r1=1.27&r2=1.28
83
84 Index: ChangeLog
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/net-dialup/misdn/ChangeLog,v
87 retrieving revision 1.27
88 retrieving revision 1.28
89 diff -u -r1.27 -r1.28
90 --- ChangeLog 12 Feb 2008 08:13:04 -0000 1.27
91 +++ ChangeLog 27 Mar 2008 17:36:28 -0000 1.28
92 @@ -1,6 +1,10 @@
93 # ChangeLog for net-dialup/misdn
94 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
95 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/misdn/ChangeLog,v 1.27 2008/02/12 08:13:04 sbriesen Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/misdn/ChangeLog,v 1.28 2008/03/27 17:36:28 genstef Exp $
97 +
98 + 27 Mar 2008; Stefan Schweizer <genstef@g.o> misdn-1.1.7.ebuild,
99 + misdn-1.1.7.2.ebuild:
100 + use modprobe.d instead of modules.d, bug 214023
101
102 *misdn-1.1.7.2 (12 Feb 2008)
103
104
105
106
107 --
108 gentoo-commits@l.g.o mailing list