summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2020-07-28 14:45:29 -0400
committerAaron Bauman <bman@gentoo.org>2020-07-28 14:45:29 -0400
commit3831172264494f42d621e760593f4d066900d922 (patch)
tree3a31692fd34affb4b8b80d14ac9029f7162213eb /app-cdr/burn-cd/burn-cd-1.8.0-r1.ebuild
parentupdates/2Q2018: drop slotmove for netmail/getmail (diff)
downloadgentoo-3831172264494f42d621e760593f4d066900d922.tar.gz
gentoo-3831172264494f42d621e760593f4d066900d922.tar.bz2
gentoo-3831172264494f42d621e760593f4d066900d922.zip
*/*: Drop more Py2 last-rited pkgs
Bug: https://bugs.gentoo.org/715966 Closes: https://bugs.gentoo.org/714628 Closes: https://bugs.gentoo.org/606680 Closes: https://bugs.gentoo.org/686238 Closes: https://bugs.gentoo.org/710214 Closes: https://bugs.gentoo.org/710028 Closes: https://bugs.gentoo.org/710032 Closes: https://bugs.gentoo.org/656934 Closes: https://bugs.gentoo.org/592718 Closes: https://bugs.gentoo.org/446122 Closes: https://bugs.gentoo.org/547210 Closes: https://bugs.gentoo.org/359785 Closes: https://bugs.gentoo.org/571396 Closes: https://bugs.gentoo.org/600754 Closes: https://bugs.gentoo.org/677830 Closes: https://bugs.gentoo.org/710716 Closes: https://bugs.gentoo.org/651940 Closes: https://bugs.gentoo.org/695132 Closes: https://bugs.gentoo.org/708978 Closes: https://bugs.gentoo.org/710058 Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'app-cdr/burn-cd/burn-cd-1.8.0-r1.ebuild')
-rw-r--r--app-cdr/burn-cd/burn-cd-1.8.0-r1.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/app-cdr/burn-cd/burn-cd-1.8.0-r1.ebuild b/app-cdr/burn-cd/burn-cd-1.8.0-r1.ebuild
deleted file mode 100644
index 2a72ea5bedb0..000000000000
--- a/app-cdr/burn-cd/burn-cd-1.8.0-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-single-r1
-
-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="${PYTHON_DEPS}
- virtual/cdrtools
- app-cdr/dvd+rw-tools"
-DEPEND=""
-
-REQUIRED_USE=${PYTHON_REQUIRED_USE}
-
-S=${WORKDIR}
-
-src_install() {
- python_fix_shebang ${P}
- newbin ${P} ${PN}
-}