summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus D. Hanwell <cryos@gentoo.org>2006-01-15 13:07:35 +0000
committerMarcus D. Hanwell <cryos@gentoo.org>2006-01-15 13:07:35 +0000
commit3771970e0dd0b08babee23e99fe81c7f7e767ad9 (patch)
treea9d19c14ed81174adad890770afd6aca1aa87cac /sci-misc
parentFix bug #118028. Removed old version. (diff)
downloadgentoo-2-3771970e0dd0b08babee23e99fe81c7f7e767ad9.tar.gz
gentoo-2-3771970e0dd0b08babee23e99fe81c7f7e767ad9.tar.bz2
gentoo-2-3771970e0dd0b08babee23e99fe81c7f7e767ad9.zip
Added media-gfx/imagemagick to DEPEND, closes bug 111087. Also marked stable on amd64.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'sci-misc')
-rw-r--r--sci-misc/gri/ChangeLog9
-rw-r--r--sci-misc/gri/gri-2.12.7.ebuild7
-rw-r--r--sci-misc/gri/gri-2.12.9.ebuild15
3 files changed, 19 insertions, 12 deletions
diff --git a/sci-misc/gri/ChangeLog b/sci-misc/gri/ChangeLog
index e619de7e366f..add4d524ba3e 100644
--- a/sci-misc/gri/ChangeLog
+++ b/sci-misc/gri/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sci-misc/gri
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-misc/gri/ChangeLog,v 1.3 2005/03/10 21:19:17 phosphan Exp $
+# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-misc/gri/ChangeLog,v 1.4 2006/01/15 13:07:35 cryos Exp $
+
+ 15 Jan 2006; Marcus D. Hanwell <cryos@gentoo.org> gri-2.12.7.ebuild,
+ gri-2.12.9.ebuild:
+ Added media-gfx/imagemagick to DEPEND, closes bug 111087. Also marked stable
+ on amd64.
*gri-2.12.9 (10 Mar 2005)
diff --git a/sci-misc/gri/gri-2.12.7.ebuild b/sci-misc/gri/gri-2.12.7.ebuild
index 2e738c5c7f18..d404091a2b95 100644
--- a/sci-misc/gri/gri-2.12.7.ebuild
+++ b/sci-misc/gri/gri-2.12.7.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-misc/gri/gri-2.12.7.ebuild,v 1.3 2005/03/10 21:19:17 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-misc/gri/gri-2.12.7.ebuild,v 1.4 2006/01/15 13:07:35 cryos Exp $
inherit eutils
@@ -15,7 +15,8 @@ SLOT="0"
KEYWORDS="x86 amd64 ~ppc"
DEPEND=">=sci-libs/netcdf-3.5.0
- virtual/tetex"
+ virtual/tetex
+ media-gfx/imagemagick"
src_compile() {
econf || die
diff --git a/sci-misc/gri/gri-2.12.9.ebuild b/sci-misc/gri/gri-2.12.9.ebuild
index e3437200f4ef..d397c37f041a 100644
--- a/sci-misc/gri/gri-2.12.9.ebuild
+++ b/sci-misc/gri/gri-2.12.9.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-misc/gri/gri-2.12.9.ebuild,v 1.1 2005/03/10 21:19:17 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-misc/gri/gri-2.12.9.ebuild,v 1.2 2006/01/15 13:07:35 cryos Exp $
inherit eutils
@@ -12,21 +12,22 @@ SRC_URI="mirror://sourceforge/gri/${P}.tgz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~amd64 ~ppc"
+KEYWORDS="amd64 ~ppc ~x86"
DEPEND=">=sci-libs/netcdf-3.5.0
- virtual/tetex"
+ virtual/tetex
+ media-gfx/imagemagick"
src_compile() {
- econf || die
- emake || die
+ econf || die "econf failed."
+ emake || die "emake failed."
}
src_install() {
# Replace PREFIX now and correct paths in the startup message.
sed -e s,PREFIX/share/doc/gri/,/usr/share/doc/${P}/, -i ${S}/startup.msg
- einstall || die
+ einstall || die "einstall failed."
dodoc AUTHOR README
#move docs to the proper place