summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dibb <beandog@gentoo.org>2007-02-02 02:16:52 +0000
committerSteve Dibb <beandog@gentoo.org>2007-02-02 02:16:52 +0000
commitfd885dac4d7a6422c1461b0ab86d03251353e977 (patch)
treee786a0c1c7b88ab412207ee4ba69fc8157cba052 /media-video/vdrtools-genindex/vdrtools-genindex-0.1.3.ebuild
parentAdd ~amd64, bug 164245 (diff)
downloadgentoo-2-fd885dac4d7a6422c1461b0ab86d03251353e977.tar.gz
gentoo-2-fd885dac4d7a6422c1461b0ab86d03251353e977.tar.bz2
gentoo-2-fd885dac4d7a6422c1461b0ab86d03251353e977.zip
cleanup ebuild, add ~amd64, bug 164291
(Portage version: 2.1.1-r2)
Diffstat (limited to 'media-video/vdrtools-genindex/vdrtools-genindex-0.1.3.ebuild')
-rw-r--r--media-video/vdrtools-genindex/vdrtools-genindex-0.1.3.ebuild16
1 files changed, 4 insertions, 12 deletions
diff --git a/media-video/vdrtools-genindex/vdrtools-genindex-0.1.3.ebuild b/media-video/vdrtools-genindex/vdrtools-genindex-0.1.3.ebuild
index e9fd350eed33..6d8079446d1a 100644
--- a/media-video/vdrtools-genindex/vdrtools-genindex-0.1.3.ebuild
+++ b/media-video/vdrtools-genindex/vdrtools-genindex-0.1.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vdrtools-genindex/vdrtools-genindex-0.1.3.ebuild,v 1.2 2006/10/26 09:20:15 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vdrtools-genindex/vdrtools-genindex-0.1.3.ebuild,v 1.3 2007/02/02 02:16:52 beandog Exp $
SCRIPT="genindex"
@@ -10,23 +10,15 @@ SRC_URI="http://www.muempf.de/down/${SCRIPT}-${PV}.tar.gz"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="x86"
+KEYWORDS="~amd64 x86"
IUSE=""
DEPEND=""
S=${WORKDIR}/${SCRIPT}-${PV}
-src_unpack() {
- unpack ${A}
-}
-
-src_compile() {
- cd ${S}
- make || die "make failed"
-}
src_install() {
-
+ dodoc README
dobin genindex
}