summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus D. Hanwell <cryos@gentoo.org>2006-01-15 01:53:48 +0000
committerMarcus D. Hanwell <cryos@gentoo.org>2006-01-15 01:53:48 +0000
commit24013083c19438bc5246195d77b9e3642c2f1b3b (patch)
treecaa69afedd37d9c450d166022dea4810dd68fdc4 /sci-calculators
parentStable on amd64, bug 118834. (diff)
downloadgentoo-2-24013083c19438bc5246195d77b9e3642c2f1b3b.tar.gz
gentoo-2-24013083c19438bc5246195d77b9e3642c2f1b3b.tar.bz2
gentoo-2-24013083c19438bc5246195d77b9e3642c2f1b3b.zip
Version bump, bug 116712.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'sci-calculators')
-rw-r--r--sci-calculators/gonvert/ChangeLog9
-rw-r--r--sci-calculators/gonvert/Manifest12
-rw-r--r--sci-calculators/gonvert/files/digest-gonvert-0.2.151
-rw-r--r--sci-calculators/gonvert/gonvert-0.2.15.ebuild28
4 files changed, 38 insertions, 12 deletions
diff --git a/sci-calculators/gonvert/ChangeLog b/sci-calculators/gonvert/ChangeLog
index e083bbbab395..0e05278c1d08 100644
--- a/sci-calculators/gonvert/ChangeLog
+++ b/sci-calculators/gonvert/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sci-calculators/gonvert
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-calculators/gonvert/ChangeLog,v 1.3 2005/12/24 19:27:40 halcy0n Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/gonvert/ChangeLog,v 1.4 2006/01/15 01:53:48 cryos Exp $
+
+*gonvert-0.2.15 (15 Jan 2006)
+
+ 15 Jan 2006; Marcus D. Hanwell <cryos@gentoo.org> +gonvert-0.2.15.ebuild:
+ Version bump, bug 116712.
24 Dec 2005; Mark Loeser <halcy0n@gentoo.org> gonvert-0.2.12.ebuild:
Adding ~x86
diff --git a/sci-calculators/gonvert/Manifest b/sci-calculators/gonvert/Manifest
index f4f40d6594d5..f9c710d08689 100644
--- a/sci-calculators/gonvert/Manifest
+++ b/sci-calculators/gonvert/Manifest
@@ -1,15 +1,7 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 8c26a0de675ffa2d6a6b00422e937636 ChangeLog 677
MD5 7a256b70c07c8427561f42bb27b312e4 files/0.2.12-about.patch 540
MD5 76f8a1799e14eda8add1a5f2d99ab94c files/digest-gonvert-0.2.12 66
+MD5 f567c3436552a880503a0f372478c1cd files/digest-gonvert-0.2.15 66
MD5 096ffd5533e3b2a7e397e02a117bb033 gonvert-0.2.12.ebuild 767
+MD5 86cf28185e47c0406605df610fc324a6 gonvert-0.2.15.ebuild 768
MD5 21fbda69ea690869a8d2812f140bb3c7 metadata.xml 246
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.2 (GNU/Linux)
-
-iD8DBQFDraE5CRZPokWLroQRAnE/AKDGkXaOObuhSdv0S4ZCCcyP58h9tACeOWHL
-/8KafDuxJJA6XTkUepZ5N88=
-=sEWg
------END PGP SIGNATURE-----
diff --git a/sci-calculators/gonvert/files/digest-gonvert-0.2.15 b/sci-calculators/gonvert/files/digest-gonvert-0.2.15
new file mode 100644
index 000000000000..a160c589ff71
--- /dev/null
+++ b/sci-calculators/gonvert/files/digest-gonvert-0.2.15
@@ -0,0 +1 @@
+MD5 f8e184cc1a77c790fcb404f3f17bebea gonvert-0.2.15.tar.gz 164750
diff --git a/sci-calculators/gonvert/gonvert-0.2.15.ebuild b/sci-calculators/gonvert/gonvert-0.2.15.ebuild
new file mode 100644
index 000000000000..fc09c7cfec52
--- /dev/null
+++ b/sci-calculators/gonvert/gonvert-0.2.15.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/gonvert/gonvert-0.2.15.ebuild,v 1.1 2006/01/15 01:53:48 cryos Exp $
+
+inherit eutils
+
+DESCRIPTION="Unit conversion utility written in PyGTK"
+HOMEPAGE="http://unihedron.com/projects/gonvert/gonvert.php"
+SRC_URI="http://unihedron.com/projects/gonvert/downloads/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=">=dev-python/pygtk-2.8.2"
+
+src_unpack () {
+ unpack ${A}
+ cd ${S}
+ epatch "${FILESDIR}"/0.2.12-about.patch
+}
+
+src_install () {
+ make install DESTDIR="${D}" prefix=/usr || die
+ rm -fr "${D}/usr/share/doc/${PN}"
+ dodoc doc/CHANGELOG doc/FAQ doc/README doc/THANKS doc/TODO
+}