From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BDA85138331 for ; Thu, 29 Sep 2016 17:09:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 706C7E0818; Thu, 29 Sep 2016 17:09:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 402F4E0818 for ; Thu, 29 Sep 2016 17:09:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AED7234027D for ; Thu, 29 Sep 2016 17:09:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 116172494 for ; Thu, 29 Sep 2016 17:09:27 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1475168956.d452f3c397f3fdaacd4f382458c14da3aab10e1e.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/coinor-os/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/coinor-os/Manifest sci-libs/coinor-os/coinor-os-2.8.3.ebuild X-VCS-Directories: sci-libs/coinor-os/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: d452f3c397f3fdaacd4f382458c14da3aab10e1e X-VCS-Branch: master Date: Thu, 29 Sep 2016 17:09:27 +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: 25c92d13-0aa2-4d87-8711-db0bac0abc21 X-Archives-Hash: 937e350e2c2fb5cac07550187b686983 commit: d452f3c397f3fdaacd4f382458c14da3aab10e1e Author: David Seifert gentoo org> AuthorDate: Thu Sep 29 17:08:37 2016 +0000 Commit: David Seifert gentoo org> CommitDate: Thu Sep 29 17:09:16 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d452f3c3 sci-libs/coinor-os: Remove old ebuild Package-Manager: portage-2.3.1 sci-libs/coinor-os/Manifest | 1 - sci-libs/coinor-os/coinor-os-2.8.3.ebuild | 62 ------------------------------- 2 files changed, 63 deletions(-) diff --git a/sci-libs/coinor-os/Manifest b/sci-libs/coinor-os/Manifest index f6678ca..a0e27fe 100644 --- a/sci-libs/coinor-os/Manifest +++ b/sci-libs/coinor-os/Manifest @@ -1,2 +1 @@ DIST OS-2.10.1.tgz 37106742 SHA256 3db70a66f4b764e3ec7d43a58982098d80d5d7470825ff9dc029da1806c59b05 SHA512 bfc0af075e0db2160db694ec1e6f69c36cd52b29449fcbd689c809db01a9cf5f6a8a59edb7fb7269db5757faa14da5cd9fef34dffc73de7b2953b35fc2b710f0 WHIRLPOOL bd8f0ad49097ed7816ea24aa86db2d28df29734dbf7a8bacc9d4254f3ea52520a4010079d554f4bc500a9dcba468b470e0fe19c27b20c844e5bf7fde7774f89d -DIST OS-2.8.3.tgz 36046350 SHA256 45dbedbaf0db850a62d50351e1b855c529edcb627ed4ddea0011afbfc72e4da3 SHA512 33812e4ae12862bb44d0cb7e2210d418ce8fe705988364ee0622fc5aef04491e6675447bcac379a16add15ec4d123d853a5940ce1244a5767f1587c09b435078 WHIRLPOOL 8e802db5d0faf17e11cc11e5768c581b5b686fdea0db9668c6631a3a90aa9d71eb9f684bcfbba8dbdcc66d88ebf9367b8ce86e6c139cd640faf6d90673ab8d6e diff --git a/sci-libs/coinor-os/coinor-os-2.8.3.ebuild b/sci-libs/coinor-os/coinor-os-2.8.3.ebuild deleted file mode 100644 index 1195488..00000000 --- a/sci-libs/coinor-os/coinor-os-2.8.3.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit autotools-utils multilib flag-o-matic - -MYPN=OS - -DESCRIPTION="COIN-OR Optimization Services" -HOMEPAGE="https://projects.coin-or.org/OS/" -SRC_URI="http://www.coin-or.org/download/source/${MYPN}/${MYPN}-${PV}.tgz" - -LICENSE="EPL-1.0" -SLOT="0/6" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="doc examples static-libs test" - -RDEPEND=" - sci-libs/coinor-bcp:= - sci-libs/coinor-bonmin:= - sci-libs/coinor-couenne:= - sci-libs/coinor-clp:= - sci-libs/coinor-dylp:= - sci-libs/coinor-symphony:= - sci-libs/coinor-utils:= - sci-libs/coinor-vol:= - sci-libs/ipopt:=" -DEPEND="${RDEPEND} - virtual/pkgconfig - doc? ( app-doc/doxygen[dot] ) - test? ( sci-libs/coinor-sample )" - -S="${WORKDIR}/${MYPN}-${PV}/${MYPN}" - -src_prepare() { - append-cppflags -DNDEBUG - # needed for the --with-coin-instdir - dodir /usr - sed -i \ - -e "s:lib/pkgconfig:$(get_libdir)/pkgconfig:g" \ - configure || die - autotools-utils_src_prepare -} - -src_configure() { - local myeconfargs=( - --enable-dependency-linking - --with-coin-instdir="${ED}"/usr - ) - autotools-utils_src_configure -} - -src_test() { - autotools-utils_src_test test -} - -src_install() { - autotools-utils_src_install - use doc && dodoc doc/*.pdf -}