From f63396228c129fdbac0b2b6bf90ca0dbe64bfb08 Mon Sep 17 00:00:00 2001 From: Aaron Bauman Date: Mon, 27 Jul 2020 22:33:32 -0400 Subject: */*: Drop last-rited Py2 only pkgs Bug: https://bugs.gentoo.org/616064 Closes: https://bugs.gentoo.org/721904 Closes: https://bugs.gentoo.org/609686 Closes: https://bugs.gentoo.org/695016 Closes: https://bugs.gentoo.org/722616 Closes: https://bugs.gentoo.org/684098 Closes: https://bugs.gentoo.org/672164 Closes: https://bugs.gentoo.org/699136 Closes: https://bugs.gentoo.org/690776 Closes: https://bugs.gentoo.org/695912 Closes: https://bugs.gentoo.org/697004 Closes: https://bugs.gentoo.org/711026 Signed-off-by: Aaron Bauman --- media-sound/lilycomp/Manifest | 1 - media-sound/lilycomp/lilycomp-1.0.2-r2.ebuild | 37 --------------------------- media-sound/lilycomp/metadata.xml | 8 ------ 3 files changed, 46 deletions(-) delete mode 100644 media-sound/lilycomp/Manifest delete mode 100644 media-sound/lilycomp/lilycomp-1.0.2-r2.ebuild delete mode 100644 media-sound/lilycomp/metadata.xml (limited to 'media-sound/lilycomp') diff --git a/media-sound/lilycomp/Manifest b/media-sound/lilycomp/Manifest deleted file mode 100644 index 0afa4aa51d3a..000000000000 --- a/media-sound/lilycomp/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST lilycomp.1.0.2.tar.gz 16997 BLAKE2B 29028640edaa88017c83276a4ad67427cbcce308aee0565d8920c98a35a59e46525e426134f414125297a68404733d6a57e3a2723295fcec52a2e229181860bc SHA512 e73104d446ce154497fe6a4790f1e6ce333f945b3196da589ca87765494461351a09b604e43f9a7d5e08cebdfac22aa53886aeec8284675db08a7d377350b937 diff --git a/media-sound/lilycomp/lilycomp-1.0.2-r2.ebuild b/media-sound/lilycomp/lilycomp-1.0.2-r2.ebuild deleted file mode 100644 index b1edca49c7f9..000000000000 --- a/media-sound/lilycomp/lilycomp-1.0.2-r2.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 ) -PYTHON_REQ_USE="tk" - -inherit python-single-r1 - -MY_P="${P/-/.}" - -DESCRIPTION="graphical note entry program for use with LilyPond" -HOMEPAGE="http://lilycomp.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -DEPEND="${PYTHON_DEPS}" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${MY_P}" -HTML_DOCS=( "${S}/lilycomp.html" ) - -src_prepare() { - default - python_fix_shebang lilycomp.py -} - -src_install() { - default - newbin lilycomp.py lilycomp -} diff --git a/media-sound/lilycomp/metadata.xml b/media-sound/lilycomp/metadata.xml deleted file mode 100644 index 2e7b268bc6c2..000000000000 --- a/media-sound/lilycomp/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - lilycomp - - -- cgit v1.2.3-65-gdbad