commit:     95085149a7281fe10bc12638b5b6063b1f138b07
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  6 08:00:28 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> 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ć <jsmolic <AT> 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
-}

Reply via email to