vapier      14/08/08 14:23:24

  Modified:             libnfs-9999.ebuild ChangeLog
  Added:                libnfs-1.9.5.ebuild
  Log:
  Version bump #519226 by Mirko Guenther.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  Changes    Path
1.6                  net-fs/libnfs/libnfs-9999.ebuild

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

Index: libnfs-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/libnfs/libnfs-9999.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libnfs-9999.ebuild  16 May 2014 03:35:16 -0000      1.5
+++ libnfs-9999.ebuild  8 Aug 2014 14:23:24 -0000       1.6
@@ -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/net-fs/libnfs/libnfs-9999.ebuild,v 1.5 
2014/05/16 03:35:16 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/libnfs/libnfs-9999.ebuild,v 1.6 
2014/08/08 14:23:24 vapier Exp $
 
 EAPI="5"
 
@@ -29,10 +29,6 @@
 
 S="${WORKDIR}/${PN}-${P}"
 
-PATCHES=(
-       "${FILESDIR}"/${PN}-1.5.0-headers.patch
-)
-
 src_install() {
        autotools-utils_src_install
        if use examples; then



1.12                 net-fs/libnfs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/libnfs/ChangeLog?rev=1.12&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/libnfs/ChangeLog?rev=1.12&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/libnfs/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/libnfs/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   7 Jun 2014 19:16:07 -0000       1.11
+++ ChangeLog   8 Aug 2014 14:23:24 -0000       1.12
@@ -1,6 +1,14 @@
 # ChangeLog for net-fs/libnfs
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/libnfs/ChangeLog,v 1.11 2014/06/07 
19:16:07 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/libnfs/ChangeLog,v 1.12 2014/08/08 
14:23:24 vapier Exp $
+
+*libnfs-1.9.5 (08 Aug 2014)
+
+  08 Aug 2014; Mike Frysinger <[email protected]>
+  +files/libnfs-1.9.5-headers.patch,
+  +files/libnfs-1.9.5-implicit-internal.patch, +libnfs-1.9.5.ebuild,
+  libnfs-9999.ebuild:
+  Version bump #519226 by Mirko Guenther.
 
   07 Jun 2014; Agostino Sarubbo <[email protected]> libnfs-1.8.0.ebuild:
   Stable for x86, wrt bug #502876



1.1                  net-fs/libnfs/libnfs-1.9.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/libnfs/libnfs-1.9.5.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/libnfs/libnfs-1.9.5.ebuild?rev=1.1&content-type=text/plain

Index: libnfs-1.9.5.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-fs/libnfs/libnfs-1.9.5.ebuild,v 1.1 
2014/08/08 14:23:24 vapier Exp $

EAPI="5"

AUTOTOOLS_AUTORECONF="1"

inherit eutils
if [[ ${PV} == "9999" ]] ; then
        EGIT_REPO_URI="git://github.com/sahlberg/libnfs.git"
        inherit git-2 autotools-utils
else
        SRC_URI="https://github.com/sahlberg/${PN}/archive/${P}.tar.gz";
        KEYWORDS="~arm ~amd64 ~x86"
        inherit autotools-utils
fi

DESCRIPTION="Client library for accessing NFS shares over a network"
HOMEPAGE="https://github.com/sahlberg/libnfs";

LICENSE="LGPL-2.1 GPL-3"
SLOT="0"
IUSE="examples static-libs"

RDEPEND=""
DEPEND="${RDEPEND}
        virtual/pkgconfig"

S="${WORKDIR}/${PN}-${P}"

PATCHES=(
        "${FILESDIR}"/${PN}-1.9.5-headers.patch
        "${FILESDIR}"/${PN}-1.9.5-implicit-internal.patch
)

src_install() {
        autotools-utils_src_install
        if use examples; then
                # --enable-examples configure switch just compiles them
                # better install sources instead
                exeinto /usr/share/doc/${PF}/examples/
                for program in $(grep PROGRAMS examples/Makefile.am | cut -d= 
-f2); do
                        doexe examples/${program}.c
                done
        fi
}




Reply via email to