Gentoo Archives: gentoo-commits

From: "William Hubbs (williamh)" <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/kmod: kmod-9999.ebuild kmod-6.ebuild ChangeLog
Date: Thu, 08 Mar 2012 01:55:17
Message-Id: 20120308015459.E43B22004B@flycatcher.gentoo.org
1 williamh 12/03/08 01:54:59
2
3 Modified: kmod-9999.ebuild ChangeLog
4 Added: kmod-6.ebuild
5 Log:
6 version bump for bug #406887
7
8 (Portage version: 2.2.0_alpha89/cvs/Linux i686)
9
10 Revision Changes Path
11 1.13 sys-apps/kmod/kmod-9999.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild?rev=1.13&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild?rev=1.13&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild?r1=1.12&r2=1.13
16
17 Index: kmod-9999.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild,v
20 retrieving revision 1.12
21 retrieving revision 1.13
22 diff -u -r1.12 -r1.13
23 --- kmod-9999.ebuild 25 Feb 2012 07:08:25 -0000 1.12
24 +++ kmod-9999.ebuild 8 Mar 2012 01:54:59 -0000 1.13
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild,v 1.12 2012/02/25 07:08:25 robbat2 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild,v 1.13 2012/03/08 01:54:59 williamh Exp $
30
31 EAPI=4
32
33 @@ -11,12 +11,12 @@
34 unset vcs
35
36 if [[ "${PV}" != "9999" ]] ; then
37 - SRC_URI="http://packages.profusion.mobi/kmod/${P}.tar.xz"
38 + SRC_URI="mirror://kernel/linux/utils/kernel/kmod/${P}.tar.xz"
39 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
40 fi
41
42 DESCRIPTION="library and tools for managing linux kernel modules"
43 -HOMEPAGE="http://git.profusion.mobi/cgit.cgi/kmod.git"
44 +HOMEPAGE="http://git.kernel.org/?p=utils/kernel/kmod/kmod.git"
45
46 LICENSE="LGPL-2"
47 SLOT="0"
48
49
50
51 1.24 sys-apps/kmod/ChangeLog
52
53 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/ChangeLog?rev=1.24&view=markup
54 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/ChangeLog?rev=1.24&content-type=text/plain
55 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/ChangeLog?r1=1.23&r2=1.24
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/sys-apps/kmod/ChangeLog,v
60 retrieving revision 1.23
61 retrieving revision 1.24
62 diff -u -r1.23 -r1.24
63 --- ChangeLog 25 Feb 2012 07:08:25 -0000 1.23
64 +++ ChangeLog 8 Mar 2012 01:54:59 -0000 1.24
65 @@ -1,6 +1,12 @@
66 # ChangeLog for sys-apps/kmod
67 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
68 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/ChangeLog,v 1.23 2012/02/25 07:08:25 robbat2 Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/ChangeLog,v 1.24 2012/03/08 01:54:59 williamh Exp $
70 +
71 +*kmod-6 (08 Mar 2012)
72 +
73 + 08 Mar 2012; William Hubbs <williamh@g.o> +kmod-6.ebuild,
74 + kmod-9999.ebuild:
75 + version bump for bug #406887
76
77 25 Feb 2012; Robin H. Johnson <robbat2@g.o> kmod-5.ebuild,
78 kmod-9999.ebuild:
79
80
81
82 1.1 sys-apps/kmod/kmod-6.ebuild
83
84 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/kmod-6.ebuild?rev=1.1&view=markup
85 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/kmod-6.ebuild?rev=1.1&content-type=text/plain
86
87 Index: kmod-6.ebuild
88 ===================================================================
89 # Copyright 1999-2012 Gentoo Foundation
90 # Distributed under the terms of the GNU General Public License v2
91 # $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-6.ebuild,v 1.1 2012/03/08 01:54:59 williamh Exp $
92
93 EAPI=4
94
95 EGIT_REPO_URI="git://git.kernel.org/pub/scm/utils/kernel/${PN}/${PN}.git"
96
97 [[ "${PV}" == "9999" ]] && vcs=git-2
98 inherit ${vcs} autotools eutils toolchain-funcs
99 unset vcs
100
101 if [[ "${PV}" != "9999" ]] ; then
102 SRC_URI="mirror://kernel/linux/utils/kernel/kmod/${P}.tar.xz"
103 KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86"
104 fi
105
106 DESCRIPTION="library and tools for managing linux kernel modules"
107 HOMEPAGE="http://git.kernel.org/?p=utils/kernel/kmod/kmod.git"
108
109 LICENSE="LGPL-2"
110 SLOT="0"
111 IUSE="+compat doc debug lzma static-libs +tools zlib"
112
113 REQUIRED_USE="compat? ( tools )"
114
115 COMMON_DEPEND="!sys-apps/module-init-tools
116 !sys-apps/modutils
117 lzma? ( app-arch/xz-utils )
118 zlib? ( sys-libs/zlib )"
119
120 DEPEND="${COMMON_DEPEND}
121 doc? ( dev-util/gtk-doc )"
122 RDEPEND="${COMMON_DEPEND}"
123
124 src_prepare()
125 {
126 if [ ! -e configure ]; then
127 if use doc; then
128 gtkdocize --copy --docdir libkmod/docs || die "gtkdocize failed"
129 else
130 touch libkmod/docs/gtk-doc.make
131 fi
132 eautoreconf
133 else
134 elibtoolize
135 fi
136 }
137
138 src_configure()
139 {
140 econf \
141 $(use_enable debug) \
142 $(use_enable doc gtk-doc) \
143 $(use_with lzma xz) \
144 $(use_enable static-libs static) \
145 $(use_enable tools) \
146 $(use_with zlib)
147 }
148
149 src_install()
150 {
151 default
152
153 # we have a .pc file for people to use
154 find "${D}" -name libkmod.la -delete
155
156 if use compat && use tools; then
157 dodir /bin
158 dosym /usr/bin/kmod /bin/lsmod
159 dodir /sbin
160 for cmd in depmod insmod modinfo modprobe rmmod; do
161 dosym /usr/bin/kmod /sbin/$cmd
162 done
163 fi
164 }