commit:     bd9e240974c8a9a59b1b86e4bc1cd73561770539
Author:     Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
AuthorDate: Sat Jun 14 18:15:57 2025 +0000
Commit:     Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
CommitDate: Sat Jun 14 18:15:57 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bd9e2409

x11-libs/gtk-fortran: drop old 3.24.31, 4.6.0

Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> yandex.ru>

 x11-libs/gtk-fortran/Manifest                   |  2 -
 x11-libs/gtk-fortran/gtk-fortran-3.24.31.ebuild | 71 -------------------------
 x11-libs/gtk-fortran/gtk-fortran-4.6.0.ebuild   | 71 -------------------------
 3 files changed, 144 deletions(-)

diff --git a/x11-libs/gtk-fortran/Manifest b/x11-libs/gtk-fortran/Manifest
index dcf25661fb..43bef1bdda 100644
--- a/x11-libs/gtk-fortran/Manifest
+++ b/x11-libs/gtk-fortran/Manifest
@@ -1,5 +1,3 @@
-DIST gtk-fortran-3.24.31.tar.gz 4287676 BLAKE2B 
9fe3f83158ea504d492978ddd0b3a6d4aad5f5325df7c6ebbeb6d11ecb48d1097ee3c7b213c8824a5e4adb15da9af1da64c72b9089746dd0bb5d1d91dc76c766
 SHA512 
3d1a62837f4750b5c284a1548ede0ecfe8ad2f2619ca7ee2eb75e4cb7fcc739de90d67ff61d406b1f13fe0a2a9f1e23a1baa50afdc8caaaf1b3866e5640cb3f1
 DIST gtk-fortran-3.24.49.tar.gz 4315819 BLAKE2B 
15f6bb2edae71a1e852371af7b466e8577deb4ba579c6a51a64e7c8f815cc55bd187710c78f17bf15b50038bbc0f762b41d106ea06428b0151db3e7ff8724837
 SHA512 
d87e3846b108c88f887aa0c318269e0aa46ba2ece9ee05acde3bc66767424fe2b9a743365355c71d746ad674195a331fa39e0a686cf66f206fe556e545850787
-DIST gtk-fortran-4.6.0.tar.gz 4697411 BLAKE2B 
c72b00407979e40e77ebd622d019e872d17c1e42b77b085556e283c203b89b25fc02a516bfe5785891ae39c757c562d2ead18df8d71a795f9472fbca840dde7b
 SHA512 
64d33fccb2867ef56ff9cbf4cf407b82f862e0c4bb7fb4dbdbaa0fd5d77bfcbee787f5030f62016687cf83e067c1dd4d8f25fef2e77c23d3b67f80ff8cbf0103
 DIST gtk-fortran-4.7.1.tar.gz 4701811 BLAKE2B 
99c6a9e2a1371d85213f9887820c4b2be36235a5b51a63c69a951b380ad3e39fe4c91d7ac618e556810e3aa05261289801249f2b510494c5123d1e3718d04f96
 SHA512 
5ebd72b08a9d7a919a87cf0763d26e0aa9df51e720dcc3ed96b4ac30c8ff91f91293a08f8b12f9755aa95fe6f5453145634a67028cc215258bb34df14ef3e687
 DIST gtk-fortran-4.8.0.tar.gz 4704467 BLAKE2B 
cbd72dd18a2a319fd1e5a49eabcb393a2dbfac1c905b3f221a273eb47f0858bfdb7a3e5a05480bfa14bbc1ca3ed23eee75e6fd142928c41eec5cc3a69448d60b
 SHA512 
54766454f30c455f154c0f4c58f76216a45ced9af75fa421e905060e41c07a99df9e8943dcad0ce270b1c0f18e8b151b52dfd25f6b80114ed767d160aa7d055b

diff --git a/x11-libs/gtk-fortran/gtk-fortran-3.24.31.ebuild 
b/x11-libs/gtk-fortran/gtk-fortran-3.24.31.ebuild
deleted file mode 100644
index 3fce2073d7..0000000000
--- a/x11-libs/gtk-fortran/gtk-fortran-3.24.31.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-CMAKE_MAKEFILE_GENERATOR="emake"
-FORTRAN_STANDARD=2003
-VIRTUALX_REQUIRED="test"
-
-inherit cmake fortran-2 virtualx
-
-DESCRIPTION="A GTK+ binding to build Graphical User Interfaces in Fortran"
-HOMEPAGE="https://github.com/vmagnin/gtk-fortran";
-SRC_URI="https://github.com/vmagnin/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="3"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="examples high-level plplot static-libs test"
-REQUIRED_USE="plplot? ( high-level )"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-       x11-libs/gtk+:3
-       plplot? ( >=sci-libs/plplot-5.15.0[cairo,fortran] )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-       virtual/fortran
-       virtual/pkgconfig
-"
-
-DOCS=( "README.md" "README-high-level.md" "CHANGELOG.md" )
-
-pkg_setup() {
-       fortran-2_pkg_setup
-}
-
-src_prepare() {
-       default
-       # Fix library installation path, disable 'sketcher' build, pass LDFLAGS
-       sed -i -e "s:CMAKE_INSTALL_LIBDIR lib:CMAKE_INSTALL_LIBDIR 
$(get_libdir):" \
-               -e "s:    add_subdirectory(sketcher)::" \
-               -e 's:"-rdynamic":"-rdynamic '"${LDFLAGS}"'":' CMakeLists.txt 
|| die
-
-       cmake_src_prepare
-}
-
-src_configure() {
-       mycmakeargs+=(
-               -DEXCLUDE_PLPLOT=$(usex plplot false true)
-               -DNO_BUILD_HL=$(usex high-level false true)
-               -DINSTALL_EXAMPLES=$(usex examples)
-               -DNO_BUILD_EXAMPLES=true
-       )
-       cmake_src_configure
-}
-
-src_test() {
-       virtx cmake_src_test
-}
-
-src_install() {
-       cmake_src_install
-
-       # Remove static library here as it's used to build additional tools
-       if use !static-libs ; then
-               rm "${ED}/usr/$(get_libdir)/libgtk-${SLOT}-fortran.a" || die
-       fi
-}

diff --git a/x11-libs/gtk-fortran/gtk-fortran-4.6.0.ebuild 
b/x11-libs/gtk-fortran/gtk-fortran-4.6.0.ebuild
deleted file mode 100644
index a1b763fb8f..0000000000
--- a/x11-libs/gtk-fortran/gtk-fortran-4.6.0.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-CMAKE_MAKEFILE_GENERATOR="emake"
-FORTRAN_STANDARD=2003
-VIRTUALX_REQUIRED="test"
-
-inherit cmake fortran-2 virtualx
-
-DESCRIPTION="A GTK+ binding to build Graphical User Interfaces in Fortran"
-HOMEPAGE="https://github.com/vmagnin/gtk-fortran";
-SRC_URI="https://github.com/vmagnin/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="4"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="examples high-level plplot static-libs test"
-REQUIRED_USE="plplot? ( high-level )"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-       gui-libs/gtk:4
-       plplot? ( >=sci-libs/plplot-5.15.0[cairo,fortran] )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-       virtual/fortran
-       virtual/pkgconfig
-"
-
-DOCS=( "README.md" "README-high-level.md" "CHANGELOG.md" )
-
-pkg_setup() {
-       fortran-2_pkg_setup
-}
-
-src_prepare() {
-       default
-       # Fix library installation path, disable 'sketcher' build, pass LDFLAGS
-       sed -i -e "s:CMAKE_INSTALL_LIBDIR lib:CMAKE_INSTALL_LIBDIR 
$(get_libdir):" \
-               -e "s:    add_subdirectory(sketcher)::" \
-               -e 's:"-rdynamic":"-rdynamic '"${LDFLAGS}"'":' CMakeLists.txt 
|| die
-
-       cmake_src_prepare
-}
-
-src_configure() {
-       mycmakeargs+=(
-               -DEXCLUDE_PLPLOT=$(usex plplot false true)
-               -DNO_BUILD_HL=$(usex high-level false true)
-               -DINSTALL_EXAMPLES=$(usex examples)
-               -DNO_BUILD_EXAMPLES=true
-       )
-       cmake_src_configure
-}
-
-src_test() {
-       virtx cmake_src_test
-}
-
-src_install() {
-       cmake_src_install
-
-       # Remove static library here as it's used to build additional tools
-       if use !static-libs ; then
-               rm "${ED}/usr/$(get_libdir)/libgtk-${SLOT}-fortran.a" || die
-       fi
-}

Reply via email to