summaryrefslogtreecommitdiff
path: root/app-cdr/bashburn/bashburn-3.1.0.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-cdr/bashburn/bashburn-3.1.0.ebuild
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-cdr/bashburn/bashburn-3.1.0.ebuild')
-rw-r--r--app-cdr/bashburn/bashburn-3.1.0.ebuild47
1 files changed, 0 insertions, 47 deletions
diff --git a/app-cdr/bashburn/bashburn-3.1.0.ebuild b/app-cdr/bashburn/bashburn-3.1.0.ebuild
deleted file mode 100644
index ad701420c84e..000000000000
--- a/app-cdr/bashburn/bashburn-3.1.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-MY_P=BashBurn-${PV}
-
-DESCRIPTION="A shell script for burning optical media"
-HOMEPAGE="http://bashburn.dose.se/"
-SRC_URI="http://bashburn.dose.se/index.php?s=file_download&id=25 -> ${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 sparc x86"
-IUSE=""
-
-DEPEND="app-shells/bash"
-RDEPEND="${DEPEND}
- app-cdr/cdrdao
- app-cdr/dvd+rw-tools
- media-libs/flac
- || ( dev-libs/libcdio-paranoia media-sound/cdparanoia )
- media-sound/lame
- || ( media-sound/mpg123 media-sound/mpg321 )
- media-sound/normalize
- media-sound/vorbis-tools
- virtual/cdrtools
- virtual/eject"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
- # Fix for "warning: jobserver unavailable: using -j1."
- sed -i -e 's:make -C:$(MAKE) -C:' Makefile || die
-}
-
-src_install() {
- ./Install.sh --prefix="${D}"/usr || die
-
- # Remove /var/tmp/portage from installed script
- sed -i \
- -e "/BBROOTDIR=/s:'.*':'/usr/lib/Bashburn/lib':" \
- "${ED}"/usr/lib/Bashburn/lib/BashBurn.sh || die
-
- rm -rf "${ED}"/usr/lib/Bashburn/lib/docs
- dodoc docs/{ChangeLog,CREDITS,FAQ,HOWTO,README,TODO,TRANSLATION_RULE}
-}