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 5637E138334 for ; Sat, 15 Sep 2018 02:31:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4221E0A89; Sat, 15 Sep 2018 02:31:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 93172E0A76 for ; Sat, 15 Sep 2018 02:31:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4C03E335D12 for ; Sat, 15 Sep 2018 02:31:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE6CF3E0 for ; Sat, 15 Sep 2018 02:31:20 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1536978629.8c8a721d03d422f634eb0442e92da6a2a9ef58ba.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/alglib/, sci-libs/alglib/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/alglib/Manifest sci-libs/alglib/alglib-3.8.2-r1.ebuild sci-libs/alglib/files/CMakeLists.txt X-VCS-Directories: sci-libs/alglib/ sci-libs/alglib/files/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8c8a721d03d422f634eb0442e92da6a2a9ef58ba X-VCS-Branch: master Date: Sat, 15 Sep 2018 02:31:20 +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: cc59fc42-b026-4933-b658-af494bc1c0b6 X-Archives-Hash: 7af3d75e7b725f03602d79810ff2901b commit: 8c8a721d03d422f634eb0442e92da6a2a9ef58ba Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Sep 14 18:30:37 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Sep 15 02:30:29 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c8a721d sci-libs/alglib: Drop 3.8.2-r1 Package-Manager: Portage-2.3.49, Repoman-2.3.10 sci-libs/alglib/Manifest | 1 - sci-libs/alglib/alglib-3.8.2-r1.ebuild | 27 --------------------------- sci-libs/alglib/files/CMakeLists.txt | 32 -------------------------------- 3 files changed, 60 deletions(-) diff --git a/sci-libs/alglib/Manifest b/sci-libs/alglib/Manifest index 216674af28c..acfb3c58921 100644 --- a/sci-libs/alglib/Manifest +++ b/sci-libs/alglib/Manifest @@ -1,2 +1 @@ DIST alglib-3.10.0.cpp.gpl.tgz 1991101 BLAKE2B 884b80becce676285b7bc1f26ed8917c4c82f53b41c0350dfc8bff6573e2e6f12183e82fc317b54a8021b1f931eb7d5b55944902d0816f7097fdc05632128bdc SHA512 f02b3db5ab8dee841f27186b6693997c4e6876e75310b0a31a04593dbcb41d300920404e32e7aecb39c8dd15e54cfee05b725caa27397a67b453f6e64cd1ef5e -DIST alglib-3.8.2.cpp.tgz 1674260 BLAKE2B 85379da805abe27b86025bddafab775fbcb132b74db07abb204c6677b4fe75bd392d2bacb01b26510e1a6f1086b062902f598c9f13892b46e3dca938e73d1ea7 SHA512 3d7b6e3b5a29f25aee476bdd69e583d7504a2e06d390822b4aa2792eeb500e08c13477176be348a9dd560bad358e423465c9086f0c7c12f73dc88024364aed50 diff --git a/sci-libs/alglib/alglib-3.8.2-r1.ebuild b/sci-libs/alglib/alglib-3.8.2-r1.ebuild deleted file mode 100644 index 6e725a2cd3d..00000000000 --- a/sci-libs/alglib/alglib-3.8.2-r1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit cmake-utils - -DESCRIPTION="Numerical analysis and data processing library" -HOMEPAGE="http://www.alglib.net/" -SRC_URI="http://www.alglib.net/translator/re/${P}.cpp.tgz" - -SLOT="0/3.7" -LICENSE="GPL-2+" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" -IUSE="test" - -S="${WORKDIR}"/cpp/ - -src_prepare() { - cp "${FILESDIR}"/CMakeLists.txt-${PV} CMakeLists.txt || die - cmake-utils_src_prepare -} - -src_configure() { - local mycmakeargs=( $(cmake-utils_use_build test) ) - cmake-utils_src_configure -} diff --git a/sci-libs/alglib/files/CMakeLists.txt b/sci-libs/alglib/files/CMakeLists.txt deleted file mode 100644 index 6455423b0fe..00000000000 --- a/sci-libs/alglib/files/CMakeLists.txt +++ /dev/null @@ -1,32 +0,0 @@ -project(alglib CXX) -cmake_minimum_required(VERSION 2.8) - -INCLUDE(GNUInstallDirs) -INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/src) -SET(VERSION 3.7.0) -SET(SOVERSION 3.7) - -FILE(GLOB ALGLIB_SRC_LIB "src/*.cpp") -FILE(GLOB ALGLIB_HDR_LIB "src/*.h") - -ADD_LIBRARY(alglib SHARED ${ALGLIB_SRC_LIB}) -SET_TARGET_PROPERTIES(alglib PROPERTIES - VERSION ${VERSION} - SOVERSION ${SOVERSION}) - -INSTALL(TARGETS alglib DESTINATION ${CMAKE_INSTALL_LIBDIR}/) -INSTALL(FILES ${ALGLIB_HDR_LIB} DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}) - -#=========================================================== -ADD_EXECUTABLE(test_c tests/test_c.cpp) -TARGET_LINK_LIBRARIES(test_c alglib) -#INSTALL(TARGETS test_c DESTINATION ${CMAKE_INSTALL_BINDIR}/) -#=========================================================== -ADD_EXECUTABLE(test_i tests/test_i.cpp) -TARGET_LINK_LIBRARIES(test_i alglib) -#INSTALL(TARGETS test_i DESTINATION ${CMAKE_INSTALL_BINDIR}/) -#=========================================================== - -enable_testing() -add_test( test_c ${CMAKE_BUILD_DIR}/test_c) -add_test( test_i ${CMAKE_BUILD_DIR}/test_i)