summaryrefslogtreecommitdiff
path: root/net-fs
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-01-10 18:03:06 +0100
committerPacho Ramos <pacho@gentoo.org>2016-01-10 18:03:44 +0100
commit8c71baabb4b345a6a8d11b6354fedabf47961e67 (patch)
treea6e38670703b87c2f32f1fdab6adf790d6bd449d /net-fs
parentapp-admin/pwgen: Add proxy maintainer (diff)
downloadgentoo-8c71baabb4b345a6a8d11b6354fedabf47961e67.tar.gz
gentoo-8c71baabb4b345a6a8d11b6354fedabf47961e67.tar.bz2
gentoo-8c71baabb4b345a6a8d11b6354fedabf47961e67.zip
net-fs/tahoe-lafs: Drop broken version (#541626)
Package-Manager: portage-2.2.26
Diffstat (limited to 'net-fs')
-rw-r--r--net-fs/tahoe-lafs/Manifest1
-rw-r--r--net-fs/tahoe-lafs/files/tahoe-lafs-1.10.0-ifconfig.patch20
-rw-r--r--net-fs/tahoe-lafs/files/tahoe-lafs-1.10.0-setup.patch17
-rw-r--r--net-fs/tahoe-lafs/tahoe-lafs-1.10.0-r2.ebuild59
4 files changed, 0 insertions, 97 deletions
diff --git a/net-fs/tahoe-lafs/Manifest b/net-fs/tahoe-lafs/Manifest
index 36590914d4e3..60787f4203ba 100644
--- a/net-fs/tahoe-lafs/Manifest
+++ b/net-fs/tahoe-lafs/Manifest
@@ -1,2 +1 @@
-DIST allmydata-tahoe-1.10.0.tar.bz2 1174044 SHA256 9c5516700fe95fdf8c57eca1e2a7b4aebf2de9a4d327d50afd684ebf833ccfe2 SHA512 664e1cbff3061c54f750af97f74a9fd6f1a16d5f6da73db4cb0e80bc01c97a4e18bf17818c9642e0d95b4a0b3669dc8648f800e63c4793ffb9f2f1bd6de2d461 WHIRLPOOL 9f579783cf46374c329f209898ebe34f28bc3e851ed4ec3eabe7cbb5bd2aac4a7b5aad925b1c688a46dec33f218c8e539dd2d464bdda82c67f685887f5aebf18
DIST allmydata-tahoe-1.10.2.tar.bz2 1378204 SHA256 fed5d719c966d9528a45e8ad66e6c8ff3dcb3c06db94775194c7c75566047be7 SHA512 79d4e3395aa7ef8e1e7c97eebdfcb75b3b36edb75aa5d5f805c568b842b9b2f4ea5f8529dbf32fbdd9cc467cf82f153aca09310bc3b69fa00efae7be8a7bc198 WHIRLPOOL d38a362105118113aaaf34c429c4b611e37ebf10d983dff1a4a117f6802671df78805ac1950b1c01279d36d1c87bc3976fec498580117d6f9bc46912a00b792f
diff --git a/net-fs/tahoe-lafs/files/tahoe-lafs-1.10.0-ifconfig.patch b/net-fs/tahoe-lafs/files/tahoe-lafs-1.10.0-ifconfig.patch
deleted file mode 100644
index c760f60e1cc0..000000000000
--- a/net-fs/tahoe-lafs/files/tahoe-lafs-1.10.0-ifconfig.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-From: Julian Ospald <hasufell@gentoo.org>
-Date: Thu Aug 1 14:17:10 UTC 2013
-Subject: don't hardcode ifconfig path
-
---- allmydata-tahoe-1.10.0/src/allmydata/util/iputil.py
-+++ allmydata-tahoe-1.10.0/src/allmydata/util/iputil.py
-@@ -177,11 +177,11 @@
- _win32_re = re.compile('^\s*\d+\.\d+\.\d+\.\d+\s.+\s(?P<address>\d+\.\d+\.\d+\.\d+)\s+(?P<metric>\d+)\s*$', flags=re.M|re.I|re.S)
-
- # These work in Redhat 6.x and Debian 2.2 potato
--_linux_path = '/sbin/ifconfig'
-+_linux_path = 'ifconfig'
- _linux_re = re.compile('^\s*inet [a-zA-Z]*:?(?P<address>\d+\.\d+\.\d+\.\d+)\s.+$', flags=re.M|re.I|re.S)
-
- # NetBSD 1.4 (submitted by Rhialto), Darwin, Mac OS X
--_netbsd_path = '/sbin/ifconfig'
-+_netbsd_path = 'ifconfig'
- _netbsd_args = ('-a',)
- _netbsd_re = re.compile('^\s+inet [a-zA-Z]*:?(?P<address>\d+\.\d+\.\d+\.\d+)\s.+$', flags=re.M|re.I|re.S)
-
diff --git a/net-fs/tahoe-lafs/files/tahoe-lafs-1.10.0-setup.patch b/net-fs/tahoe-lafs/files/tahoe-lafs-1.10.0-setup.patch
deleted file mode 100644
index 6cc7ae9dfd34..000000000000
--- a/net-fs/tahoe-lafs/files/tahoe-lafs-1.10.0-setup.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-From: Julian Ospald <hasufell@gentoo.org>
-Date: Thu Aug 1 02:58:04 UTC 2013
-Subject: remove bundled setuptools
-
---- allmydata-tahoe-1.10.0/setup.py
-+++ allmydata-tahoe-1.10.0/setup.py
-@@ -70,9 +70,7 @@
-
- __requires__ = install_requires[:]
-
--egg = os.path.realpath(glob.glob('setuptools-*.egg')[0])
--sys.path.insert(0, egg)
--import setuptools; setuptools.bootstrap_install_from = egg
-+import setuptools
-
- from setuptools import setup
- from setuptools.command import sdist
diff --git a/net-fs/tahoe-lafs/tahoe-lafs-1.10.0-r2.ebuild b/net-fs/tahoe-lafs/tahoe-lafs-1.10.0-r2.ebuild
deleted file mode 100644
index 868f2b9db18e..000000000000
--- a/net-fs/tahoe-lafs/tahoe-lafs-1.10.0-r2.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-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="http://tahoe-lafs.org/trac/tahoe-lafs"
-SRC_URI="http://tahoe-lafs.org/source/tahoe-lafs/releases/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="doc"
-
-RDEPEND="
- >=dev-python/foolscap-0.6.1[${PYTHON_USEDEP}]
- dev-python/nevow[${PYTHON_USEDEP}]
- dev-python/mock[${PYTHON_USEDEP}]
- dev-python/pyasn1[${PYTHON_USEDEP}]
- dev-python/pycrypto[${PYTHON_USEDEP}]
- dev-python/pycryptopp[${PYTHON_USEDEP}]
- dev-python/pyopenssl[${PYTHON_USEDEP}]
- dev-python/pyutil[${PYTHON_USEDEP}]
- dev-python/simplejson[${PYTHON_USEDEP}]
- >=dev-python/twisted-core-9.0.0-r1[${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}
-
-PATCHES=( "${FILESDIR}"/${P}-{setup,ifconfig}.patch )
-
-src_prepare() {
- rm -r setuptools* setup.cfg || die
- distutils-r1_src_prepare
-}
-
-src_install() {
- distutils-r1_src_install
- use doc && dodoc -r docs/*
-}
-
-pkg_postinst() {
- elog
- elog "optional dependencies:"
- elog " dev-python/twisted-conch (for sftp access)"
- elog
-}