summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2017-01-15 11:53:56 +0100
committerPacho Ramos <pacho@gentoo.org>2017-01-15 12:19:28 +0100
commit5d24d9dc377262626618cd684e4caf5539105994 (patch)
treef9cba82177e0a81f7c77ef6508fc7b5ccc6a3225 /net-misc
parentnet-mail/rss2email: Drop old (diff)
downloadgentoo-5d24d9dc377262626618cd684e4caf5539105994.tar.gz
gentoo-5d24d9dc377262626618cd684e4caf5539105994.tar.bz2
gentoo-5d24d9dc377262626618cd684e4caf5539105994.zip
net-misc/elliptics-eblob: Drop old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/elliptics-eblob/Manifest1
-rw-r--r--net-misc/elliptics-eblob/elliptics-eblob-0.0.1.ebuild41
2 files changed, 0 insertions, 42 deletions
diff --git a/net-misc/elliptics-eblob/Manifest b/net-misc/elliptics-eblob/Manifest
index e965ca51173c..1d5ff44eefbf 100644
--- a/net-misc/elliptics-eblob/Manifest
+++ b/net-misc/elliptics-eblob/Manifest
@@ -1,2 +1 @@
-DIST eblob-0.0.1.tar.gz 353118 SHA256 eb19e68f42d0fd1140f874aa115186e542e395dbad1a22e550b5dc3b50760c8b SHA512 fa5f9a0773ac7ef6288a5ed77b6d1c6c65fcdc1bff1890b6e99c3748ea0f07124ef88b91f4e0d61aa896bb00b85ff95417362cbc41d0f4216f2f78e299aa1a10 WHIRLPOOL 11a31a9dcab869a1592db5380d0675f7c046ebb2de864c735ade3c9d859d1d9225f2f47307d3fa3a77f9f5fb267d5156fd964a07c2c34ae3638219f87088fbfd
DIST elliptics-eblob-0.22.16.zip 191321 SHA256 a9b9c2160473e2faa73d0c0493522d1ca6e1f1e199b46aaf111a4bd0b5880dc2 SHA512 bb8e00ecd8b111032a476cf4cdcbc4151f02c7166aebe0de3890c4d79d456249765e82ec70df38ffe1dcff3d6dd5ed7a2774aa5c21075e381ed39e2de00179a3 WHIRLPOOL 346ad194408ceac074e777e756cc3938f4117c790694e75ec7788b62668818d58231ef9ef35c533a33639b845a79090f531e7bed8699fb20c567df333efaa470
diff --git a/net-misc/elliptics-eblob/elliptics-eblob-0.0.1.ebuild b/net-misc/elliptics-eblob/elliptics-eblob-0.0.1.ebuild
deleted file mode 100644
index 37c48292db04..000000000000
--- a/net-misc/elliptics-eblob/elliptics-eblob-0.0.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-PYTHON_DEPEND="python? 2"
-
-inherit eutils autotools python flag-o-matic
-
-DESCRIPTION="The elliptics network - eblob backend"
-HOMEPAGE="http://www.ioremap.net/projects/elliptics"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE="python"
-RDEPEND="dev-libs/openssl
- python? ( dev-libs/boost[python] )"
-DEPEND="${RDEPEND}"
-
-MY_PN="eblob"
-SRC_URI="http://www.ioremap.net/archive/${MY_PN}/${MY_PN}-${PV}.tar.gz"
-
-S=${WORKDIR}/${MY_PN}-${PV}
-
-src_prepare(){
- use python || sed -i 's/SUBDIRS = .*/SUBDIRS = include library/' "${S}/Makefile.am"
- eautoreconf
-}
-
-src_configure(){
- # 'checking trying to link with boost::python... no' due '-Wl,--as-needed'
- use python && filter-ldflags -Wl,--as-needed
- econf \
- --with-libatomic-path=/dev/null \
- $(use_with python boost)
-}
-
-src_install(){
- emake install DESTDIR="${D}" || die
- find "${D}" -name '*.la' -exec rm -f {} +
-}