summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus D. Hanwell <cryos@gentoo.org>2007-07-18 02:19:19 +0000
committerMarcus D. Hanwell <cryos@gentoo.org>2007-07-18 02:19:19 +0000
commitf992ea8744a8900682093abb632620e1427d134a (patch)
tree9aa494b179c14b693f7ceb184bf5b6c99d05e35b /sci-visualization
parentMarked stable on amd64, closes bug 167208. Pruned old version. (diff)
downloadgentoo-2-f992ea8744a8900682093abb632620e1427d134a.tar.gz
gentoo-2-f992ea8744a8900682093abb632620e1427d134a.tar.bz2
gentoo-2-f992ea8744a8900682093abb632620e1427d134a.zip
Marked stable on amd64. Pruned old version.
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'sci-visualization')
-rw-r--r--sci-visualization/g3data/ChangeLog6
-rw-r--r--sci-visualization/g3data/files/digest-g3data-1.5.03
-rw-r--r--sci-visualization/g3data/g3data-1.5.0.ebuild32
-rw-r--r--sci-visualization/g3data/g3data-1.5.1.ebuild4
4 files changed, 7 insertions, 38 deletions
diff --git a/sci-visualization/g3data/ChangeLog b/sci-visualization/g3data/ChangeLog
index 0aa17506cf11..b0ebaf870dc1 100644
--- a/sci-visualization/g3data/ChangeLog
+++ b/sci-visualization/g3data/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-visualization/g3data
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/g3data/ChangeLog,v 1.2 2007/06/11 08:48:11 cryos Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/g3data/ChangeLog,v 1.3 2007/07/18 02:19:19 cryos Exp $
+
+ 18 Jul 2007; Marcus D. Hanwell <cryos@gentoo.org> -g3data-1.5.0.ebuild,
+ g3data-1.5.1.ebuild:
+ Marked stable on amd64. Pruned old version.
*g3data-1.5.1 (11 Jun 2007)
diff --git a/sci-visualization/g3data/files/digest-g3data-1.5.0 b/sci-visualization/g3data/files/digest-g3data-1.5.0
deleted file mode 100644
index 069128a6defa..000000000000
--- a/sci-visualization/g3data/files/digest-g3data-1.5.0
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 95a70a4f0a0c622d17619f3c24e51f6f g3data-1.5.0.tar.gz 44921
-RMD160 fcb8771e4af872b7ef62b0e0ed0e722626250f39 g3data-1.5.0.tar.gz 44921
-SHA256 d68974040e908655651b9951d16f64d3af952432a4000114950a39377e699107 g3data-1.5.0.tar.gz 44921
diff --git a/sci-visualization/g3data/g3data-1.5.0.ebuild b/sci-visualization/g3data/g3data-1.5.0.ebuild
deleted file mode 100644
index aa27ff68d608..000000000000
--- a/sci-visualization/g3data/g3data-1.5.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/g3data/g3data-1.5.0.ebuild,v 1.1 2006/06/06 10:22:27 cryos Exp $
-
-DESCRIPTION="Tool for extracting data from graphs"
-HOMEPAGE="http://koti.welho.com/jfrantz/software/g3data.html"
-SRC_URI="http://koti.welho.com/jfrantz/software/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="examples"
-
-RDEPEND=">=x11-libs/gtk+-2.6.0
- media-libs/imlib"
-DEPEND="${RDEPEND}
- ~app-text/docbook-sgml-utils-0.6.14"
-
-src_compile() {
- emake || die "emake failed"
-}
-
-src_install() {
- dobin g3data || die "dobin failed - no binary!"
- doman g3data.1.gz || die "doman failed"
- dodoc README.SOURCE || die "README.SOURCE not found"
- if use examples; then
- dodoc README.TEST
- insinto ${DESTDIR}usr/share/doc/${PF}/
- doins test1.png test1.values test2.png test2.values
- fi
-}
diff --git a/sci-visualization/g3data/g3data-1.5.1.ebuild b/sci-visualization/g3data/g3data-1.5.1.ebuild
index 363e877217f9..42891c3a1025 100644
--- a/sci-visualization/g3data/g3data-1.5.1.ebuild
+++ b/sci-visualization/g3data/g3data-1.5.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/g3data/g3data-1.5.1.ebuild,v 1.1 2007/06/11 08:48:11 cryos Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/g3data/g3data-1.5.1.ebuild,v 1.2 2007/07/18 02:19:19 cryos Exp $
DESCRIPTION="Tool for extracting data from graphs"
HOMEPAGE="http://www.frantz.fi/software/g3data.php"
@@ -8,7 +8,7 @@ SRC_URI="http://www.frantz.fi/software/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="examples"
RDEPEND=">=x11-libs/gtk+-2.6.0