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 4B25413835A for ; Wed, 20 May 2020 22:18:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62C16E0A88; Wed, 20 May 2020 22:18:07 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 3F317E0A88 for ; Wed, 20 May 2020 22:18:07 +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 16F2834F2BB for ; Wed, 20 May 2020 22:18:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B2FE9256 for ; Wed, 20 May 2020 22:18:04 +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: <1590013072.abacf647007141a83a2f72d9db4bce512c4cbb27.asturm@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-20110829-r1.ebuild X-VCS-Directories: sci-libs/liborigin/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: abacf647007141a83a2f72d9db4bce512c4cbb27 X-VCS-Branch: master Date: Wed, 20 May 2020 22:18:04 +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: 3084e35e-7662-4996-8090-737379283061 X-Archives-Hash: 93a0e30c2e81ee0436738897265a66b3 commit: abacf647007141a83a2f72d9db4bce512c4cbb27 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed May 20 21:41:18 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed May 20 22:17:52 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abacf647 sci-libs/liborigin: Drop 20110829-r1 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner gentoo.org> sci-libs/liborigin/Manifest | 1 - sci-libs/liborigin/liborigin-20110829-r1.ebuild | 62 ------------------------- 2 files changed, 63 deletions(-) diff --git a/sci-libs/liborigin/Manifest b/sci-libs/liborigin/Manifest index 9b2da118ce9..325e5f11cc4 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 liborigin2-20110829.zip 158364 BLAKE2B fb6902142fe20bd29c8f3dd4c6d0c77b6f94e66f082c6950809367a4049adc1092a5e1abc2705670a15a32d1d680c14fc05061d34d422cd55689bb778ee47fde SHA512 d0e4013a686fbc61c58b1f39e98aace91978bcadffbb2ef9d32576a3b2f19cc2443d595da2d3ecc19298ec6e29c20717db94e1fda6a64d71f3763841228a01c0 diff --git a/sci-libs/liborigin/liborigin-20110829-r1.ebuild b/sci-libs/liborigin/liborigin-20110829-r1.ebuild deleted file mode 100644 index 27e4ccbbe0f..00000000000 --- a/sci-libs/liborigin/liborigin-20110829-r1.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit qmake-utils - -DESCRIPTION="Library for reading OriginLab OPJ project files" -HOMEPAGE="http://soft.proindependent.com/liborigin2/" -SRC_URI="https://dev.gentoo.org/~dilfridge/distfiles/${PN}2-${PV}.zip" - -LICENSE="GPL-3" -SLOT="2" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="doc" - -RDEPEND=" - dev-libs/boost - dev-qt/qtcore:5 - dev-qt/qtgui:5 -" -DEPEND="${RDEPEND} - app-arch/unzip - dev-cpp/tree - doc? ( app-doc/doxygen ) -" - -DOCS=( readme FORMAT ) - -S="${WORKDIR}"/${PN}${SLOT} - -src_prepare() { - default - - cat >> liborigin2.pro <<-EOF - INCLUDEPATH += "${EPREFIX}/usr/include/tree" - headers.files = \$\$HEADERS - headers.path = "${EPREFIX}/usr/include/liborigin2" - target.path = "${EPREFIX}/usr/$(get_libdir)" - INSTALLS = target headers - EOF - # use system one - rm -f tree.hh || die -} - -src_configure() { - eqmake5 liborigin2.pro -} - -src_compile() { - default - if use doc; then - cd doc || die - doxygen Doxyfile || die "doc generation failed" - fi -} - -src_install() { - use doc && local HTML_DOCS=( doc/html/. ) - einstalldocs - emake install INSTALL_ROOT="${D}" -}