]> Pileus Git - ~andy/sunrise/blobdiff - sys-process/ts/ts-0.6.6.ebuild
sys-process/ts: Version bump. Add blockers to fix bug #285276. Don't install useless...
[~andy/sunrise] / sys-process / ts / ts-0.6.6.ebuild
diff --git a/sys-process/ts/ts-0.6.6.ebuild b/sys-process/ts/ts-0.6.6.ebuild
deleted file mode 100644 (file)
index 41e50af..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit toolchain-funcs
-
-DESCRIPTION="TaskSpooler is a comfortable way of running batch jobs"
-HOMEPAGE="http://vicerveza.homeunix.net/~viric/soft/ts/"
-SRC_URI="http://vicerveza.homeunix.net/~viric/soft/ts/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-src_unpack() {
-       unpack ${A}
-       cd "${S}"
-
-       sed -i \
-               -e 's|CFLAGS=|CFLAGS+=|' \
-               -e 's|-g -O0||' \
-               Makefile || die "sed failed"
-}
-
-src_compile() {
-       emake CC=$(tc-getCC) || die "emake failed"
-}
-
-src_install() {
-       emake PREFIX="${D}/usr" install || die "install failed"
-       dodoc Changelog OBJECTIVES PORTABILITY PROTOCOL README TRICKS || die
-}
-
-src_test() {
-       PATH="${D}/usr/bin:${PATH}" ./testbench.sh || die "tests failed"
-}