pacho 15/06/04 06:59:40 Modified: ChangeLog Added: libnfs-1.9.7.ebuild Log: Version bump (#551114) (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path 1.17 net-fs/libnfs/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/libnfs/ChangeLog?rev=1.17&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/libnfs/ChangeLog?rev=1.17&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/libnfs/ChangeLog?r1=1.16&r2=1.17 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-fs/libnfs/ChangeLog,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- ChangeLog 11 Nov 2014 11:26:16 -0000 1.16 +++ ChangeLog 4 Jun 2015 06:59:40 -0000 1.17 @@ -1,6 +1,11 @@ # 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.16 2014/11/11 11:26:16 blueness Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-fs/libnfs/ChangeLog,v 1.17 2015/06/04 06:59:40 pacho Exp $ + +*libnfs-1.9.7 (04 Jun 2015) + + 04 Jun 2015; Pacho Ramos <[email protected]> +libnfs-1.9.7.ebuild: + Version bump (#551114) 11 Nov 2014; Anthony G. Basile <[email protected]> libnfs-1.9.5.ebuild, libnfs-9999.ebuild: 1.1 net-fs/libnfs/libnfs-1.9.7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/libnfs/libnfs-1.9.7.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/libnfs/libnfs-1.9.7.ebuild?rev=1.1&content-type=text/plain Index: libnfs-1.9.7.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-fs/libnfs/libnfs-1.9.7.ebuild,v 1.1 2015/06/04 06:59:40 pacho 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="~amd64 ~arm ~hppa ~ppc ~ppc64 ~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}" 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 }
