From 24013083c19438bc5246195d77b9e3642c2f1b3b Mon Sep 17 00:00:00 2001 From: "Marcus D. Hanwell" Date: Sun, 15 Jan 2006 01:53:48 +0000 Subject: Version bump, bug 116712. (Portage version: 2.1_pre3-r1) --- sci-calculators/gonvert/ChangeLog | 9 +++++-- sci-calculators/gonvert/Manifest | 12 ++-------- .../gonvert/files/digest-gonvert-0.2.15 | 1 + sci-calculators/gonvert/gonvert-0.2.15.ebuild | 28 ++++++++++++++++++++++ 4 files changed, 38 insertions(+), 12 deletions(-) create mode 100644 sci-calculators/gonvert/files/digest-gonvert-0.2.15 create mode 100644 sci-calculators/gonvert/gonvert-0.2.15.ebuild (limited to 'sci-calculators') 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 +gonvert-0.2.15.ebuild: + Version bump, bug 116712. 24 Dec 2005; Mark Loeser 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 +} -- cgit v1.2.3-65-gdbad