summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2018-06-02 14:54:09 -0400
committerAaron Bauman <bman@gentoo.org>2018-06-02 18:36:56 -0400
commit8004798503c6a3331bf863397d09cb1af9d3c407 (patch)
tree3221f0746fe965b85b6d895e43bb5ed1ade2327b /app-cdr/burn-cd/burn-cd-1.7.4.ebuild
parentdev-tcltk/expect-lite: drop old EAPI=0 (diff)
downloadgentoo-8004798503c6a3331bf863397d09cb1af9d3c407.tar.gz
gentoo-8004798503c6a3331bf863397d09cb1af9d3c407.tar.bz2
gentoo-8004798503c6a3331bf863397d09cb1af9d3c407.zip
app-cdr/burn-cd: drop old EAPI=0
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-cdr/burn-cd/burn-cd-1.7.4.ebuild')
-rw-r--r--app-cdr/burn-cd/burn-cd-1.7.4.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/app-cdr/burn-cd/burn-cd-1.7.4.ebuild b/app-cdr/burn-cd/burn-cd-1.7.4.ebuild
deleted file mode 100644
index f4a475b8eccc..000000000000
--- a/app-cdr/burn-cd/burn-cd-1.7.4.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-DESCRIPTION="Smart console frontend for virtual/cdrtools and dvd+rw-tools"
-HOMEPAGE="http://burn-cd.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN}/${P}.gz"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="dev-lang/python
- virtual/cdrtools
- app-cdr/dvd+rw-tools"
-DEPEND=""
-
-src_install() {
- newbin ${P} ${PN} || die "newbin failed."
-}