vapier      15/04/03 07:17:16

  Modified:             devfsd-1.3.25-r9.ebuild ChangeLog
  Log:
  Update docs link to point to wwwold.g.o #534508 by Alex Legler.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  Changes    Path
1.6                  sys-fs/devfsd/devfsd-1.3.25-r9.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/devfsd/devfsd-1.3.25-r9.ebuild?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/devfsd/devfsd-1.3.25-r9.ebuild?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/devfsd/devfsd-1.3.25-r9.ebuild?r1=1.5&r2=1.6

Index: devfsd-1.3.25-r9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/devfsd/devfsd-1.3.25-r9.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- devfsd-1.3.25-r9.ebuild     15 Apr 2011 21:56:12 -0000      1.5
+++ devfsd-1.3.25-r9.ebuild     3 Apr 2015 07:17:16 -0000       1.6
@@ -1,6 +1,8 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/devfsd/devfsd-1.3.25-r9.ebuild,v 1.5 
2011/04/15 21:56:12 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/devfsd/devfsd-1.3.25-r9.ebuild,v 1.6 
2015/04/03 07:17:16 vapier Exp $
+
+EAPI="5"
 
 inherit eutils flag-o-matic toolchain-funcs
 
@@ -18,15 +20,12 @@
 
 S=${WORKDIR}/${PN}
 
-src_unpack() {
-       unpack ${A}
-
-       cd "${S}"
+src_prepare() {
        epatch "${FILESDIR}"/${P}-kernel-2.5.patch
        epatch "${FILESDIR}"/${P}-pic.patch
        epatch "${FILESDIR}"/${P}-no-nis.patch
 
-       use elibc_uclibc || append-flags -DHAVE_NIS
+       use elibc_uclibc || append-cppflags -DHAVE_NIS
        sed -i \
                -e "s:-O2:${CFLAGS}:g" \
                -e 's:/usr/man:/usr/share/man:' \
@@ -41,7 +40,7 @@
 
 src_install() {
        dodir /sbin /usr/share/man /etc
-       emake PREFIX="${D}" install || die
+       emake PREFIX="${D}" install
        dodoc devfsd.conf INSTALL
 
        keepdir /etc/devfs.d
@@ -56,6 +55,6 @@
        echo
        einfo "You may wish to read the Gentoo Linux Device Filesystem Guide,"
        einfo "which can be found online at:"
-       einfo "    http://www.gentoo.org/doc/en/devfs-guide.xml";
+       einfo "    https://wwwold.gentoo.org/doc/en/devfs-guide.xml";
        echo
 }



1.27                 sys-fs/devfsd/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/devfsd/ChangeLog?rev=1.27&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/devfsd/ChangeLog?rev=1.27&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/devfsd/ChangeLog?r1=1.26&r2=1.27

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/devfsd/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog   15 Apr 2011 21:56:12 -0000      1.26
+++ ChangeLog   3 Apr 2015 07:17:16 -0000       1.27
@@ -1,6 +1,9 @@
 # ChangeLog for sys-fs/devfsd
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/devfsd/ChangeLog,v 1.26 2011/04/15 
21:56:12 ulm Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/devfsd/ChangeLog,v 1.27 2015/04/03 
07:17:16 vapier Exp $
+
+  03 Apr 2015; Mike Frysinger <[email protected]> devfsd-1.3.25-r9.ebuild:
+  Update docs link to point to wwwold.g.o #534508 by Alex Legler.
 
   15 Apr 2011; Ulrich Mueller <[email protected]> devfsd-1.3.25-r9.ebuild:
   Don't PROVIDE virtual/dev-manager, it is a new-style virtual now. Bug 361133.




Reply via email to