* [gentoo-commits] gentoo-x86 commit in net-fs/libnfs: libnfs-1.9.7.ebuild ChangeLog
@ 2015-06-04 6:59 Pacho Ramos (pacho)
0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos (pacho) @ 2015-06-04 6:59 UTC (permalink / raw
To: gentoo-commits
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 <pacho@gentoo.org> +libnfs-1.9.7.ebuild:
+ Version bump (#551114)
11 Nov 2014; Anthony G. Basile <blueness@gentoo.org> 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
}
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-fs/libnfs: libnfs-1.9.7.ebuild ChangeLog
@ 2015-06-20 5:07 Jeroen Roovers (jer)
0 siblings, 0 replies; 5+ messages in thread
From: Jeroen Roovers (jer) @ 2015-06-20 5:07 UTC (permalink / raw
To: gentoo-commits
jer 15/06/20 05:07:05
Modified: libnfs-1.9.7.ebuild ChangeLog
Log:
Stable for PPC64 (bug #552000).
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Revision Changes Path
1.3 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.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/libnfs/libnfs-1.9.7.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/libnfs/libnfs-1.9.7.ebuild?r1=1.2&r2=1.3
Index: libnfs-1.9.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/libnfs/libnfs-1.9.7.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libnfs-1.9.7.ebuild 16 Jun 2015 05:02:57 -0000 1.2
+++ libnfs-1.9.7.ebuild 20 Jun 2015 05:07:05 -0000 1.3
@@ -1,6 +1,6 @@
# 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.2 2015/06/16 05:02:57 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/libnfs/libnfs-1.9.7.ebuild,v 1.3 2015/06/20 05:07:05 jer Exp $
EAPI="5"
@@ -12,7 +12,7 @@
inherit git-2 autotools-utils
else
SRC_URI="https://github.com/sahlberg/${PN}/archive/${P}.tar.gz"
- KEYWORDS="~amd64 ~arm hppa ~ppc ~ppc64 ~x86"
+ KEYWORDS="~amd64 ~arm hppa ~ppc ppc64 ~x86"
inherit autotools-utils
fi
1.22 net-fs/libnfs/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/libnfs/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/libnfs/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/libnfs/ChangeLog?r1=1.21&r2=1.22
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/libnfs/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog 16 Jun 2015 05:02:57 -0000 1.21
+++ ChangeLog 20 Jun 2015 05:07:05 -0000 1.22
@@ -1,6 +1,9 @@
# ChangeLog for net-fs/libnfs
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/libnfs/ChangeLog,v 1.21 2015/06/16 05:02:57 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/libnfs/ChangeLog,v 1.22 2015/06/20 05:07:05 jer Exp $
+
+ 20 Jun 2015; Jeroen Roovers <jer@gentoo.org> libnfs-1.9.7.ebuild:
+ Stable for PPC64 (bug #552000).
16 Jun 2015; Jeroen Roovers <jer@gentoo.org> libnfs-1.9.7.ebuild:
Stable for HPPA (bug #552000).
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-fs/libnfs: libnfs-1.9.7.ebuild ChangeLog
@ 2015-06-21 5:47 Mikle Kolyada (zlogene)
0 siblings, 0 replies; 5+ messages in thread
From: Mikle Kolyada (zlogene) @ 2015-06-21 5:47 UTC (permalink / raw
To: gentoo-commits
zlogene 15/06/21 05:47:23
Modified: libnfs-1.9.7.ebuild ChangeLog
Log:
amd64 stable wrt bug #552000
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Revision Changes Path
1.4 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.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/libnfs/libnfs-1.9.7.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/libnfs/libnfs-1.9.7.ebuild?r1=1.3&r2=1.4
Index: libnfs-1.9.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/libnfs/libnfs-1.9.7.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libnfs-1.9.7.ebuild 20 Jun 2015 05:07:05 -0000 1.3
+++ libnfs-1.9.7.ebuild 21 Jun 2015 05:47:23 -0000 1.4
@@ -1,6 +1,6 @@
# 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.3 2015/06/20 05:07:05 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/libnfs/libnfs-1.9.7.ebuild,v 1.4 2015/06/21 05:47:23 zlogene Exp $
EAPI="5"
@@ -12,7 +12,7 @@
inherit git-2 autotools-utils
else
SRC_URI="https://github.com/sahlberg/${PN}/archive/${P}.tar.gz"
- KEYWORDS="~amd64 ~arm hppa ~ppc ppc64 ~x86"
+ KEYWORDS="amd64 ~arm hppa ~ppc ppc64 ~x86"
inherit autotools-utils
fi
1.23 net-fs/libnfs/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/libnfs/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/libnfs/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/libnfs/ChangeLog?r1=1.22&r2=1.23
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/libnfs/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog 20 Jun 2015 05:07:05 -0000 1.22
+++ ChangeLog 21 Jun 2015 05:47:23 -0000 1.23
@@ -1,6 +1,9 @@
# ChangeLog for net-fs/libnfs
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/libnfs/ChangeLog,v 1.22 2015/06/20 05:07:05 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/libnfs/ChangeLog,v 1.23 2015/06/21 05:47:23 zlogene Exp $
+
+ 21 Jun 2015; Mikle Kolyada <zlogene@gentoo.org> libnfs-1.9.7.ebuild:
+ amd64 stable wrt bug #552000
20 Jun 2015; Jeroen Roovers <jer@gentoo.org> libnfs-1.9.7.ebuild:
Stable for PPC64 (bug #552000).
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-fs/libnfs: libnfs-1.9.7.ebuild ChangeLog
@ 2015-06-26 9:06 Agostino Sarubbo (ago)
0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-06-26 9:06 UTC (permalink / raw
To: gentoo-commits
ago 15/06/26 09:06:28
Modified: libnfs-1.9.7.ebuild ChangeLog
Log:
Stable for x86, wrt bug #552000
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Revision Changes Path
1.5 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.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/libnfs/libnfs-1.9.7.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/libnfs/libnfs-1.9.7.ebuild?r1=1.4&r2=1.5
Index: libnfs-1.9.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/libnfs/libnfs-1.9.7.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libnfs-1.9.7.ebuild 21 Jun 2015 05:47:23 -0000 1.4
+++ libnfs-1.9.7.ebuild 26 Jun 2015 09:06:28 -0000 1.5
@@ -1,6 +1,6 @@
# 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.4 2015/06/21 05:47:23 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/libnfs/libnfs-1.9.7.ebuild,v 1.5 2015/06/26 09:06:28 ago Exp $
EAPI="5"
@@ -12,7 +12,7 @@
inherit git-2 autotools-utils
else
SRC_URI="https://github.com/sahlberg/${PN}/archive/${P}.tar.gz"
- KEYWORDS="amd64 ~arm hppa ~ppc ppc64 ~x86"
+ KEYWORDS="amd64 ~arm hppa ~ppc ppc64 x86"
inherit autotools-utils
fi
1.24 net-fs/libnfs/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/libnfs/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/libnfs/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/libnfs/ChangeLog?r1=1.23&r2=1.24
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/libnfs/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog 21 Jun 2015 05:47:23 -0000 1.23
+++ ChangeLog 26 Jun 2015 09:06:28 -0000 1.24
@@ -1,6 +1,9 @@
# ChangeLog for net-fs/libnfs
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/libnfs/ChangeLog,v 1.23 2015/06/21 05:47:23 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/libnfs/ChangeLog,v 1.24 2015/06/26 09:06:28 ago Exp $
+
+ 26 Jun 2015; Agostino Sarubbo <ago@gentoo.org> libnfs-1.9.7.ebuild:
+ Stable for x86, wrt bug #552000
21 Jun 2015; Mikle Kolyada <zlogene@gentoo.org> libnfs-1.9.7.ebuild:
amd64 stable wrt bug #552000
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-fs/libnfs: libnfs-1.9.7.ebuild ChangeLog
@ 2015-07-22 2:31 Mike Frysinger (vapier)
0 siblings, 0 replies; 5+ messages in thread
From: Mike Frysinger (vapier) @ 2015-07-22 2:31 UTC (permalink / raw
To: gentoo-commits
vapier 15/07/22 02:31:35
Modified: libnfs-1.9.7.ebuild ChangeLog
Log:
Mark ppc stable #552000.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path
1.8 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.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/libnfs/libnfs-1.9.7.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/libnfs/libnfs-1.9.7.ebuild?r1=1.7&r2=1.8
Index: libnfs-1.9.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/libnfs/libnfs-1.9.7.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libnfs-1.9.7.ebuild 22 Jul 2015 02:30:55 -0000 1.7
+++ libnfs-1.9.7.ebuild 22 Jul 2015 02:31:35 -0000 1.8
@@ -1,6 +1,6 @@
# 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.7 2015/07/22 02:30:55 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/libnfs/libnfs-1.9.7.ebuild,v 1.8 2015/07/22 02:31:35 vapier Exp $
EAPI="5"
@@ -12,7 +12,7 @@
inherit git-2 autotools-utils
else
SRC_URI="https://github.com/sahlberg/${PN}/archive/${P}.tar.gz"
- KEYWORDS="amd64 arm hppa ~ppc ppc64 x86"
+ KEYWORDS="amd64 arm hppa ppc ppc64 x86"
inherit autotools-utils
fi
1.28 net-fs/libnfs/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/libnfs/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/libnfs/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/libnfs/ChangeLog?r1=1.27&r2=1.28
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/libnfs/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog 22 Jul 2015 02:30:55 -0000 1.27
+++ ChangeLog 22 Jul 2015 02:31:35 -0000 1.28
@@ -1,6 +1,9 @@
# ChangeLog for net-fs/libnfs
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/libnfs/ChangeLog,v 1.27 2015/07/22 02:30:55 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/libnfs/ChangeLog,v 1.28 2015/07/22 02:31:35 vapier Exp $
+
+ 22 Jul 2015; Mike Frysinger <vapier@gentoo.org> libnfs-1.9.7.ebuild:
+ Mark ppc stable #552000.
22 Jul 2015; Mike Frysinger <vapier@gentoo.org> libnfs-1.9.7.ebuild,
libnfs-9999.ebuild:
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2015-07-22 2:31 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-21 5:47 [gentoo-commits] gentoo-x86 commit in net-fs/libnfs: libnfs-1.9.7.ebuild ChangeLog Mikle Kolyada (zlogene)
-- strict thread matches above, loose matches on Subject: below --
2015-07-22 2:31 Mike Frysinger (vapier)
2015-06-26 9:06 Agostino Sarubbo (ago)
2015-06-20 5:07 Jeroen Roovers (jer)
2015-06-04 6:59 Pacho Ramos (pacho)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox