diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2009-02-03 15:49:55 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2009-02-03 15:49:55 +0000 |
commit | 3861bb9b5763aaed149b2b0baa46b6b5c9f9bd2a (patch) | |
tree | 59138d2e486616c9b4148ce2da38fcb9504ee80f /sci-calculators | |
parent | Link with libm wrt bug #246727 (diff) | |
download | historical-3861bb9b5763aaed149b2b0baa46b6b5c9f9bd2a.tar.gz historical-3861bb9b5763aaed149b2b0baa46b6b5c9f9bd2a.tar.bz2 historical-3861bb9b5763aaed149b2b0baa46b6b5c9f9bd2a.zip |
Initial import from sunrise, thanks to Christian Helbling and all contributors in bug #112985
Package-Manager: portage-2.2_rc23/cvs/Linux x86_64
Diffstat (limited to 'sci-calculators')
-rw-r--r-- | sci-calculators/tiemu/ChangeLog | 19 | ||||
-rw-r--r-- | sci-calculators/tiemu/Manifest | 15 | ||||
-rw-r--r-- | sci-calculators/tiemu/files/tiemu-3.02-gcc43.patch | 10 | ||||
-rw-r--r-- | sci-calculators/tiemu/metadata.xml | 12 | ||||
-rw-r--r-- | sci-calculators/tiemu/tiemu-3.02.ebuild | 59 | ||||
-rw-r--r-- | sci-calculators/tilp2/Manifest | 14 |
6 files changed, 129 insertions, 0 deletions
diff --git a/sci-calculators/tiemu/ChangeLog b/sci-calculators/tiemu/ChangeLog new file mode 100644 index 000000000000..526a5b3768b0 --- /dev/null +++ b/sci-calculators/tiemu/ChangeLog @@ -0,0 +1,19 @@ +# ChangeLog for sci-calculators/tiemu +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/tiemu/ChangeLog,v 1.1 2009/02/03 15:49:54 bicatali Exp $ + +*tiemu-3.02 (03 Feb 2009) + + 03 Feb 2009; SĂ©bastien Fabbro <bicatali@gentoo.org> + +files/tiemu-3.02-gcc43.patch, +metadata.xml, +tiemu-3.02.ebuild: + Initial import from sunrise, thanks to Christian Helbling and all + contributors in bug #112985 + + 18 Jan 2008; (Tommy[D]) tommy100@gmx.de tiemu-3.02.ebuild: + Drop eutils.eclass + + 17 Jan 2008; Christian Helbling <helch@gmx.ch> +metadata.xml, + +tiemu-3.02.ebuild: + Version bump and transfer upstream's renaming (was sci-calculators/tiemu3). + Bug is still #112985. + diff --git a/sci-calculators/tiemu/Manifest b/sci-calculators/tiemu/Manifest new file mode 100644 index 000000000000..d4cbad039012 --- /dev/null +++ b/sci-calculators/tiemu/Manifest @@ -0,0 +1,15 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +AUX tiemu-3.02-gcc43.patch 256 RMD160 523543d75a1cb79c8b404b1d55621f78f453db66 SHA1 7792af5bbd8e24b2256a438a88a61783d177ef3f SHA256 932994227fa3ba0b09da91487625cd5254baedaa0956f8cb526d29a855bf88fd +DIST tiemu-3.02.tar.bz2 21491214 RMD160 584a8982c2bb052201026931fe9981096c0113a4 SHA1 a533a427236413aeaa4f6feac253c45a9b293b36 SHA256 2b09783a6d30f78165651db99d3da1fbf2890579ef8b359ee74352f7da0f7966 +EBUILD tiemu-3.02.ebuild 1569 RMD160 daae60539a08284b43ce52901f3fc2583b8a2a36 SHA1 e98ab5a722569d4916e41baace6e34746280ef11 SHA256 eedc2bf50aa18cfd10a8b165652360110dd7b396d62bbbb9bded325cc6a5b923 +MISC ChangeLog 738 RMD160 95bb97dbf81ab78286328e0463201d9e5c901f3a SHA1 ea8aca441eaf5fe3669443e2ba2a9200fe6ee904 SHA256 ff3f8a03ab8d002ac4f608d2a43cc95c2f1710a886510f80436b8e6149958874 +MISC metadata.xml 498 RMD160 65c016d1c9e8597ad1ff77a34aa992bc175c5ac1 SHA1 4b562110472fafb3d6045c2692dfde7f4a7183a8 SHA256 d7e0ed8a46f9fba60ac8f1d40b011267056bb25fa22b480fd0eaa9a02ec00d7b +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.9 (GNU/Linux) + +iEYEARECAAYFAkmIZ6sACgkQ1ycZbhPLE2DvTQCfbQWzMi55f/D3JMD3Pj2G1sWY +lGcAn1UspwE48y1VppsytyFLbClManyJ +=V0uT +-----END PGP SIGNATURE----- diff --git a/sci-calculators/tiemu/files/tiemu-3.02-gcc43.patch b/sci-calculators/tiemu/files/tiemu-3.02-gcc43.patch new file mode 100644 index 000000000000..341fff99ad35 --- /dev/null +++ b/sci-calculators/tiemu/files/tiemu-3.02-gcc43.patch @@ -0,0 +1,10 @@ +--- src/ipc/dcop/dcop.cpp~ 2007-12-14 21:28:08.000000000 +0000 ++++ src/ipc/dcop/dcop.cpp 2009-02-03 14:25:32.225109255 +0000 +@@ -18,6 +18,7 @@ + */ + + #include <cstdlib> ++#include <cstring> + #include <glib.h> + #include <gtk/gtk.h> + #include <dcopobject.h> diff --git a/sci-calculators/tiemu/metadata.xml b/sci-calculators/tiemu/metadata.xml new file mode 100644 index 000000000000..3f72a1c51b7d --- /dev/null +++ b/sci-calculators/tiemu/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"> + This project aims to develop a fast emulator for the + TI89(titanium), 92(+), and V200PLT calculators. This emulator + started on the Jonas Minnberg's (X)Tiger emulator which is + based on UAE (the Universal Amiga Emulator). It was deeply + reworked and improved thus it's very different now. +</longdescription> +</pkgmetadata> diff --git a/sci-calculators/tiemu/tiemu-3.02.ebuild b/sci-calculators/tiemu/tiemu-3.02.ebuild new file mode 100644 index 000000000000..5069e2cea218 --- /dev/null +++ b/sci-calculators/tiemu/tiemu-3.02.ebuild @@ -0,0 +1,59 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/tiemu/tiemu-3.02.ebuild,v 1.1 2009/02/03 15:49:54 bicatali Exp $ + +EAPI=2 +inherit eutils kde-functions + +DESCRIPTION="Texas Instruments hand-helds emulator" +HOMEPAGE="http://lpg.ticalc.org/prj_tiemu/" +SRC_URI="mirror://sourceforge/gtktiemu/${P}.tar.bz2" +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="dbus kde nls sdl threads xinerama" + +RDEPEND="sci-libs/libticables2 + sci-libs/libticalcs2 + sci-libs/libtifiles2 + sci-libs/libticonv + >=gnome-base/libglade-2.4.0 + >=x11-libs/gtk+-2.6.0 + dbus? ( >=dev-libs/dbus-glib-0.60 ) + kde? ( kde-base/kdelibs:3.5 ) + nls? ( virtual/libintl ) + sdl? ( media-libs/libsdl ) + xinerama? ( x11-libs/libXinerama )" + +DEPEND="${RDEPEND} + dev-util/pkgconfig + nls? ( sys-devel/gettext ) + xinerama? ( x11-proto/xineramaproto )" + +src_prepare() { + epatch "${FILESDIR}"/${P}-gcc43.patch +} + +src_configure() { + use kde && set-kdedir 3 + econf \ + --disable-rpath \ + --disable-debugger \ + --disable-gdb \ + $(use_enable nls) \ + $(use_enable sdl sound) \ + $(use_enable threads) \ + $(use_enable threads threading) \ + $(use_with dbus) \ + $(use_with kde) \ + $(use_with xinerama) +} + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed" + rm -f "${D}"usr/share/tiemu/{Manpage.txt,COPYING,RELEASE,AUTHORS,LICENSES} + dodoc AUTHORS NEWS README README.linux RELEASE THANKS TODO *.txt + make_desktop_entry tiemu "TiEmu Calculator" \ + /usr/share/tiemu/pixmaps/icon.xpm +} diff --git a/sci-calculators/tilp2/Manifest b/sci-calculators/tilp2/Manifest new file mode 100644 index 000000000000..951febf2b15b --- /dev/null +++ b/sci-calculators/tilp2/Manifest @@ -0,0 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +DIST tilp2-1.11.tar.gz 1010963 RMD160 a6de3e3d8cfbceea9cdeb4cf960d3e2c96b1ab27 SHA1 1a70ed61eebc2370a83092fe37e53dedc604423b SHA256 8cc6ace61182beda196b924b66338bcddabcabda2cc936c61da33a3c82dc7239 +EBUILD tilp2-1.11.ebuild 1364 RMD160 4977e0e0626ad4d2fe65f47f0e1290948cea3074 SHA1 74cc8ffe398e0afa20e9701d01bd97b9d3f584d7 SHA256 52831a4a1fa6652cad065945c6b719dc3a50e5e13a53252c282f7cb0b515d072 +MISC ChangeLog 1110 RMD160 b2d225652abef53e70b9e8f24d84fed04d6bd39a SHA1 0e3d0208901e01fc1fcef786d461e3d9ec49d150 SHA256 1a9e0eb84e27600fbff414d58906da9e5e67961e095decb830ca2b26468458a7 +MISC metadata.xml 413 RMD160 ae16a2de900e5e2cec3e089d79d983372c6b6db2 SHA1 b75740b4087f6d4e7dc38b134187bdeff8afb170 SHA256 2a2b3a87a5919ba5dee570f0575c7cbb4573d8c45c26c8aa155aa36f6fc406e0 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.9 (GNU/Linux) + +iEYEARECAAYFAkmIaG0ACgkQ1ycZbhPLE2DtAgCeIzbOWKIf+uucVZ3jJRYR1GYa +1JcAnRtn0gabGVejM/ByvhTXUxe0IvrQ +=ac4S +-----END PGP SIGNATURE----- |