commit:     55b7e2d9523035b94e18c174f554e83540921779
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  7 20:48:59 2017 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Feb  7 21:39:16 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55b7e2d9

dev-libs/libuv: Remove 1.8.0

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-libs/libuv/Manifest           |  1 -
 dev-libs/libuv/libuv-1.8.0.ebuild | 44 ---------------------------------------
 2 files changed, 45 deletions(-)

diff --git a/dev-libs/libuv/Manifest b/dev-libs/libuv/Manifest
index 04afe88..32c1bdb 100644
--- a/dev-libs/libuv/Manifest
+++ b/dev-libs/libuv/Manifest
@@ -1,2 +1 @@
 DIST libuv-1.10.2.tar.gz 1074184 SHA256 
2d740a2adea0f1a19058626f55a076ac41a4ac1f95d4e57cae0c8a634a6cd63b SHA512 
5d9a7c483c3504e10e17c29297d72dee1572dc657d261229cc68efe63cb3abb59f7e7768885ce3eb06f22691e73323158c06dcce29000c81e35ff9888853f080
 WHIRLPOOL 
19948da35acc1252de9633dbd30cb951eb07bf51c0f63b65d8716b87d9cbf7184814e1e44363e40bc8e55976256812eaef0583f0ab2f0d3a6ae0068e7349f034
-DIST libuv-1.8.0.tar.gz 1048022 SHA256 
906e1a5c673c95cb261adeacdb7308a65b4a8f7c9c50d85f3021364951fa9cde SHA512 
51d5940873a771278c24a697f0da5c9cb7f42c192daa14254cff9309af600a1b343f1f39272f88d4cd0158f7b15bc966fb7e0b67b9590295fe4d9f0a7c6572b4
 WHIRLPOOL 
ce9c49d5ba646458daa60e3f935d2f53483570d6dc34a8515c875115377929271bbc113c4c382054e9b1dbe4c04e04c2381f90d0776d69b064fb72169b6b4060

diff --git a/dev-libs/libuv/libuv-1.8.0.ebuild 
b/dev-libs/libuv/libuv-1.8.0.ebuild
deleted file mode 100644
index c11db21..00000000
--- a/dev-libs/libuv/libuv-1.8.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit autotools eutils multilib-minimal
-
-DESCRIPTION="Cross-platform asychronous I/O"
-HOMEPAGE="https://github.com/libuv/libuv";
-SRC_URI="https://github.com/libuv/libuv/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD BSD-2 ISC MIT"
-SLOT="0/1"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~mips ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-IUSE="static-libs"
-RESTRICT="test"
-
-DEPEND="sys-devel/libtool
-       virtual/pkgconfig[${MULTILIB_USEDEP}]"
-
-src_prepare() {
-       echo "m4_define([UV_EXTRA_AUTOMAKE_FLAGS], [serial-tests])" \
-               > m4/libuv-extra-automake-flags.m4 || die
-
-       eautoreconf
-}
-
-multilib_src_configure() {
-       ECONF_SOURCE="${S}" econf \
-               cc_cv_cflags__g=no \
-               $(use_enable static-libs static)
-}
-
-multilib_src_test() {
-       mkdir "${BUILD_DIR}"/test || die
-       cp -pPR "${S}"/test/fixtures "${BUILD_DIR}"/test/fixtures || die
-       default
-}
-
-multilib_src_install_all() {
-       einstalldocs
-       prune_libtool_files
-}

Reply via email to