Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: x11-libs/gtk-fortran/files/, x11-libs/gtk-fortran/
Date: Wed, 27 Oct 2021 06:18:16
Message-Id: 1635293380.2268e58d2c0e577d6c35c4eb1683cb7fce0be95d.flow@gentoo
1 commit: 2268e58d2c0e577d6c35c4eb1683cb7fce0be95d
2 Author: Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
3 AuthorDate: Wed Oct 27 00:08:26 2021 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 27 00:09:40 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2268e58d
7
8 x11-libs/gtk-fortran: change version numbering. Add SLOT
9
10 Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> yandex.ru>
11
12 x11-libs/gtk-fortran/Manifest | 2 +-
13 ...ic-build.patch => gtk-fortran-3.24.18_skip-static-build.patch} | 0
14 .../{gtk-fortran-20.04.ebuild => gtk-fortran-3.24.18.ebuild} | 8 ++++----
15 3 files changed, 5 insertions(+), 5 deletions(-)
16
17 diff --git a/x11-libs/gtk-fortran/Manifest b/x11-libs/gtk-fortran/Manifest
18 index 260c8d2b8..ee062a8a9 100644
19 --- a/x11-libs/gtk-fortran/Manifest
20 +++ b/x11-libs/gtk-fortran/Manifest
21 @@ -1 +1 @@
22 -DIST gtk-fortran-20.04.tar.gz 4066185 BLAKE2B 45a84dfd27b5f0495da55526262e3ba888f1d7eaa685336aaafae726dab63d047d71901a07eafc08c2f51d1e24a087e85f7b2a172323a8f1608c5ff64193f31c SHA512 b8ebf9e129c95c7aa2cf67d41f16915a18f05bd4cce4001ed56148b6d4e4ae3fe2b2e2080f35a1db4be8256bc3d5992061bf0c0e55e332f9a75a4a03e52cded5
23 +DIST gtk-fortran-3.24.18.tar.gz 4066185 BLAKE2B 45a84dfd27b5f0495da55526262e3ba888f1d7eaa685336aaafae726dab63d047d71901a07eafc08c2f51d1e24a087e85f7b2a172323a8f1608c5ff64193f31c SHA512 b8ebf9e129c95c7aa2cf67d41f16915a18f05bd4cce4001ed56148b6d4e4ae3fe2b2e2080f35a1db4be8256bc3d5992061bf0c0e55e332f9a75a4a03e52cded5
24
25 diff --git a/x11-libs/gtk-fortran/files/gtk-fortran-20.04_skip-static-build.patch b/x11-libs/gtk-fortran/files/gtk-fortran-3.24.18_skip-static-build.patch
26 similarity index 100%
27 rename from x11-libs/gtk-fortran/files/gtk-fortran-20.04_skip-static-build.patch
28 rename to x11-libs/gtk-fortran/files/gtk-fortran-3.24.18_skip-static-build.patch
29
30 diff --git a/x11-libs/gtk-fortran/gtk-fortran-20.04.ebuild b/x11-libs/gtk-fortran/gtk-fortran-3.24.18.ebuild
31 similarity index 87%
32 rename from x11-libs/gtk-fortran/gtk-fortran-20.04.ebuild
33 rename to x11-libs/gtk-fortran/gtk-fortran-3.24.18.ebuild
34 index 02d8cd0a1..e0c095bfb 100644
35 --- a/x11-libs/gtk-fortran/gtk-fortran-20.04.ebuild
36 +++ b/x11-libs/gtk-fortran/gtk-fortran-3.24.18.ebuild
37 @@ -1,4 +1,4 @@
38 -# Copyright 1999-2020 Gentoo Authors
39 +# Copyright 1999-2021 Gentoo Authors
40 # Distributed under the terms of the GNU General Public License v2
41
42 EAPI=7
43 @@ -10,12 +10,12 @@ inherit cmake fortran-2
44
45 DESCRIPTION="A GTK+ binding to build Graphical User Interfaces in Fortran"
46 HOMEPAGE="https://github.com/vmagnin/gtk-fortran"
47 -SRC_URI="https://github.com/vmagnin/${PN}/archive/v${PV}.gtk3.24.18.tar.gz -> ${P}.tar.gz"
48 +SRC_URI="https://github.com/vmagnin/${PN}/archive/v20.04.gtk${PV}.tar.gz -> ${P}.tar.gz"
49
50 -S="${WORKDIR}/${P}.gtk3.24.18"
51 +S="${WORKDIR}/${PN}-20.04.gtk${PV}"
52
53 LICENSE="GPL-3"
54 -SLOT="0"
55 +SLOT="3"
56 KEYWORDS="~amd64 ~x86"
57
58 IUSE="examples high-level plplot static-libs"