summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Ruppert <idl0r@gentoo.org>2009-02-04 17:25:42 +0000
committerChristian Ruppert <idl0r@gentoo.org>2009-02-04 17:25:42 +0000
commit8214271af81b354ca7739cbcc0502872dcd4b142 (patch)
tree690cb614a9932c505304aa4b8e193558a9479a4a /sci-calculators
parentsci-libs/openfoam-src: Changed to EAPI=2 and added some new patches (diff)
downloadsunrise-reviewed-8214271af81b354ca7739cbcc0502872dcd4b142.tar.gz
sunrise-reviewed-8214271af81b354ca7739cbcc0502872dcd4b142.tar.bz2
sunrise-reviewed-8214271af81b354ca7739cbcc0502872dcd4b142.zip
sci-calculators/tiemu: in gentoo-x86
svn path=/sunrise/; revision=7848
Diffstat (limited to 'sci-calculators')
-rw-r--r--sci-calculators/tiemu/ChangeLog12
-rw-r--r--sci-calculators/tiemu/Manifest4
-rw-r--r--sci-calculators/tiemu/metadata.xml5
-rw-r--r--sci-calculators/tiemu/tiemu-3.02.ebuild42
4 files changed, 0 insertions, 63 deletions
diff --git a/sci-calculators/tiemu/ChangeLog b/sci-calculators/tiemu/ChangeLog
deleted file mode 100644
index 51d82955c..000000000
--- a/sci-calculators/tiemu/ChangeLog
+++ /dev/null
@@ -1,12 +0,0 @@
-# ChangeLog for sci-calculators/tiemu
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 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
deleted file mode 100644
index 8d40ff3ea..000000000
--- a/sci-calculators/tiemu/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST tiemu-3.02.tar.bz2 21491214 RMD160 584a8982c2bb052201026931fe9981096c0113a4 SHA1 a533a427236413aeaa4f6feac253c45a9b293b36 SHA256 2b09783a6d30f78165651db99d3da1fbf2890579ef8b359ee74352f7da0f7966
-EBUILD tiemu-3.02.ebuild 940 RMD160 77a436782de8406d2495fd540155d4ca98c871bb SHA1 fe92a2a43bc5f98347494180c81098f65440b875 SHA256 22961af7bd0e3bba4dc98d47d2ba8d296b7217c732d4c514db4cdf27fe57db5e
-MISC ChangeLog 394 RMD160 7437e588d43ba1648b79747f66b0da4d3566618c SHA1 3510a435a00eaf7d763c070b9e3ecbc6cdc94679 SHA256 15496d5fa64fe0ffc3da1245a23330a171401b5b35d4b9f70141516a74579fc6
-MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/sci-calculators/tiemu/metadata.xml b/sci-calculators/tiemu/metadata.xml
deleted file mode 100644
index 7e3286984..000000000
--- a/sci-calculators/tiemu/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?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/tiemu/tiemu-3.02.ebuild b/sci-calculators/tiemu/tiemu-3.02.ebuild
deleted file mode 100644
index 688c7ca2e..000000000
--- a/sci-calculators/tiemu/tiemu-3.02.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit kde-functions
-
-DESCRIPTION="TI89(ti)/92(+)/V200 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"
-
-DEPEND=">=sci-libs/libticables2-1.0.0
- >=sci-libs/libticalcs2-1.0.7
- >=sci-libs/libtifiles2-1.0.7
- >=sci-libs/libticonv-1.0.4
- >=dev-libs/glib-2.6.0
- >=gnome-base/libglade-2.4.0
- >=x11-libs/gtk+-2.6.0
- nls? ( sys-devel/gettext )
- dbus? ( >=dev-libs/dbus-glib-0.60 )"
-
-RDEPEND="${DEPEND}"
-
-src_compile() {
- use kde && set-kdedir 3
-
- econf \
- $(use_enable nls) \
- $(use_with kde) \
- $(use_enable dbus)
-
- emake || die "emake failed"
-}
-
-src_install() {
- emake -j1 DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS NEWS README README.linux RELEASE THANKS TODO
-}