diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2009-02-03 14:52:53 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2009-02-03 14:52:53 +0000 |
commit | 2a300f6c7445e812b00c84490cb0d4f0ca8e8e55 (patch) | |
tree | f285426b03154eff9dade20afc800312eb871bb1 /sci-libs/libtifiles2 | |
parent | Make kdepim-meta optional since it requires mysql. Forcing due to the ppc fla... (diff) | |
download | gentoo-2-2a300f6c7445e812b00c84490cb0d4f0ca8e8e55.tar.gz gentoo-2-2a300f6c7445e812b00c84490cb0d4f0ca8e8e55.tar.bz2 gentoo-2-2a300f6c7445e812b00c84490cb0d4f0ca8e8e55.zip |
Initial import from sunrise, thanks to Christian Helbling and all contributors in bug #146028
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/libtifiles2')
-rw-r--r-- | sci-libs/libtifiles2/ChangeLog | 44 | ||||
-rw-r--r-- | sci-libs/libtifiles2/libtifiles2-1.1.0.ebuild | 38 | ||||
-rw-r--r-- | sci-libs/libtifiles2/metadata.xml | 12 |
3 files changed, 94 insertions, 0 deletions
diff --git a/sci-libs/libtifiles2/ChangeLog b/sci-libs/libtifiles2/ChangeLog new file mode 100644 index 000000000000..93cc7519ebc3 --- /dev/null +++ b/sci-libs/libtifiles2/ChangeLog @@ -0,0 +1,44 @@ +# ChangeLog for sci-libs/libtifiles2 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libtifiles2/ChangeLog,v 1.1 2009/02/03 14:52:53 bicatali Exp $ + +*libtifiles2-1.1.0 (03 Feb 2009) + + 03 Feb 2009; Sébastien Fabbro <bicatali@gentoo.org> +metadata.xml, + +libtifiles2-1.1.0.ebuild: + Initial import from sunrise, thanks to Christian Helbling and all + contributors in bug #146028 + + 15 Jan 2008; Christian Helbling <helch@gmx.ch> libtifiles2-1.1.0.ebuild: + Corrected dependency + + 15 Jan 2008; Christian Helbling <helch@gmx.ch> -libtifiles2-1.0.7.ebuild, + +libtifiles2-1.1.0.ebuild: + Version bump + + 22 Sep 2007; Christian Helbling <helch@gmx.ch> -libtifiles2-1.0.5.ebuild, + +libtifiles2-1.0.7.ebuild: + version bump + + 30 Jun 2007; Christian Helbling <helch@gmx.ch> ChangeLog: + sci-libs/libtifiles2: correcting digest + + 30 Jun 2007; Jakub Moc <jakub@gentoo.org> libtifiles2-1.0.5.ebuild: + Fix up gettext dependencies + + 15 Jun 2007; Christian Helbling <helch@gmx.ch> +libtifiles2-1.0.5.ebuild, + -libtifiles2-20061030.ebuild: + Version bump. Better version numbers. + + 04 Dec 2006; Markus Ullmann <jokey@gentoo.org> + -libtifiles2-20060723.ebuild: + Remove old + + 02 Dec 2006; Christian Helbling <helch@gmx.ch> + +libtifiles2-20061030.ebuild: + Version bump + + 04 Sep 2006; Christian Helbling <helch@gmx.ch> + +libtifiles2-20060723.ebuild, +metadata.xml: + New ebuild for bug 146028 + diff --git a/sci-libs/libtifiles2/libtifiles2-1.1.0.ebuild b/sci-libs/libtifiles2/libtifiles2-1.1.0.ebuild new file mode 100644 index 000000000000..c517006ced81 --- /dev/null +++ b/sci-libs/libtifiles2/libtifiles2-1.1.0.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libtifiles2/libtifiles2-1.1.0.ebuild,v 1.1 2009/02/03 14:52:53 bicatali Exp $ + +EAPI=2 + +DESCRIPTION="Library for TI calculator files" +HOMEPAGE="http://lpg.ticalc.org/prj_tilp/" +SRC_URI="mirror://sourceforge/gtktiemu/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc nls threads" + +RDEPEND=">=dev-libs/glib-2.6.0 + sci-libs/libticables2 + sci-libs/libticonv + nls? ( virtual/libintl )" + +DEPEND="${RDEPEND} + dev-util/pkgconfig + nls? ( sys-devel/gettext )" + +src_configure() { + econf \ + --disable-rpath \ + $(use_enable nls) \ + $(use_enable threads) +} + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed" + dodoc AUTHORS LOGO NEWS README ChangeLog docs/api.txt + if use doc; then + dohtml docs/html/* + fi +} diff --git a/sci-libs/libtifiles2/metadata.xml b/sci-libs/libtifiles2/metadata.xml new file mode 100644 index 000000000000..664d1df39e99 --- /dev/null +++ b/sci-libs/libtifiles2/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>sci</herd> +<longdescription lang="en"> + The libtifiles is a library providing support for operations on Texas + Instruments calculators files. All formats for all calculators are + supported read/write ; the library is also able to manipulate the + group files, which means it is able to group and ungroup variables + into such group files. +</longdescription> +</pkgmetadata> |