diff options
author | 2011-08-31 05:06:24 +0000 | |
---|---|---|
committer | 2011-08-31 05:06:24 +0000 | |
commit | f9c6de6661a6b39b7b10555a12ea5a1cfab0a43c (patch) | |
tree | 58403a20aac8058c8418fbab081236a861818c00 /sys-fs | |
parent | Version bump. Take over maintainership. (diff) | |
download | gentoo-2-f9c6de6661a6b39b7b10555a12ea5a1cfab0a43c.tar.gz gentoo-2-f9c6de6661a6b39b7b10555a12ea5a1cfab0a43c.tar.bz2 gentoo-2-f9c6de6661a6b39b7b10555a12ea5a1cfab0a43c.zip |
Remove old.
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/s3fs/ChangeLog | 6 | ||||
-rw-r--r-- | sys-fs/s3fs/files/s3fs-0_p177-asneeded.patch | 9 | ||||
-rw-r--r-- | sys-fs/s3fs/s3fs-0_p177-r1.ebuild | 40 | ||||
-rw-r--r-- | sys-fs/s3fs/s3fs-1.33.ebuild | 31 | ||||
-rw-r--r-- | sys-fs/s3fs/s3fs-1.40.ebuild | 31 |
5 files changed, 5 insertions, 112 deletions
diff --git a/sys-fs/s3fs/ChangeLog b/sys-fs/s3fs/ChangeLog index 07f76b7b2a3b..ba100cb72e3e 100644 --- a/sys-fs/s3fs/ChangeLog +++ b/sys-fs/s3fs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-fs/s3fs # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/s3fs/ChangeLog,v 1.12 2011/08/31 05:00:09 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/s3fs/ChangeLog,v 1.13 2011/08/31 05:06:24 radhermit Exp $ + + 31 Aug 2011; Tim Harder <radhermit@gentoo.org> -s3fs-0_p177-r1.ebuild, + -files/s3fs-0_p177-asneeded.patch, -s3fs-1.33.ebuild, -s3fs-1.40.ebuild: + Remove old. *s3fs-1.61 (31 Aug 2011) diff --git a/sys-fs/s3fs/files/s3fs-0_p177-asneeded.patch b/sys-fs/s3fs/files/s3fs-0_p177-asneeded.patch deleted file mode 100644 index b39fb83ad904..000000000000 --- a/sys-fs/s3fs/files/s3fs-0_p177-asneeded.patch +++ /dev/null @@ -1,9 +0,0 @@ ---- a/Makefile 2008-05-19 19:34:38.000000000 +0200 -+++ b/Makefile 2009-10-19 22:10:55.810129401 +0200 -@@ -1,5 +1,5 @@ - all: -- g++ -ggdb -Wall $(shell pkg-config fuse --cflags --libs) $(shell pkg-config libcurl --cflags --libs) $(shell xml2-config --cflags --libs) -lcrypto s3fs.cpp -o s3fs -+ $(CXX) $(CXXFLAGS) $(LDFLAGS) s3fs.cpp -o s3fs $(shell pkg-config fuse --cflags --libs) $(shell pkg-config libcurl --cflags --libs) $(shell xml2-config --cflags --libs) -lcrypto - @echo ok! - - install: all diff --git a/sys-fs/s3fs/s3fs-0_p177-r1.ebuild b/sys-fs/s3fs/s3fs-0_p177-r1.ebuild deleted file mode 100644 index 37893b59bfbb..000000000000 --- a/sys-fs/s3fs/s3fs-0_p177-r1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/s3fs/s3fs-0_p177-r1.ebuild,v 1.1 2011/01/05 01:01:41 xmw Exp $ - -inherit eutils toolchain-funcs - -MY_PV="r177-source" - -DESCRIPTION="Amazon mounting S3 via fuse" -HOMEPAGE="http://s3fs.googlecode.com/" -SRC_URI="http://s3fs.googlecode.com/files/${PN}-${MY_PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -S=${WORKDIR}/${PN} - -DEPEND=">=net-misc/curl-7.17.1 - >=sys-fs/fuse-2.6.0 - dev-libs/libxml2 - dev-libs/openssl" - -RDEPEND="${DEPEND} - app-misc/mime-types" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-asneeded.patch -} - -src_compile() { - emake CXX="$(tc-getCXX)" || die -} - -src_install() { - dobin s3fs || die -} diff --git a/sys-fs/s3fs/s3fs-1.33.ebuild b/sys-fs/s3fs/s3fs-1.33.ebuild deleted file mode 100644 index 4f5817ffce3d..000000000000 --- a/sys-fs/s3fs/s3fs-1.33.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/s3fs/s3fs-1.33.ebuild,v 1.2 2011/05/10 08:23:41 xmw Exp $ - -EAPI=2 - -inherit toolchain-funcs - -DESCRIPTION="Amazon mounting S3 via fuse" -HOMEPAGE="http://s3fs.googlecode.com/" -SRC_URI="http://s3fs.googlecode.com/files/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=">=dev-libs/libxml2-2.6 - dev-libs/openssl - >=net-misc/curl-7.0 - >=sys-fs/fuse-2.8.4" - -RDEPEND="${DEPEND} - app-misc/mime-types" - -RESTRICT=test - -src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog README || die -} diff --git a/sys-fs/s3fs/s3fs-1.40.ebuild b/sys-fs/s3fs/s3fs-1.40.ebuild deleted file mode 100644 index 4aeca0a316d0..000000000000 --- a/sys-fs/s3fs/s3fs-1.40.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/s3fs/s3fs-1.40.ebuild,v 1.1 2011/05/10 08:23:41 xmw Exp $ - -EAPI=2 - -inherit toolchain-funcs - -DESCRIPTION="Amazon mounting S3 via fuse" -HOMEPAGE="http://s3fs.googlecode.com/" -SRC_URI="http://s3fs.googlecode.com/files/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=">=dev-libs/libxml2-2.6 - dev-libs/openssl - >=net-misc/curl-7.0 - >=sys-fs/fuse-2.8.4" - -RDEPEND="${DEPEND} - app-misc/mime-types" - -RESTRICT=test - -src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog README || die -} |