commit:     3a0667b517d313ed6c66aa47357ca2766dc790af
Author:     Matt Turner <mattst88 <AT> gmail <DOT> com>
AuthorDate: Thu Jan 18 01:50:04 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Jan 18 01:50:04 2018 +0000
URL:        https://gitweb.gentoo.org/proj/x11.git/commit/?id=3a0667b5

dev-libs/libclc: Drop.

 dev-libs/libclc/libclc-9999.ebuild | 54 --------------------------------------
 dev-libs/libclc/metadata.xml       |  5 ----
 2 files changed, 59 deletions(-)

diff --git a/dev-libs/libclc/libclc-9999.ebuild 
b/dev-libs/libclc/libclc-9999.ebuild
deleted file mode 100644
index c5ef62db..00000000
--- a/dev-libs/libclc/libclc-9999.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-EGIT_REPO_URI="http://llvm.org/git/${PN}.git";
-
-if [[ ${PV} = 9999* ]]; then
-       GIT_ECLASS="git-r3"
-       EXPERIMENTAL="true"
-fi
-
-inherit python-any-r1 $GIT_ECLASS
-
-DESCRIPTION="OpenCL C library"
-HOMEPAGE="http://libclc.llvm.org/";
-
-if [[ $PV = 9999* ]]; then
-       SRC_URI="${SRC_PATCHES}"
-else
-       SRC_URI="mirror://gentoo/${P}.tar.xz ${SRC_PATCHES}"
-fi
-
-LICENSE="|| ( MIT BSD )"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-RDEPEND="
-       >=sys-devel/clang-3.9
-       >=sys-devel/llvm-3.9"
-DEPEND="${RDEPEND}
-       ${PYTHON_DEPS}"
-
-src_unpack() {
-       if [[ $PV = 9999* ]]; then
-               git-r3_src_unpack
-       else
-               default
-               mv ${PN}-*/ ${P} || die
-       fi
-}
-
-src_configure() {
-       ./configure.py \
-               --with-llvm-config="${EPREFIX}/usr/bin/llvm-config" \
-               --prefix="${EPREFIX}/usr" || die
-}
-
-src_compile() {
-       emake VERBOSE=1
-}

diff --git a/dev-libs/libclc/metadata.xml b/dev-libs/libclc/metadata.xml
deleted file mode 100644
index 01c4c004..00000000
--- a/dev-libs/libclc/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-<herd>x11</herd>
-</pkgmetadata>

Reply via email to