media-sound/lilypond: remove old.
authorKarl Linden <karl.j.linden@gmail.com>
Sun, 26 Nov 2017 18:45:48 +0000 (19:45 +0100)
committerPatrice Clement <monsieurp@gentoo.org>
Thu, 30 Nov 2017 14:45:58 +0000 (15:45 +0100)
Package-Manager: Portage-2.3.16, Repoman-2.3.6

media-sound/lilypond/Manifest
media-sound/lilypond/lilypond-2.19.61.ebuild [deleted file]
media-sound/lilypond/lilypond-2.19.63.ebuild [deleted file]

index fabbf167fac729a08e5ddafa3d062d3e7a1b04fc..9eadf5b38fde243714561197d9e169a524c1dbb1 100644 (file)
@@ -1,6 +1,4 @@
 DIST lilypond-2.18.2.tar.gz 16027977 SHA256 329d733765b0ba7be1878ae3f457dbbb875cc2840d2b75af4afc48c9454fba07 SHA512 0692f6eb41733076ba7f610cd1e65762f4dfd67307e2ab9e222b140d58ae3a1bb1c6b3be3bcff778d57f161868cf6d57e99bf43bf20f2663d042a07493942ec6 WHIRLPOOL 95db264992a1e425fd1ee53d980941eef554c1784a1adfc105750d82d11664f61207c2b1897b6e99448790131c0715f08401f45b663c420553925596c6fd4b1c
 DIST lilypond-2.19.54.tar.gz 17068093 SHA256 0ee709f1e58caf13cf5abea9bb74179ba5c7a4f2dc470ec48d9aefb553e68a58 SHA512 bcf682595017e5ad9125c3c8e89c00faa3ab7f84ac92dce06ac6ea1d93f358d779f83b2391e36219ea8f76fa569c9f3c17120024cca4cf43a0facb2b24127c8b WHIRLPOOL 7ce1cc7e89c5907515f8505a1e1efe1aadf8df48c24d70a2fe39924cf9301b6c676121e6c6ceac75b76a085e5d940c6c3bb6c31e87d314dda72c68f0af1307c8
-DIST lilypond-2.19.61.tar.gz 17154903 BLAKE2B e592d1e25e6bdac0136410ded4edd3bfd1c0cc45433a2455bed2fead5fddc7b99ba2d8eac079e6bd79046bb621d6294e3c8fd296c70efd18c4dfe4c678c50c4f SHA512 870d747f6d29644824e965f4a0ff37555afbf8d8013f01965f64d4b95ca6487d15468aee27fa44036ed2d35b00f8e9bc69c22a670ad97f04ae39a16d57ea83b9
-DIST lilypond-2.19.63.tar.gz 17172960 BLAKE2B 6f81f86cef097ef466db47f5056c4dfac53f31ffdfb99c127ca4e477c8828dacbc8ac0fdb6eb432516337252336c55e24ebc4effcca38a2f2c8bd7de7ce9aba9 SHA512 58f8922e2965bb37a08472f49d88e650d2c530a29e4672b858c0d8d91dbd8a94db78668c37424ab59084cc03c7cd07e931b138374d351ecd580f23986035f106
 DIST lilypond-2.19.64.tar.gz 17174255 BLAKE2B 840b91ff39648e7ad741d1139a2040ee33aa922934a7bf891649ea99cf4aa95b0e82a98421e154cae3fb617ac8b38dc412e072206e3437e770801fe91ab914a3 SHA512 f0728496b0271c55e29871f23df53ea1be7036029c85a5ba4b88cd7c6005ff0ec880ab0992e9d99c36c7e82e83023a809f783e69f10982de3ccdd161f38ecec9
 DIST lilypond-2.19.80.tar.gz 17244725 BLAKE2B f0883d59b1a14634d5d32e6a6f02c0a224643d6d28a3da623d5163396b74ebd15c3307c33c4d96778254fb6486a74c3324d26e3015d51fa163e3765f2c3767aa SHA512 13a7f258bac8ff77ad6d3879f128e86dd5bf45c7780c9738e6976915574d2dfc5404e6f49ca61dcaf8bb15eb266e65fedec4131a50ded7ab305d1856bbd7a3d6
diff --git a/media-sound/lilypond/lilypond-2.19.61.ebuild b/media-sound/lilypond/lilypond-2.19.61.ebuild
deleted file mode 100644 (file)
index 5dd683d..0000000
+++ /dev/null
@@ -1,147 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-
-[[ "${PV}" = "9999" ]] && inherit git-r3
-inherit elisp-common autotools python-single-r1 xdg-utils
-
-if [[ "${PV}" = "9999" ]]; then
-       EGIT_REPO_URI="git://git.sv.gnu.org/lilypond.git"
-else
-       SRC_URI="http://download.linuxaudio.org/lilypond/sources/v${PV:0:4}/${P}.tar.gz"
-       KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~x86"
-fi
-
-DESCRIPTION="GNU Music Typesetter"
-HOMEPAGE="http://lilypond.org/"
-
-LICENSE="GPL-3 FDL-1.3"
-SLOT="0"
-LANGS=" ca cs da de el eo es fi fr it ja nl ru sv tr uk vi zh_TW"
-IUSE="debug emacs guile2 profile vim-syntax ${LANGS// / linguas_}"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND=">=app-text/ghostscript-gpl-8.15
-       >=dev-scheme/guile-1.8.2:12[deprecated,regex]
-       media-fonts/tex-gyre
-       media-libs/fontconfig
-       media-libs/freetype:2
-       >=x11-libs/pango-1.12.3
-       emacs? ( virtual/emacs )
-       guile2? ( >=dev-scheme/guile-2:12 )
-       !guile2? (
-               >=dev-scheme/guile-1.8.2:12[deprecated,regex]
-               <dev-scheme/guile-2.0:12
-       )
-       ${PYTHON_DEPS}"
-DEPEND="${RDEPEND}
-       app-text/t1utils
-       dev-lang/perl
-       dev-libs/kpathsea
-       >=dev-texlive/texlive-metapost-2013
-       || (
-               >=app-text/texlive-core-2013
-               >=dev-tex/metapost-1.803
-       )
-       virtual/pkgconfig
-       media-gfx/fontforge[png]
-       >=sys-apps/texinfo-4.11
-       >=sys-devel/bison-2.0
-       sys-devel/flex
-       sys-devel/gettext
-       sys-devel/make"
-
-# Correct output data for tests isn't bundled with releases
-RESTRICT="test"
-
-DOCS=( DEDICATION HACKING README.txt ROADMAP )
-
-pkg_setup() {
-       # make sure >=metapost-1.803 is selected if it's installed, bug 498704
-       if [[ ${MERGE_TYPE} != binary ]] && has_version ">=dev-tex/metapost-1.803" ; then
-               if [[ $(readlink "${EROOT}"/usr/bin/mpost) =~ mpost-texlive-* ]] ; then
-                       einfo "Updating metapost symlink"
-                       eselect mpost update || die
-               fi
-       fi
-
-       python-single-r1_pkg_setup
-}
-
-src_prepare() {
-       default
-
-       if ! use vim-syntax ; then
-               sed -i 's/vim//' GNUmakefile.in || die
-       fi
-
-       # respect CFLAGS
-       sed -i 's/OPTIMIZE -g/OPTIMIZE/' aclocal.m4 || die
-
-       for lang in ${LANGS}; do
-               use linguas_${lang} || rm po/${lang}.po || die
-       done
-
-       # respect AR
-       sed -i "s/^AR=ar/AR=$(tc-getAR)/" stepmake/stepmake/library-vars.make || die
-
-       # remove bundled texinfo file (fixes bug #448560)
-       rm tex/texinfo.tex || die
-
-       eautoreconf
-
-       xdg_environment_reset #586592
-}
-
-src_configure() {
-       # documentation generation currently not supported since it requires a newer
-       # version of texi2html than is currently in the tree
-
-       local myeconfargs=(
-               --with-texgyre-dir=/usr/share/fonts/tex-gyre
-               --disable-documentation
-               --disable-optimising
-               --disable-pipe
-               $(use_enable debug debugging)
-               $(use_enable guile2)
-               $(use_enable profile profiling)
-       )
-
-       econf "${myeconfargs[@]}"
-}
-
-src_compile() {
-       default
-
-       if use emacs ; then
-               elisp-compile elisp/lilypond-{font-lock,indent,mode,what-beat}.el \
-                       || die "elisp-compile failed"
-       fi
-}
-
-src_install () {
-       emake DESTDIR="${D}" vimdir=/usr/share/vim/vimfiles install
-
-       # remove elisp files since they are in the wrong directory
-       rm -r "${ED}"/usr/share/emacs || die
-
-       if use emacs ; then
-               elisp-install ${PN} elisp/*.{el,elc} elisp/out/*.el \
-                       || die "elisp-install failed"
-               elisp-site-file-install "${FILESDIR}"/50${PN}-gentoo.el
-       fi
-
-       python_fix_shebang "${ED}"
-
-       einstalldocs
-}
-
-pkg_postinst() {
-       use emacs && elisp-site-regen
-}
-
-pkg_postrm() {
-       use emacs && elisp-site-regen
-}
diff --git a/media-sound/lilypond/lilypond-2.19.63.ebuild b/media-sound/lilypond/lilypond-2.19.63.ebuild
deleted file mode 100644 (file)
index 5dd683d..0000000
+++ /dev/null
@@ -1,147 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-
-[[ "${PV}" = "9999" ]] && inherit git-r3
-inherit elisp-common autotools python-single-r1 xdg-utils
-
-if [[ "${PV}" = "9999" ]]; then
-       EGIT_REPO_URI="git://git.sv.gnu.org/lilypond.git"
-else
-       SRC_URI="http://download.linuxaudio.org/lilypond/sources/v${PV:0:4}/${P}.tar.gz"
-       KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~x86"
-fi
-
-DESCRIPTION="GNU Music Typesetter"
-HOMEPAGE="http://lilypond.org/"
-
-LICENSE="GPL-3 FDL-1.3"
-SLOT="0"
-LANGS=" ca cs da de el eo es fi fr it ja nl ru sv tr uk vi zh_TW"
-IUSE="debug emacs guile2 profile vim-syntax ${LANGS// / linguas_}"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND=">=app-text/ghostscript-gpl-8.15
-       >=dev-scheme/guile-1.8.2:12[deprecated,regex]
-       media-fonts/tex-gyre
-       media-libs/fontconfig
-       media-libs/freetype:2
-       >=x11-libs/pango-1.12.3
-       emacs? ( virtual/emacs )
-       guile2? ( >=dev-scheme/guile-2:12 )
-       !guile2? (
-               >=dev-scheme/guile-1.8.2:12[deprecated,regex]
-               <dev-scheme/guile-2.0:12
-       )
-       ${PYTHON_DEPS}"
-DEPEND="${RDEPEND}
-       app-text/t1utils
-       dev-lang/perl
-       dev-libs/kpathsea
-       >=dev-texlive/texlive-metapost-2013
-       || (
-               >=app-text/texlive-core-2013
-               >=dev-tex/metapost-1.803
-       )
-       virtual/pkgconfig
-       media-gfx/fontforge[png]
-       >=sys-apps/texinfo-4.11
-       >=sys-devel/bison-2.0
-       sys-devel/flex
-       sys-devel/gettext
-       sys-devel/make"
-
-# Correct output data for tests isn't bundled with releases
-RESTRICT="test"
-
-DOCS=( DEDICATION HACKING README.txt ROADMAP )
-
-pkg_setup() {
-       # make sure >=metapost-1.803 is selected if it's installed, bug 498704
-       if [[ ${MERGE_TYPE} != binary ]] && has_version ">=dev-tex/metapost-1.803" ; then
-               if [[ $(readlink "${EROOT}"/usr/bin/mpost) =~ mpost-texlive-* ]] ; then
-                       einfo "Updating metapost symlink"
-                       eselect mpost update || die
-               fi
-       fi
-
-       python-single-r1_pkg_setup
-}
-
-src_prepare() {
-       default
-
-       if ! use vim-syntax ; then
-               sed -i 's/vim//' GNUmakefile.in || die
-       fi
-
-       # respect CFLAGS
-       sed -i 's/OPTIMIZE -g/OPTIMIZE/' aclocal.m4 || die
-
-       for lang in ${LANGS}; do
-               use linguas_${lang} || rm po/${lang}.po || die
-       done
-
-       # respect AR
-       sed -i "s/^AR=ar/AR=$(tc-getAR)/" stepmake/stepmake/library-vars.make || die
-
-       # remove bundled texinfo file (fixes bug #448560)
-       rm tex/texinfo.tex || die
-
-       eautoreconf
-
-       xdg_environment_reset #586592
-}
-
-src_configure() {
-       # documentation generation currently not supported since it requires a newer
-       # version of texi2html than is currently in the tree
-
-       local myeconfargs=(
-               --with-texgyre-dir=/usr/share/fonts/tex-gyre
-               --disable-documentation
-               --disable-optimising
-               --disable-pipe
-               $(use_enable debug debugging)
-               $(use_enable guile2)
-               $(use_enable profile profiling)
-       )
-
-       econf "${myeconfargs[@]}"
-}
-
-src_compile() {
-       default
-
-       if use emacs ; then
-               elisp-compile elisp/lilypond-{font-lock,indent,mode,what-beat}.el \
-                       || die "elisp-compile failed"
-       fi
-}
-
-src_install () {
-       emake DESTDIR="${D}" vimdir=/usr/share/vim/vimfiles install
-
-       # remove elisp files since they are in the wrong directory
-       rm -r "${ED}"/usr/share/emacs || die
-
-       if use emacs ; then
-               elisp-install ${PN} elisp/*.{el,elc} elisp/out/*.el \
-                       || die "elisp-install failed"
-               elisp-site-file-install "${FILESDIR}"/50${PN}-gentoo.el
-       fi
-
-       python_fix_shebang "${ED}"
-
-       einstalldocs
-}
-
-pkg_postinst() {
-       use emacs && elisp-site-regen
-}
-
-pkg_postrm() {
-       use emacs && elisp-site-regen
-}