* [gentoo-commits] proj/sci:master commit in: sci-chemistry/almost/
@ 2014-11-11 8:30 Justin Lecher
0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher @ 2014-11-11 8:30 UTC (permalink / raw
To: gentoo-commits
commit: b234d373f3ba31dc9bcac60b3ab03842b864997d
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 10 15:43:10 2014 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Nov 10 15:43:10 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=b234d373
sci-chemistry/almost: Bump to EAPI=5
Package-Manager: portage-2.2.14
---
sci-chemistry/almost/ChangeLog | 5 +++-
sci-chemistry/almost/almost-1.0.3-r2.ebuild | 37 ++++++++++-------------------
2 files changed, 17 insertions(+), 25 deletions(-)
diff --git a/sci-chemistry/almost/ChangeLog b/sci-chemistry/almost/ChangeLog
index b8f81ee..e68b99e 100644
--- a/sci-chemistry/almost/ChangeLog
+++ b/sci-chemistry/almost/ChangeLog
@@ -1,7 +1,10 @@
# ChangeLog for sci-chemistry/almost
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 10 Nov 2014; Justin Lecher <jlec@gentoo.org> almost-1.0.3-r2.ebuild:
+ Bump to EAPI=5
+
*almost-1.0.3-r1 (11 May 2009)
11 May 2009; Justin Lecher (jlec) <jlec@j-schmitz.net>
diff --git a/sci-chemistry/almost/almost-1.0.3-r2.ebuild b/sci-chemistry/almost/almost-1.0.3-r2.ebuild
index 314a5d3..47e6815 100644
--- a/sci-chemistry/almost/almost-1.0.3-r2.ebuild
+++ b/sci-chemistry/almost/almost-1.0.3-r2.ebuild
@@ -2,6 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
+EAPI=5
+
inherit autotools eutils flag-o-matic
DATE="090822"
@@ -28,51 +30,38 @@ DEPEND="${RDEPEND}"
RESTRICT="mirror"
-src_unpack(){
- unpack ${A}
-
- cd "${S}"
-
- rm -rf ./include/almost/boost src/lib/iostreams
+src_prepare(){
+ rm -rf ./include/almost/boost src/lib/iostreams || die
# rm -rf ./include/almost/boost ./include/almost/boost_1_30 #src/lib/iostreams
sed -e 's:boost boost_1_30::g' \
- -i ./include/almost/Makefile.am
+ -i ./include/almost/Makefile.am || die
- epatch "${FILESDIR}"/configure2.patch
- epatch "${FILESDIR}"/Makefile.patch
+ epatch \
+ "${FILESDIR}"/configure2.patch \
+ "${FILESDIR}"/Makefile.patch
sed \
-e '/include\/almost\/boost/d' \
-e '/include\/almost\/tinyxml/d' \
- -i configure.in
+ -i configure.in || die
# find include \
# -name "*.h" \
# -exec sed 's:boost_1_30:boost:g' -i '{}' \;
epatch "${FILESDIR}"/gcc-4.3.patch
- eautoreconf || die "Reconfiguration failed"
+ eautoreconf
}
src_compile(){
+ emake CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" LDFLAGS="${LDFLAGS}" -j1
- econf || die "configure failed"
-
- emake CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" LDFLAGS="${LDFLAGS}" -j1 || \
- die "make failed"
-
-}
-
-src_test() {
- emake check || die "test failed"
}
src_install() {
- emake DESTDIR="${D}" install || die "Install failed"
+ default
insinto /usr/include/${PN}
- doins {almost,config}.h || die "failed to install missing headers"
-
- dodoc README NEWS TODO ChangeLog AUTHORS
+ doins {almost,config}.h
}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-chemistry/almost/
@ 2011-06-24 17:09 Justin Lecher
0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher @ 2011-06-24 17:09 UTC (permalink / raw
To: gentoo-commits
commit: 8a0179c822a9eea1e5b3b82debd7e5781a990c92
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 24 12:56:19 2011 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Jun 24 12:56:19 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=8a0179c8
Sort inherit and/or USE
(Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit with key 70EB7916)
---
sci-chemistry/almost/almost-1.0.3-r2.ebuild | 2 +-
sci-chemistry/almost/metadata.xml | 11 +++++------
2 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/sci-chemistry/almost/almost-1.0.3-r2.ebuild b/sci-chemistry/almost/almost-1.0.3-r2.ebuild
index f91b723..4ba5707 100644
--- a/sci-chemistry/almost/almost-1.0.3-r2.ebuild
+++ b/sci-chemistry/almost/almost-1.0.3-r2.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-inherit eutils flag-o-matic autotools
+inherit autotools eutils flag-o-matic
DATE="090822"
diff --git a/sci-chemistry/almost/metadata.xml b/sci-chemistry/almost/metadata.xml
index 27e626a..59d99c3 100644
--- a/sci-chemistry/almost/metadata.xml
+++ b/sci-chemistry/almost/metadata.xml
@@ -1,10 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <herd>maintainer-wanted</herd>
- <maintainer>
- <email>jlec@gentoo.org</email>
- <name>Justin Lecher</name>
- </maintainer>
+ <herd>sci</herd>
+ <maintainer>
+ <email>jlec@gentoo.org</email>
+ <name>Justin Lecher</name>
+ </maintainer>
</pkgmetadata>
-
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-11-11 8:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-11 8:30 [gentoo-commits] proj/sci:master commit in: sci-chemistry/almost/ Justin Lecher
-- strict thread matches above, loose matches on Subject: below --
2011-06-24 17:09 Justin Lecher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox