summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-10-06 21:38:50 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-10-06 21:38:50 +0000
commit43ece9eb0957dfde2842ec3a14b8193f74d6a2c9 (patch)
tree3a68240ef01bf6a60ad8d2987abc78616a72e5d1 /media-video/ripmake
parentmoved to dev-java/jump (diff)
downloadhistorical-43ece9eb0957dfde2842ec3a14b8193f74d6a2c9.tar.gz
historical-43ece9eb0957dfde2842ec3a14b8193f74d6a2c9.tar.bz2
historical-43ece9eb0957dfde2842ec3a14b8193f74d6a2c9.zip
Added to ~amd64. Fixed LICENSE.
Diffstat (limited to 'media-video/ripmake')
-rw-r--r--media-video/ripmake/ChangeLog6
-rw-r--r--media-video/ripmake/Manifest14
-rw-r--r--media-video/ripmake/ripmake-1.39.ebuild26
3 files changed, 32 insertions, 14 deletions
diff --git a/media-video/ripmake/ChangeLog b/media-video/ripmake/ChangeLog
index c6c611cd00f8..3af1e95bd01b 100644
--- a/media-video/ripmake/ChangeLog
+++ b/media-video/ripmake/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/chaplin
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ripmake/ChangeLog,v 1.1 2004/10/06 20:39:15 trapni Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ripmake/ChangeLog,v 1.2 2004/10/06 21:38:50 eradicator Exp $
+
+ 06 Oct 2004; Jeremy Huddleston <eradicator@gentoo.org>
+ ripmake-1.39.ebuild:
+ Added to ~amd64. Fixed LICENSE.
*chaplin-1.10 (21 Aug 2004)
diff --git a/media-video/ripmake/Manifest b/media-video/ripmake/Manifest
index 3f966f958c03..3bd731ff9a53 100644
--- a/media-video/ripmake/Manifest
+++ b/media-video/ripmake/Manifest
@@ -1,4 +1,14 @@
-MD5 4ee9569a7ab928c4804f805229d3a34c ChangeLog 421
-MD5 9c25be6cfd9d39fb811fbf21ffe97090 ripmake-1.39.ebuild 825
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 3a7fc7028eb0a6c27c124fe1c15ebeac ChangeLog 541
MD5 446c2ccebfd17f0cf3aa8e8d8b815635 metadata.xml 233
+MD5 d0956e0f8ee7067239c624df215230f1 ripmake-1.39.ebuild 868
MD5 65f652a6b4ba77918181890d8f0bd582 files/digest-ripmake-1.39 59
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.2.6 (GNU/Linux)
+
+iD8DBQFBZGYGArHZZzCEUG0RAiI2AJ47cFb3zfedLBi6jGVHIQ/UypHTpACeJ8BW
+0Hw/DzBLnVnACrw3zIdRfw0=
+=il5w
+-----END PGP SIGNATURE-----
diff --git a/media-video/ripmake/ripmake-1.39.ebuild b/media-video/ripmake/ripmake-1.39.ebuild
index c171c5e40e9d..727ef2b38990 100644
--- a/media-video/ripmake/ripmake-1.39.ebuild
+++ b/media-video/ripmake/ripmake-1.39.ebuild
@@ -1,17 +1,21 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ripmake/ripmake-1.39.ebuild,v 1.1 2004/10/06 20:39:15 trapni Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ripmake/ripmake-1.39.ebuild,v 1.2 2004/10/06 21:38:50 eradicator Exp $
+
+IUSE="dvd"
+
+S="${WORKDIR}"
DESCRIPTION="This is a program to rip dvd to AVI/VCD/SVCD automagically using with optional use of cpdvd to copy a dvd to harddrive before transcoding"
-HOMEPAGE="http://www.lallafa.de/bp/ripmake.html"
SRC_URI="http://www.lallafa.de/bp/files/${P}.gz"
+HOMEPAGE="http://www.lallafa.de/bp/ripmake.html"
+
LICENSE="GPL-2"
-KEYWORDS="~x86"
-IUSE="dvd"
SLOT="0"
+KEYWORDS="~amd64 ~x86"
-DEPEND="
- >=perl-5.6.1-r1
+DEPEND=""
+RDEPEND=">=perl-5.6.1-r1
>=transcode-0.6.10
>=pgmfindclip-1.13
>=chaplin-1.10
@@ -21,10 +25,10 @@ DEPEND="
>=sox-12.17.3-r3
>=mpglen-0.1
>=mkvtoolnix-0.7.1
- dvd? ( >=cpvts-1.2 )
- dvd? ( >=dvdbackup-0.1.1 )
- dvd? ( >=cpdvd-1.10 )
-"
+ dvd? ( >=cpvts-1.2
+ >=dvdbackup-0.1.1
+ >=cpdvd-1.10 )"
+
src_install() {
- dobin $S || die
+ newbin ${P} ${PN} || die
}