summaryrefslogtreecommitdiff
path: root/net-fs
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-03-28 23:13:17 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-03-28 23:13:17 +0000
commite749c18a29b5e8b3873af95cd9f76cf5dbd14ff7 (patch)
treebf8f322924fba31e82580ad3526b940a57ccafc6 /net-fs
parentRemove old. (diff)
downloadgentoo-2-e749c18a29b5e8b3873af95cd9f76cf5dbd14ff7.tar.gz
gentoo-2-e749c18a29b5e8b3873af95cd9f76cf5dbd14ff7.tar.bz2
gentoo-2-e749c18a29b5e8b3873af95cd9f76cf5dbd14ff7.zip
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'net-fs')
-rw-r--r--net-fs/curlftpfs/ChangeLog8
-rw-r--r--net-fs/curlftpfs/curlftpfs-0.9.2-r1.ebuild37
-rw-r--r--net-fs/curlftpfs/curlftpfs-0.9.2-r2.ebuild42
3 files changed, 6 insertions, 81 deletions
diff --git a/net-fs/curlftpfs/ChangeLog b/net-fs/curlftpfs/ChangeLog
index ac459559a237..6cd55464982c 100644
--- a/net-fs/curlftpfs/ChangeLog
+++ b/net-fs/curlftpfs/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-fs/curlftpfs
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/curlftpfs/ChangeLog,v 1.33 2014/01/14 13:56:02 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-fs/curlftpfs/ChangeLog,v 1.34 2015/03/28 23:13:17 mrueg Exp $
+
+ 28 Mar 2015; Manuel Rüger <mrueg@gentoo.org> -curlftpfs-0.9.2-r1.ebuild,
+ -curlftpfs-0.9.2-r2.ebuild:
+ Remove old.
14 Jan 2014; Agostino Sarubbo <ago@gentoo.org> curlftpfs-0.9.2-r3.ebuild:
Stable for x86, wrt bug #495842
diff --git a/net-fs/curlftpfs/curlftpfs-0.9.2-r1.ebuild b/net-fs/curlftpfs/curlftpfs-0.9.2-r1.ebuild
deleted file mode 100644
index d96786bf89d2..000000000000
--- a/net-fs/curlftpfs/curlftpfs-0.9.2-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# 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-r1.ebuild,v 1.9 2013/06/25 14:49:29 ago Exp $
-
-EAPI=2
-
-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
-
- # 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
-}
diff --git a/net-fs/curlftpfs/curlftpfs-0.9.2-r2.ebuild b/net-fs/curlftpfs/curlftpfs-0.9.2-r2.ebuild
deleted file mode 100644
index d16fb3415294..000000000000
--- a/net-fs/curlftpfs/curlftpfs-0.9.2-r2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# 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.2 2013/06/07 05:22:06 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
-
- epatch_user
-
- eautoreconf
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc README
-}