diff options
author | Joel Martin <kanaka@gentoo.org> | 2004-03-18 15:24:18 +0000 |
---|---|---|
committer | Joel Martin <kanaka@gentoo.org> | 2004-03-18 15:24:18 +0000 |
commit | 99c7e5c07788683507e6dd23b49ca9ea8b66d174 (patch) | |
tree | 0a69385ab49241f94e27814f85980f8978414747 /media-video/maven-poke | |
parent | Fix amd64 issues (diff) | |
download | historical-99c7e5c07788683507e6dd23b49ca9ea8b66d174.tar.gz historical-99c7e5c07788683507e6dd23b49ca9ea8b66d174.tar.bz2 historical-99c7e5c07788683507e6dd23b49ca9ea8b66d174.zip |
New ebuild to close bug 40861
Diffstat (limited to 'media-video/maven-poke')
-rw-r--r-- | media-video/maven-poke/ChangeLog | 9 | ||||
-rw-r--r-- | media-video/maven-poke/Manifest | 4 | ||||
-rw-r--r-- | media-video/maven-poke/files/digest-maven-poke-0.0.1 | 1 | ||||
-rw-r--r-- | media-video/maven-poke/maven-poke-0.0.1.ebuild | 41 | ||||
-rw-r--r-- | media-video/maven-poke/metadata.xml | 9 |
5 files changed, 64 insertions, 0 deletions
diff --git a/media-video/maven-poke/ChangeLog b/media-video/maven-poke/ChangeLog new file mode 100644 index 000000000000..459d44618df7 --- /dev/null +++ b/media-video/maven-poke/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for media-video/maven-poke +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/maven-poke/ChangeLog,v 1.1 2004/03/18 15:24:18 kanaka Exp $ + +*maven-poke-0.0.1 (18 Mar 2004) + + 18 Mar 2004; Joel Martin <kanaka@gentoo.org> maven-poke-0.0.1.ebuild: + New ebuild to close bug 40861 + diff --git a/media-video/maven-poke/Manifest b/media-video/maven-poke/Manifest new file mode 100644 index 000000000000..be84a8aab231 --- /dev/null +++ b/media-video/maven-poke/Manifest @@ -0,0 +1,4 @@ +MD5 bf41ef442732c06d9f89231cb3135220 maven-poke-0.0.1.ebuild 1070 +MD5 954929dbdba2a3ddf63037a197b67bf3 metadata.xml 242 +MD5 879b6589c3fc9b552737a35865ce0a6a ChangeLog 364 +MD5 fd5e4e556ca00d9e434efec2b2dc50b3 files/digest-maven-poke-0.0.1 64 diff --git a/media-video/maven-poke/files/digest-maven-poke-0.0.1 b/media-video/maven-poke/files/digest-maven-poke-0.0.1 new file mode 100644 index 000000000000..a806886318cb --- /dev/null +++ b/media-video/maven-poke/files/digest-maven-poke-0.0.1 @@ -0,0 +1 @@ +MD5 ec832aeaf88772db5a1c7fb21b081801 maven-poke-0.0.1.tgz 12974 diff --git a/media-video/maven-poke/maven-poke-0.0.1.ebuild b/media-video/maven-poke/maven-poke-0.0.1.ebuild new file mode 100644 index 000000000000..1c18c6ae3f7d --- /dev/null +++ b/media-video/maven-poke/maven-poke-0.0.1.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# 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.1 2004/03/18 15:24:18 kanaka 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/glibc" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86" + +src_compile() { + cd ${S} + make all || die + + #prepare small README + cat >> ${S}/README << _EOF_ +This utility has been created by Petr Vandrovec. +It was formerly called maven-prog (and the executable was matrox). + +A listing of maven registers +http://platan.vc.cvut.cz/~vana/maven/mavenreg.html + +Not much info here, but here are some pointers +http://davedina.apestaart.org/download/doc/Matrox-TVOUT-HOWTO-0.1.txt +http://www.netnode.de/howto/matrox-fb.html +_EOF_ +} + +src_install() { + mv matrox maven-poke + dobin maven-poke + + dodoc README +} diff --git a/media-video/maven-poke/metadata.xml b/media-video/maven-poke/metadata.xml new file mode 100644 index 000000000000..a2a3311fbef3 --- /dev/null +++ b/media-video/maven-poke/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>video</herd> +<herd>media-tv</herd> +<maintainer> + <email>kanaka@gentoo.org</email> +</maintainer> +</pkgmetadata> |