ChangeLog

# ChangeLog for media-video/matroxset
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-video/matroxset/ChangeLog,v 1.14 2007/11/27 12:15:19 zzam Exp $

27 Nov 2007; Matthias Schwarzott matroxset-0.3.ebuild,
matroxset-0.4.ebuild:
Fixed quoting.

22 Feb 2007; Piotr JaroszyƄski ChangeLog:
Transition to Manifest2.

19 Aug 2006; Herbie Hopkins matroxset-0.4.ebuild:
Stable on amd64.

02 Jul 2006; Lars Weiler matroxset-0.4.ebuild:
Stable on ppc.

01 Sep 2005; Joel Martin matroxset-0.4.ebuild:
0.4 stable on x86

*matroxset-0.4 (29 Sep 2004)

29 Sep 2004; Joel Martin +matroxset-0.4.ebuild:
Bumped version, added ncurses dependency

11 Sep 2004; Daniel Ahlberg matroxset-0.3.ebuild:
Added amd64 keyword.

01 Jul 2004; Jeremy Huddleston matroxset-0.3.ebuild:
virtual/glibc -> virtual/libc

30 May 2004; David Holm matroxset-0.3.ebuild:
Added to ~ppc.

18 Mar 2004; Joel Martin matroxset-0.3.ebuild,
metadata.xml:
Fix copyright, add metadata.xml, make description more descriptive.

*matroxset-0.3 (23 Mar 2003)

23 Mar 2003; George Shapovalov matroxset-0.3.ebuild, files/digest-matroxset-0.3 :
first inclusion (#2401)
LICENSE set to GPL-2 after the getting the reply of the utility author Petr Vandrovec

4 Nov 2002; Sean P. Kane matroxset-0.3.ebuild :
created the ebuild

Manifest

DIST matroxset-0.3.tar.gz 7813 RMD160 7234bf8df2476e2fb7db6ac0a4e88116ad52f222 SHA1 26cd86fae238bb78c651839621d07fc672fef5e6 SHA256 16c8731a041e1a8be9ecc316e617046259c9e9b500662e7365e288db98ed0709
DIST matroxset-0.4.tar.gz 24996 RMD160 ded03eecbb35812d2a2d6f8d8077320573c3c01b SHA1 e4d8841c19edfc746639953829c715c4b163efa1 SHA256 7f160b45cd945be10c5cea31a423143ac3be94b0ddf9c3e8edf6f5e5d0199003
EBUILD matroxset-0.3.ebuild 975 RMD160 3c29a3d36403e4da60ea0650ec635dc39df14134 SHA1 bb2cc61fc24273959f8ce89233f07d2cc612fe00 SHA256 710fde11db5f845bd8789576867f4e978cbeccc48f5223e0cc27816448cd2f85
EBUILD matroxset-0.4.ebuild 900 RMD160 b4b30c94146f057f73eada4edebb4680bfa65db6 SHA1 2ac6e90bd613708d1d6225e62bbf71a2cbf39621 SHA256 0a46fc03d785a4fdf81c7fe1a4eedb389d06cfaec854c8f756c4c3c161c7eda9
MISC ChangeLog 1626 RMD160 0a7ba0d91a1e23482df6dc34dac1ea5ca46d9579 SHA1 afb56530cd7f8af34ac356e1fe7dcdd908177322 SHA256 e8be248fa6ce2fbe547be9697928a58a48900bd3c71136a26f5ed250de9544a7
MISC metadata.xml 242 RMD160 3cec6146c79c927e6dca9632dfdbeac549ab0cf3 SHA1 017cb0ff2375f203b55ac92cb28564abec5573b5 SHA256 ae4895fe9a3b1c78623f8228f40eb98a0447214b47fc2736faac66ac5684ee7a

matroxset-0.3.ebuild

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/matroxset/matroxset-0.3.ebuild,v 1.9 2007/11/27 12:15:19 zzam Exp $

IUSE=""

S=${WORKDIR}/${PN}
DESCRIPTION="Matrox utility to switch output modes (activate tvout)"
HOMEPAGE="ftp://platan.vc.cvut.cz/pub/linux/matrox-latest/"
SRC_URI="ftp://platan.vc.cvut.cz/pub/linux/matrox-latest/${P}.tar.gz"

DEPEND="virtual/libc"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 ~ppc ~amd64"

src_compile() {
# make clean || die
make all || die

#prepare small README
cat >> "${S}"/README << _EOF_
This utility has been created by Petr Vandrovec

Not much info here, but here are some pointers
http://davedina.apestaart.org/download/doc/Matrox-TVOUT-HOWTO-0.1.txt
http://www3.sympatico.ca/dan.eriksen/matrox_tvout/g450_tvout_howto.html
http://www.netnode.de/howto/matrox-fb.html
_EOF_
}

src_install() {
dobin matroxset

dodoc README
}

matroxset-0.4.ebuild

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/matroxset/matroxset-0.4.ebuild,v 1.5 2007/11/27 12:15:19 zzam Exp $

IUSE=""

DESCRIPTION="Matrox utility to switch output modes (activate tvout)"
HOMEPAGE="ftp://platan.vc.cvut.cz/pub/linux/matrox-latest/"
SRC_URI="ftp://platan.vc.cvut.cz/pub/linux/matrox-latest/${P}.tar.gz"

DEPEND="virtual/libc
sys-libs/ncurses"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="amd64 ppc x86"

src_compile() {
# make clean || die
make all || die

#prepare small README
cat >> "${S}"/README << _EOF_
This utility has been created by Petr Vandrovec

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() {
dobin matroxset

dodoc README
}

metadata.xml




video
media-tv

kanaka@gentoo.org