From 9be118cc996736415cdc69d69a04d6f8108e5196 Mon Sep 17 00:00:00 2001 From: Ryan Fox Date: Sat, 29 Jul 2023 07:14:23 -0700 Subject: [PATCH] media-libs/verovio: treeclean I'll miss this package, but the build is broken, and I'm not using it right now. --- media-libs/verovio/Manifest | 1 - media-libs/verovio/metadata.xml | 18 --------- media-libs/verovio/verovio-3.15.0.ebuild | 47 ------------------------ media-libs/verovio/verovio-9999.ebuild | 47 ------------------------ 4 files changed, 113 deletions(-) delete mode 100644 media-libs/verovio/Manifest delete mode 100644 media-libs/verovio/metadata.xml delete mode 100644 media-libs/verovio/verovio-3.15.0.ebuild delete mode 100644 media-libs/verovio/verovio-9999.ebuild diff --git a/media-libs/verovio/Manifest b/media-libs/verovio/Manifest deleted file mode 100644 index 4cafd35..0000000 --- a/media-libs/verovio/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST verovio-3.15.0.tar.gz 5246461 BLAKE2B 867c35ae730314e304dcaaa0b16eb46ac04ce565ee8c18af7f069950e4a76cea8bbb4d40ee8db1fb339a191906ef4af58edc6181c5f5e253d0c22b220d7b0bf7 SHA512 e53bd7e5b3ccc8d4057b90720b4568830e52271207d620671b7bb751832e8bee8eec119f1af63d6169b20feb6ca2d8f06aada0aeb9f887707bb08e7f59f0e808 diff --git a/media-libs/verovio/metadata.xml b/media-libs/verovio/metadata.xml deleted file mode 100644 index 09f5847..0000000 --- a/media-libs/verovio/metadata.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - flewkey@2a03.party - Ryan Fox - - - Enable DARMS support - Enable Plaine and Easie support - Enable ABC support - Enable MusicXML support - Enable Humdrum support - - - rism-digital/verovio - - diff --git a/media-libs/verovio/verovio-3.15.0.ebuild b/media-libs/verovio/verovio-3.15.0.ebuild deleted file mode 100644 index 3e249df..0000000 --- a/media-libs/verovio/verovio-3.15.0.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -if [[ ${PV} != *9999* ]]; then - SRC_URI="https://github.com/rism-digital/verovio/archive/refs/tags/version-${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" - S="${WORKDIR}/verovio-version-${PV}" -else - inherit git-r3 - EGIT_REPO_URI="https://github.com/rism-digital/verovio.git" -fi - -DESCRIPTION="Music engraving library" -HOMEPAGE="https://www.verovio.org/" -LICENSE="LGPL-3" -SLOT="0" -IUSE="darms pae abc musicxml humdrum" - -DEPEND="" -RDEPEND="${DEPEND}" -BDEPEND="" - -CMAKE_USE_DIR="${S}/cmake" - -src_prepare() { - test ${PV} != 9999 && sed -i 's/$(git describe --abbrev=7 --always --dirty)/'${PV}'/' "${S}/tools/get_git_commit.sh" - sed -i "s;/usr/local/bin;$(get_libdir);" "${S}/cmake/CMakeLists.txt" - cmake_src_prepare -} - -src_configure() { - # TODO: Submit upstream PR to allow building of multiple versions at once - local mycmakeargs=( - "-DBUILD_AS_LIBRARY=ON" - "-DNO_DARMS_SUPPORT=$(usex darms OFF ON)" - "-DNO_PAE_SUPPORT=$(usex pae OFF ON)" - "-DNO_ABC_SUPPORT=$(usex abc OFF ON)" - "-DNO_MUSICXML_SUPPORT=$(usex musicxml OFF ON)" - "-DNO_MXL_SUPPORT=$(usex musicxml OFF ON)" - "-DNO_HUMDRUM_SUPPORT=$(usex humdrum OFF ON)" - ) - cmake_src_configure -} diff --git a/media-libs/verovio/verovio-9999.ebuild b/media-libs/verovio/verovio-9999.ebuild deleted file mode 100644 index 3e249df..0000000 --- a/media-libs/verovio/verovio-9999.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -if [[ ${PV} != *9999* ]]; then - SRC_URI="https://github.com/rism-digital/verovio/archive/refs/tags/version-${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" - S="${WORKDIR}/verovio-version-${PV}" -else - inherit git-r3 - EGIT_REPO_URI="https://github.com/rism-digital/verovio.git" -fi - -DESCRIPTION="Music engraving library" -HOMEPAGE="https://www.verovio.org/" -LICENSE="LGPL-3" -SLOT="0" -IUSE="darms pae abc musicxml humdrum" - -DEPEND="" -RDEPEND="${DEPEND}" -BDEPEND="" - -CMAKE_USE_DIR="${S}/cmake" - -src_prepare() { - test ${PV} != 9999 && sed -i 's/$(git describe --abbrev=7 --always --dirty)/'${PV}'/' "${S}/tools/get_git_commit.sh" - sed -i "s;/usr/local/bin;$(get_libdir);" "${S}/cmake/CMakeLists.txt" - cmake_src_prepare -} - -src_configure() { - # TODO: Submit upstream PR to allow building of multiple versions at once - local mycmakeargs=( - "-DBUILD_AS_LIBRARY=ON" - "-DNO_DARMS_SUPPORT=$(usex darms OFF ON)" - "-DNO_PAE_SUPPORT=$(usex pae OFF ON)" - "-DNO_ABC_SUPPORT=$(usex abc OFF ON)" - "-DNO_MUSICXML_SUPPORT=$(usex musicxml OFF ON)" - "-DNO_MXL_SUPPORT=$(usex musicxml OFF ON)" - "-DNO_HUMDRUM_SUPPORT=$(usex humdrum OFF ON)" - ) - cmake_src_configure -}