From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/gnofract4d/
Date: Mon, 15 Mar 2021 20:07:08 +0000 (UTC) [thread overview]
Message-ID: <1615838819.a793a7d970e3ecf9fea434881873bc5b56f4ead0.asturm@gentoo> (raw)
commit: a793a7d970e3ecf9fea434881873bc5b56f4ead0
Author: Chris Mayo <aklhfex <AT> gmail <DOT> com>
AuthorDate: Mon Mar 15 19:38:47 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Mar 15 20:06:59 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a793a7d9
media-gfx/gnofract4d: remove old 4.0.1_p1-r1
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Chris Mayo <aklhfex <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/19942
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-gfx/gnofract4d/Manifest | 1 -
media-gfx/gnofract4d/gnofract4d-4.0.1_p1-r1.ebuild | 75 ----------------------
media-gfx/gnofract4d/metadata.xml | 3 -
3 files changed, 79 deletions(-)
diff --git a/media-gfx/gnofract4d/Manifest b/media-gfx/gnofract4d/Manifest
index fc42b5ddf03..e7d2dfa2297 100644
--- a/media-gfx/gnofract4d/Manifest
+++ b/media-gfx/gnofract4d/Manifest
@@ -1,2 +1 @@
-DIST gnofract4d-4.0.1_p1.tar.gz 7638038 BLAKE2B c12bade5f219d2d41dc50569c0df315273b0c2a0a6a40543f48f3e4cb766512ed18b979463574db65ac443b1a8dffbcc1f3c9dc04d7c6b89881fdfcfce95c41c SHA512 d7f3a081b3681866d2da911eedab6ec74f22f36d5175a85f93751519e96971cf147b99ddcda32c597283b39e9da4f0fc6a8843331334a18efa3bf459cfd00af5
DIST gnofract4d-4.3_p20201029.tar.gz 18270417 BLAKE2B 82d9f9528c33cf73478fa48d8692617237029944e68d9626d0c39e088b1b6aebc02a8c32a1a0e14c8d115cf3f0434940ec8a8c3d915fc9967b22f7e51353dd6b SHA512 f5844a88c41941429379efe99d1e0593a994a42d600e6e05f722c01c4ced48ceff730bf6bc797e083bd558931d39a31ffe86021eac0f0c6ec0f3047569962e3f
diff --git a/media-gfx/gnofract4d/gnofract4d-4.0.1_p1-r1.ebuild b/media-gfx/gnofract4d/gnofract4d-4.0.1_p1-r1.ebuild
deleted file mode 100644
index ddede64604e..00000000000
--- a/media-gfx/gnofract4d/gnofract4d-4.0.1_p1-r1.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8} )
-DISTUTILS_SINGLE_IMPL=1
-DISTUTILS_USE_SETUPTOOLS=no
-
-inherit distutils-r1 optfeature virtualx xdg
-
-COMMIT=bd600c20921afff7b02fc0a76ab79242ebd0896d
-
-DESCRIPTION="A program for drawing beautiful mathematically-based images known as fractals"
-HOMEPAGE="https://github.com/fract4d/gnofract4d"
-SRC_URI="https://github.com/fract4d/gnofract4d/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="+doc"
-REQUIRED_USE="test? ( doc )"
-
-COMMON_DEPEND="
- media-libs/libpng:0=
- virtual/jpeg:0"
-RDEPEND="${COMMON_DEPEND}
- $(python_gen_cond_dep '
- dev-python/pycairo[${PYTHON_MULTI_USEDEP}]
- dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
- ')
- x11-libs/gtk+:3[introspection]"
-BDEPEND="virtual/pkgconfig"
-DEPEND="${COMMON_DEPEND}
- doc? (
- app-text/docbook-xsl-stylesheets
- $(python_gen_cond_dep '
- dev-python/pygobject[${PYTHON_MULTI_USEDEP}]
- ')
- dev-libs/libxslt
- x11-libs/gtk+:3[introspection]
- )"
-
-distutils_enable_tests pytest
-
-S="${WORKDIR}/${PN}-${COMMIT}"
-
-src_prepare() {
- distutils-r1_src_prepare
-}
-
-python_test() {
- virtx pytest fract4d fract4dgui test.py
-}
-
-python_compile_all() {
- if use doc; then
- ln -s "${BUILD_DIR}"/lib/fract4d/*.so fract4d/ || die
- "${EPYTHON}" createdocs.py || die
- fi
-}
-
-python_install_all() {
- distutils-r1_python_install_all
- rm -r "${ED}"/usr/share/doc/${PN} || die
- if ! use doc; then
- rm -r "${ED}"/usr/share/gnome/help/${PN} || die
- fi
-}
-
-pkg_postinst() {
- xdg_pkg_postinst
- elog "Optional missing features:"
- optfeature "creating videos" media-video/ffmpeg[vpx,zlib]
-}
diff --git a/media-gfx/gnofract4d/metadata.xml b/media-gfx/gnofract4d/metadata.xml
index d11e338560d..660509b7c14 100644
--- a/media-gfx/gnofract4d/metadata.xml
+++ b/media-gfx/gnofract4d/metadata.xml
@@ -12,7 +12,4 @@
<upstream>
<remote-id type="github">edyoung/gnofract4d</remote-id>
</upstream>
- <use>
- <flag name="doc">Install user manual</flag>
- </use>
</pkgmetadata>
next reply other threads:[~2021-03-15 20:07 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-15 20:07 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-09-06 15:15 [gentoo-commits] repo/gentoo:master commit in: media-gfx/gnofract4d/ Sam James
2025-09-06 15:15 Sam James
2025-04-13 11:28 Arthur Zamarin
2025-04-12 20:18 Sam James
2024-10-07 6:58 Joonas Niilola
2024-10-07 6:58 Joonas Niilola
2024-05-28 12:35 Sam James
2024-04-26 6:55 Joonas Niilola
2023-10-25 7:46 Joonas Niilola
2023-10-20 7:03 Joonas Niilola
2023-10-20 7:03 Joonas Niilola
2023-07-28 14:06 Joonas Niilola
2023-07-28 14:06 Joonas Niilola
2023-01-14 8:50 Joonas Niilola
2023-01-13 20:00 Sam James
2022-12-09 6:54 Joonas Niilola
2022-11-23 17:55 Joonas Niilola
2022-11-23 17:55 Joonas Niilola
2022-07-12 6:47 Agostino Sarubbo
2022-07-12 6:46 Agostino Sarubbo
2021-11-12 1:36 Sam James
2021-02-26 20:58 Agostino Sarubbo
2021-02-26 15:18 Sam James
2020-11-11 11:56 Joonas Niilola
2020-11-11 11:56 Joonas Niilola
2020-10-03 13:43 Joonas Niilola
2020-10-03 13:43 Joonas Niilola
2020-09-30 7:54 Joonas Niilola
2020-02-09 16:47 Michał Górny
2020-02-07 14:10 Andreas Sturmlechner
2020-02-07 12:12 Agostino Sarubbo
2020-02-04 9:00 Agostino Sarubbo
2020-01-22 10:53 Joonas Niilola
2020-01-05 10:10 Joonas Niilola
2020-01-05 10:10 Joonas Niilola
2019-04-08 19:15 Aaron Bauman
2018-04-20 19:43 David Seifert
2016-12-20 15:34 Tobias Klausmann
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=1615838819.a793a7d970e3ecf9fea434881873bc5b56f4ead0.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