diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-04-08 23:31:53 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-04-08 23:32:14 +0200 |
commit | f19877c77233a3dba3feef169847d4ca953bafcc (patch) | |
tree | 6b869adf49a5ea3430b7767fb3c51bd535b9eace /app-cdr/dvd+rw-tools | |
parent | net-p2p/bitcoin-qt: fix application name (diff) | |
download | gentoo-f19877c77233a3dba3feef169847d4ca953bafcc.tar.gz gentoo-f19877c77233a3dba3feef169847d4ca953bafcc.tar.bz2 gentoo-f19877c77233a3dba3feef169847d4ca953bafcc.zip |
app-cdr/dvd+rw-tools: Remove old
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'app-cdr/dvd+rw-tools')
-rw-r--r-- | app-cdr/dvd+rw-tools/dvd+rw-tools-7.1-r2.ebuild | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/app-cdr/dvd+rw-tools/dvd+rw-tools-7.1-r2.ebuild b/app-cdr/dvd+rw-tools/dvd+rw-tools-7.1-r2.ebuild deleted file mode 100644 index 266177372263..000000000000 --- a/app-cdr/dvd+rw-tools/dvd+rw-tools-7.1-r2.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# 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 ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux" -IUSE="" - -RDEPEND="virtual/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 -) - -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 -} |