net-fs/tahoe-lafs: remove last-rited pkg
authorMikle Kolyada <zlogene@gentoo.org>
Sat, 4 Jan 2020 09:03:28 +0000 (12:03 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Sat, 4 Jan 2020 09:03:28 +0000 (12:03 +0300)
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
net-fs/tahoe-lafs/Manifest [deleted file]
net-fs/tahoe-lafs/metadata.xml [deleted file]
net-fs/tahoe-lafs/tahoe-lafs-1.10.2.ebuild [deleted file]

diff --git a/net-fs/tahoe-lafs/Manifest b/net-fs/tahoe-lafs/Manifest
deleted file mode 100644 (file)
index b56e771..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST allmydata-tahoe-1.10.2.tar.bz2 1378204 BLAKE2B bfbd36861b8f868ee0bf667a5b64b1a47d7a0fb255ff19a9f5c2db020988397a8ea57c7dadfd1fb8edbb94d55e247a78a8f61d0e66af56129aea4c528b0c6c84 SHA512 79d4e3395aa7ef8e1e7c97eebdfcb75b3b36edb75aa5d5f805c568b842b9b2f4ea5f8529dbf32fbdd9cc467cf82f153aca09310bc3b69fa00efae7be8a7bc198
diff --git a/net-fs/tahoe-lafs/metadata.xml b/net-fs/tahoe-lafs/metadata.xml
deleted file mode 100644 (file)
index 28b6d98..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-       <!-- maintainer-needed -->
-       <longdescription lang="en">
-               Tahoe-LAFS is a Free and Open cloud storage system. It
-               distributes your data across multiple servers. Even if some
-               of the servers fail or are taken over by an attacker, the
-               entire filesystem continues to function correctly, preserving
-               your privacy and security.
-       </longdescription>
-       <upstream>
-               <bugs-to>
-                       https://tahoe-lafs.org/trac/tahoe-lafs/wiki/ViewTickets
-               </bugs-to>
-               <doc lang="en">
-                       https://tahoe-lafs.org/trac/tahoe-lafs/wiki/Doc
-               </doc>
-               <remote-id type="github">tahoe-lafs/tahoe-lafs</remote-id>
-       </upstream>
-</pkgmetadata>
diff --git a/net-fs/tahoe-lafs/tahoe-lafs-1.10.2.ebuild b/net-fs/tahoe-lafs/tahoe-lafs-1.10.2.ebuild
deleted file mode 100644 (file)
index 031d09f..0000000
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="sqlite"
-
-inherit distutils-r1
-
-MY_PN="allmydata-tahoe"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Secure, decentralized, data store"
-HOMEPAGE="https://tahoe-lafs.org/trac/tahoe-lafs"
-SRC_URI="https://tahoe-lafs.org/source/tahoe-lafs/releases/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc"
-
-RDEPEND="
-       >=dev-python/characteristic-14.0.0[${PYTHON_USEDEP}]
-       >=dev-python/foolscap-0.8.0[${PYTHON_USEDEP}]
-       dev-python/nevow[${PYTHON_USEDEP}]
-       >=dev-python/pyasn1-0.1.8[${PYTHON_USEDEP}]
-       dev-python/pyasn1-modules[${PYTHON_USEDEP}]
-       dev-python/pycryptopp[${PYTHON_USEDEP}]
-       dev-python/pycrypto[${PYTHON_USEDEP}]
-       >=dev-python/pyopenssl-0.14[${PYTHON_USEDEP}]
-       dev-python/pyutil[${PYTHON_USEDEP}]
-       dev-python/service_identity[${PYTHON_USEDEP}]
-       dev-python/simplejson[${PYTHON_USEDEP}]
-       >=dev-python/twisted-16.0.0[${PYTHON_USEDEP}]
-       dev-python/zbase32[${PYTHON_USEDEP}]
-       dev-python/zfec[${PYTHON_USEDEP}]
-       dev-python/zope-interface[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-       rm -r setuptools* setup.cfg || die
-       distutils-r1_src_prepare
-}
-
-src_install() {
-       distutils-r1_src_install
-       use doc && dodoc -r docs/*
-}