summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Imhof <tantive@gentoo.org>2004-08-30 23:15:59 +0000
committerMichael Imhof <tantive@gentoo.org>2004-08-30 23:15:59 +0000
commit11087021cce546306f66b334c865d7773a775cf6 (patch)
tree61f492f8bb95e089a0a7f30d9679a49673630f1a /media-video/lxdvdrip
parentre-added gnome herd to metadata.xml (diff)
downloadhistorical-11087021cce546306f66b334c865d7773a775cf6.tar.gz
historical-11087021cce546306f66b334c865d7773a775cf6.tar.bz2
historical-11087021cce546306f66b334c865d7773a775cf6.zip
Version bumped. Closes #62228.
Diffstat (limited to 'media-video/lxdvdrip')
-rw-r--r--media-video/lxdvdrip/ChangeLog7
-rw-r--r--media-video/lxdvdrip/Manifest14
-rw-r--r--media-video/lxdvdrip/files/digest-lxdvdrip-1.20_pre11
-rw-r--r--media-video/lxdvdrip/lxdvdrip-1.20_pre1.ebuild35
4 files changed, 55 insertions, 2 deletions
diff --git a/media-video/lxdvdrip/ChangeLog b/media-video/lxdvdrip/ChangeLog
index a0c0bef913bd..4980b069edbc 100644
--- a/media-video/lxdvdrip/ChangeLog
+++ b/media-video/lxdvdrip/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-video/lxdvdrip
# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/lxdvdrip/ChangeLog,v 1.2 2004/07/23 15:34:07 tantive Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/lxdvdrip/ChangeLog,v 1.3 2004/08/30 23:15:59 tantive Exp $
+
+*lxdvdrip-1.20_pre1 (31 Aug 2004)
+
+ 31 Aug 2004; Michael Imhof <tantive@gentoo.org> +lxdvdrip-1.20_pre1.ebuild:
+ Version bumped. Closes #62228.
*lxdvdrip-1.10_pre5 (23 Jul 2004)
diff --git a/media-video/lxdvdrip/Manifest b/media-video/lxdvdrip/Manifest
index 1330d17bf961..9f227e35513d 100644
--- a/media-video/lxdvdrip/Manifest
+++ b/media-video/lxdvdrip/Manifest
@@ -1,6 +1,18 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
MD5 221b05dfe72b22608cf78d7918babef7 lxdvdrip-1.10_pre5.ebuild 810
MD5 7300a7b361fa9f48e37722c6952bd432 metadata.xml 158
-MD5 feaadbb77b1fcaed16aebb7cfe5ca4ca ChangeLog 510
+MD5 6c17e86f90d0108f2ccaeafddfee986d ChangeLog 657
MD5 3fc0cad1de9b0234fc797cefe3dd486f lxdvdrip-1.10_pre2.ebuild 810
+MD5 c613ccf481cd5e215a7f85e82958e62c lxdvdrip-1.20_pre1.ebuild 810
MD5 877c7bda100ae6f083ce5137aae3e5b1 files/digest-lxdvdrip-1.10_pre2 67
+MD5 57482d8cce4aacca938b4e43c345e578 files/digest-lxdvdrip-1.20_pre1 67
MD5 cd76c64399dac2e89416dd89ccf32dda files/digest-lxdvdrip-1.10_pre5 67
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.2.4 (GNU/Linux)
+
+iD8DBQFBM7WYKtJO8LeSoosRAjZiAJ4uJdykbQHwjyIh3LSN+U0WXuoR7wCfcTPl
+GTWltDO+bDJlXTDV7D/1RBU=
+=Z42a
+-----END PGP SIGNATURE-----
diff --git a/media-video/lxdvdrip/files/digest-lxdvdrip-1.20_pre1 b/media-video/lxdvdrip/files/digest-lxdvdrip-1.20_pre1
new file mode 100644
index 000000000000..37b848cef465
--- /dev/null
+++ b/media-video/lxdvdrip/files/digest-lxdvdrip-1.20_pre1
@@ -0,0 +1 @@
+MD5 3c2ddc10debb06298d5a013c4b5c4e28 lxdvdrip-1.20-pre1.tgz 121530
diff --git a/media-video/lxdvdrip/lxdvdrip-1.20_pre1.ebuild b/media-video/lxdvdrip/lxdvdrip-1.20_pre1.ebuild
new file mode 100644
index 000000000000..8b2fddb047c0
--- /dev/null
+++ b/media-video/lxdvdrip/lxdvdrip-1.20_pre1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/lxdvdrip/lxdvdrip-1.20_pre1.ebuild,v 1.1 2004/08/30 23:15:59 tantive Exp $
+
+inherit eutils
+
+MY_P="${PN}-${PV/_/-}"
+
+DESCRIPTION="command line tool to automate the process of ripping and burning DVD"
+SRC_URI="http://download.berlios.de/lxdvdrip/${MY_P}.tgz"
+HOMEPAGE="http://developer.berlios.de/projects/lxdvdrip/"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+DEPEND=">=dvdauthor-0.6.9"
+
+S="${WORKDIR}/${PN}"
+
+src_unpack() {
+ unpack ${A}
+ cd ${S} || die
+ sed -ie "s/gcc -g/\$(CC) \$(CFLAGS)/g" Makefile
+}
+
+src_compile() {
+ emake || die
+}
+
+src_install () {
+ dobin lxdvdrip
+ dodoc doc-pak/*
+ insinto /etc
+ newins doc-pak/lxdvdrip.conf.EN lxdvdrip.conf
+}