summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2011-01-13 23:37:09 +0000
committerTim Harder <radhermit@gentoo.org>2011-01-13 23:37:09 +0000
commitfaed4d7d8071a63e59c1840281e4b1709c4af138 (patch)
treeca93675743993d664d2233ebad38409e767943c7 /sys-fs
parentAlso allow sf.net mirrors in SRC_URI since starting this version they are sup... (diff)
downloadgentoo-2-faed4d7d8071a63e59c1840281e4b1709c4af138.tar.gz
gentoo-2-faed4d7d8071a63e59c1840281e4b1709c4af138.tar.bz2
gentoo-2-faed4d7d8071a63e59c1840281e4b1709c4af138.zip
Remove old
(Portage version: 2.2.0_alpha14/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/avfs/ChangeLog6
-rw-r--r--sys-fs/avfs/avfs-0.9.7-r1.ebuild54
-rw-r--r--sys-fs/avfs/avfs-0.9.8-r1.ebuild56
-rw-r--r--sys-fs/avfs/avfs-0.9.8.ebuild54
4 files changed, 5 insertions, 165 deletions
diff --git a/sys-fs/avfs/ChangeLog b/sys-fs/avfs/ChangeLog
index 384d8d2f699c..8b3d08ac52c8 100644
--- a/sys-fs/avfs/ChangeLog
+++ b/sys-fs/avfs/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-fs/avfs
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/avfs/ChangeLog,v 1.33 2011/01/13 20:47:51 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/avfs/ChangeLog,v 1.34 2011/01/13 23:37:09 radhermit Exp $
+
+ 13 Jan 2011; Tim Harder <radhermit@gentoo.org> -avfs-0.9.7-r1.ebuild,
+ -avfs-0.9.8.ebuild, -avfs-0.9.8-r1.ebuild:
+ Remove old
13 Jan 2011; Brent Baude <ranger@gentoo.org> avfs-0.9.9.ebuild:
stable ppc, bug 347099
diff --git a/sys-fs/avfs/avfs-0.9.7-r1.ebuild b/sys-fs/avfs/avfs-0.9.7-r1.ebuild
deleted file mode 100644
index 19c9cd5f38a8..000000000000
--- a/sys-fs/avfs/avfs-0.9.7-r1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/avfs/avfs-0.9.7-r1.ebuild,v 1.6 2010/12/05 18:27:19 armin76 Exp $
-
-inherit linux-info
-
-DESCRIPTION="AVFS is a virtual filesystem that allows browsing of compressed files."
-HOMEPAGE="http://sourceforge.net/projects/avf"
-SRC_URI="mirror://sourceforge/avf/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~x86"
-IUSE=""
-
-DEPEND=">=sys-fs/fuse-2.4"
-RDEPEND="${DEPEND}"
-
-pkg_setup() {
- kernel_is lt 2 6 && die "Must have a version 2.6 kernel. Cannot continue. :("
-}
-
-src_compile() {
- econf --enable-fuse --enable-library
- emake || die "Sorry make failed :("
-}
-
-src_install() {
- einstall || die "Sorry, make install failed :("
- # remove cruft
- dobin scripts/avfs-config || die
- cd "${D}"/usr
- rm -f bin/davpass bin/ftppass || die
- rm -fr sbin ../etc || die
- cd "${S}"/doc
- dodoc api-overview background FORMAT INSTALL.* README.avfs-fuse || die
- cd ..
- dodoc AUTHORS ChangeLog INSTALL NEWS README TODO || die
- docinto scripts
- dodoc scripts/avfs* scripts/*pass scripts/*mountavfs || die
- dosym /usr/lib/avfs/extfs/README /usr/share/doc/${PF}/README.extfs || die
-}
-
-pkg_postinst() {
- einfo "This version of AVFS includes FUSE support. It is user-based."
- einfo "To execute:"
- einfo "1) as user, mkdir ~/.avfs"
- einfo "2) make sure fuse is either compiled into the kernel OR"
- einfo " modprobe fuse or add to startup."
- einfo "3) run mountavfs"
- einfo "To unload daemon, type umountavfs"
- echo
- einfo "READ the documentation! Enjoy :)"
-}
diff --git a/sys-fs/avfs/avfs-0.9.8-r1.ebuild b/sys-fs/avfs/avfs-0.9.8-r1.ebuild
deleted file mode 100644
index 00aea9c43bad..000000000000
--- a/sys-fs/avfs/avfs-0.9.8-r1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/avfs/avfs-0.9.8-r1.ebuild,v 1.7 2010/12/05 18:27:19 armin76 Exp $
-
-inherit eutils linux-info
-
-DESCRIPTION="AVFS is a virtual filesystem that allows browsing of compressed files."
-HOMEPAGE="http://sourceforge.net/projects/avf"
-SRC_URI="mirror://sourceforge/avf/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ~ppc x86"
-IUSE=""
-
-DEPEND=">=sys-fs/fuse-2.4"
-RDEPEND="${DEPEND}"
-
-pkg_setup() {
- kernel_is lt 2 6 && die "Must have a version 2.6 kernel. Cannot continue. :("
-}
-
-src_compile() {
- # Fixs bug #258295
- epatch "${FILESDIR}/${P}-gcc43_fix_open_missing_mode.patch"
- econf --enable-fuse --enable-library
- emake || die "Sorry make failed :("
-}
-
-src_install() {
- einstall || die "Sorry, make install failed :("
- # remove cruft
- dobin scripts/avfs-config || die
- cd "${D}"/usr
- rm -f bin/davpass bin/ftppass || die
- rm -fr sbin ../etc || die
- cd "${S}"/doc
- dodoc api-overview background FORMAT INSTALL.* README.avfs-fuse || die
- cd ..
- dodoc AUTHORS ChangeLog INSTALL NEWS README TODO || die
- docinto scripts
- dodoc scripts/avfs* scripts/*pass scripts/*mountavfs || die
- dosym /usr/lib/avfs/extfs/README /usr/share/doc/${PF}/README.extfs || die
-}
-
-pkg_postinst() {
- einfo "This version of AVFS includes FUSE support. It is user-based."
- einfo "To execute:"
- einfo "1) as user, mkdir ~/.avfs"
- einfo "2) make sure fuse is either compiled into the kernel OR"
- einfo " modprobe fuse or add to startup."
- einfo "3) run mountavfs"
- einfo "To unload daemon, type umountavfs"
- echo
- einfo "READ the documentation! Enjoy :)"
-}
diff --git a/sys-fs/avfs/avfs-0.9.8.ebuild b/sys-fs/avfs/avfs-0.9.8.ebuild
deleted file mode 100644
index fb055de8f806..000000000000
--- a/sys-fs/avfs/avfs-0.9.8.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/avfs/avfs-0.9.8.ebuild,v 1.6 2010/12/05 18:27:19 armin76 Exp $
-
-inherit linux-info
-
-DESCRIPTION="AVFS is a virtual filesystem that allows browsing of compressed files."
-HOMEPAGE="http://sourceforge.net/projects/avf"
-SRC_URI="mirror://sourceforge/avf/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ppc x86"
-IUSE=""
-
-DEPEND=">=sys-fs/fuse-2.4"
-RDEPEND="${DEPEND}"
-
-pkg_setup() {
- kernel_is lt 2 6 && die "Must have a version 2.6 kernel. Cannot continue. :("
-}
-
-src_compile() {
- econf --enable-fuse --enable-library || die "Sorry, can't configure :("
- emake || die "Sorry make failed :("
-}
-
-src_install() {
- einstall || die "Sorry, make install failed :("
- # remove cruft
- dobin scripts/avfs-config || die
- cd "${D}"/usr
- rm -f bin/davpass bin/ftppass || die
- rm -fr sbin ../etc || die
- cd "${S}"/doc
- dodoc api-overview background FORMAT INSTALL.* README.avfs-fuse || die
- cd ..
- dodoc AUTHORS ChangeLog INSTALL NEWS README TODO || die
- docinto scripts
- dodoc scripts/avfs* scripts/*pass scripts/*mountavfs || die
- dosym /usr/lib/avfs/extfs/README /usr/share/doc/${PF}/README.extfs || die
-}
-
-pkg_postinst() {
- einfo "This version of AVFS includes FUSE support. It is user-based."
- einfo "To execute:"
- einfo "1) as user, mkdir ~/.avfs"
- einfo "2) make sure fuse is either compiled into the kernel OR"
- einfo " modprobe fuse or add to startup."
- einfo "3) run mountavfs"
- einfo "To unload daemon, type umountavfs"
- echo
- einfo "READ the documentation! Enjoy :)"
-}