From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/molequeue/files/, sci-chemistry/molequeue/
Date: Wed, 12 Jun 2019 10:13:13 +0000 (UTC) [thread overview]
Message-ID: <1560334384.4fe39c55286a13ac3ecf060eaccf73807c24a415.asturm@gentoo> (raw)
commit: 4fe39c55286a13ac3ecf060eaccf73807c24a415
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 12 10:09:30 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jun 12 10:13:04 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fe39c55
sci-chemistry/molequeue: Drop 0.8.0
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
sci-chemistry/molequeue/Manifest | 1 -
.../molequeue/files/molequeue-0.8.0-cmake.patch | 106 ---------------------
sci-chemistry/molequeue/molequeue-0.8.0.ebuild | 70 --------------
3 files changed, 177 deletions(-)
diff --git a/sci-chemistry/molequeue/Manifest b/sci-chemistry/molequeue/Manifest
index e9a1c320acf..0c757d94d63 100644
--- a/sci-chemistry/molequeue/Manifest
+++ b/sci-chemistry/molequeue/Manifest
@@ -1,2 +1 @@
-DIST molequeue-0.8.0.tar.gz 643072 BLAKE2B c9ba0a93e4dac3027de1aeb5ae6c62fc3e4229786973d6c3b56af4b70476b0ed54a563837d489912a40c76b9ce0013e13633a327eb314c34305ba17d7f0b4cf7 SHA512 b9539d2ad2c67188ad254f186c1d67c122a15a32047801c632a1613a4f9c887f38baf2da1bb80cb123391948c2a44604fb1082e475ca6de1e683fbe51266ac84
DIST molequeue-0.9.0.tar.gz 604015 BLAKE2B 37e7f404a0fefb40defb198295659372121fbe770269c2f9fb92e856aceb8222bec5e83939ecea061b76f925c0cbde1be0a854db41f992a92a2b2b9e0651f2e1 SHA512 87ddd8ca59227cab60c0ce2643e5bd435d9ac7e23b929659b95f190478734a5b71d4935f37d03eeadbc39939cbffb3604e0a283d50b0a23a1a000b57c1fce335
diff --git a/sci-chemistry/molequeue/files/molequeue-0.8.0-cmake.patch b/sci-chemistry/molequeue/files/molequeue-0.8.0-cmake.patch
deleted file mode 100644
index 3fd8a9db76b..00000000000
--- a/sci-chemistry/molequeue/files/molequeue-0.8.0-cmake.patch
+++ /dev/null
@@ -1,106 +0,0 @@
-From 45cbc9f167d1158bc73e87618cc08ede2e3f2911 Mon Sep 17 00:00:00 2001
-From: "Marcus D. Hanwell" <marcus.hanwell@kitware.com>
-Date: Thu, 1 Jun 2017 13:17:20 -0400
-Subject: [PATCH] Removed GenerateExportHeader, bumped CMake min
-
-Removed the GenerateExportHeader copy we had, use CMake's, and bump the
-minimum to ensure it has the features we expect.
----
- CMakeLists.txt | 2 +-
- cmake/GenerateExportHeader.cmake | 375 ---------------------------------------
- cmake/exportheader.cmake.in | 35 ----
- 3 files changed, 1 insertion(+), 411 deletions(-)
- delete mode 100644 cmake/GenerateExportHeader.cmake
- delete mode 100644 cmake/exportheader.cmake.in
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index df93bc8..a107c8f 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -1,4 +1,4 @@
--cmake_minimum_required(VERSION 2.8.8 FATAL_ERROR)
-+cmake_minimum_required(VERSION 3.3 FATAL_ERROR)
-
- project(MoleQueue)
-
-From aae92632d10fe98728c3e73bfd891e502e8712fd Mon Sep 17 00:00:00 2001
-From: "Marcus D. Hanwell" <marcus.hanwell@kitware.com>
-Date: Thu, 16 Nov 2017 15:10:25 -0500
-Subject: [PATCH] Remove deprecated calls for export flags
-
-Move them to the project default variables in the top level.
----
- CMakeLists.txt | 8 ++++++++
- molequeue/client/CMakeLists.txt | 1 -
- molequeue/servercore/CMakeLists.txt | 1 -
- molequeue/zeromq/CMakeLists.txt | 1 -
- thirdparty/qt5json/CMakeLists.txt | 1 -
- 5 files changed, 8 insertions(+), 4 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index a107c8f..e68d81f 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -4,6 +4,14 @@ project(MoleQueue)
-
- set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
-
-+# Request C++11 standard, using new CMake variables.
-+set(CMAKE_CXX_STANDARD 11)
-+set(CMAKE_CXX_STANDARD_REQUIRED True)
-+set(CMAKE_CXX_EXTENSIONS False)
-+# Set symbol visibility defaults for all targets.
-+set(CMAKE_CXX_VISIBILITY_PRESET "hidden")
-+set(CMAKE_VISIBILITY_INLINES_HIDDEN True)
-+
- include(BuildType)
- include(BuildLocation)
- include(CompilerFlags)
-diff --git a/molequeue/client/CMakeLists.txt b/molequeue/client/CMakeLists.txt
-index 674f91a..8cb131a 100644
---- a/molequeue/client/CMakeLists.txt
-+++ b/molequeue/client/CMakeLists.txt
-@@ -20,7 +20,6 @@ set_target_properties(MoleQueueClient PROPERTIES AUTOMOC TRUE)
- include(GenerateExportHeader)
- generate_export_header(MoleQueueClient EXPORT_FILE_NAME molequeueclientexport.h)
- list(APPEND headers "${CMAKE_CURRENT_BINARY_DIR}/molequeueclientexport.h")
--add_compiler_export_flags(molequeue_export_flags)
- set_property(TARGET MoleQueueClient APPEND
- PROPERTY COMPILE_FLAGS ${molequeue_export_flags})
-
-diff --git a/molequeue/servercore/CMakeLists.txt b/molequeue/servercore/CMakeLists.txt
-index 8d4f7ee..aab0bec 100644
---- a/molequeue/servercore/CMakeLists.txt
-+++ b/molequeue/servercore/CMakeLists.txt
-@@ -30,7 +30,6 @@ set(hdrs
- generate_export_header(MoleQueueServerCore
- EXPORT_FILE_NAME molequeueservercoreexport.h)
- include_directories(${CMAKE_CURRENT_BINARY_DIR})
--add_compiler_export_flags(molequeue_export_flags)
- set_property(TARGET MoleQueueServerCore APPEND
- PROPERTY COMPILE_FLAGS ${molequeue_export_flags})
-
-diff --git a/molequeue/zeromq/CMakeLists.txt b/molequeue/zeromq/CMakeLists.txt
-index bc1e893..188f437 100644
---- a/molequeue/zeromq/CMakeLists.txt
-+++ b/molequeue/zeromq/CMakeLists.txt
-@@ -20,7 +20,6 @@ target_link_libraries(MoleQueueZeroMq MoleQueueServerCore ${ZeroMQ_LIBRARIES})
- generate_export_header(MoleQueueZeroMq
- EXPORT_FILE_NAME molequeuezeromqexport.h)
- include_directories(${CMAKE_CURRENT_BINARY_DIR})
--add_compiler_export_flags(molequeue_export_flags)
- set_property(TARGET MoleQueueZeroMq APPEND
- PROPERTY COMPILE_FLAGS ${molequeue_export_flags})
-
-diff --git a/thirdparty/qt5json/CMakeLists.txt b/thirdparty/qt5json/CMakeLists.txt
-index 6d00685..52f5df2 100644
---- a/thirdparty/qt5json/CMakeLists.txt
-+++ b/thirdparty/qt5json/CMakeLists.txt
-@@ -54,7 +54,6 @@ include(GenerateExportHeader)
- generate_export_header(${QT5_JSON_LIBRARY_NAME}
- EXPORT_FILE_NAME qt5jsonexport.h
- EXPORT_MACRO_NAME QT5JSON_EXPORT)
--add_compiler_export_flags(qt5json_export_flags)
-
- set_property(TARGET ${QT5_JSON_LIBRARY_NAME} APPEND
- PROPERTY COMPILE_FLAGS ${qt5json_export_flags})
diff --git a/sci-chemistry/molequeue/molequeue-0.8.0.ebuild b/sci-chemistry/molequeue/molequeue-0.8.0.ebuild
deleted file mode 100644
index 2c20c0bfeea..00000000000
--- a/sci-chemistry/molequeue/molequeue-0.8.0.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit cmake-utils python-single-r1 versionator virtualx
-
-DESCRIPTION="Abstract, manage and coordinate execution of tasks"
-HOMEPAGE="https://www.openchemistry.org/projects/molequeue/"
-SRC_URI="https://github.com/OpenChemistry/molequeue/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="+client doc server test +zeromq"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}
- server? ( client )
- test? ( server )"
-
-RDEPEND="${PYTHON_DEPS}
- dev-qt/qtcore:5
- dev-qt/qtgui:5
- dev-qt/qtnetwork:5
- dev-qt/qtwidgets:5
- zeromq? ( net-libs/cppzmq:0= )"
-DEPEND="${RDEPEND}
- doc? ( app-doc/doxygen )"
-
-PATCHES=( "${FILESDIR}"/${P}-cmake.patch )
-
-src_prepare() {
- cmake-utils_src_prepare
-
- rm cmake/{GenerateExportHeader.cmake,exportheader.cmake.in} || die
-
- # delete bundled Qt5Json library
- rm -r thirdparty || die
-}
-
-src_configure() {
- local mycmakeargs=(
- -DBUILD_DOCUMENTATION=$(usex doc)
- -DMoleQueue_BUILD_CLIENT=$(usex client)
- -DoleQueue_BUILD_APPLICATION=$(usex server)
- -DENABLE_TESTING=$(usex test)
- -DUSE_ZERO_MQ=$(usex zeromq)
- -DINSTALL_LIBRARY_DIR=$(get_libdir)
- )
- use zeromq && \
- mycmakeargs+=( -DZeroMQ_ROOT_DIR=\"${EPREFIX}/usr\" )
-
- cmake-utils_src_configure
-}
-
-src_compile() {
- cmake-utils_src_compile all $(usex doc documentation "")
-}
-
-src_test() {
- VIRTUALX_COMMAND=cmake-utils_src_test
- virtualmake
-}
-
-src_install() {
- use doc && HTML_DOCS=( "${BUILD_DIR}"/docs/html/. )
- cmake-utils_src_install
-}
next reply other threads:[~2019-06-12 10:13 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-12 10:13 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-01-13 23:28 [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/molequeue/files/, sci-chemistry/molequeue/ Andreas Sturmlechner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1560334384.4fe39c55286a13ac3ecf060eaccf73807c24a415.asturm@gentoo \
--to=asturm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox