summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-03-19 10:04:31 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-03-19 10:04:31 +0000
commitb2c9144e5fcfb18d6cb95ad2014d05074d509b25 (patch)
treea9d3343b5bc270b1f943ba26e630078e5f1b2764 /media-video/lsdvd
parentMostly eutils fixes (diff)
downloadgentoo-2-b2c9144e5fcfb18d6cb95ad2014d05074d509b25.tar.gz
gentoo-2-b2c9144e5fcfb18d6cb95ad2014d05074d509b25.tar.bz2
gentoo-2-b2c9144e5fcfb18d6cb95ad2014d05074d509b25.zip
fix depend (bug #45110); tidy
Diffstat (limited to 'media-video/lsdvd')
-rw-r--r--media-video/lsdvd/ChangeLog6
-rw-r--r--media-video/lsdvd/lsdvd-0.10.ebuild20
-rw-r--r--media-video/lsdvd/lsdvd-0.7.ebuild22
3 files changed, 14 insertions, 34 deletions
diff --git a/media-video/lsdvd/ChangeLog b/media-video/lsdvd/ChangeLog
index d5db1e8c8557..a16ab803d8ae 100644
--- a/media-video/lsdvd/ChangeLog
+++ b/media-video/lsdvd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-video/lsdvd
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/lsdvd/ChangeLog,v 1.6 2004/03/19 09:59:21 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/lsdvd/ChangeLog,v 1.7 2004/03/19 10:01:29 mr_bones_ Exp $
+
+ 19 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> lsdvd-0.10.ebuild,
+ lsdvd-0.7.ebuild:
+ fix depend (bug #45110); tidy
19 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> lsdvd-0.6.ebuild,
lsdvd-0.9.ebuild:
diff --git a/media-video/lsdvd/lsdvd-0.10.ebuild b/media-video/lsdvd/lsdvd-0.10.ebuild
index 454ee220ac2f..761cf5300dd4 100644
--- a/media-video/lsdvd/lsdvd-0.10.ebuild
+++ b/media-video/lsdvd/lsdvd-0.10.ebuild
@@ -1,31 +1,19 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/lsdvd/lsdvd-0.10.ebuild,v 1.2 2004/03/02 15:26:58 augustus Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/lsdvd/lsdvd-0.10.ebuild,v 1.3 2004/03/19 10:01:29 mr_bones_ Exp $
DESCRIPTION="Utility for getting info out of DVDs"
HOMEPAGE="http://acidrip.thirtythreeandathird.net"
SRC_URI="mirror://sourceforge/acidrip/${P}.tar.gz"
-RESTRICT="nomirror"
+
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~ppc ~x86 ~amd64"
IUSE=""
-# Build-time dependencies, such as
-# ssl? ( >=openssl-0.9.6b )
-# >=perl-5.6.1-r1
-# It is advisable to use the >= syntax show above, to reflect what you
-# had installed on your system when you tested the package. Then
-# other users hopefully won't be caught without the right version of
-# a dependency.
-DEPEND="=libdvdread-0.9*"
-
-src_compile() {
- econf || die
- emake || die
-}
+DEPEND="=media-libs/libdvdread-0.9*"
src_install() {
- make DESTDIR=${D} install || die
+ make DESTDIR="${D}" install || die "make install failed"
dodoc AUTHORS NEWS README
}
diff --git a/media-video/lsdvd/lsdvd-0.7.ebuild b/media-video/lsdvd/lsdvd-0.7.ebuild
index 124d2eb68a23..9cf13fc305af 100644
--- a/media-video/lsdvd/lsdvd-0.7.ebuild
+++ b/media-video/lsdvd/lsdvd-0.7.ebuild
@@ -1,31 +1,19 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/lsdvd/lsdvd-0.7.ebuild,v 1.3 2003/11/18 17:31:09 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/lsdvd/lsdvd-0.7.ebuild,v 1.4 2004/03/19 10:01:29 mr_bones_ Exp $
DESCRIPTION="Utility for getting info out of DVDs"
HOMEPAGE="http://acidrip.thirtythreeandathird.net"
SRC_URI="mirror://sourceforge/acidrip/${P}.tar.gz"
-RESTRICT="nomirror"
+
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~ppc x86"
IUSE=""
-# Build-time dependencies, such as
-# ssl? ( >=openssl-0.9.6b )
-# >=perl-5.6.1-r1
-# It is advisable to use the >= syntax show above, to reflect what you
-# had installed on your system when you tested the package. Then
-# other users hopefully won't be caught without the right version of
-# a dependency.
-DEPEND="=libdvdread-0.9*"
-
-src_compile() {
- econf
- emake || die
-}
+DEPEND="=media-libs/libdvdread-0.9*"
src_install() {
- make DESTDIR=${D} install || die
+ make DESTDIR="${D}" install || die "make install failed"
dodoc AUTHORS NEWS README
}