diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2015-03-17 11:23:25 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2015-03-17 11:23:25 +0000 |
commit | bd2a02d3ad969fa16d147dcb3f35f05c4cd81301 (patch) | |
tree | 4f3a5678b5edb129a6e222420b59d5728c162adc /dev-libs/libclc | |
parent | version bump, drop old (diff) | |
download | gentoo-2-bd2a02d3ad969fa16d147dcb3f35f05c4cd81301.tar.gz gentoo-2-bd2a02d3ad969fa16d147dcb3f35f05c4cd81301.tar.bz2 gentoo-2-bd2a02d3ad969fa16d147dcb3f35f05c4cd81301.zip |
New snapshot. Adjust dependencies on llvm/clang versions to match working combinations.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x2324E7B566DF2611!)
Diffstat (limited to 'dev-libs/libclc')
-rw-r--r-- | dev-libs/libclc/ChangeLog | 11 | ||||
-rw-r--r-- | dev-libs/libclc/libclc-0.0.1_pre20131010.ebuild | 56 | ||||
-rw-r--r-- | dev-libs/libclc/libclc-0.0.1_pre20140101-r1.ebuild | 8 | ||||
-rw-r--r-- | dev-libs/libclc/libclc-0.0.1_pre20141027.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/libclc/libclc-0.1.0_pre20150305.ebuild (renamed from dev-libs/libclc/libclc-0.0.1_pre20140101.ebuild) | 12 |
5 files changed, 24 insertions, 69 deletions
diff --git a/dev-libs/libclc/ChangeLog b/dev-libs/libclc/ChangeLog index 396bbf3e2cf0..17d896a9cc43 100644 --- a/dev-libs/libclc/ChangeLog +++ b/dev-libs/libclc/ChangeLog @@ -1,6 +1,15 @@ # ChangeLog for dev-libs/libclc # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libclc/ChangeLog,v 1.15 2015/02/19 08:51:10 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libclc/ChangeLog,v 1.16 2015/03/17 11:23:25 chithanh Exp $ + +*libclc-0.1.0_pre20150305 (17 Mar 2015) + + 17 Mar 2015; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +libclc-0.1.0_pre20150305.ebuild, -libclc-0.0.1_pre20131010.ebuild, + -libclc-0.0.1_pre20140101.ebuild, libclc-0.0.1_pre20140101-r1.ebuild, + libclc-0.0.1_pre20141027.ebuild: + New snapshot. Adjust dependencies on llvm/clang versions to match working + combinations. 19 Feb 2015; Agostino Sarubbo <ago@gentoo.org> libclc-0.0.1_pre20141027.ebuild: diff --git a/dev-libs/libclc/libclc-0.0.1_pre20131010.ebuild b/dev-libs/libclc/libclc-0.0.1_pre20131010.ebuild deleted file mode 100644 index 6b2709263361..000000000000 --- a/dev-libs/libclc/libclc-0.0.1_pre20131010.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libclc/libclc-0.0.1_pre20131010.ebuild,v 1.4 2015/02/08 20:12:54 chithanh Exp $ - -EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} ) - -EGIT_REPO_URI="http://llvm.org/git/${PN}.git" - -if [[ ${PV} = 9999* ]]; then - GIT_ECLASS="git-2" - EXPERIMENTAL="true" -fi - -inherit base 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.2 - >=sys-devel/llvm-3.2 - <sys-devel/clang-3.5 - <sys-devel/llvm-3.5" -DEPEND="${RDEPEND}" - -src_unpack() { - if [[ $PV = 9999* ]]; then - git-2_src_unpack - else - default - mv ${PN}-*/ ${P} || die - fi -} - -src_configure() { - ./configure.py \ - --with-llvm-config="${EPREFIX}/usr/bin/llvm-config" \ - --prefix="${EPREFIX}/usr" \ - --pkgconfigdir="${EPREFIX}/usr/share/pkgconfig" || die -} - -src_compile() { - emake VERBOSE=1 -} diff --git a/dev-libs/libclc/libclc-0.0.1_pre20140101-r1.ebuild b/dev-libs/libclc/libclc-0.0.1_pre20140101-r1.ebuild index 0ebdbba50e07..ade1cb1c77c4 100644 --- a/dev-libs/libclc/libclc-0.0.1_pre20140101-r1.ebuild +++ b/dev-libs/libclc/libclc-0.0.1_pre20140101-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libclc/libclc-0.0.1_pre20140101-r1.ebuild,v 1.1 2014/10/09 06:30:16 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libclc/libclc-0.0.1_pre20140101-r1.ebuild,v 1.2 2015/03/17 11:23:25 chithanh Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) @@ -30,7 +30,9 @@ IUSE="" RDEPEND=" >=sys-devel/clang-3.4 - >=sys-devel/llvm-3.4" + >=sys-devel/llvm-3.4 + <sys-devel/clang-3.6 + <sys-devel/llvm-3.6" DEPEND="${RDEPEND} ${PYTHON_DEPS}" diff --git a/dev-libs/libclc/libclc-0.0.1_pre20141027.ebuild b/dev-libs/libclc/libclc-0.0.1_pre20141027.ebuild index 1c375ad98139..4b44ad691aaa 100644 --- a/dev-libs/libclc/libclc-0.0.1_pre20141027.ebuild +++ b/dev-libs/libclc/libclc-0.0.1_pre20141027.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libclc/libclc-0.0.1_pre20141027.ebuild,v 1.3 2015/02/19 08:51:10 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libclc/libclc-0.0.1_pre20141027.ebuild,v 1.4 2015/03/17 11:23:25 chithanh Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) @@ -30,7 +30,9 @@ IUSE="" RDEPEND=" >=sys-devel/clang-3.5 - >=sys-devel/llvm-3.5" + >=sys-devel/llvm-3.5 + <sys-devel/clang-3.6 + <sys-devel/llvm-3.6" DEPEND="${RDEPEND} ${PYTHON_DEPS}" diff --git a/dev-libs/libclc/libclc-0.0.1_pre20140101.ebuild b/dev-libs/libclc/libclc-0.1.0_pre20150305.ebuild index 882d30d207eb..c9f6e1c44433 100644 --- a/dev-libs/libclc/libclc-0.0.1_pre20140101.ebuild +++ b/dev-libs/libclc/libclc-0.1.0_pre20150305.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libclc/libclc-0.0.1_pre20140101.ebuild,v 1.2 2015/02/08 20:12:54 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libclc/libclc-0.1.0_pre20150305.ebuild,v 1.1 2015/03/17 11:23:25 chithanh Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_6,2_7} ) EGIT_REPO_URI="http://llvm.org/git/${PN}.git" if [[ ${PV} = 9999* ]]; then - GIT_ECLASS="git-2" + GIT_ECLASS="git-r3" EXPERIMENTAL="true" fi @@ -29,16 +29,14 @@ KEYWORDS="~amd64 ~ppc ~x86" IUSE="" RDEPEND=" - >=sys-devel/clang-3.4 - >=sys-devel/llvm-3.4 - <sys-devel/clang-3.5 - <sys-devel/llvm-3.5" + >=sys-devel/clang-3.6 + >=sys-devel/llvm-3.6" DEPEND="${RDEPEND} ${PYTHON_DEPS}" src_unpack() { if [[ $PV = 9999* ]]; then - git-2_src_unpack + git-r3_src_unpack else default mv ${PN}-*/ ${P} || die |