summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-09-23 14:31:38 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-09-23 14:31:38 +0000
commitbb6eb25699caf3759f97d298360c6a14b1c2a286 (patch)
tree4ab12fb4d3240a6c5aced0768f4ff19d79e0dac7 /media-video/maven-poke
parentstable x86, security bug 275236 (diff)
downloadgentoo-2-bb6eb25699caf3759f97d298360c6a14b1c2a286.tar.gz
gentoo-2-bb6eb25699caf3759f97d298360c6a14b1c2a286.tar.bz2
gentoo-2-bb6eb25699caf3759f97d298360c6a14b1c2a286.zip
Remove virtual/libc.
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'media-video/maven-poke')
-rw-r--r--media-video/maven-poke/maven-poke-0.0.1.ebuild18
1 files changed, 6 insertions, 12 deletions
diff --git a/media-video/maven-poke/maven-poke-0.0.1.ebuild b/media-video/maven-poke/maven-poke-0.0.1.ebuild
index ec264d0ce82e..f62b8e8c72fb 100644
--- a/media-video/maven-poke/maven-poke-0.0.1.ebuild
+++ b/media-video/maven-poke/maven-poke-0.0.1.ebuild
@@ -1,22 +1,18 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/maven-poke/maven-poke-0.0.1.ebuild,v 1.5 2007/11/27 12:14:23 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/maven-poke/maven-poke-0.0.1.ebuild,v 1.6 2009/09/23 14:31:38 ssuominen Exp $
-IUSE=""
-
-#S=${WORKDIR}/${PN}
DESCRIPTION="Matrox utility to read and set maven registers (tune tvout)"
HOMEPAGE="ftp://platan.vc.cvut.cz/pub/linux/matrox-latest/"
SRC_URI="ftp://platan.vc.cvut.cz/pub/linux/matrox-latest/${P}.tgz"
-DEPEND="virtual/libc"
-
-SLOT="0"
LICENSE="GPL-2"
+SLOT="0"
KEYWORDS="~ppc ~x86"
+IUSE=""
src_compile() {
- make all || die
+ emake all || die
#prepare small README
cat >> "${S}"/README << _EOF_
@@ -33,8 +29,6 @@ _EOF_
}
src_install() {
- mv matrox maven-poke
- dobin maven-poke
-
+ newbin matrox maven-poke || die
dodoc README
}