diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-03-16 21:45:43 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-03-21 17:12:15 +0100 |
commit | 3263600af3935ac2d24163d9929bf6cc32244d64 (patch) | |
tree | 81b175baf4b4d6d2c5e7ff6b6c6c1ad5e25c27a5 /net-misc | |
parent | kde-plasma: Drop KDE Plasma 5.8.5 (diff) | |
download | gentoo-3263600af3935ac2d24163d9929bf6cc32244d64.tar.gz gentoo-3263600af3935ac2d24163d9929bf6cc32244d64.tar.bz2 gentoo-3263600af3935ac2d24163d9929bf6cc32244d64.zip |
net-misc/elliptics-eblob: Remove last-rited pkg, #599866
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/elliptics-eblob/Manifest | 1 | ||||
-rw-r--r-- | net-misc/elliptics-eblob/elliptics-eblob-0.22.16.ebuild | 40 | ||||
-rw-r--r-- | net-misc/elliptics-eblob/metadata.xml | 11 |
3 files changed, 0 insertions, 52 deletions
diff --git a/net-misc/elliptics-eblob/Manifest b/net-misc/elliptics-eblob/Manifest deleted file mode 100644 index 1d5ff44eefbf..000000000000 --- a/net-misc/elliptics-eblob/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST elliptics-eblob-0.22.16.zip 191321 SHA256 a9b9c2160473e2faa73d0c0493522d1ca6e1f1e199b46aaf111a4bd0b5880dc2 SHA512 bb8e00ecd8b111032a476cf4cdcbc4151f02c7166aebe0de3890c4d79d456249765e82ec70df38ffe1dcff3d6dd5ed7a2774aa5c21075e381ed39e2de00179a3 WHIRLPOOL 346ad194408ceac074e777e756cc3938f4117c790694e75ec7788b62668818d58231ef9ef35c533a33639b845a79090f531e7bed8699fb20c567df333efaa470 diff --git a/net-misc/elliptics-eblob/elliptics-eblob-0.22.16.ebuild b/net-misc/elliptics-eblob/elliptics-eblob-0.22.16.ebuild deleted file mode 100644 index 56aefab329e3..000000000000 --- a/net-misc/elliptics-eblob/elliptics-eblob-0.22.16.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) - -inherit eutils python-single-r1 flag-o-matic cmake-utils - -DESCRIPTION="The elliptics network - eblob backend" -HOMEPAGE="http://www.ioremap.net/projects/elliptics" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="python" -RDEPEND=" - app-arch/snappy - dev-libs/openssl - dev-libs/boost[python] - dev-libs/handystats" -DEPEND="${RDEPEND}" - -MY_PN="eblob" -SRC_URI="https://github.com/reverbrain/eblob/archive/v${PV}.zip -> ${P}.zip" - -S=${WORKDIR}/${MY_PN}-${PV} - -src_configure(){ - # 'checking trying to link with boost::python... no' due '-Wl,--as-needed' - use python && filter-ldflags -Wl,--as-needed - cmake-utils_src_configure -} - -pkg_setup() { - python-single-r1_pkg_setup -} - -src_install() { - cd "${BUILD_DIR}" && emake DESTDIR="${D}" install - cd "${S}" -} diff --git a/net-misc/elliptics-eblob/metadata.xml b/net-misc/elliptics-eblob/metadata.xml deleted file mode 100644 index 6243741ac580..000000000000 --- a/net-misc/elliptics-eblob/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>patrick@gentoo.org</email> - <name>Patrick Lauer</name> - </maintainer> - <upstream> - <remote-id type="github">reverbrain/eblob</remote-id> - </upstream> -</pkgmetadata> |