diff options
author | 2010-05-02 15:02:40 +0000 | |
---|---|---|
committer | 2010-05-02 15:02:40 +0000 | |
commit | b67e1fe0178b8fd514b9d23637cf7125eef59d66 (patch) | |
tree | ca960f6fdf5cb46c242eff931a0a2bb806c61c2c /sci-calculators/gonvert/gonvert-0.2.23.ebuild | |
parent | Don't try to autoconf when bootstrapping, bug #317915 (diff) | |
download | gentoo-2-b67e1fe0178b8fd514b9d23637cf7125eef59d66.tar.gz gentoo-2-b67e1fe0178b8fd514b9d23637cf7125eef59d66.tar.bz2 gentoo-2-b67e1fe0178b8fd514b9d23637cf7125eef59d66.zip |
Version bump, as requested by "Hitachi" in bug #315451. Sprinkle some quotes for maximum repoman happiness.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sci-calculators/gonvert/gonvert-0.2.23.ebuild')
-rw-r--r-- | sci-calculators/gonvert/gonvert-0.2.23.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/sci-calculators/gonvert/gonvert-0.2.23.ebuild b/sci-calculators/gonvert/gonvert-0.2.23.ebuild new file mode 100644 index 000000000000..547931079d04 --- /dev/null +++ b/sci-calculators/gonvert/gonvert-0.2.23.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/gonvert/gonvert-0.2.23.ebuild,v 1.1 2010/05/02 15:02:40 chainsaw 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 ~ppc" +IUSE="" + +DEPEND=">=dev-python/pygtk-2.8.2" + +src_unpack () { + unpack ${A} + cd "${S}" + epatch "${FILESDIR}/${PV}-paths.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 +} |