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 94F32158086 for ; Wed, 6 Oct 2021 08:33:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A6388E08FC; Wed, 6 Oct 2021 08:33:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8AB34E08EF for ; Wed, 6 Oct 2021 08:33:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9E3FC3432EB for ; Wed, 6 Oct 2021 08:33:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B0D0F147 for ; Wed, 6 Oct 2021 08:33:24 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1633509098.95085149a7281fe10bc12638b5b6063b1f138b07.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/liborigin/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/liborigin/Manifest sci-libs/liborigin/liborigin-3.0.0.ebuild X-VCS-Directories: sci-libs/liborigin/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 95085149a7281fe10bc12638b5b6063b1f138b07 X-VCS-Branch: master Date: Wed, 6 Oct 2021 08:33:24 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e642a113-7dad-44ae-8011-edecc2e0eeaa X-Archives-Hash: f17ec2e2221280b4c3b5861a9ea93803 commit: 95085149a7281fe10bc12638b5b6063b1f138b07 Author: Jakov Smolić gentoo org> AuthorDate: Wed Oct 6 08:00:28 2021 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Wed Oct 6 08:31:38 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95085149 sci-libs/liborigin: drop 3.0.0 Signed-off-by: Jakov Smolić gentoo.org> sci-libs/liborigin/Manifest | 1 - sci-libs/liborigin/liborigin-3.0.0.ebuild | 55 ------------------------------- 2 files changed, 56 deletions(-) diff --git a/sci-libs/liborigin/Manifest b/sci-libs/liborigin/Manifest index 3296248678b..3e0b88d860e 100644 --- a/sci-libs/liborigin/Manifest +++ b/sci-libs/liborigin/Manifest @@ -1,2 +1 @@ -DIST liborigin-3.0.0.tar.gz 156736 BLAKE2B 1c1fda3fc3ad47394b65637a808eca1ecf4cff19eb49de0811e50d395c3b7759f8ec19c680ed83f7a8191022aa17b4ba1211baa6ea16a48a5153736d9138ed5c SHA512 1cf00ec33a90b4baede0cd3b2a3e6d78ca4810511c6be58c4d1cce12e7e1001752422fe2ddbca80cd9016b91c5321eca1ab43606ace3acc21955a034ebc4094c DIST liborigin-3.0.1.tar.gz 156842 BLAKE2B 2c88d0419c4c7be1ff6d3aaba1f794fe67174e02e591878c754a32d9b2789bd8594d39f4786d9ac04884b443b528086617a9e1fdbca8815089c8ebb400dd321c SHA512 c3fde3549bce462ea38b961885d6c835aac53db64375645db1d3636eb78396b3353c5bcc9ea3313dac3ffb436de35677ecec6fddb2fcf1eb37eaf6a78e2a31f8 diff --git a/sci-libs/liborigin/liborigin-3.0.0.ebuild b/sci-libs/liborigin/liborigin-3.0.0.ebuild deleted file mode 100644 index aa4538748af..00000000000 --- a/sci-libs/liborigin/liborigin-3.0.0.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake - -DESCRIPTION="Library for reading OriginLab OPJ project files" -HOMEPAGE="https://sourceforge.net/projects/liborigin/" -SRC_URI="http://downloads.sourceforge.net/liborigin/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="2" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="debug doc tools" - -BDEPEND=" - doc? ( app-doc/doxygen ) -" -RDEPEND=" - dev-cpp/tree -" -DEPEND="${RDEPEND}" - -PATCHES=( - # git master - "${FILESDIR}/${P}-no-exit-calls.patch" - "${FILESDIR}/${P}-no-standard-streams.patch" - # TODO upstream - "${FILESDIR}/${P}-missing-header.patch" - # downstream - "${FILESDIR}/${P}-buildsystem.patch" # ENABLE_TOOLS, shared link, doc paths -) - -src_prepare() { - cmake_src_prepare - rm tree.hh || die "failed to remove bundled tree.hh" - - sed -e "/install.*html/s/liborigin/${PF}/" \ - -i CMakeLists.txt || die "failed to fix htmldoc install path" -} - -src_configure() { - local mycmakeargs=( - -DGENERATE_CODE_FOR_LOG=$(usex debug) - $(cmake_use_find_package doc Doxygen) - -DENABLE_TOOLS=$(usex tools) - ) - cmake_src_configure -} - -src_compile() { - cmake_src_compile - use doc && cmake_src_compile doc -}