aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Torokhov <torokhov-s-a@yandex.ru>2022-10-30 01:13:50 +0300
committerSergey Torokhov <torokhov-s-a@yandex.ru>2022-10-30 01:13:50 +0300
commitf83445e50da9fc1860afcd677f6bac13c3935584 (patch)
tree41e6028eae76436d9038585f2a8b3b309ad610ac
parentdev-util/eclipse-parallel-bin: drop old 4.22 (diff)
downloadguru-f83445e5.tar.gz
guru-f83445e5.tar.bz2
guru-f83445e5.zip
x11-libs/gtk-fortran: drop 3.24.18; fix 'https' in metadata.xml
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
-rw-r--r--x11-libs/gtk-fortran/Manifest1
-rw-r--r--x11-libs/gtk-fortran/files/gtk-fortran-3.24.18_skip-static-build.patch32
-rw-r--r--x11-libs/gtk-fortran/gtk-fortran-3.24.18.ebuild60
-rw-r--r--x11-libs/gtk-fortran/metadata.xml2
4 files changed, 1 insertions, 94 deletions
diff --git a/x11-libs/gtk-fortran/Manifest b/x11-libs/gtk-fortran/Manifest
index 010a18a62..e7bda029d 100644
--- a/x11-libs/gtk-fortran/Manifest
+++ b/x11-libs/gtk-fortran/Manifest
@@ -1,3 +1,2 @@
-DIST gtk-fortran-3.24.18.tar.gz 4066185 BLAKE2B 45a84dfd27b5f0495da55526262e3ba888f1d7eaa685336aaafae726dab63d047d71901a07eafc08c2f51d1e24a087e85f7b2a172323a8f1608c5ff64193f31c SHA512 b8ebf9e129c95c7aa2cf67d41f16915a18f05bd4cce4001ed56148b6d4e4ae3fe2b2e2080f35a1db4be8256bc3d5992061bf0c0e55e332f9a75a4a03e52cded5
DIST gtk-fortran-3.24.30.tar.gz 4276622 BLAKE2B 4b18d21e0479496caea386450fc16c12d20ad3491932b331890b5d7328c704799f8dd288c4a1d0d2e34f0957f0bdca316f820850b80c4ff8d2b66ce3673fe5ec SHA512 4e1cd522ca80db01a1058d6c58b4a6e3e63e6b1d510e2ee5fd0b8f8aa9f9dc8e433d203781c908065571c4c1a6d9686c22eec879b396352b12fa82b604855c86
DIST gtk-fortran-4.1.0.tar.gz 4100843 BLAKE2B c11658472c4f2ad9916f8f421f0d1c48b9ec7874e9e4075f2247e7cfb33ed69946e644aa9a460d63ff676c075b76caf4c70bd09532dda53b4d2035c88b3c1c61 SHA512 cd4628a56b2a03f7e958d4284c595b573ab84ac6c630cfae4f3ed13bb6d19a66246cb6adac8b05104f562406a467c03841cf350f8482e7e9f8fd596de4f4c873
diff --git a/x11-libs/gtk-fortran/files/gtk-fortran-3.24.18_skip-static-build.patch b/x11-libs/gtk-fortran/files/gtk-fortran-3.24.18_skip-static-build.patch
deleted file mode 100644
index fb7cdd2cc..000000000
--- a/x11-libs/gtk-fortran/files/gtk-fortran-3.24.18_skip-static-build.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-diff -Naur a/src/CMakeLists.txt b/src/CMakeLists.txt
---- a/src/CMakeLists.txt
-+++ b/src/CMakeLists.txt
-@@ -73,17 +73,16 @@
- endif()
-
- #======================================================
--# Defining the static and shared gtk-fortran libraries:
-+# Defining the shared gtk-fortran libraries:
- #======================================================
- add_library(gtk-fortran_object OBJECT ${sources})
- # To build position independent shared libraries:
- set_property(TARGET gtk-fortran_object PROPERTY POSITION_INDEPENDENT_CODE TRUE)
-
--add_library(gtk-fortran_static STATIC $<TARGET_OBJECTS:gtk-fortran_object>)
- add_library(gtk-fortran_shared SHARED $<TARGET_OBJECTS:gtk-fortran_object>)
- target_link_libraries(gtk-fortran_shared ${GTK_LIBRARIES})
-
--set_target_properties(gtk-fortran_static gtk-fortran_shared PROPERTIES
-+set_target_properties(gtk-fortran_shared PROPERTIES
- OUTPUT_NAME ${gtk_V_fortran}
- VERSION "0.1"
- SOVERSION "0.1")
-@@ -131,7 +130,7 @@
- #==================
- # Files to install:
- #==================
--install(TARGETS gtk-fortran_static gtk-fortran_shared
-+install(TARGETS gtk-fortran_shared
- ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
- LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
- RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
diff --git a/x11-libs/gtk-fortran/gtk-fortran-3.24.18.ebuild b/x11-libs/gtk-fortran/gtk-fortran-3.24.18.ebuild
deleted file mode 100644
index b83521beb..000000000
--- a/x11-libs/gtk-fortran/gtk-fortran-3.24.18.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-CMAKE_MAKEFILE_GENERATOR="emake"
-FORTRAN_STANDARD=2003
-
-inherit cmake fortran-2
-
-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/v20.04.gtk${PV}.tar.gz -> ${P}.tar.gz"
-
-S="${WORKDIR}/${PN}-20.04.gtk${PV}"
-
-LICENSE="GPL-3"
-SLOT="3"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="examples high-level plplot static-libs"
-REQUIRED_USE="plplot? ( high-level )"
-
-RDEPEND="
- x11-libs/gtk+:3
- plplot? ( >=sci-libs/plplot-5.13.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
-
- use !static-libs && eapply "${FILESDIR}/${P}_skip-static-build.patch"
-
- 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
-}
diff --git a/x11-libs/gtk-fortran/metadata.xml b/x11-libs/gtk-fortran/metadata.xml
index f7bfd06ff..ca3bdc69a 100644
--- a/x11-libs/gtk-fortran/metadata.xml
+++ b/x11-libs/gtk-fortran/metadata.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>torokhov-s-a@yandex.ru</email>