From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/quat/
Date: Sat, 9 Jan 2021 10:36:13 +0000 (UTC) [thread overview]
Message-ID: <1610188565.c3ffec49f62b0e61ae73cc4c539448c085738b63.sam@gentoo> (raw)
commit: c3ffec49f62b0e61ae73cc4c539448c085738b63
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 9 10:12:42 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 9 10:36:05 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3ffec49
media-gfx/quat: modernise ebuild, inc. StaticSrcUri
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../{quat-1.20-r1.ebuild => quat-1.20-r2.ebuild} | 29 ++++++++++++----------
1 file changed, 16 insertions(+), 13 deletions(-)
diff --git a/media-gfx/quat/quat-1.20-r1.ebuild b/media-gfx/quat/quat-1.20-r2.ebuild
similarity index 57%
rename from media-gfx/quat/quat-1.20-r1.ebuild
rename to media-gfx/quat/quat-1.20-r2.ebuild
index 8c1256dbdd0..17e06e1566e 100644
--- a/media-gfx/quat/quat-1.20-r1.ebuild
+++ b/media-gfx/quat/quat-1.20-r2.ebuild
@@ -1,31 +1,34 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
DESCRIPTION="A 3D quaternionic fractal generator"
HOMEPAGE="http://www.physcip.uni-stuttgart.de/phy11733/quat_e.html"
-SRC_URI="http://www.physcip.uni-stuttgart.de/phy11733/download/quat-1.20.tar.gz"
+SRC_URI="http://www.physcip.uni-stuttgart.de/phy11733/download/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE="X debug"
-DEPEND="X? ( =x11-libs/fltk-1*
- x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXft
- )
- >=sys-libs/zlib-1.1.4"
-RDEPEND=""
+DEPEND="
+ >=sys-libs/zlib-1.1.4
+ X? (
+ =x11-libs/fltk-1*
+ x11-libs/libX11
+ x11-libs/libXext
+ x11-libs/libXft
+ )
+"
+RDEPEND="${DEPEND}"
src_configure() {
export FLUID="/usr/bin/fluid" # needed because configure tries an invalid option
econf \
- `use_enable X gui` \
- `use_enable debug` \
- `use_enable debug prof`
+ $(use_enable X gui) \
+ $(use_enable debug) \
+ $(use_enable debug prof)
}
src_install() {
next reply other threads:[~2021-01-09 10:36 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-09 10:36 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-13 15:20 [gentoo-commits] repo/gentoo:master commit in: media-gfx/quat/ Petr Vaněk
2023-02-25 18:29 Arthur Zamarin
2023-02-25 18:26 Arthur Zamarin
2023-02-25 18:24 Arthur Zamarin
2018-04-17 20:27 David Seifert
2018-04-16 21:26 Sergei Trofimovich
2018-02-14 13:50 Thomas Deutschmann
2017-08-13 8:00 Amy Liffey
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=1610188565.c3ffec49f62b0e61ae73cc4c539448c085738b63.sam@gentoo \
--to=sam@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