public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-fs/curlftpfs: metadata.xml curlftpfs-0.9.2-r2.ebuild ChangeLog
@ 2013-06-06 20:37 Sergei Trofimovich (slyfox)
  0 siblings, 0 replies; only message in thread
From: Sergei Trofimovich (slyfox) @ 2013-06-06 20:37 UTC (permalink / raw
  To: gentoo-commits

slyfox      13/06/06 20:37:14

  Modified:             metadata.xml ChangeLog
  Added:                curlftpfs-0.9.2-r2.ebuild
  Log:
  Added myself as a maintainer. Plugged known memory leaks fixed in debian and fedora.
  
  (Portage version: 2.2.0_alpha177_p3/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)

Revision  Changes    Path
1.5                  net-fs/curlftpfs/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/curlftpfs/metadata.xml?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/curlftpfs/metadata.xml?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/curlftpfs/metadata.xml?r1=1.4&r2=1.5

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/curlftpfs/metadata.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- metadata.xml	29 Nov 2010 10:47:07 -0000	1.4
+++ metadata.xml	6 Jun 2013 20:37:14 -0000	1.5
@@ -1,5 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
+  <maintainer>
+    <email>slyfox@gentoo.org</email>
+    <name>Sergei Trofimovich</name>
+  </maintainer>
   <herd>net-fs</herd>
 </pkgmetadata>



1.26                 net-fs/curlftpfs/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/curlftpfs/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	6 Jun 2013 19:33:27 -0000	1.25
+++ ChangeLog	6 Jun 2013 20:37:14 -0000	1.26
@@ -1,6 +1,14 @@
 # ChangeLog for net-fs/curlftpfs
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/curlftpfs/ChangeLog,v 1.25 2013/06/06 19:33:27 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/curlftpfs/ChangeLog,v 1.26 2013/06/06 20:37:14 slyfox Exp $
+
+*curlftpfs-0.9.2-r2 (06 Jun 2013)
+
+  06 Jun 2013; Sergei Trofimovich <slyfox@gentoo.org>
+  +curlftpfs-0.9.2-r2.ebuild, +files/curlftpfs-0.9.2-memleak-nocache.patch,
+  +files/curlftpfs-0.9.2-memleak.patch, metadata.xml:
+  Added myself as a maintainer. Plugged known memory leaks fixed in debian and
+  fedora.
 
   06 Jun 2013; Sergei Trofimovich <slyfox@gentoo.org> curlftpfs-0.9.2-r1.ebuild:
   Fixed build failure against automake-1.13.1 (obsoleted AM_CONFIG_HEADER, bug



1.1                  net-fs/curlftpfs/curlftpfs-0.9.2-r2.ebuild

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

Index: curlftpfs-0.9.2-r2.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-fs/curlftpfs/curlftpfs-0.9.2-r2.ebuild,v 1.1 2013/06/06 20:37:14 slyfox Exp $

EAPI=5

inherit eutils autotools

DESCRIPTION="File system for accessing ftp hosts based on FUSE"
HOMEPAGE="http://curlftpfs.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux ~x86-macos"
IUSE=""
RESTRICT="test" # bug 258460

RDEPEND=">=net-misc/curl-7.17.0
	>=sys-fs/fuse-2.2
	>=dev-libs/glib-2.0"
DEPEND="${RDEPEND}
	virtual/pkgconfig"

src_prepare() {
	epatch "${FILESDIR}"/${P}-64bit_filesize.patch
	epatch "${FILESDIR}"/${PN}-0.9.2-darwin.patch
	epatch "${FILESDIR}"/${PN}-0.9.2-memleak.patch
	epatch "${FILESDIR}"/${PN}-0.9.2-memleak-nocache.patch

	# automake-1.13.1 obsoletes AM_* bit #469818
	sed -i -e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.ac || die
	eautoreconf
}

src_install() {
	emake DESTDIR="${D}" install || die
	dodoc README
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-06-06 20:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-06 20:37 [gentoo-commits] gentoo-x86 commit in net-fs/curlftpfs: metadata.xml curlftpfs-0.9.2-r2.ebuild ChangeLog Sergei Trofimovich (slyfox)

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