diff options
author | Steve Dibb <beandog@gentoo.org> | 2007-04-27 01:32:09 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2007-04-27 01:32:09 +0000 |
commit | 4af88844b439364c7a558d446673da89965a325f (patch) | |
tree | 2713f29e2533d4961ae2298934f657d1a2ade4e4 /media-video | |
parent | amd64 stable, bug 161724 (diff) | |
download | gentoo-2-4af88844b439364c7a558d446673da89965a325f.tar.gz gentoo-2-4af88844b439364c7a558d446673da89965a325f.tar.bz2 gentoo-2-4af88844b439364c7a558d446673da89965a325f.zip |
Version bump, bug 174729
(Portage version: 2.1.2.4)
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/vobcopy/ChangeLog | 9 | ||||
-rw-r--r-- | media-video/vobcopy/files/digest-vobcopy-1.0.1 | 3 | ||||
-rw-r--r-- | media-video/vobcopy/vobcopy-1.0.1.ebuild | 27 |
3 files changed, 37 insertions, 2 deletions
diff --git a/media-video/vobcopy/ChangeLog b/media-video/vobcopy/ChangeLog index 360787ec5e03..c80a08e32dbc 100644 --- a/media-video/vobcopy/ChangeLog +++ b/media-video/vobcopy/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-video/vobcopy -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vobcopy/ChangeLog,v 1.28 2006/09/27 23:07:00 beandog Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/vobcopy/ChangeLog,v 1.29 2007/04/27 01:32:09 beandog Exp $ + +*vobcopy-1.0.1 (27 Apr 2007) + + 27 Apr 2007; Steve Dibb <beandog@gentoo.org> +vobcopy-1.0.1.ebuild: + Version bump, bug 174729 27 Sep 2006; Steve Dibb <beandog@gentoo.org> metadata.xml: Update metadata diff --git a/media-video/vobcopy/files/digest-vobcopy-1.0.1 b/media-video/vobcopy/files/digest-vobcopy-1.0.1 new file mode 100644 index 000000000000..e98615fda174 --- /dev/null +++ b/media-video/vobcopy/files/digest-vobcopy-1.0.1 @@ -0,0 +1,3 @@ +MD5 0fae0c80dbe3a9dd3d06aba54275cf8d vobcopy-1.0.1.tar.bz2 44094 +RMD160 2d7086d8eb7476e6dc315a16e0067894eb95e260 vobcopy-1.0.1.tar.bz2 44094 +SHA256 aa6955b67324e27a78d8cadf9cd597ac1bd406a949e3144422c6542eeb94428a vobcopy-1.0.1.tar.bz2 44094 diff --git a/media-video/vobcopy/vobcopy-1.0.1.ebuild b/media-video/vobcopy/vobcopy-1.0.1.ebuild new file mode 100644 index 000000000000..82e9f3758545 --- /dev/null +++ b/media-video/vobcopy/vobcopy-1.0.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/vobcopy/vobcopy-1.0.1.ebuild,v 1.1 2007/04/27 01:32:09 beandog Exp $ + +IUSE="" + +DESCRIPTION="copies DVD .vob files to harddisk, decrypting them on the way" +HOMEPAGE="http://lpn.rnbhq.org/" +SRC_URI="http://lpn.rnbhq.org/download/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" + +DEPEND=">=media-libs/libdvdread-0.9.4" + +src_compile() { + ./configure.sh --with-lfs + emake || die "emake failed" +} + +src_install() { + dobin vobcopy || die "dobin failed" + doman vobcopy.1 || die "doman failed" + dodoc Changelog README Release-Notes TODO alternative_programs.txt \ + || die "dodoc failed" +} |