diff options
author | Tim Harder <radhermit@gentoo.org> | 2019-01-05 23:32:07 -0600 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2019-01-06 01:24:46 -0600 |
commit | 59a78c8e1492aa6b99c291d9bb297d11a02e9c49 (patch) | |
tree | 0e9b758eb53c0a9da4a0d2abc3b8d35e5eb1179c /media-video/dvdbackup | |
parent | media-video/dvdbackup: bump to EAPI 7 (diff) | |
download | gentoo-59a78c8e1492aa6b99c291d9bb297d11a02e9c49.tar.gz gentoo-59a78c8e1492aa6b99c291d9bb297d11a02e9c49.tar.bz2 gentoo-59a78c8e1492aa6b99c291d9bb297d11a02e9c49.zip |
media-video/dvdbackup: remove old
Signed-off-by: Tim Harder <radhermit@gentoo.org>
Diffstat (limited to 'media-video/dvdbackup')
-rw-r--r-- | media-video/dvdbackup/Manifest | 1 | ||||
-rw-r--r-- | media-video/dvdbackup/dvdbackup-0.4.1.ebuild | 27 |
2 files changed, 0 insertions, 28 deletions
diff --git a/media-video/dvdbackup/Manifest b/media-video/dvdbackup/Manifest index 2696f13f3022..9ca5d7232903 100644 --- a/media-video/dvdbackup/Manifest +++ b/media-video/dvdbackup/Manifest @@ -1,2 +1 @@ -DIST dvdbackup-0.4.1.tar.bz2 188496 BLAKE2B 4a77b7e2a31616996aa5a5a78c19fb746f84dddf223a61d43aeb3d7db8ede481991d269afd9b73e1cb34077c8d8f83fe55b84c750e05541c35ad0fff2dfd52f1 SHA512 4f6fcb06f3bc9c0066e9cb51582707accc9629c8239f15d84a05a877927292449dda515796bd91069b1280ceb99dab50213cf6f3fbc79e6f56242923d9e2ae86 DIST dvdbackup-0.4.2.tar.xz 178660 BLAKE2B 1403bd66861713803a2da00712318a6cb399d5c7640cadd27f55fb1cee4e0013364f17a2dc3c78dab819d4fdb8405d36e781d0f2abd1bfb49873b0992d5f2dcc SHA512 df9abb2ca0b8a7cd7855ddff94dae249b06b2ec0ee42f3e9c53aa46aebd9885bdf26dacecbd4a20ff5f642ea10c0c64b811d25c23802c8a2b1489281900fbe0d diff --git a/media-video/dvdbackup/dvdbackup-0.4.1.ebuild b/media-video/dvdbackup/dvdbackup-0.4.1.ebuild deleted file mode 100644 index 4dc011b5d3a1..000000000000 --- a/media-video/dvdbackup/dvdbackup-0.4.1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -DESCRIPTION="Backup content from DVD to hard disk" -HOMEPAGE="http://dvdbackup.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" -IUSE="nls" - -RDEPEND=">=media-libs/libdvdread-4.2.0_pre - nls? ( virtual/libintl )" -DEPEND="${RDEPEND} - nls? ( sys-devel/gettext )" - -DOCS=( AUTHORS ChangeLog NEWS README ) - -src_configure() { - econf \ - $(use_enable nls) \ - --disable-rpath \ - --docdir=/usr/share/doc/${PF} -} |