* [gentoo-commits] proj/sci:master commit in: sci-libs/framewave/
@ 2015-04-03 17:53 Guillaume Horel
0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Horel @ 2015-04-03 17:53 UTC (permalink / raw
To: gentoo-commits
commit: 01d6b4ad5e4b73511d90e29ab411392dc7e150d8
Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Fri Apr 3 10:33:08 2015 +0000
Commit: Guillaume Horel <guillaume.horel <AT> gmail <DOT> com>
CommitDate: Fri Apr 3 10:33:08 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=01d6b4ad
sci-libs/framewave: Bump to EAPI=5; Cleanup
Package-Manager: portage-2.2.14
sci-libs/framewave/ChangeLog | 6 ++++++
sci-libs/framewave/framewave-1.3.1.ebuild | 10 +++++-----
2 files changed, 11 insertions(+), 5 deletions(-)
diff --git a/sci-libs/framewave/ChangeLog b/sci-libs/framewave/ChangeLog
new file mode 100644
index 0000000..86d49d7
--- /dev/null
+++ b/sci-libs/framewave/ChangeLog
@@ -0,0 +1,6 @@
+# ChangeLog for sci-libs/framewave
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+ 03 Apr 2015; Marius Brehler <marbre@linux.sungazer.de> framewave-1.3.1.ebuild:
+ Bump to EAPI=5; Cleanup
diff --git a/sci-libs/framewave/framewave-1.3.1.ebuild b/sci-libs/framewave/framewave-1.3.1.ebuild
index 22fbc74..8e858cb 100644
--- a/sci-libs/framewave/framewave-1.3.1.ebuild
+++ b/sci-libs/framewave/framewave-1.3.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI="2"
+EAPI=5
MY_P="FRAMEWAVE_${PV}_SRC"
@@ -26,7 +26,7 @@ src_prepare() {
}
src_compile() {
- cd Framewave
+ cd Framewave || die
local bits="32"
use amd64 && bits="64"
@@ -40,8 +40,8 @@ src_install() {
local bits="32"
use amd64 && bits="64"
- dolib.so Framewave/build/bin/release_shared_${bits}/*.so* || die "doins failed"
+ dolib.so Framewave/build/bin/release_shared_${bits}/*.so*
insinto /usr/include
- doins Framewave/build/include/* || die "doins failed"
+ doins Framewave/build/include/*
}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-libs/framewave/
@ 2020-11-10 0:57 Aisha Tammy
0 siblings, 0 replies; 2+ messages in thread
From: Aisha Tammy @ 2020-11-10 0:57 UTC (permalink / raw
To: gentoo-commits
commit: 827008453dfd5447c8e5f6e1ffcf0e4549a3a1ab
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Tue Nov 10 00:56:03 2020 +0000
Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Tue Nov 10 00:56:03 2020 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=82700845
sci-libs/framewave: drop dead package
last release in 2008
depends on py2
does not build
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
sci-libs/framewave/framewave-1.3.1.ebuild | 47 -------------------------------
sci-libs/framewave/metadata.xml | 16 -----------
2 files changed, 63 deletions(-)
diff --git a/sci-libs/framewave/framewave-1.3.1.ebuild b/sci-libs/framewave/framewave-1.3.1.ebuild
deleted file mode 100644
index dd1056a95..000000000
--- a/sci-libs/framewave/framewave-1.3.1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit scons-utils
-
-MY_P="FRAMEWAVE_${PV}_SRC"
-
-DESCRIPTION="A collection of popular image and signal processing routines"
-HOMEPAGE="http://framewave.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="dev-util/scons"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
- sed -e "s#\(-install_name /usr\)/local/lib/\${BITNESS}#\1#" \
- -i BuildTools/buildscripts/fwflags_gcc.py || die "sed failed"
-}
-
-src_compile() {
- cd Framewave || die
-
- local bits="32"
- use amd64 && bits="64"
-
- escons \
- CCFLAGS="${CFLAGS}" bitness="${bits}" variant="release" \
- libtype="shared" ${MAKEOPTS}|| die "make failed"
-}
-
-src_install() {
- local bits="32"
- use amd64 && bits="64"
-
- dolib.so Framewave/build/bin/release_shared_${bits}/*.so*
-
- doheader Framewave/build/include/*
-}
diff --git a/sci-libs/framewave/metadata.xml b/sci-libs/framewave/metadata.xml
deleted file mode 100644
index e22f8986c..000000000
--- a/sci-libs/framewave/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>sci@gentoo.org</email>
- <name>Gentoo Science Project</name>
- </maintainer>
- <longdescription>Derived from the AMD Performance Library, Framewave is a
-free and open-source collection of popular image and signal processing
-routines designed to accelerate application development, debugging,
-multi-threading and optimization on x86-class processor platforms.
-</longdescription>
- <upstream>
- <remote-id type="sourceforge">framewave</remote-id>
- </upstream>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-11-10 0:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-10 0:57 [gentoo-commits] proj/sci:master commit in: sci-libs/framewave/ Aisha Tammy
-- strict thread matches above, loose matches on Subject: below --
2015-04-03 17:53 Guillaume Horel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox