Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/gnofract4d/
Date: Wed, 30 Sep 2020 07:54:17
Message-Id: 1601452441.09ca245c78b062317071027f690f7cdac2454b20.juippis@gentoo
1 commit: 09ca245c78b062317071027f690f7cdac2454b20
2 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
3 AuthorDate: Wed Sep 2 09:10:40 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 30 07:54:01 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09ca245c
7
8 media-gfx/gnofract4d: update HOMEPAGE and desktop mimeinfo cache
9
10 Closes: https://bugs.gentoo.org/740018
11 Closes: https://bugs.gentoo.org/740002
12 Package-Manager: Portage-3.0.4, Repoman-3.0.1
13 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
14 Closes: https://github.com/gentoo/gentoo/pull/17369
15 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
16
17 media-gfx/gnofract4d/gnofract4d-4.0.1_p1-r1.ebuild | 5 +++--
18 1 file changed, 3 insertions(+), 2 deletions(-)
19
20 diff --git a/media-gfx/gnofract4d/gnofract4d-4.0.1_p1-r1.ebuild b/media-gfx/gnofract4d/gnofract4d-4.0.1_p1-r1.ebuild
21 index 752aa4114be..aff5c5c7b18 100644
22 --- a/media-gfx/gnofract4d/gnofract4d-4.0.1_p1-r1.ebuild
23 +++ b/media-gfx/gnofract4d/gnofract4d-4.0.1_p1-r1.ebuild
24 @@ -12,8 +12,8 @@ inherit distutils-r1 optfeature virtualx xdg
25 COMMIT=bd600c20921afff7b02fc0a76ab79242ebd0896d
26
27 DESCRIPTION="A program for drawing beautiful mathematically-based images known as fractals"
28 -HOMEPAGE="http://edyoung.github.io/gnofract4d/"
29 -SRC_URI="https://github.com/edyoung/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
30 +HOMEPAGE="https://github.com/fract4d/gnofract4d"
31 +SRC_URI="https://github.com/fract4d/gnofract4d/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
32
33 LICENSE="BSD"
34 SLOT="0"
35 @@ -69,6 +69,7 @@ python_install_all() {
36 }
37
38 pkg_postinst() {
39 + xdg_pkg_postinst
40 elog "Optional missing features:"
41 optfeature "creating videos" media-video/ffmpeg[vpx,zlib]
42 }