diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-06-23 07:00:28 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-06-23 07:00:28 +0100 |
commit | e23cdda4dbb0c83b9e682ab5e916085a35203da5 (patch) | |
tree | 5a4ac448a3b288b731c24d947e0ce52df3cab07b /sci-libs/freesteam | |
parent | 8187a741807f3e9a9e26304973cf18087dcf2560 (diff) |
gentoo resync : 23.06.2018
Diffstat (limited to 'sci-libs/freesteam')
-rw-r--r-- | sci-libs/freesteam/Manifest | 6 | ||||
-rw-r--r-- | sci-libs/freesteam/files/freesteam-flags.patch | 28 | ||||
-rw-r--r-- | sci-libs/freesteam/files/freesteam-soname-symlinks.patch | 39 | ||||
-rw-r--r-- | sci-libs/freesteam/freesteam-2.0.ebuild | 46 | ||||
-rw-r--r-- | sci-libs/freesteam/freesteam-9999.ebuild | 47 | ||||
-rw-r--r-- | sci-libs/freesteam/metadata.xml | 11 |
6 files changed, 0 insertions, 177 deletions
diff --git a/sci-libs/freesteam/Manifest b/sci-libs/freesteam/Manifest deleted file mode 100644 index 38ea5554589a..000000000000 --- a/sci-libs/freesteam/Manifest +++ /dev/null @@ -1,6 +0,0 @@ -AUX freesteam-flags.patch 726 BLAKE2B db12d83c8631d0dac4664bb6a664bdbb8e3fdec84641e99fcf70ce1e252daa4c8d2a9be5d44f62f33074cbd19c8a58020a15d8bfc6924afd0bdf2cac6838ad22 SHA512 08fdb64d64f90e7191732195f5f50515efc0a3838d85a17ad10bd588629091f04fec61c50fc780d6efa9d84e595b5cfba4a0f67b757db10d315eca87c98c323d -AUX freesteam-soname-symlinks.patch 1473 BLAKE2B fb48ea4d49756487949fac2ae636295ab8ae688d29b8a3afeb9c33c047238d51eefb3fa6309ac650b696045b38dc25b00865fb216b0f99186df29a4ac57f3b06 SHA512 8aec90dc35af857286fbb2f53a9a1f2215641a27f16d73b009685036467747e30dd8a7ea37cb4b46f8875ecbe82a7ae5e42627b85edcc17ba61c9e84ffd00b7d -DIST freesteam-2.0.tar.bz2 80838 BLAKE2B fe2a3730bf929adbe9e1f7a82434ea0f7fb3d80f4f77a9aaac647480185ea0496e9104352c95cd2629db3629ec44abeda333e0fe5b90916ae928c31fb56bbdc1 SHA512 32c69a5b6665c62c566fb1c6e4b349ec820028a0a431532a39d0f8d07c2a474c1d41b166dff5e05087a94b58066084a0a369a5f3f6531df1021596c6252325f8 -EBUILD freesteam-2.0.ebuild 788 BLAKE2B 3cd02b1c48c97d064810a5f214342ef0f62866c9964c20c9a82817f42985838a453e543656151d55bad7fb3f746d82de475e74152ffe7397d81f93de61d00565 SHA512 3b4e1994630574c716c69bd7a03333df298bac8b06ffc1c7232178fd435abc0bc72d82c49c2618c5b2688902e5a97b588a0fd02020658a953399c99cb53eb3e1 -EBUILD freesteam-9999.ebuild 808 BLAKE2B b28a0b4ac9c467ed96220818f63b2c3cc1bf5dc7b91318ca59b67543e16a5dc2f3d42ba77e306b8d86a65df487c5e187f850fc2a5cf3fda2b9d7c3328913fbf1 SHA512 c9ade950e139b984e676b05ead2cad59a8da7d5d2c5d00a97962bcd031f9b4f4a8e63eab8a15641e43da9ae3736d4be4631837d8055c8ea99da095b8273468a2 -MISC metadata.xml 336 BLAKE2B 06eb01f140acdc54dae6827128f974f894d00de51d4a86db047ac9fdc9ab36e89071f0b46de104c90f3d51b7263532f754644b66d166dd38709aa8f23970a498 SHA512 a0c11e2d2258d3488c185235d362b03bab7cd85fb25b936c078dcd0464abf6c26fd94fe10a4ec267e0ad8eab6c49dbabf1883e5a3d174d03e1fa22c8cdc7dc73 diff --git a/sci-libs/freesteam/files/freesteam-flags.patch b/sci-libs/freesteam/files/freesteam-flags.patch deleted file mode 100644 index 615bdc050321..000000000000 --- a/sci-libs/freesteam/files/freesteam-flags.patch +++ /dev/null @@ -1,28 +0,0 @@ -From 6a68348f4b1fb755724e1df34bff4d6986d07dab Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= <gentoo@mgorny.alt.pl> -Date: Sat, 26 Nov 2011 22:30:15 +0100 -Subject: [PATCH] Merge CFLAGS and LDFLAGS from the environment. - ---- - SConstruct | 5 +++++ - 1 files changed, 5 insertions(+), 0 deletions(-) - -diff --git a/SConstruct b/SConstruct -index 9dc17f5..e529e88 100644 ---- a/SConstruct -+++ b/SConstruct -@@ -194,6 +194,11 @@ SConsEnvironment.InstallLibraryAs = lambda env, dest, files: InstallPermAs(env, - - vars.Update(env) - -+# Merge environment CFLAGS & LDFLAGS -+ -+env.MergeFlags([os.environ.get('CFLAGS', ''), -+ os.environ.get('LDFLAGS', '')]) -+ - #---------------- - # SWIG - --- -1.7.8.rc3.31.g017d.dirty - diff --git a/sci-libs/freesteam/files/freesteam-soname-symlinks.patch b/sci-libs/freesteam/files/freesteam-soname-symlinks.patch deleted file mode 100644 index dbd8b2a64c26..000000000000 --- a/sci-libs/freesteam/files/freesteam-soname-symlinks.patch +++ /dev/null @@ -1,39 +0,0 @@ -From dd03d6b29fd29f9978022291f0c023e4fe5dd345 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= <gentoo@mgorny.alt.pl> -Date: Sat, 26 Nov 2011 23:18:37 +0100 -Subject: [PATCH] Fix SONAME symlinks - make them relative. - ---- - SConstruct | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) - -diff --git a/SConstruct b/SConstruct -index 1794691..d84a13a 100644 ---- a/SConstruct -+++ b/SConstruct -@@ -5,7 +5,7 @@ - # We don't currently propose to support building freesteam from MSVS but - # that shouldn't be necessary, as you should be able to use the MinGW-generated - # DLL even with MSVS, because it only uses C code. --import platform, sys, distutils.sysconfig, os -+import platform, sys, distutils.sysconfig, os, os.path - - #version number for this copy of freesteam - version = "2.1" -@@ -436,11 +436,11 @@ else: - - install_link1 = None - if env.subst(link1) != env.subst(libname): -- install_link1 = env.Command("${INSTALL_ROOT}"+link1,install_lib,"ln -s %s $TARGET" % libname) -+ install_link1 = env.Command("${INSTALL_ROOT}"+link1,install_lib,"ln -s %s $TARGET" % os.path.basename(libname)) - - install_link2 = None - if env.get("SONAME_MINOR"): -- install_link2 = env.Command("${INSTALL_ROOT}"+link2,install_lib,"ln -s %s $TARGET"%libname) -+ install_link2 = env.Command("${INSTALL_ROOT}"+link2,install_lib,"ln -s %s $TARGET"%os.path.basename(libname)) - - env['installedfiles'] += [install_link1, install_link2] - --- -1.7.8.rc3.31.g017d.dirty - diff --git a/sci-libs/freesteam/freesteam-2.0.ebuild b/sci-libs/freesteam/freesteam-2.0.ebuild deleted file mode 100644 index 92f6e685bc00..000000000000 --- a/sci-libs/freesteam/freesteam-2.0.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils multilib scons-utils toolchain-funcs - -DESCRIPTION="Open source implementation of IF97 steam tables" -HOMEPAGE="http://freesteam.sourceforge.net/" -SRC_URI="mirror://sourceforge/freesteam/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="sci-libs/gsl" -DEPEND="${RDEPEND}" - -src_prepare() { - epatch \ - "${FILESDIR}"/${PN}-flags.patch - "${FILESDIR}"/${PN}-soname-symlinks.patch - epatch_user -} - -src_configure() { - myesconsargs=( - INSTALL_PREFIX=/usr - INSTALL_LIB=/usr/$(get_libdir) - INSTALL_ROOT="${D}" - - CC="$(tc-getCC)" - SWIG=false - ) - - mkdir -p "${D}" || die -} - -src_compile() { - escons -} - -src_install() { - escons install -} diff --git a/sci-libs/freesteam/freesteam-9999.ebuild b/sci-libs/freesteam/freesteam-9999.ebuild deleted file mode 100644 index 939afc9dfe20..000000000000 --- a/sci-libs/freesteam/freesteam-9999.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils multilib scons-utils toolchain-funcs subversion - -DESCRIPTION="Open source implementation of IF97 steam tables" -HOMEPAGE="http://freesteam.sourceforge.net/" -SRC_URI="" -ESVN_REPO_URI="https://svn.code.sf.net/p/freesteam/code/trunk" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="" -IUSE="" - -RDEPEND="sci-libs/gsl" -DEPEND="${RDEPEND}" - -src_prepare() { - epatch \ - "${FILESDIR}"/${PN}-flags.patch - "${FILESDIR}"/${PN}-soname-symlinks.patch - epatch_user -} - -src_configure() { - myesconsargs=( - INSTALL_PREFIX=/usr - INSTALL_LIB=/usr/$(get_libdir) - INSTALL_ROOT="${D}" - - CC="$(tc-getCC)" - SWIG=false - ) - - mkdir -p "${D}" || die -} - -src_compile() { - escons -} - -src_install() { - escons install -} diff --git a/sci-libs/freesteam/metadata.xml b/sci-libs/freesteam/metadata.xml deleted file mode 100644 index a8f3c63c1bf6..000000000000 --- a/sci-libs/freesteam/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>mgorny@gentoo.org</email> - <name>Michał Górny</name> - </maintainer> - <upstream> - <remote-id type="sourceforge">freesteam</remote-id> - </upstream> -</pkgmetadata> |