diff options
author | Aaron Bauman <bman@gentoo.org> | 2018-06-02 14:54:09 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-06-02 18:36:56 -0400 |
commit | 8004798503c6a3331bf863397d09cb1af9d3c407 (patch) | |
tree | 3221f0746fe965b85b6d895e43bb5ed1ade2327b /app-cdr | |
parent | dev-tcltk/expect-lite: drop old EAPI=0 (diff) | |
download | gentoo-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')
-rw-r--r-- | app-cdr/burn-cd/Manifest | 1 | ||||
-rw-r--r-- | app-cdr/burn-cd/burn-cd-1.7.4.ebuild | 22 |
2 files changed, 0 insertions, 23 deletions
diff --git a/app-cdr/burn-cd/Manifest b/app-cdr/burn-cd/Manifest index 3631dd8c01c7..e70f068030a6 100644 --- a/app-cdr/burn-cd/Manifest +++ b/app-cdr/burn-cd/Manifest @@ -1,3 +1,2 @@ -DIST burn-cd-1.7.4.gz 14618 BLAKE2B 0cea9207472a61e6e631890073f8fa9dda64fb6d7630b7bb2d91aec754607a637e0568ac4b210b4ba2e14d0a66b666ebff5da571619cd985a060c6f30f3c9bfd SHA512 21009659342b284654cec17ac597a5d8f7421a3c0112937db1b70563a42f00a781a7156eeb3877d9c23d6338cffa525cf2f25e4191d9444cca72c4821c9690d6 DIST burn-cd-1.8.0.gz 14977 BLAKE2B 3cc72d908f86affd8c6fef1144ece00ea00ef4cf63858c5a3a01ff83640bd9b513feddf590c774538de6621611bfc842077ef60f28bde6db906aefd0eaa46ccb SHA512 d052d6bd909af3f3c96cee727e222e179d913aa42c2d2afe8104c57b5263b06f318d6ec870ad2862779d757c4d522b7d82892eb0725255261a28243c919b82cf DIST burn-cd-1.8.1.tar.gz 153586 BLAKE2B 7762bfe7bb497752c0f78ddc2dba2a00423db2e3ef3dcd02ecb36a60eb6a4ecab69d04bc85971531443b8820cb8320e22349817540d95c694b9861261e6e821f SHA512 2da40c703351e97d164eeef7c5662cad66292b71a97f47ae4ddcbcf11a09fb298c6c9e8160da53b0908434e64048c2397beaa988b1cbc1513660f73d8f2fe1fe 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." -} |