commit:     cf2cc0ccf59d20e48d97fd09d698c8dc588c1139
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  8 05:54:05 2019 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Tue Oct  8 14:39:53 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf2cc0cc

sys-fs/avfs: remove old

Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>

 sys-fs/avfs/Manifest          |  2 --
 sys-fs/avfs/avfs-1.0.6.ebuild | 61 -------------------------------------------
 sys-fs/avfs/avfs-1.1.0.ebuild | 61 -------------------------------------------
 3 files changed, 124 deletions(-)

diff --git a/sys-fs/avfs/Manifest b/sys-fs/avfs/Manifest
index 136d7b01f28..3b889a6b343 100644
--- a/sys-fs/avfs/Manifest
+++ b/sys-fs/avfs/Manifest
@@ -1,3 +1 @@
-DIST avfs-1.0.6.tar.bz2 729592 BLAKE2B 
41c703e92921ba9393d95455f7d3dd18587b2d7f2ff46de02d290515cf6c8182d19ff117a7ce040ccaab491240b4f27a3ebd58026045ae9b0d69f47a8beeabc7
 SHA512 
6b9c070896c5d5abbb6a8c14a7dfd39d9b58d13a6db122b5bf1756b2da7435dfbc00a1fd04bedf99b94b76d9ec7f8c05fccc21de6b9e713fc60cfe0ec88064b4
-DIST avfs-1.1.0.tar.bz2 605637 BLAKE2B 
c9c64d1fdcda84ede92e0a8896e0b6508f6f2b2f086acd1edeacc87d01ba431d052d51535abd483a0652cf999df842432d02a8e90049ddeb7c5d9a269e2e5885
 SHA512 
415a52bfecb58cc67818a7e247e0cc40892c81431cdf13a607b4a233aa312ac900f1d33c060aa7495df50c3dda553115ab0b159950811318ca6850847ddbd4fa
 DIST avfs-1.1.1.tar.bz2 606819 BLAKE2B 
240bb342dc9f993ac8deb60941411b1419c190f9909b5b1bde65777b82f622e121f44f238d2bd8ddc303c86ef376950d4af773c8fae79848b466ec3a3c5aafc1
 SHA512 
0707f8e746d8d3633755b1a1efb944a400c095b517a7befd75de4d25e2fad1a1b5132b9cf94285b05ad1344bfc138ec75e9cb5f8a5d7775a69595b9b35266f92

diff --git a/sys-fs/avfs/avfs-1.0.6.ebuild b/sys-fs/avfs/avfs-1.0.6.ebuild
deleted file mode 100644
index 498d1eb27d4..00000000000
--- a/sys-fs/avfs/avfs-1.0.6.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="AVFS is a virtual filesystem that allows browsing of compressed 
files"
-HOMEPAGE="https://sourceforge.net/projects/avf";
-SRC_URI="mirror://sourceforge/avf/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ppc ppc64 x86"
-IUSE="static-libs +lzma"
-
-RDEPEND=">=sys-fs/fuse-2.4:0
-       sys-libs/zlib
-       app-arch/bzip2
-       lzma? ( app-arch/xz-utils )"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig"
-
-src_configure() {
-       econf \
-               --enable-fuse \
-               --enable-library \
-               --enable-shared \
-               --with-system-zlib \
-               --with-system-bzlib \
-               $(use_enable static-libs static) \
-               $(use_with lzma xz)
-}
-
-src_install() {
-       default
-
-       # remove cruft
-       rm "${D}"/usr/bin/{davpass,ftppass} || die
-
-       # install docs
-       dodoc doc/{api-overview,background,FORMAT,INSTALL.*,README.avfs-fuse}
-       dosym ../../../$(get_libdir)/avfs/extfs/README 
/usr/share/doc/${PF}/README.extfs
-
-       docinto scripts
-       dodoc scripts/{avfscoda*,*pass}
-
-       find "${ED}" -name "*.la" -delete || die
-}
-
-pkg_postinst() {
-       if [[ -z ${REPLACING_VERSIONS} ]]; then
-               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"
-               einfo
-               einfo "READ the documentation! Enjoy :)"
-       fi
-}

diff --git a/sys-fs/avfs/avfs-1.1.0.ebuild b/sys-fs/avfs/avfs-1.1.0.ebuild
deleted file mode 100644
index 4f16b08dfec..00000000000
--- a/sys-fs/avfs/avfs-1.1.0.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="AVFS is a virtual filesystem that allows browsing of compressed 
files"
-HOMEPAGE="https://sourceforge.net/projects/avf";
-SRC_URI="mirror://sourceforge/avf/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
-IUSE="static-libs +lzma"
-
-RDEPEND=">=sys-fs/fuse-2.4:0
-       sys-libs/zlib
-       app-arch/bzip2
-       lzma? ( app-arch/xz-utils )"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig"
-
-src_configure() {
-       econf \
-               --enable-fuse \
-               --enable-library \
-               --enable-shared \
-               --with-system-zlib \
-               --with-system-bzlib \
-               $(use_enable static-libs static) \
-               $(use_with lzma xz)
-}
-
-src_install() {
-       default
-
-       # remove cruft
-       rm "${D}"/usr/bin/{davpass,ftppass} || die
-
-       # install docs
-       dodoc doc/{api-overview,background,FORMAT,INSTALL.*,README.avfs-fuse}
-       dosym ../../../$(get_libdir)/avfs/extfs/README 
/usr/share/doc/${PF}/README.extfs
-
-       docinto scripts
-       dodoc scripts/*pass
-
-       find "${ED}" -name "*.la" -delete || die
-}
-
-pkg_postinst() {
-       if [[ -z ${REPLACING_VERSIONS} ]]; then
-               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"
-               einfo
-               einfo "READ the documentation! Enjoy :)"
-       fi
-}

Reply via email to