summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2016-08-16 18:50:27 -0400
committerTim Harder <radhermit@gentoo.org>2016-08-16 18:50:44 -0400
commitb4873ae527b026a6c3179f01ab4f2577075e6dd6 (patch)
tree1328d33ac013aa62f99897811917f83cf190f161 /sys-fs/rar2fs
parentsys-fs/rar2fs: drop google-code upstream from metadata (diff)
downloadgentoo-b4873ae527b026a6c3179f01ab4f2577075e6dd6.tar.gz
gentoo-b4873ae527b026a6c3179f01ab4f2577075e6dd6.tar.bz2
gentoo-b4873ae527b026a6c3179f01ab4f2577075e6dd6.zip
sys-fs/rar2fs: remove old
Diffstat (limited to 'sys-fs/rar2fs')
-rw-r--r--sys-fs/rar2fs/Manifest2
-rw-r--r--sys-fs/rar2fs/rar2fs-1.20.0.ebuild28
-rw-r--r--sys-fs/rar2fs/rar2fs-1.21.0.ebuild28
3 files changed, 0 insertions, 58 deletions
diff --git a/sys-fs/rar2fs/Manifest b/sys-fs/rar2fs/Manifest
index a216ceb0e539..2aa39be89b7a 100644
--- a/sys-fs/rar2fs/Manifest
+++ b/sys-fs/rar2fs/Manifest
@@ -1,3 +1 @@
-DIST rar2fs-1.20.0.tar.gz 254330 SHA256 2b14cc5acefa12a07f5d0b1a4241713707e60e32f7a82cd86879ec1bd9cbae2d SHA512 a0136ee57b87da8846118282fb7fe70da2e07e7380c137e39ea45c16c6ef3400341b2034008cb261dc7c4d7b0ed666f43d0485374df05f3339c4aa52b7ca9164 WHIRLPOOL 69c15c483f18c895739f4bd9423314c288e45f3ea3cf582399a59a30842ea81a00343b636143ed955ea0b807068fbc4f7a3bb45188a7a4c77ab6588728391f4b
-DIST rar2fs-1.21.0.tar.gz 249687 SHA256 5913d362c10d02d44714c78ee93a0d093fe5b16c1026700f7f3cf276c93594ec SHA512 028b958cb82268a71b7d84c0d1f8786e077891d5c7d9b28f40989eba141954c30de8638a670050154afc16ee85e233ffa5e79d949a8f1641ea59ccca7f19ed86 WHIRLPOOL 4097a1858f036d907b222d1228b101fcc78583036344996ed52a221aa1072a416272ae9f2890a361e4029ea7e07251fe1dde6bdad58251d0a775bcc9b972510d
DIST rar2fs-1.22.0.tar.gz 250075 SHA256 02faa8f367cf17d297e27d835c5ef969106d51c285cb87a84244c69cf8fe2620 SHA512 c5059d6bc1d647c4dd9373a9e5134a047227d107457ed53c9384f48b2ff42536bb11cddc8fc5e86aa0e9b571a4826c93c2e3e986ed1d298e09a6fc45cda39a36 WHIRLPOOL 79c8f8468f69ae125b5a8c33f90deaccb86154dae96d15d8998406d62bdadfec2a330d8ce1616bf7cd2c678ef37f5f1e45808c02d06f90ad631701eb3e93f234
diff --git a/sys-fs/rar2fs/rar2fs-1.20.0.ebuild b/sys-fs/rar2fs/rar2fs-1.20.0.ebuild
deleted file mode 100644
index 6f3e94fd6612..000000000000
--- a/sys-fs/rar2fs/rar2fs-1.20.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DESCRIPTION="A FUSE based filesystem that can mount one or multiple RAR archive(s)"
-HOMEPAGE="http://hasse69.github.io/rar2fs/ https://github.com/hasse69/rar2fs"
-SRC_URI="https://github.com/hasse69/${PN}/releases/download/v${PV}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-RDEPEND=">=app-arch/unrar-5:=
- sys-fs/fuse"
-DEPEND="${RDEPEND}"
-
-DOCS="AUTHORS ChangeLog"
-
-src_configure() {
- export USER_CFLAGS="${CFLAGS}"
-
- econf \
- --with-unrar=/usr/include/libunrar \
- $(use_enable debug)
-}
diff --git a/sys-fs/rar2fs/rar2fs-1.21.0.ebuild b/sys-fs/rar2fs/rar2fs-1.21.0.ebuild
deleted file mode 100644
index 6f3e94fd6612..000000000000
--- a/sys-fs/rar2fs/rar2fs-1.21.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DESCRIPTION="A FUSE based filesystem that can mount one or multiple RAR archive(s)"
-HOMEPAGE="http://hasse69.github.io/rar2fs/ https://github.com/hasse69/rar2fs"
-SRC_URI="https://github.com/hasse69/${PN}/releases/download/v${PV}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-RDEPEND=">=app-arch/unrar-5:=
- sys-fs/fuse"
-DEPEND="${RDEPEND}"
-
-DOCS="AUTHORS ChangeLog"
-
-src_configure() {
- export USER_CFLAGS="${CFLAGS}"
-
- econf \
- --with-unrar=/usr/include/libunrar \
- $(use_enable debug)
-}