summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-03-19 10:01:29 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-03-19 10:01:29 +0000
commit456ed4810e57abe1605379f6a2036d72d22e5ffb (patch)
tree2b0ffb7d9240f5c21285b1c632c498b26362db91 /media-video
parenttidy number of ebuilds (diff)
downloadhistorical-456ed4810e57abe1605379f6a2036d72d22e5ffb.tar.gz
historical-456ed4810e57abe1605379f6a2036d72d22e5ffb.tar.bz2
historical-456ed4810e57abe1605379f6a2036d72d22e5ffb.zip
fix depend (bug #45110); tidy
Diffstat (limited to 'media-video')
-rw-r--r--media-video/lsdvd/ChangeLog6
-rw-r--r--media-video/lsdvd/Manifest6
-rw-r--r--media-video/lsdvd/lsdvd-0.10.ebuild20
-rw-r--r--media-video/lsdvd/lsdvd-0.7.ebuild22
4 files changed, 17 insertions, 37 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/Manifest b/media-video/lsdvd/Manifest
index aadd3abe62bc..4a9a41785ceb 100644
--- a/media-video/lsdvd/Manifest
+++ b/media-video/lsdvd/Manifest
@@ -1,5 +1,5 @@
-MD5 72378bc5bf3d39ce55e92eb8e99e3a18 ChangeLog 1093
-MD5 d3ee776302691c5c57f629964805846f lsdvd-0.7.ebuild 909
-MD5 a27dd16b1091ba1fd97259dca60984a3 lsdvd-0.10.ebuild 926
+MD5 40f11529c94410864aace3a50928c498 ChangeLog 1220
+MD5 ad5c2732ea58c2735835cd3c59a1f02b lsdvd-0.7.ebuild 578
+MD5 bb1c2b4811b2edf8875920fc0b304993 lsdvd-0.10.ebuild 587
MD5 a3cac3fa3a76af541f8c0c35f317fa38 files/digest-lsdvd-0.7 60
MD5 7c79ba5df2a82f2097890ac88e751d7d files/digest-lsdvd-0.10 61
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
}