* [gentoo-commits] proj/sci:master commit in: sci-libs/Cgraph/
@ 2011-06-24 17:09 Justin Lecher
0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher @ 2011-06-24 17:09 UTC (permalink / raw
To: gentoo-commits
commit: 811c453c2fc43371e12425ec5dedfe57143e60db
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 24 12:59:53 2011 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Jun 24 12:59:53 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=811c453c
Sort inherit and/or USE
(Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit with key 70EB7916)
---
sci-libs/Cgraph/Cgraph-2.04.ebuild | 27 +++++++++++----------------
sci-libs/Cgraph/ChangeLog | 5 ++++-
2 files changed, 15 insertions(+), 17 deletions(-)
diff --git a/sci-libs/Cgraph/Cgraph-2.04.ebuild b/sci-libs/Cgraph/Cgraph-2.04.ebuild
index d8a4bfa..ff28e22 100644
--- a/sci-libs/Cgraph/Cgraph-2.04.ebuild
+++ b/sci-libs/Cgraph/Cgraph-2.04.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI="2"
+EAPI=4
-inherit multilib eutils flag-o-matic
+inherit eutils flag-o-matic multilib
DESCRIPTION="A set of C functions that generate PostScript for publication quality scientific plots"
HOMEPAGE="http://neurovision.berkeley.edu/software/A_Cgraph.html"
@@ -18,26 +18,21 @@ IUSE=""
S="${WORKDIR}"/${PN}/source
src_prepare() {
- epatch "${FILESDIR}"/Makefile.patch
- epatch "${FILESDIR}"/fix-src.patch
+ epatch \
+ "${FILESDIR}"/Makefile.patch \
+ "${FILESDIR}"/fix-src.patch
}
src_compile() {
use amd64 && append-flags -fPIC && append-ldflags -fPIC
- emake \
- CC=$(tc-getCC) \
- CCFLAGS="${CFLAGS}" || \
- die "compilation failed"
+ emake CC=$(tc-getCC) CCFLAGS="${CFLAGS}"
}
src_install() {
- emake \
- DESTDIR="${D}" \
- LIB_DIR=/usr/$(get_libdir) \
- install || die "install failed"
- dolib.so libcgraph.so.0.0.0 || die
- dosym libcgraph.so.0.0.0 /usr/$(get_libdir)/libcgraph.so.0 || die
- dosym libcgraph.so.0.0.0 /usr/$(get_libdir)/libcgraph.so || die
+ emake DESTDIR="${D}" LIB_DIR=/usr/$(get_libdir) install
+ dolib.so libcgraph.so.0.0.0
+ dosym libcgraph.so.0.0.0 /usr/$(get_libdir)/libcgraph.so.0
+ dosym libcgraph.so.0.0.0 /usr/$(get_libdir)/libcgraph.so
dodoc ../docs/*
}
diff --git a/sci-libs/Cgraph/ChangeLog b/sci-libs/Cgraph/ChangeLog
index f1dc059..7163bbb 100644
--- a/sci-libs/Cgraph/ChangeLog
+++ b/sci-libs/Cgraph/ChangeLog
@@ -1,7 +1,10 @@
# ChangeLog for sci-libs/Cgraph
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 24 Jun 2011; Justin Lecher <jlec@gentoo.org> Cgraph-2.04.ebuild:
+ Sort inherit and/or USE
+
26 Aug 2009; Justin Lecher (jlec) <jlec@j-schmitz.net> Cgraph-2.04.ebuild:
QA
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-libs/Cgraph/
@ 2013-02-25 15:56 Justin Lecher
0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher @ 2013-02-25 15:56 UTC (permalink / raw
To: gentoo-commits
commit: e3de8f3725ed391d26d846e5b29b96b8448e6a01
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 25 11:12:16 2013 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Feb 25 11:12:16 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=e3de8f37
sci-libs/Cgraph: Add blocker
Package-Manager: portage-2.2.0_alpha163
---
sci-libs/Cgraph/Cgraph-2.04.ebuild | 5 ++++-
sci-libs/Cgraph/ChangeLog | 6 +++++-
sci-libs/Cgraph/metadata.xml | 8 ++++----
3 files changed, 13 insertions(+), 6 deletions(-)
diff --git a/sci-libs/Cgraph/Cgraph-2.04.ebuild b/sci-libs/Cgraph/Cgraph-2.04.ebuild
index ff28e22..13d7a2a 100644
--- a/sci-libs/Cgraph/Cgraph-2.04.ebuild
+++ b/sci-libs/Cgraph/Cgraph-2.04.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -15,6 +15,9 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
+RDEPEND="!media-gfx/graphviz"
+DEPEND=""
+
S="${WORKDIR}"/${PN}/source
src_prepare() {
diff --git a/sci-libs/Cgraph/ChangeLog b/sci-libs/Cgraph/ChangeLog
index 7163bbb..27e339c 100644
--- a/sci-libs/Cgraph/ChangeLog
+++ b/sci-libs/Cgraph/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for sci-libs/Cgraph
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 25 Feb 2013; Justin Lecher <jlec@gentoo.org> Cgraph-2.04.ebuild,
+ metadata.xml:
+ Add blocker
+
24 Jun 2011; Justin Lecher <jlec@gentoo.org> Cgraph-2.04.ebuild:
Sort inherit and/or USE
diff --git a/sci-libs/Cgraph/metadata.xml b/sci-libs/Cgraph/metadata.xml
index efb490d..4bf6dbc 100644
--- a/sci-libs/Cgraph/metadata.xml
+++ b/sci-libs/Cgraph/metadata.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>sci</herd>
-<maintainer>
- <email>sci@gentoo.org</email>
-</maintainer>
+ <herd>sci</herd>
+ <maintainer>
+ <email>sci@gentoo.org</email>
+ </maintainer>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-libs/Cgraph/
@ 2015-11-30 10:58 Justin Lecher
0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher @ 2015-11-30 10:58 UTC (permalink / raw
To: gentoo-commits
commit: 403e2f1e29374a6c1f0098f03cfdb8193916a167
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 30 10:08:17 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Nov 30 10:08:17 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=403e2f1e
sci-libs/Cgraph: Chop DESCRIPTION to 80 chars
Package-Manager: portage-2.2.25
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
sci-libs/Cgraph/Cgraph-2.04.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-libs/Cgraph/Cgraph-2.04.ebuild b/sci-libs/Cgraph/Cgraph-2.04.ebuild
index 09e5a16..9116198 100644
--- a/sci-libs/Cgraph/Cgraph-2.04.ebuild
+++ b/sci-libs/Cgraph/Cgraph-2.04.ebuild
@@ -6,7 +6,7 @@ EAPI=5
inherit eutils flag-o-matic multilib
-DESCRIPTION="A set of C functions that generate PostScript for publication quality scientific plots"
+DESCRIPTION="C functions that generate PostScript for publication quality scientific plots"
HOMEPAGE="http://neurovision.berkeley.edu/software/A_Cgraph.html"
SRC_URI="http://neurovision.berkeley.edu/software/${PN}${PV}.tar.gz"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-11-30 10:58 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-25 15:56 [gentoo-commits] proj/sci:master commit in: sci-libs/Cgraph/ Justin Lecher
-- strict thread matches above, loose matches on Subject: below --
2015-11-30 10:58 Justin Lecher
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