commit:     b0cef6b8ab5475145b5bf339d698a0a1769c3196
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 26 19:27:05 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Jul 26 19:27:05 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0cef6b8

app-cdr/dvd+rw-tools: drop 7.1-r3

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 app-cdr/dvd+rw-tools/dvd+rw-tools-7.1-r3.ebuild | 54 -------------------------
 1 file changed, 54 deletions(-)

diff --git a/app-cdr/dvd+rw-tools/dvd+rw-tools-7.1-r3.ebuild 
b/app-cdr/dvd+rw-tools/dvd+rw-tools-7.1-r3.ebuild
deleted file mode 100644
index f2e040ecf9d2..000000000000
--- a/app-cdr/dvd+rw-tools/dvd+rw-tools-7.1-r3.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit toolchain-funcs
-
-DESCRIPTION="A set of tools for DVD+RW/-RW drives"
-HOMEPAGE="http://fy.chalmers.se/~appro/linux/DVD+RW/";
-SRC_URI="http://fy.chalmers.se/~appro/linux/DVD+RW/tools/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux"
-IUSE=""
-
-RDEPEND="app-cdr/cdrtools"
-DEPEND="${RDEPEND}
-       sys-devel/m4"
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-7.0-sysmacros.patch
-       "${FILESDIR}"/${PN}-7.0-wctomb-r1.patch
-       "${FILESDIR}"/${PN}-7.0-glibc2.6.90.patch
-       "${FILESDIR}"/${PN}-7.0-dvddl-r1.patch
-       "${FILESDIR}"/${PN}-7.0-wexit.patch
-       "${FILESDIR}"/${PN}-7.0-reload.patch
-       "${FILESDIR}"/${PN}-7.1-noevent.patch
-       "${FILESDIR}"/${PN}-7.1-lastshort.patch
-       "${FILESDIR}"/${PN}-7.1-bluray_srm+pow.patch
-       "${FILESDIR}"/${PN}-7.1-bluray_pow_freespace.patch
-)
-
-src_prepare() {
-       # Linux compiler flags only include -O2 and are incremental.
-       sed -i '/FLAGS/s:-O2::' Makefile.m4 || die "failed to sed out FLAGS"
-       default
-}
-
-src_compile() {
-       emake SHELL="${EPREFIX}"/bin/bash CC="$(tc-getCC)" CXX="$(tc-getCXX)"
-}
-
-src_install() {
-       emake SHELL="${EPREFIX}"/bin/bash prefix="${ED}/usr" install
-       dodoc index.html
-}
-
-pkg_postinst() {
-       if [[ -z "${REPLACING_VERSIONS}" ]] ; then
-               elog 'If you receive an error, "unable to anonymously mmap...'
-               elog 'Resource temporarily unavailable" when running growisofs,'
-               elog 'then you may need to run "ulimit -l unlimited".'
-       fi
-}

Reply via email to