diff options
author | Tim Harder <radhermit@gentoo.org> | 2014-04-25 08:44:23 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2014-04-25 08:44:23 +0000 |
commit | 0a75b991709ebf2ea3f5ec59564441472d6d1efc (patch) | |
tree | db544c1280cf5034b8eb3feff7e609989ac4d424 /sys-fs | |
parent | Remove old. (diff) | |
download | gentoo-2-0a75b991709ebf2ea3f5ec59564441472d6d1efc.tar.gz gentoo-2-0a75b991709ebf2ea3f5ec59564441472d6d1efc.tar.bz2 gentoo-2-0a75b991709ebf2ea3f5ec59564441472d6d1efc.zip |
Remove old.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/s3fs/ChangeLog | 6 | ||||
-rw-r--r-- | sys-fs/s3fs/s3fs-1.63.ebuild | 26 | ||||
-rw-r--r-- | sys-fs/s3fs/s3fs-1.71.ebuild | 26 | ||||
-rw-r--r-- | sys-fs/s3fs/s3fs-1.73.ebuild | 26 |
4 files changed, 5 insertions, 79 deletions
diff --git a/sys-fs/s3fs/ChangeLog b/sys-fs/s3fs/ChangeLog index 329098ad83ee..5a0b80cfdce4 100644 --- a/sys-fs/s3fs/ChangeLog +++ b/sys-fs/s3fs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-fs/s3fs # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/s3fs/ChangeLog,v 1.33 2014/03/04 19:57:02 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/s3fs/ChangeLog,v 1.34 2014/04/25 08:44:23 radhermit Exp $ + + 25 Apr 2014; Tim Harder <radhermit@gentoo.org> -s3fs-1.63.ebuild, + -s3fs-1.71.ebuild, -s3fs-1.73.ebuild: + Remove old. 04 Mar 2014; Agostino Sarubbo <ago@gentoo.org> s3fs-1.74.ebuild: Stable for x86, wrt bug #502932 diff --git a/sys-fs/s3fs/s3fs-1.63.ebuild b/sys-fs/s3fs/s3fs-1.63.ebuild deleted file mode 100644 index e2d683823036..000000000000 --- a/sys-fs/s3fs/s3fs-1.63.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/s3fs/s3fs-1.63.ebuild,v 1.3 2013/04/09 18:24:38 ago Exp $ - -EAPI=5 - -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" - -CDEPEND=">=dev-libs/libxml2-2.6:2 - dev-libs/openssl - >=net-misc/curl-7.0 - >=sys-fs/fuse-2.8.4" -RDEPEND="${CDEPEND} - app-misc/mime-types" -DEPEND="${CDEPEND} - virtual/pkgconfig" - -RESTRICT="test" diff --git a/sys-fs/s3fs/s3fs-1.71.ebuild b/sys-fs/s3fs/s3fs-1.71.ebuild deleted file mode 100644 index 639e623731b7..000000000000 --- a/sys-fs/s3fs/s3fs-1.71.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/s3fs/s3fs-1.71.ebuild,v 1.1 2013/07/11 03:12:15 radhermit Exp $ - -EAPI=5 - -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" - -CDEPEND=">=dev-libs/libxml2-2.6:2 - dev-libs/openssl - >=net-misc/curl-7.0 - >=sys-fs/fuse-2.8.4" -RDEPEND="${CDEPEND} - app-misc/mime-types" -DEPEND="${CDEPEND} - virtual/pkgconfig" - -RESTRICT="test" diff --git a/sys-fs/s3fs/s3fs-1.73.ebuild b/sys-fs/s3fs/s3fs-1.73.ebuild deleted file mode 100644 index da46c95faff6..000000000000 --- a/sys-fs/s3fs/s3fs-1.73.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/s3fs/s3fs-1.73.ebuild,v 1.1 2013/09/07 20:00:08 radhermit Exp $ - -EAPI=5 - -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" - -CDEPEND=">=dev-libs/libxml2-2.6:2 - dev-libs/openssl - >=net-misc/curl-7.0 - >=sys-fs/fuse-2.8.4" -RDEPEND="${CDEPEND} - app-misc/mime-types" -DEPEND="${CDEPEND} - virtual/pkgconfig" - -RESTRICT="test" |