commit:     0b91fffd27a0db4a12eecfa951059f26098096f7
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 13 19:33:08 2016 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Sun Nov 13 19:48:23 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b91fffd

dev-libs/libuv: Removed old.

Package-Manager: portage-2.3.2

 dev-libs/libuv/libuv-1.9.1.ebuild | 44 ---------------------------------------
 1 file changed, 44 deletions(-)

diff --git a/dev-libs/libuv/libuv-1.9.1.ebuild 
b/dev-libs/libuv/libuv-1.9.1.ebuild
deleted file mode 100644
index 82c4950..00000000
--- a/dev-libs/libuv/libuv-1.9.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2016 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 ~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