diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2011-08-06 21:20:51 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2011-08-06 21:20:51 +0000 |
commit | 223a259c8d71901916618fc0a6ffc3b8ad23ddf1 (patch) | |
tree | 56702f777fcc8b53e0b883624b5142540ca0bdb4 /sci-calculators | |
parent | Version bump (diff) | |
download | gentoo-2-223a259c8d71901916618fc0a6ffc3b8ad23ddf1.tar.gz gentoo-2-223a259c8d71901916618fc0a6ffc3b8ad23ddf1.tar.bz2 gentoo-2-223a259c8d71901916618fc0a6ffc3b8ad23ddf1.zip |
Bump
(Portage version: 2.1.10.10/cvs/Linux x86_64)
Diffstat (limited to 'sci-calculators')
-rw-r--r-- | sci-calculators/gonvert/ChangeLog | 8 | ||||
-rw-r--r-- | sci-calculators/gonvert/gonvert-0.2.25.ebuild | 29 | ||||
-rw-r--r-- | sci-calculators/gonvert/metadata.xml | 7 |
3 files changed, 43 insertions, 1 deletions
diff --git a/sci-calculators/gonvert/ChangeLog b/sci-calculators/gonvert/ChangeLog index 892d69e4eca5..467291e234c6 100644 --- a/sci-calculators/gonvert/ChangeLog +++ b/sci-calculators/gonvert/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-calculators/gonvert # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/gonvert/ChangeLog,v 1.10 2011/03/02 21:19:45 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/gonvert/ChangeLog,v 1.11 2011/08/06 21:20:51 bicatali Exp $ + +*gonvert-0.2.25 (06 Aug 2011) + + 06 Aug 2011; Sébastien Fabbro <bicatali@gentoo.org> +gonvert-0.2.25.ebuild, + metadata.xml: + Bump 02 Mar 2011; Justin Lecher <jlec@gentoo.org> gonvert-0.2.15-r1.ebuild, gonvert-0.2.19.ebuild, gonvert-0.2.23.ebuild: diff --git a/sci-calculators/gonvert/gonvert-0.2.25.ebuild b/sci-calculators/gonvert/gonvert-0.2.25.ebuild new file mode 100644 index 000000000000..bb2b5de06b46 --- /dev/null +++ b/sci-calculators/gonvert/gonvert-0.2.25.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/gonvert/gonvert-0.2.25.ebuild,v 1.1 2011/08/06 21:20:51 bicatali Exp $ + +EAPI=4 + +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 ~ppc" +IUSE="" + +DEPEND="dev-python/pygtk:2" +RDEPEND="${DEPEND}" + +src_prepare () { + epatch "${FILESDIR}"/0.2.23-paths.patch +} + +src_install () { + emake install DESTDIR="${D}" prefix=/usr + rm -fr "${ED}/usr/share/doc/${PN}" + dodoc doc/CHANGELOG doc/FAQ doc/README doc/THANKS doc/TODO +} diff --git a/sci-calculators/gonvert/metadata.xml b/sci-calculators/gonvert/metadata.xml index 0f3109173ffa..1f73393c5b8d 100644 --- a/sci-calculators/gonvert/metadata.xml +++ b/sci-calculators/gonvert/metadata.xml @@ -6,4 +6,11 @@ <email>chainsaw@gentoo.org</email> <name>Tony Vroon</name> </maintainer> +<longdescription lang='en'> + gonvert is a conversion utility that allows conversion between many + units like CGS, Ancient, Imperial with many categories like length, + mass, numbers, etc. All units converted values shown at once as you + type. Easy to add/change your own units. Written in + Python,pygtk,libgade. +</longdescription> </pkgmetadata> |