net-misc/elliptics-eblob: Drop old
authorPacho Ramos <pacho@gentoo.org>
Sun, 15 Jan 2017 10:53:56 +0000 (11:53 +0100)
committerPacho Ramos <pacho@gentoo.org>
Sun, 15 Jan 2017 11:19:28 +0000 (12:19 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

net-misc/elliptics-eblob/Manifest
net-misc/elliptics-eblob/elliptics-eblob-0.0.1.ebuild [deleted file]

index e965ca51173c9e51a404d79526586555e18b2164..1d5ff44eefbf6fa7d477bbafecf745e0211c3427 100644 (file)
@@ -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 (file)
index 37c4829..0000000
+++ /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 {} +
-}