summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2013-10-01 22:18:44 +0000
committerTim Harder <radhermit@gentoo.org>2013-10-01 22:18:44 +0000
commit14bb6d9bc4d01a9b4ccb028d8ccd2215a9783e99 (patch)
tree19cb7fdd36df147c847e8ec12252c8b5824307d2 /sys-fs
parentVersion bumps. (diff)
downloadgentoo-2-14bb6d9bc4d01a9b4ccb028d8ccd2215a9783e99.tar.gz
gentoo-2-14bb6d9bc4d01a9b4ccb028d8ccd2215a9783e99.tar.bz2
gentoo-2-14bb6d9bc4d01a9b4ccb028d8ccd2215a9783e99.zip
Remove old.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/bindfs/ChangeLog6
-rw-r--r--sys-fs/bindfs/bindfs-1.11.ebuild32
-rw-r--r--sys-fs/bindfs/bindfs-1.12.1.ebuild32
-rw-r--r--sys-fs/bindfs/bindfs-1.12.ebuild32
4 files changed, 5 insertions, 97 deletions
diff --git a/sys-fs/bindfs/ChangeLog b/sys-fs/bindfs/ChangeLog
index 12b9349d4c2a..4b97a02d78e0 100644
--- a/sys-fs/bindfs/ChangeLog
+++ b/sys-fs/bindfs/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-fs/bindfs
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/bindfs/ChangeLog,v 1.13 2013/10/01 22:01:09 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/bindfs/ChangeLog,v 1.14 2013/10/01 22:18:44 radhermit Exp $
+
+ 01 Oct 2013; Tim Harder <radhermit@gentoo.org> -bindfs-1.11.ebuild,
+ -bindfs-1.12.ebuild, -bindfs-1.12.1.ebuild:
+ Remove old.
*bindfs-1.12.3 (01 Oct 2013)
diff --git a/sys-fs/bindfs/bindfs-1.11.ebuild b/sys-fs/bindfs/bindfs-1.11.ebuild
deleted file mode 100644
index ac85a00fc9e9..000000000000
--- a/sys-fs/bindfs/bindfs-1.11.ebuild
+++ /dev/null
@@ -1,32 +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/bindfs/bindfs-1.11.ebuild,v 1.2 2013/10/01 22:01:09 sping Exp $
-
-EAPI="4"
-
-inherit eutils autotools
-
-DESCRIPTION="A FUSE filesystem for mounting a directory to another location and altering permissions"
-HOMEPAGE="http://code.google.com/p/bindfs/"
-SRC_URI="http://bindfs.googlecode.com/files/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-RDEPEND="sys-fs/fuse"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-RESTRICT="test"
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-1.10.7-cflags.patch
- epatch "${FILESDIR}"/${PN}-1.12.2-ac-config-headers.patch
- eautoreconf
-}
-
-src_configure() {
- econf $(use_enable debug)
-}
diff --git a/sys-fs/bindfs/bindfs-1.12.1.ebuild b/sys-fs/bindfs/bindfs-1.12.1.ebuild
deleted file mode 100644
index df69b8fa4901..000000000000
--- a/sys-fs/bindfs/bindfs-1.12.1.ebuild
+++ /dev/null
@@ -1,32 +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/bindfs/bindfs-1.12.1.ebuild,v 1.2 2013/10/01 22:01:09 sping Exp $
-
-EAPI=5
-
-inherit eutils autotools
-
-DESCRIPTION="FUSE filesystem for mounting a directory to another location and altering permissions"
-HOMEPAGE="http://code.google.com/p/bindfs/"
-SRC_URI="http://bindfs.googlecode.com/files/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-RDEPEND="sys-fs/fuse"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-RESTRICT="test"
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-1.10.7-cflags.patch
- epatch "${FILESDIR}"/${PN}-1.12.2-ac-config-headers.patch
- eautoreconf
-}
-
-src_configure() {
- econf $(use_enable debug)
-}
diff --git a/sys-fs/bindfs/bindfs-1.12.ebuild b/sys-fs/bindfs/bindfs-1.12.ebuild
deleted file mode 100644
index 70a52fc2363c..000000000000
--- a/sys-fs/bindfs/bindfs-1.12.ebuild
+++ /dev/null
@@ -1,32 +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/bindfs/bindfs-1.12.ebuild,v 1.2 2013/10/01 22:01:09 sping Exp $
-
-EAPI=5
-
-inherit eutils autotools
-
-DESCRIPTION="FUSE filesystem for mounting a directory to another location and altering permissions"
-HOMEPAGE="http://code.google.com/p/bindfs/"
-SRC_URI="http://bindfs.googlecode.com/files/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-RDEPEND="sys-fs/fuse"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-RESTRICT="test"
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-1.10.7-cflags.patch
- epatch "${FILESDIR}"/${PN}-1.12.2-ac-config-headers.patch
- eautoreconf
-}
-
-src_configure() {
- econf $(use_enable debug)
-}