diff options
author | 2005-10-18 17:16:00 +0000 | |
---|---|---|
committer | 2005-10-18 17:16:00 +0000 | |
commit | 5103b3709154a3e53d8eb18c55f77453f4ed9ede (patch) | |
tree | 530726392d74c135c572c0281f0e31005b453994 /sci-calculators/qalculate-currency | |
parent | Add comment. (diff) | |
download | historical-5103b3709154a3e53d8eb18c55f77453f4ed9ede.tar.gz historical-5103b3709154a3e53d8eb18c55f77453f4ed9ede.tar.bz2 historical-5103b3709154a3e53d8eb18c55f77453f4ed9ede.zip |
Initial import
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'sci-calculators/qalculate-currency')
5 files changed, 39 insertions, 0 deletions
diff --git a/sci-calculators/qalculate-currency/ChangeLog b/sci-calculators/qalculate-currency/ChangeLog new file mode 100644 index 000000000000..ac2d791acc42 --- /dev/null +++ b/sci-calculators/qalculate-currency/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for sci-calculators/qalculate-currency +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-currency/ChangeLog,v 1.1 2005/10/18 17:14:08 ribosome Exp $ + +*qalculate-currency-0.8.2 (18 Oct 2005) + + 18 Oct 2005; Olivier Fisette <ribosome@gentoo.org> +metadata.xml, + +qalculate-currency-0.8.2.ebuild: + Initial import. + diff --git a/sci-calculators/qalculate-currency/Manifest b/sci-calculators/qalculate-currency/Manifest new file mode 100644 index 000000000000..0cc7c89b1a68 --- /dev/null +++ b/sci-calculators/qalculate-currency/Manifest @@ -0,0 +1,2 @@ +MD5 f7e67cc1fdbf2a3c737d7b82591b22e2 qalculate-currency-0.8.2.ebuild 669 +MD5 a46ddc8e56f1e20c2f47a03f4e169721 files/digest-qalculate-currency-0.8.2 76 diff --git a/sci-calculators/qalculate-currency/files/digest-qalculate-currency-0.8.2 b/sci-calculators/qalculate-currency/files/digest-qalculate-currency-0.8.2 new file mode 100644 index 000000000000..8c1afa7698d1 --- /dev/null +++ b/sci-calculators/qalculate-currency/files/digest-qalculate-currency-0.8.2 @@ -0,0 +1 @@ +MD5 5bb25d61cdcc50f6a2ea40f9346870ae qalculate-currency-0.8.2.tar.gz 362113 diff --git a/sci-calculators/qalculate-currency/metadata.xml b/sci-calculators/qalculate-currency/metadata.xml new file mode 100644 index 000000000000..d369d068ffb8 --- /dev/null +++ b/sci-calculators/qalculate-currency/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>sci</herd> +</pkgmetadata> diff --git a/sci-calculators/qalculate-currency/qalculate-currency-0.8.2.ebuild b/sci-calculators/qalculate-currency/qalculate-currency-0.8.2.ebuild new file mode 100644 index 000000000000..f1f23afa9366 --- /dev/null +++ b/sci-calculators/qalculate-currency/qalculate-currency-0.8.2.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-currency/qalculate-currency-0.8.2.ebuild,v 1.1 2005/10/18 17:14:08 ribosome Exp $ + +DESCRIPTION="A GTK+ currency converter" +LICENSE="GPL-2" +HOMEPAGE="http://qalculate.sourceforge.net/" +SRC_URI="mirror://sourceforge/qalculate/${P}.tar.gz" + +SLOT="0" +IUSE="nls" +KEYWORDS="~x86" + +DEPEND="=sci-libs/libqalculate-0.8.2* + >=x11-libs/gtk+-2.4 + nls? ( sys-devel/gettext )" + +src_install() { + make install DESTDIR="${D}" || die "Installation failed." + dodoc AUTHORS ChangeLog README || die "Failed to install documentation." +} |