public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-apps/kmod: kmod-9999.ebuild ChangeLog
@ 2012-01-02 19:59 Mike Frysinger (vapier)
  0 siblings, 0 replies; 9+ messages in thread
From: Mike Frysinger (vapier) @ 2012-01-02 19:59 UTC (permalink / raw
  To: gentoo-commits

vapier      12/01/02 19:59:55

  Modified:             kmod-9999.ebuild ChangeLog
  Log:
  Always delete .la since we have a .pc file, and restore /bin and /sbin split.
  
  (Portage version: 2.2.0_alpha81/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  sys-apps/kmod/kmod-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild?r1=1.2&r2=1.3

Index: kmod-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- kmod-9999.ebuild	31 Dec 2011 23:57:23 -0000	1.2
+++ kmod-9999.ebuild	2 Jan 2012 19:59:55 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild,v 1.2 2011/12/31 23:57:23 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild,v 1.3 2012/01/02 19:59:55 vapier Exp $
 
 EAPI=4
 
@@ -26,13 +26,7 @@
 	lzma? ( app-arch/xz-utils )"
 RDEPEND="${DEPEND}"
 
-src_prepare()
-{
-	# Apply patches with epatch if necessary.
-
-	# Allow user patches to be applied without modifying the ebuild.
-	epatch_user
-
+src_prepare() {
 	if [ ! -e configure ]; then
 		eautoreconf
 	else
@@ -40,20 +34,24 @@
 	fi
 }
 
-src_configure()
-{
+src_configure() {
 	econf \
-		--bindir=/sbin \
+		--bindir=/bin \
 		--with-rootprefix=/ \
 		$(use_enable debug) \
 		$(use_with lzma xz) \
-	$(use_enable static-libs static) \
+		$(use_enable static-libs static) \
 		$(use_enable tools) \
 		$(use_with zlib)
 }
 
-src_install()
-{
+src_install() {
 	default
+
+	dodir /sbin
+	mv "${D}"/bin/kmod-{{ins,rm}mod,modprobe} "${D}"/sbin/ || die
+
 	gen_usr_ldscript -a kmod
+	# we have a .pc file for people to use
+	find "${D}" -name libkmod.la -delete
 }



1.7                  sys-apps/kmod/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/kmod/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	1 Jan 2012 09:49:32 -0000	1.6
+++ ChangeLog	2 Jan 2012 19:59:55 -0000	1.7
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/kmod
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/ChangeLog,v 1.6 2012/01/01 09:49:32 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/ChangeLog,v 1.7 2012/01/02 19:59:55 vapier Exp $
+
+  02 Jan 2012; Mike Frysinger <vapier@gentoo.org> kmod-9999.ebuild:
+  Always delete .la since we have a .pc file, and restore /bin and /sbin split.
 
   01 Jan 2012; Michał Górny <mgorny@gentoo.org> metadata.xml:
   Removing myself.






^ permalink raw reply	[flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/kmod: kmod-9999.ebuild ChangeLog
@ 2014-04-08  9:08 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 9+ messages in thread
From: Samuli Suominen (ssuominen) @ 2014-04-08  9:08 UTC (permalink / raw
  To: gentoo-commits

ssuominen    14/04/08 09:08:24

  Modified:             kmod-9999.ebuild ChangeLog
  Log:
  Avoid reverting changes, meh, a mistake.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)

Revision  Changes    Path
1.72                 sys-apps/kmod/kmod-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild?rev=1.72&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild?rev=1.72&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild?r1=1.71&r2=1.72

Index: kmod-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- kmod-9999.ebuild	8 Apr 2014 09:05:24 -0000	1.71
+++ kmod-9999.ebuild	8 Apr 2014 09:08:23 -0000	1.72
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild,v 1.71 2014/04/08 09:05:24 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild,v 1.72 2014/04/08 09:08:23 ssuominen Exp $
 
 EAPI=5
 inherit bash-completion-r1 eutils multilib
@@ -33,10 +33,13 @@
 	openrc? ( !<sys-apps/openrc-0.12 )
 	zlib? ( >=sys-libs/zlib-1.2.6 )" #427130
 DEPEND="${RDEPEND}
-	dev-libs/libxslt
 	doc? ( dev-util/gtk-doc )
 	lzma? ( virtual/pkgconfig )
 	zlib? ( virtual/pkgconfig )"
+if [[ ${PV} == 9999* ]]; then
+	DEPEND="${DEPEND}
+		dev-libs/libxslt"
+fi
 
 src_prepare() {
 	if [ ! -e configure ]; then



1.143                sys-apps/kmod/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/ChangeLog?rev=1.143&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/ChangeLog?rev=1.143&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/ChangeLog?r1=1.142&r2=1.143

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/kmod/ChangeLog,v
retrieving revision 1.142
retrieving revision 1.143
diff -u -r1.142 -r1.143
--- ChangeLog	8 Apr 2014 09:05:24 -0000	1.142
+++ ChangeLog	8 Apr 2014 09:08:23 -0000	1.143
@@ -1,19 +1,15 @@
 # ChangeLog for sys-apps/kmod
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/ChangeLog,v 1.142 2014/04/08 09:05:24 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/ChangeLog,v 1.143 2014/04/08 09:08:23 ssuominen Exp $
 
   08 Apr 2014; Samuli Suominen <ssuominen@gentoo.org> kmod-9999.ebuild:
   Temporarily pass --disable-python until the ebuild has been ported over to
   python-r1.eclass. Also, nothing in gentoo-x86 is requiring python-kmod yet.
-
-  08 Apr 2014; Samuli Suominen <ssuominen@gentoo.org> kmod-9999.ebuild:
   Move dev-libs/libxslt behind ifdef based on 9999 because it's no longer
   required for released tarballs as per NEWS.
 
-  08 Apr 2014; Samuli Suominen <ssuominen@gentoo.org> kmod-9999.ebuild:
-  Push last change to -16 also to -9999.
-
-  05 Apr 2014; Samuli Suominen <ssuominen@gentoo.org> kmod-16.ebuild:
+  05 Apr 2014; Samuli Suominen <ssuominen@gentoo.org> kmod-16.ebuild,
+  kmod-9999.ebuild:
   If /etc/runlevels/sysinit is missing when we are installing for the first
   time, create the directory. This way we don't have to pull in sys-apps/openrc
   as a dependency. This bug was reported against sys-fs/udev-init-scripts wrt





^ permalink raw reply	[flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/kmod: kmod-9999.ebuild ChangeLog
@ 2014-04-08  9:05 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 9+ messages in thread
From: Samuli Suominen (ssuominen) @ 2014-04-08  9:05 UTC (permalink / raw
  To: gentoo-commits

ssuominen    14/04/08 09:05:24

  Modified:             kmod-9999.ebuild ChangeLog
  Log:
  Temporarily pass --disable-python until the ebuild has been ported over to python-r1.eclass. Also, nothing in gentoo-x86 is requiring python-kmod yet.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)

Revision  Changes    Path
1.71                 sys-apps/kmod/kmod-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild?rev=1.71&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild?rev=1.71&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild?r1=1.70&r2=1.71

Index: kmod-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- kmod-9999.ebuild	8 Apr 2014 08:37:34 -0000	1.70
+++ kmod-9999.ebuild	8 Apr 2014 09:05:24 -0000	1.71
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild,v 1.70 2014/04/08 08:37:34 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild,v 1.71 2014/04/08 09:05:24 ssuominen Exp $
 
 EAPI=5
 inherit bash-completion-r1 eutils multilib
@@ -33,13 +33,10 @@
 	openrc? ( !<sys-apps/openrc-0.12 )
 	zlib? ( >=sys-libs/zlib-1.2.6 )" #427130
 DEPEND="${RDEPEND}
+	dev-libs/libxslt
 	doc? ( dev-util/gtk-doc )
 	lzma? ( virtual/pkgconfig )
 	zlib? ( virtual/pkgconfig )"
-if [[ ${PV} == 9999* ]]; then
-	DEPEND="${DEPEND}
-		dev-libs/libxslt"
-fi
 
 src_prepare() {
 	if [ ! -e configure ]; then
@@ -61,6 +58,8 @@
 }
 
 src_configure() {
+	# TODO: --disable-python is only because the ebuild hasn't been ported over to
+	# python-r1.eclass yet
 	econf \
 		--bindir=/bin \
 		--with-rootlibdir="/$(get_libdir)" \
@@ -68,6 +67,7 @@
 		$(use_enable static-libs static) \
 		$(use_enable tools) \
 		$(use_enable debug) \
+		--disable-python \
 		$(use_enable doc gtk-doc) \
 		$(use_with lzma xz) \
 		$(use_with zlib) \



1.142                sys-apps/kmod/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/ChangeLog?rev=1.142&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/ChangeLog?rev=1.142&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/ChangeLog?r1=1.141&r2=1.142

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/kmod/ChangeLog,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -r1.141 -r1.142
--- ChangeLog	8 Apr 2014 08:37:34 -0000	1.141
+++ ChangeLog	8 Apr 2014 09:05:24 -0000	1.142
@@ -1,6 +1,10 @@
 # ChangeLog for sys-apps/kmod
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/ChangeLog,v 1.141 2014/04/08 08:37:34 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/ChangeLog,v 1.142 2014/04/08 09:05:24 ssuominen Exp $
+
+  08 Apr 2014; Samuli Suominen <ssuominen@gentoo.org> kmod-9999.ebuild:
+  Temporarily pass --disable-python until the ebuild has been ported over to
+  python-r1.eclass. Also, nothing in gentoo-x86 is requiring python-kmod yet.
 
   08 Apr 2014; Samuli Suominen <ssuominen@gentoo.org> kmod-9999.ebuild:
   Move dev-libs/libxslt behind ifdef based on 9999 because it's no longer





^ permalink raw reply	[flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/kmod: kmod-9999.ebuild ChangeLog
@ 2014-04-08  8:37 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 9+ messages in thread
From: Samuli Suominen (ssuominen) @ 2014-04-08  8:37 UTC (permalink / raw
  To: gentoo-commits

ssuominen    14/04/08 08:37:34

  Modified:             kmod-9999.ebuild ChangeLog
  Log:
  Move dev-libs/libxslt behind ifdef based on 9999 because it's no longer required for released tarballs as per NEWS.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)

Revision  Changes    Path
1.70                 sys-apps/kmod/kmod-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild?rev=1.70&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild?rev=1.70&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild?r1=1.69&r2=1.70

Index: kmod-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- kmod-9999.ebuild	8 Apr 2014 08:32:11 -0000	1.69
+++ kmod-9999.ebuild	8 Apr 2014 08:37:34 -0000	1.70
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild,v 1.69 2014/04/08 08:32:11 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild,v 1.70 2014/04/08 08:37:34 ssuominen Exp $
 
 EAPI=5
 inherit bash-completion-r1 eutils multilib
@@ -33,10 +33,13 @@
 	openrc? ( !<sys-apps/openrc-0.12 )
 	zlib? ( >=sys-libs/zlib-1.2.6 )" #427130
 DEPEND="${RDEPEND}
-	dev-libs/libxslt
 	doc? ( dev-util/gtk-doc )
 	lzma? ( virtual/pkgconfig )
 	zlib? ( virtual/pkgconfig )"
+if [[ ${PV} == 9999* ]]; then
+	DEPEND="${DEPEND}
+		dev-libs/libxslt"
+fi
 
 src_prepare() {
 	if [ ! -e configure ]; then



1.141                sys-apps/kmod/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/ChangeLog?rev=1.141&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/ChangeLog?rev=1.141&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/ChangeLog?r1=1.140&r2=1.141

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/kmod/ChangeLog,v
retrieving revision 1.140
retrieving revision 1.141
diff -u -r1.140 -r1.141
--- ChangeLog	8 Apr 2014 08:32:11 -0000	1.140
+++ ChangeLog	8 Apr 2014 08:37:34 -0000	1.141
@@ -1,6 +1,10 @@
 # ChangeLog for sys-apps/kmod
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/ChangeLog,v 1.140 2014/04/08 08:32:11 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/ChangeLog,v 1.141 2014/04/08 08:37:34 ssuominen Exp $
+
+  08 Apr 2014; Samuli Suominen <ssuominen@gentoo.org> kmod-9999.ebuild:
+  Move dev-libs/libxslt behind ifdef based on 9999 because it's no longer
+  required for released tarballs as per NEWS.
 
   08 Apr 2014; Samuli Suominen <ssuominen@gentoo.org> kmod-9999.ebuild:
   Push last change to -16 also to -9999.





^ permalink raw reply	[flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/kmod: kmod-9999.ebuild ChangeLog
@ 2014-04-08  8:32 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 9+ messages in thread
From: Samuli Suominen (ssuominen) @ 2014-04-08  8:32 UTC (permalink / raw
  To: gentoo-commits

ssuominen    14/04/08 08:32:11

  Modified:             kmod-9999.ebuild ChangeLog
  Log:
  Push last change to -16 also to -9999.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)

Revision  Changes    Path
1.69                 sys-apps/kmod/kmod-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild?rev=1.69&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild?rev=1.69&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild?r1=1.68&r2=1.69

Index: kmod-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- kmod-9999.ebuild	5 Feb 2014 09:46:31 -0000	1.68
+++ kmod-9999.ebuild	8 Apr 2014 08:32:11 -0000	1.69
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild,v 1.68 2014/02/05 09:46:31 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild,v 1.69 2014/04/08 08:32:11 ssuominen Exp $
 
 EAPI=5
 inherit bash-completion-r1 eutils multilib
@@ -110,20 +110,23 @@
 
 pkg_postinst() {
 	if use openrc; then
-		if [[ -L ${ROOT}etc/runlevels/boot/static-nodes ]]; then
+		if [[ -L ${ROOT%/}/etc/runlevels/boot/static-nodes ]]; then
 			ewarn "Removing old conflicting static-nodes init script from the boot runlevel"
-			rm -f "${ROOT}"etc/runlevels/boot/static-nodes
+			rm -f "${ROOT%/}"/etc/runlevels/boot/static-nodes
 		fi
 
 		# Add kmod to the runlevel automatically if this is the first install of this package.
 		if [[ -z ${REPLACING_VERSIONS} ]]; then
-			if [[ -x ${ROOT}etc/init.d/kmod-static-nodes && -d ${ROOT}etc/runlevels/sysinit ]]; then
-				ln -s /etc/init.d/kmod-static-nodes "${ROOT}"/etc/runlevels/sysinit/kmod-static-nodes
+			if [[ ! -d ${ROOT%/}/etc/runlevels/sysinit ]]; then
+				mkdir -p "${ROOT%/}"/etc/runlevels/sysinit
+			fi
+			if [[ -x ${ROOT%/}/etc/init.d/kmod-static-nodes ]]; then
+				ln -s /etc/init.d/kmod-static-nodes "${ROOT%/}"/etc/runlevels/sysinit/kmod-static-nodes
 			fi
 		fi
 
-		if [[ -e ${ROOT}etc/runlevels/sysinit ]]; then
-			if [[ ! -e ${ROOT}etc/runlevels/sysinit/kmod-static-nodes ]]; then
+		if [[ -e ${ROOT%/}/etc/runlevels/sysinit ]]; then
+			if [[ ! -e ${ROOT%/}/etc/runlevels/sysinit/kmod-static-nodes ]]; then
 				ewarn
 				ewarn "You need to add kmod-static-nodes to the sysinit runlevel for"
 				ewarn "kernel modules to have required static nodes!"



1.140                sys-apps/kmod/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/ChangeLog?rev=1.140&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/ChangeLog?rev=1.140&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/ChangeLog?r1=1.139&r2=1.140

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/kmod/ChangeLog,v
retrieving revision 1.139
retrieving revision 1.140
diff -u -r1.139 -r1.140
--- ChangeLog	5 Apr 2014 11:02:10 -0000	1.139
+++ ChangeLog	8 Apr 2014 08:32:11 -0000	1.140
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/kmod
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/ChangeLog,v 1.139 2014/04/05 11:02:10 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/ChangeLog,v 1.140 2014/04/08 08:32:11 ssuominen Exp $
+
+  08 Apr 2014; Samuli Suominen <ssuominen@gentoo.org> kmod-9999.ebuild:
+  Push last change to -16 also to -9999.
 
   05 Apr 2014; Samuli Suominen <ssuominen@gentoo.org> kmod-16.ebuild:
   If /etc/runlevels/sysinit is missing when we are installing for the first





^ permalink raw reply	[flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/kmod: kmod-9999.ebuild ChangeLog
@ 2013-06-14 21:59 William Hubbs (williamh)
  0 siblings, 0 replies; 9+ messages in thread
From: William Hubbs (williamh) @ 2013-06-14 21:59 UTC (permalink / raw
  To: gentoo-commits

williamh    13/06/14 21:59:30

  Modified:             kmod-9999.ebuild ChangeLog
  Log:
  always build  shared libraries
  
  (Portage version: 2.2.0_alpha179/cvs/Linux i686, signed Manifest commit with key 0x30C46538)

Revision  Changes    Path
1.55                 sys-apps/kmod/kmod-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild?rev=1.55&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild?rev=1.55&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild?r1=1.54&r2=1.55

Index: kmod-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- kmod-9999.ebuild	10 Apr 2013 03:12:15 -0000	1.54
+++ kmod-9999.ebuild	14 Jun 2013 21:59:30 -0000	1.55
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild,v 1.54 2013/04/10 03:12:15 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild,v 1.55 2013/06/14 21:59:30 williamh Exp $
 
 EAPI=5
 
@@ -64,6 +64,7 @@
 	econf \
 		--bindir=/bin \
 		--with-rootlibdir=/$(get_libdir) \
+		--enable-shared \
 		$(use_enable static-libs static) \
 		$(use_enable tools) \
 		$(use_enable debug) \



1.86                 sys-apps/kmod/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/ChangeLog?rev=1.86&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/ChangeLog?rev=1.86&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/ChangeLog?r1=1.85&r2=1.86

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/kmod/ChangeLog,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- ChangeLog	9 Jun 2013 16:03:33 -0000	1.85
+++ ChangeLog	14 Jun 2013 21:59:30 -0000	1.86
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/kmod
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/ChangeLog,v 1.85 2013/06/09 16:03:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/ChangeLog,v 1.86 2013/06/14 21:59:30 williamh Exp $
+
+  14 Jun 2013; William Hubbs <williamh@gentoo.org> kmod-9999.ebuild:
+  always build  shared libraries
 
   09 Jun 2013; Agostino Sarubbo <ago@gentoo.org> kmod-13-r1.ebuild:
   Stable for sh, wrt bug #470580





^ permalink raw reply	[flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/kmod: kmod-9999.ebuild ChangeLog
@ 2012-07-17 12:36 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 9+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-07-17 12:36 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/07/17 12:36:53

  Modified:             kmod-9999.ebuild ChangeLog
  Log:
  Fix 9999 too
  
  (Portage version: 2.2.0_alpha116/cvs/Linux x86_64)

Revision  Changes    Path
1.30                 sys-apps/kmod/kmod-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild?r1=1.29&r2=1.30

Index: kmod-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- kmod-9999.ebuild	13 Jul 2012 16:27:28 -0000	1.29
+++ kmod-9999.ebuild	17 Jul 2012 12:36:53 -0000	1.30
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild,v 1.29 2012/07/13 16:27:28 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild,v 1.30 2012/07/17 12:36:53 ssuominen Exp $
 
 EAPI=4
 
@@ -76,11 +76,13 @@
 
 	if use tools; then
 		local cmd
-		for cmd in depmod insmod lsmod modinfo rmmod; do
+		for cmd in insmod lsmod modinfo rmmod; do
 			dosym kmod /usr/bin/${cmd}
 		done
 		# according to upstream, modprobe can be called directly by the kernel,
 		# so it cannot be moved to /usr/bin at this time.
 		dosym /usr/bin/kmod /sbin/modprobe
+		# another hardcoded path in the Linux source tree, bug #426698
+		dosym /usr/bin/kmod /sbin/depmod
 	fi
 }



1.44                 sys-apps/kmod/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/ChangeLog?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/ChangeLog?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/ChangeLog?r1=1.43&r2=1.44

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/kmod/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog	17 Jul 2012 12:30:36 -0000	1.43
+++ ChangeLog	17 Jul 2012 12:36:53 -0000	1.44
@@ -1,9 +1,10 @@
 # ChangeLog for sys-apps/kmod
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/ChangeLog,v 1.43 2012/07/17 12:30:36 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/ChangeLog,v 1.44 2012/07/17 12:36:53 ssuominen Exp $
 
 *kmod-9-r3 (17 Jul 2012)
 
-  17 Jul 2012; Samuli Suominen <ssuominen@gentoo.org> +kmod-9-r3.ebuild:
+  17 Jul 2012; Samuli Suominen <ssuominen@gentoo.org> +kmod-9-r3.ebuild,
+  kmod-9999.ebuild:
   Another hardcoded path in the Linux source tree (depmod) wrt #426698 by Kyle
   McFarland
 






^ permalink raw reply	[flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/kmod: kmod-9999.ebuild ChangeLog
@ 2012-01-18 23:10 William Hubbs (williamh)
  0 siblings, 0 replies; 9+ messages in thread
From: William Hubbs (williamh) @ 2012-01-18 23:10 UTC (permalink / raw
  To: gentoo-commits

williamh    12/01/18 23:10:33

  Modified:             kmod-9999.ebuild ChangeLog
  Log:
  update to block module-init-tools if tools is in use
  
  (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  sys-apps/kmod/kmod-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild?r1=1.7&r2=1.8

Index: kmod-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- kmod-9999.ebuild	10 Jan 2012 22:19:09 -0000	1.7
+++ kmod-9999.ebuild	18 Jan 2012 23:10:33 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild,v 1.7 2012/01/10 22:19:09 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild,v 1.8 2012/01/18 23:10:33 williamh Exp $
 
 EAPI=4
 
@@ -24,7 +24,7 @@
 
 REQUIRED_USE="compat? ( tools )"
 
-COMMON_DEPEND="compat? ( !!sys-apps/module-init-tools )
+COMMON_DEPEND="tools? ( !!sys-apps/module-init-tools )
 	lzma? ( app-arch/xz-utils )
 	zlib? ( sys-libs/zlib )"
 



1.13                 sys-apps/kmod/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/kmod/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	16 Jan 2012 17:47:14 -0000	1.12
+++ ChangeLog	18 Jan 2012 23:10:33 -0000	1.13
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/kmod
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/ChangeLog,v 1.12 2012/01/16 17:47:14 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/ChangeLog,v 1.13 2012/01/18 23:10:33 williamh Exp $
+
+  18 Jan 2012; William Hubbs <williamh@gentoo.org> kmod-9999.ebuild:
+  update to block module-init-tools if tools is in use
 
   16 Jan 2012; Kacper Kowalik <xarthisius@gentoo.org> kmod-3.ebuild:
   Marked ~ppc64/~ppc wrt #397769






^ permalink raw reply	[flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/kmod: kmod-9999.ebuild ChangeLog
@ 2011-12-31 23:57 William Hubbs (williamh)
  0 siblings, 0 replies; 9+ messages in thread
From: William Hubbs (williamh) @ 2011-12-31 23:57 UTC (permalink / raw
  To: gentoo-commits

williamh    11/12/31 23:57:23

  Modified:             kmod-9999.ebuild ChangeLog
  Log:
  Live ebuild updates:
  - Remove the usage of autotools-utils from the live ebuild since we can
    do the static libs handling in the ebuild.
  - Pass --bindir=/sbin to the configure script for now to install the
    binaries in /sbin.
    - call portage's default src_install function in src_install.
  
  (Portage version: 2.2.0_alpha84/cvs/Linux i686)

Revision  Changes    Path
1.2                  sys-apps/kmod/kmod-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild?r1=1.1&r2=1.2

Index: kmod-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kmod-9999.ebuild	31 Dec 2011 08:08:46 -0000	1.1
+++ kmod-9999.ebuild	31 Dec 2011 23:57:23 -0000	1.2
@@ -1,54 +1,59 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild,v 1.1 2011/12/31 08:08:46 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild,v 1.2 2011/12/31 23:57:23 williamh Exp $
 
-EAPI="4"
+EAPI=4
 
-inherit autotools-utils toolchain-funcs
+EGIT_REPO_URI="git://git.profusion.mobi/${PN}.git"
 
-if [[ ${PV} == "9999" ]] ; then
-	EGIT_REPO_URI="git://git.profusion.mobi/kmod.git"
-	inherit git-2 autotools
-else
+[[ "${PV}" == "9999" ]] && vcs=git-2
+inherit ${vcs}  autotools eutils toolchain-funcs
+unset vcs
+
+if [[ "${PV}" != "9999" ]] ; then
 	SRC_URI="http://packages.profusion.mobi/kmod/${P}.tar.xz"
 	KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
 fi
 
-DESCRIPTION="Library and utilities for kernel module loading"
-HOMEPAGE="http://git.profusion.mobi/cgit.cgi/kmod.git/" # XXX
+DESCRIPTION="library and tools for managing linux kernel modules"
+HOMEPAGE="http://git.profusion.mobi/cgit.cgi/kmod.git"
 
 LICENSE="LGPL-2"
 SLOT="0"
 IUSE="debug lzma static-libs +tools zlib"
 
-RDEPEND="zlib? ( sys-libs/zlib )
+DEPEND="zlib? ( sys-libs/zlib )
 	lzma? ( app-arch/xz-utils )"
-DEPEND="${RDEPEND}"
+RDEPEND="${DEPEND}"
+
+src_prepare()
+{
+	# Apply patches with epatch if necessary.
 
-src_prepare() {
-	if [[ ! -e configure ]] ; then
+	# Allow user patches to be applied without modifying the ebuild.
+	epatch_user
+
+	if [ ! -e configure ]; then
 		eautoreconf
-		AT_NOELIBTOOLIZE=yes # autotools-utils calls this
+	else
+		elibtoolize
 	fi
-	autotools-utils_src_prepare
 }
 
-src_configure() {
-	myeconfargs=(
-		$(use_enable debug)
-		$(use_with lzma xz)
-		$(use_enable tools)
+src_configure()
+{
+	econf \
+		--bindir=/sbin \
+		--with-rootprefix=/ \
+		$(use_enable debug) \
+		$(use_with lzma xz) \
+	$(use_enable static-libs static) \
+		$(use_enable tools) \
 		$(use_with zlib)
-		--bindir=/bin
-		--with-rootprefix=/
-	)
-
-	autotools-utils_src_configure
 }
 
-src_install() {
-	autotools-utils_src_install
+src_install()
+{
+	default
 	gen_usr_ldscript -a kmod
-	dodir /sbin
-	mv "${D}"/bin/kmod-{{ins,rm}mod,modprobe} "${D}"/sbin/ || die
 }



1.5                  sys-apps/kmod/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/kmod/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	31 Dec 2011 08:08:46 -0000	1.4
+++ ChangeLog	31 Dec 2011 23:57:23 -0000	1.5
@@ -1,6 +1,12 @@
 # ChangeLog for sys-apps/kmod
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/ChangeLog,v 1.4 2011/12/31 08:08:46 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/ChangeLog,v 1.5 2011/12/31 23:57:23 williamh Exp $
+
+  31 Dec 2011; William Hubbs <williamh@gentoo.org> kmod-9999.ebuild:
+  Live ebuild updates: - Remove the usage of autotools-utils from the live
+  ebuild since we can   do the static libs handling in the ebuild. - Pass
+  --bindir=/sbin to the configure script for now to install the   binaries in
+  /sbin.   - call portage's default src_install function in src_install.
 
 *kmod-9999 (31 Dec 2011)
 






^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2014-04-08  9:08 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-02 19:59 [gentoo-commits] gentoo-x86 commit in sys-apps/kmod: kmod-9999.ebuild ChangeLog Mike Frysinger (vapier)
  -- strict thread matches above, loose matches on Subject: below --
2014-04-08  9:08 Samuli Suominen (ssuominen)
2014-04-08  9:05 Samuli Suominen (ssuominen)
2014-04-08  8:37 Samuli Suominen (ssuominen)
2014-04-08  8:32 Samuli Suominen (ssuominen)
2013-06-14 21:59 William Hubbs (williamh)
2012-07-17 12:36 Samuli Suominen (ssuominen)
2012-01-18 23:10 William Hubbs (williamh)
2011-12-31 23:57 William Hubbs (williamh)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox