]> Pileus Git - ~andy/sunrise/blobdiff - sys-process/ts/ts-0.6.4.ebuild
sys-process/ts: Version bump to 0.6.4
[~andy/sunrise] / sys-process / ts / ts-0.6.4.ebuild
similarity index 79%
rename from sys-process/ts/ts-0.5.3.ebuild
rename to sys-process/ts/ts-0.6.4.ebuild
index d1df259e5e2011636e81380b731b3265a01a3b59..3f4123be7440f82ec018ed7f4aa53148f9b81ed7 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -12,9 +12,6 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-DEPEND=""
-RDEPEND=""
-
 src_unpack() {
        unpack ${A}
        cd "${S}"
@@ -30,10 +27,8 @@ src_compile() {
 }
 
 src_install() {
-       exeinto /usr/bin
-       doexe ts
-       doman ts.1
-       dodoc Changelog OBJECTIVES PORTABILITY PROTOCOL README TRICKS
+       emake PREFIX="${D}/usr" install || die "install failed"
+       dodoc Changelog OBJECTIVES PORTABILITY PROTOCOL README TRICKS || die
 }
 
 src_test() {