diff options
author | 2007-06-15 11:14:51 +0000 | |
---|---|---|
committer | 2007-06-15 11:14:51 +0000 | |
commit | da4ab6f697187e80865533ab490b5912770449ca (patch) | |
tree | 0ff5ac851f99dbf28620f97855d4f6ada52b2e7a /sci-calculators | |
parent | dev-util/ktigcc: Adjusting version numbers of dependencies (diff) | |
download | sunrise-reviewed-da4ab6f697187e80865533ab490b5912770449ca.tar.gz sunrise-reviewed-da4ab6f697187e80865533ab490b5912770449ca.tar.bz2 sunrise-reviewed-da4ab6f697187e80865533ab490b5912770449ca.zip |
sci-calculators/tilp2: New ebuild for bug 109220 thanks to Henning Schild
svn path=/sunrise/; revision=3940
Diffstat (limited to 'sci-calculators')
-rw-r--r-- | sci-calculators/tilp2/ChangeLog | 8 | ||||
-rw-r--r-- | sci-calculators/tilp2/Manifest | 4 | ||||
-rw-r--r-- | sci-calculators/tilp2/files/digest-tilp2-1.03 | 3 | ||||
-rw-r--r-- | sci-calculators/tilp2/metadata.xml | 5 | ||||
-rw-r--r-- | sci-calculators/tilp2/tilp2-1.03.ebuild | 27 |
5 files changed, 47 insertions, 0 deletions
diff --git a/sci-calculators/tilp2/ChangeLog b/sci-calculators/tilp2/ChangeLog new file mode 100644 index 000000000..15f1b2de4 --- /dev/null +++ b/sci-calculators/tilp2/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for sci-calculators/tilp2 +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + + 15 Jun 2007; Christian Helbling <helch@gmx.ch> +tilp2-1.03.ebuild, + +metadata.xml: + New ebuild for bug 109220 thanks to Henning Schild + diff --git a/sci-calculators/tilp2/Manifest b/sci-calculators/tilp2/Manifest new file mode 100644 index 000000000..450aef260 --- /dev/null +++ b/sci-calculators/tilp2/Manifest @@ -0,0 +1,4 @@ +DIST tilp2-1.03.tar.gz 913989 RMD160 af53a98b07935ce844b2c35c61ca2993c3b3352c SHA1 ee350749bfc3348de71df07c925a6ca26ab79ba6 SHA256 bd8f49a5dad4f7dbdec4902a2bea7c32f18db8038ef1c5702864463b72088dcc +EBUILD tilp2-1.03.ebuild 658 RMD160 26693d7b19daff0201afa7db6f59ba0f89291659 SHA1 456f250d26e8852c9554e98865a918205ab11240 SHA256 11a3f41a817ef9c69e8217204851dc014c339d33caf76b633b0f9ad6bac7c5c1 +MISC ChangeLog 262 RMD160 838365e287d0236dd89b16af2918d0f7802dcfd5 SHA1 05b61803dc1269f5e1bd2af92848d44449adbd28 SHA256 f71bd9d12261aa0b3cbdf57c97bfffe7274ea185e3b71665928fc2d88d95f66f +MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42 diff --git a/sci-calculators/tilp2/files/digest-tilp2-1.03 b/sci-calculators/tilp2/files/digest-tilp2-1.03 new file mode 100644 index 000000000..bc89baf88 --- /dev/null +++ b/sci-calculators/tilp2/files/digest-tilp2-1.03 @@ -0,0 +1,3 @@ +MD5 42684e489bf842f6c62c820470bfc898 tilp2-1.03.tar.gz 913989 +RMD160 af53a98b07935ce844b2c35c61ca2993c3b3352c tilp2-1.03.tar.gz 913989 +SHA256 bd8f49a5dad4f7dbdec4902a2bea7c32f18db8038ef1c5702864463b72088dcc tilp2-1.03.tar.gz 913989 diff --git a/sci-calculators/tilp2/metadata.xml b/sci-calculators/tilp2/metadata.xml new file mode 100644 index 000000000..7e3286984 --- /dev/null +++ b/sci-calculators/tilp2/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>maintainer-wanted</herd> +</pkgmetadata> diff --git a/sci-calculators/tilp2/tilp2-1.03.ebuild b/sci-calculators/tilp2/tilp2-1.03.ebuild new file mode 100644 index 000000000..5f978149f --- /dev/null +++ b/sci-calculators/tilp2/tilp2-1.03.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +DESCRIPTION="Program allowing a PC to communicate with a TI calculator." +HOMEPAGE="http://lpg.ticalc.org/prj_tilp" +SRC_URI="http://www.wh9.tu-dresden.de/~henning/gentoo/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" + +DEPEND=">=sci-libs/libticalcs2-1.0.4 + >=sci-libs/libticables2-1.0.2 + >=sci-libs/libtifiles2-1.0.3 + >=sci-libs/libticonv-1.0.0 + >=x11-libs/gtk+-2.0.0 + >=dev-libs/glib-2.6.0 + >=gnome-base/libglade-2" + +RDEPEND="${DEPEND}" + +src_install() { + emake install DESTDIR=${D} || die "emake install failed" +} + |