From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9D8521399D7 for ; Wed, 2 Sep 2015 12:17:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 250C4141A5; Wed, 2 Sep 2015 12:17:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C973A141A5 for ; Wed, 2 Sep 2015 12:17:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1B2A8340806 for ; Wed, 2 Sep 2015 12:17:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5BAB8162 for ; Wed, 2 Sep 2015 12:17:23 +0000 (UTC) From: "Michael Weber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Weber" Message-ID: <1440922483.d5a3b9c336d08b546449fc876f661883ee143dff.xmw@gentoo> Subject: [gentoo-commits] dev/xmw:master commit in: dev-util/eclipse-clp/ X-VCS-Repository: dev/xmw X-VCS-Files: dev-util/eclipse-clp/eclipse-clp-6.1.204.ebuild X-VCS-Directories: dev-util/eclipse-clp/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: d5a3b9c336d08b546449fc876f661883ee143dff X-VCS-Branch: master Date: Wed, 2 Sep 2015 12:17:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b19827fe-08b0-40d7-b48a-d8e6835b43b6 X-Archives-Hash: 7a2af3631f3c8df70920cda872f57624 commit: d5a3b9c336d08b546449fc876f661883ee143dff Author: Michael Weber xmw de> AuthorDate: Sun Aug 30 08:14:43 2015 +0000 Commit: Michael Weber gentoo org> CommitDate: Sun Aug 30 08:14:43 2015 +0000 URL: https://gitweb.gentoo.org/dev/xmw.git/commit/?id=d5a3b9c3 dev-util/eclipse-clp: drop comments Package-Manager: portage-2.2.20.1 Manifest-Sign-Key: 62EEF090 dev-util/eclipse-clp/eclipse-clp-6.1.204.ebuild | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/dev-util/eclipse-clp/eclipse-clp-6.1.204.ebuild b/dev-util/eclipse-clp/eclipse-clp-6.1.204.ebuild index 3f2111e..1411725 100644 --- a/dev-util/eclipse-clp/eclipse-clp-6.1.204.ebuild +++ b/dev-util/eclipse-clp/eclipse-clp-6.1.204.ebuild @@ -42,16 +42,6 @@ S=${WORKDIR}/Eclipse_${MY_PV} REQUIRED_USE="coin? ( gmp ) glpk? ( coin ) parallel? ( tcl )" -#src_unpack() { -# default -# if use coin ; then -# local my_cbc=$(best_version sci-libs/coinor-cbc) -# cp "${EROOT}"usr/share/doc/${my_cbc/sci-libs\//}/examples/Cbc{Branch,Compare}User.{c,h}pp.* . || die -# unpack ./Cbc{Branch,Compare}User.{c,h}pp.* -# mv Cbc{Branch,Compare}User.{c,h}pp "${S}"/Eplex || die -# fi -#} - src_prepare() { epatch \ "${FILESDIR}"/${PN}-6.1.194-mysql.patch \