Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/dvdbackup/
Date: Sun, 06 Jan 2019 07:26:43
Message-Id: 1546759486.59a78c8e1492aa6b99c291d9bb297d11a02e9c49.radhermit@gentoo
1 commit: 59a78c8e1492aa6b99c291d9bb297d11a02e9c49
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 6 05:32:07 2019 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 6 07:24:46 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59a78c8e
7
8 media-video/dvdbackup: remove old
9
10 Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>
11
12 media-video/dvdbackup/Manifest | 1 -
13 media-video/dvdbackup/dvdbackup-0.4.1.ebuild | 27 ---------------------------
14 2 files changed, 28 deletions(-)
15
16 diff --git a/media-video/dvdbackup/Manifest b/media-video/dvdbackup/Manifest
17 index 2696f13f302..9ca5d723290 100644
18 --- a/media-video/dvdbackup/Manifest
19 +++ b/media-video/dvdbackup/Manifest
20 @@ -1,2 +1 @@
21 -DIST dvdbackup-0.4.1.tar.bz2 188496 BLAKE2B 4a77b7e2a31616996aa5a5a78c19fb746f84dddf223a61d43aeb3d7db8ede481991d269afd9b73e1cb34077c8d8f83fe55b84c750e05541c35ad0fff2dfd52f1 SHA512 4f6fcb06f3bc9c0066e9cb51582707accc9629c8239f15d84a05a877927292449dda515796bd91069b1280ceb99dab50213cf6f3fbc79e6f56242923d9e2ae86
22 DIST dvdbackup-0.4.2.tar.xz 178660 BLAKE2B 1403bd66861713803a2da00712318a6cb399d5c7640cadd27f55fb1cee4e0013364f17a2dc3c78dab819d4fdb8405d36e781d0f2abd1bfb49873b0992d5f2dcc SHA512 df9abb2ca0b8a7cd7855ddff94dae249b06b2ec0ee42f3e9c53aa46aebd9885bdf26dacecbd4a20ff5f642ea10c0c64b811d25c23802c8a2b1489281900fbe0d
23
24 diff --git a/media-video/dvdbackup/dvdbackup-0.4.1.ebuild b/media-video/dvdbackup/dvdbackup-0.4.1.ebuild
25 deleted file mode 100644
26 index 4dc011b5d3a..00000000000
27 --- a/media-video/dvdbackup/dvdbackup-0.4.1.ebuild
28 +++ /dev/null
29 @@ -1,27 +0,0 @@
30 -# Copyright 1999-2012 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=4
34 -
35 -DESCRIPTION="Backup content from DVD to hard disk"
36 -HOMEPAGE="http://dvdbackup.sourceforge.net/"
37 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
38 -
39 -LICENSE="GPL-3"
40 -SLOT="0"
41 -KEYWORDS="amd64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
42 -IUSE="nls"
43 -
44 -RDEPEND=">=media-libs/libdvdread-4.2.0_pre
45 - nls? ( virtual/libintl )"
46 -DEPEND="${RDEPEND}
47 - nls? ( sys-devel/gettext )"
48 -
49 -DOCS=( AUTHORS ChangeLog NEWS README )
50 -
51 -src_configure() {
52 - econf \
53 - $(use_enable nls) \
54 - --disable-rpath \
55 - --docdir=/usr/share/doc/${PF}
56 -}