On Tue, Feb 01, 2005 at 09:38:14PM -0500, Jason Cooper wrote:
> 
> [...] I suppose I'll make an ebuild for dvd9to5 first,
> 

Sometime ago I have done an ebuild for dvd9to5. I am attaching
it here, in case you want to take a look. It is really simple.

Romildo
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: $

DESCRIPTION="Convert DVD-9 to DVD-5"
HOMEPAGE="http://lakedaemon.netmindz.net/dvd9to5/";
SRC_URI="http://lakedaemon.netmindz.net/${PN}/${P}.tar.bz2";

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

RDEPEND="dev-lang/perl
        media-video/transcode
        media-video/dvdauthor
        media-video/mjpegtools"

src_install() {
        dobin dvd9to5.pl
        insinto /etc
        newins dvd9to5.conf.example dvd9to5.conf
        dodoc CHANGELOG COPYING INSTALL README TODO dvd9to5.conf.example
}

--
[email protected] mailing list

Reply via email to