From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/liborigin/
Date: Wed, 14 Feb 2018 20:42:54 +0000 (UTC) [thread overview]
Message-ID: <1518640961.c8d00ec1b9e699005b6accf710d16a05ef239cda.asturm@gentoo> (raw)
commit: c8d00ec1b9e699005b6accf710d16a05ef239cda
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 14 20:32:07 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Feb 14 20:42:41 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8d00ec1
sci-libs/liborigin: Switch to Qt5 build
Bug: https://bugs.gentoo.org/644468
Package-Manager: Portage-2.3.24, Repoman-2.3.6
sci-libs/liborigin/liborigin-20110829-r1.ebuild | 62 +++++++++++++++++++++++++
1 file changed, 62 insertions(+)
diff --git a/sci-libs/liborigin/liborigin-20110829-r1.ebuild b/sci-libs/liborigin/liborigin-20110829-r1.ebuild
new file mode 100644
index 00000000000..27e4ccbbe0f
--- /dev/null
+++ b/sci-libs/liborigin/liborigin-20110829-r1.ebuild
@@ -0,0 +1,62 @@
+# 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}"
+}
next reply other threads:[~2018-02-14 20:42 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-14 20:42 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-02-14 21:01 [gentoo-commits] repo/gentoo:master commit in: sci-libs/liborigin/ Andreas Sturmlechner
2018-02-14 21:01 Andreas Sturmlechner
2020-05-20 22:18 Andreas Sturmlechner
2021-10-06 8:33 Jakov Smolić
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=1518640961.c8d00ec1b9e699005b6accf710d16a05ef239cda.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