From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RvWzW-0004P8-VG for garchives@archives.gentoo.org; Thu, 09 Feb 2012 16:37:03 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69EA4E05EC; Thu, 9 Feb 2012 16:36:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 3973DE05EC for ; Thu, 9 Feb 2012 16:36:49 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 77EA01B4012 for ; Thu, 9 Feb 2012 16:36:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 2D677E53FF for ; Thu, 9 Feb 2012 16:36:48 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: Subject: [gentoo-commits] proj/loongson:master commit in: dev-libs/cloog-ppl/ X-VCS-Repository: proj/loongson X-VCS-Files: dev-libs/cloog-ppl/Manifest dev-libs/cloog-ppl/cloog-ppl-9999.ebuild X-VCS-Directories: dev-libs/cloog-ppl/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: ca0d0b13692accbb9e04ad734a3e256d35f39d34 Date: Thu, 9 Feb 2012 16:36:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 439bc863-02c5-43da-98d2-50c52c07e5ed X-Archives-Hash: 5b2adce42818c92cc670d33e72222378 commit: ca0d0b13692accbb9e04ad734a3e256d35f39d34 Author: Matt Turner gmail com> AuthorDate: Thu Feb 9 16:31:38 2012 +0000 Commit: Matt Turner gmail com> CommitDate: Thu Feb 9 16:31:38 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/loongson.git;= a=3Dcommit;h=3Dca0d0b13 Remove dev-libs/cloog-ppl No reason for this to be in the loongson overlay. Signed-off-by: Matt Turner gmail.com> --- dev-libs/cloog-ppl/Manifest | 1 - dev-libs/cloog-ppl/cloog-ppl-9999.ebuild | 28 ------------------------= ---- 2 files changed, 0 insertions(+), 29 deletions(-) diff --git a/dev-libs/cloog-ppl/Manifest b/dev-libs/cloog-ppl/Manifest deleted file mode 100644 index f6a9aa6..0000000 --- a/dev-libs/cloog-ppl/Manifest +++ /dev/null @@ -1 +0,0 @@ -EBUILD cloog-ppl-9999.ebuild 523 RMD160 8e3443d5b19eae9a9b940390c2fcf203= 0f269b49 SHA1 f81ec917353d685df2297af417c6e356123fc562 SHA256 ebfea66f9d2= befb2ce7cd414fa8d617a071d8d71cedce82bfd920b9fa30c1ae1 diff --git a/dev-libs/cloog-ppl/cloog-ppl-9999.ebuild b/dev-libs/cloog-pp= l/cloog-ppl-9999.ebuild deleted file mode 100644 index ac3238e..0000000 --- a/dev-libs/cloog-ppl/cloog-ppl-9999.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EGIT_REPO_URI=3D"git://repo.or.cz/cloog-ppl.git" -EGIT_BOOTSTRAP=3D"autogen.sh" -inherit git - -DESCRIPTION=3D"ppl port of cloog" -HOMEPAGE=3D"http://repo.or.cz/r/cloog-ppl.git/" - -LICENSE=3D"GPL-2" -SLOT=3D"0" -KEYWORDS=3D"" -IUSE=3D"" - -DEPEND=3D">=3Ddev-libs/ppl-0.10_pre27 - dev-libs/polylib" -RDEPEND=3D"${DEPEND}" - -src_compile() { - econf --with-ppl=3D/usr - emake || die "make failed" -} - -src_install() { - make DESTDIR=3D${D} install -}