* [gentoo-commits] proj/sci:master commit in: sci-misc/emu/
@ 2011-06-24 17:09 Justin Lecher
0 siblings, 0 replies; only message in thread
From: Justin Lecher @ 2011-06-24 17:09 UTC (permalink / raw
To: gentoo-commits
commit: e4fff730cd2592771a78fb5bdec868bc7fda8cb6
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 24 15:28:19 2011 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Jun 24 15:28:19 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=e4fff730
broken old version
---
sci-misc/emu/ChangeLog | 9 ------
sci-misc/emu/emu-1.10.ebuild | 60 ------------------------------------------
sci-misc/emu/metadata.xml | 14 ----------
3 files changed, 0 insertions(+), 83 deletions(-)
diff --git a/sci-misc/emu/ChangeLog b/sci-misc/emu/ChangeLog
deleted file mode 100644
index b460386..0000000
--- a/sci-misc/emu/ChangeLog
+++ /dev/null
@@ -1,9 +0,0 @@
-# ChangeLog for sci-electronics/linsmith
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-* emu-1.10 (16 Nov 2005)
-
- 16 Nov 2005; Lucas Chiesa <lucas.chiesa@gmail.com> emu-1.10.ebuild:
- Initial import of sci-misc/emu. Thanks Flammie Pirinen
- <flammie@gentoo.org> for the ebuild. Closes bug #98051.
diff --git a/sci-misc/emu/emu-1.10.ebuild b/sci-misc/emu/emu-1.10.ebuild
deleted file mode 100644
index dec703b..0000000
--- a/sci-misc/emu/emu-1.10.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-DESCRIPTION="EMU Speech Database System"
-HOMEPAGE="http://emu.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN}/${P}-src.tar.gz"
-
-LICENSE="as-is" # or EMU?
-SLOT="0"
-KEYWORDS="~x86"
-IUSE="R esps estools nist-sphere nas X"
-
-DEPEND=">=dev-lang/tcl-8.4
- X? ( virtual/x11 )"
-RDEPEND=">=dev-lang/tcl-8.3
- >=dev-lang/tk-8.3
- dev-tcltk/bwidget
- dev-tcltk/tcllib
- R? ( dev-lang/R )
- X? ( virtual/x11 )"
-# !R? ( splus )
-# esps? ( esps )
-# estools? ( estools )
-# nist-sphere? ( nist-sphere )
-
-S=${WORKDIR}/${P}-src
-
-src_unpack() {
- unpack ${A}
- # This tcl install script is partially braindamaged
- cd ${S}
- sed -i "s:\$(WISH) ./doinstall.tcl$:\0 --prefix=${D}/usr/ \
- --tcl_prefix=${D}/usr/ --bin=${D}/usr/bin/ --auto:g" Makefile.in
-}
-
-src_compile() {
- myconf="--with-tcl=/usr/lib/ --with-tk=/usr/lib/"
- # --without selectors do not work here:
- # $(use_with esps) $(use_with estools) $(use_with nist-sphere nist) \
- # $(use_with nas)"
- use esps && myconf="$myconf --with-esps"
- use estools && myconf="$myconf --with-estools"
- use nist-sphere && myconf="$myconf --with-nist"
- use nas && myconf="$myconf --with-nas"
-
- econf $myconf || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
-
- make DESTDIR="${D}" install || die "install failed"
- for f in ${D}/usr/bin/* ; do
- sed -i "s|${D}||g" $f
- done
- dodoc README TODO
- rm ${D}/usr/COPYING
-}
-
diff --git a/sci-misc/emu/metadata.xml b/sci-misc/emu/metadata.xml
deleted file mode 100644
index 8309cd4..0000000
--- a/sci-misc/emu/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <herd>sci</herd>
- <maintainer>
- <email>flammie@gentoo.org</email>
- <name>Flammie Pirinen</name>
- </maintainer>
- <longdescription lang="en">
- EMU is a speech signal database handling and analysis tool
- collection.
- </longdescription>
-</pkgmetadata>
-
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2011-06-24 17:19 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-24 17:09 [gentoo-commits] proj/sci:master commit in: sci-misc/emu/ Justin Lecher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox