commit:     dabe59475fd4abd1bd64ae87cdf844c5816011f8
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 17 14:28:20 2018 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sat Mar 17 14:28:20 2018 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=dabe5947

media-sound/lilypond: Drops package

 .../files/lilypond-2.13.17-qa_pyc_fix.patch        |  12 ---
 media-sound/lilypond/lilypond-2.13.17.ebuild       | 102 ---------------------
 2 files changed, 114 deletions(-)

diff --git a/media-sound/lilypond/files/lilypond-2.13.17-qa_pyc_fix.patch 
b/media-sound/lilypond/files/lilypond-2.13.17-qa_pyc_fix.patch
deleted file mode 100644
index 3ac3c305..00000000
--- a/media-sound/lilypond/files/lilypond-2.13.17-qa_pyc_fix.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur lilypond-2.12.2.orig/python/GNUmakefile 
lilypond-2.12.2/python/GNUmakefile
---- lilypond-2.12.2.orig/python/GNUmakefile    2009-01-18 22:04:57.000000000 
-0200
-+++ lilypond-2.12.2/python/GNUmakefile 2009-12-10 12:28:27.000000000 -0300
-@@ -16,7 +16,7 @@
- INSTALLATION_OUT_DIR=$(local_lilypond_libdir)/python
- 
- INSTALLATION_OUT_DIR1=$(local_lilypond_datadir)/python
--INSTALLATION_OUT_FILES1=$(OUT_PY_MODULES) $(OUT_PYC_MODULES)
-+INSTALLATION_OUT_FILES1=$(OUT_PY_MODULES)
- 
- $(outdir)/midi.lo: $(outdir)/config.hh
- 

diff --git a/media-sound/lilypond/lilypond-2.13.17.ebuild 
b/media-sound/lilypond/lilypond-2.13.17.ebuild
deleted file mode 100644
index 970f1460..00000000
--- a/media-sound/lilypond/lilypond-2.13.17.ebuild
+++ /dev/null
@@ -1,102 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-sound/lilypond/lilypond-2.12.2.ebuild,v 1.6 
2009/11/18 18:45:39 armin76 Exp $
-
-EAPI="3"
-
-inherit eutils versionator toolchain-funcs elisp-common flag-o-matic
-
-DESCRIPTION="GNU Music Typesetter"
-SRC_URI="http://download.linuxaudio.org/lilypond/sources/v$(get_version_component_range
 1-2)/${P}.tar.gz"
-HOMEPAGE="http://lilypond.org/";
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~sparc ~x86"
-
-IUSE="debug emacs profile"
-
-RDEPEND="
-       >=media-libs/freetype-2
-       media-libs/fontconfig
-       >=x11-libs/pango-1.12.3
-       >=dev-scheme/guile-1.8.2[deprecated,regex]
-       >=dev-lang/python-2.4
-       || ( >=app-text/ghostscript-gnu-8.15
-                >=app-text/ghostscript-gpl-8.15 )
-       emacs? ( virtual/emacs )"
-
-DEPEND="${RDEPEND}
-       >=media-gfx/fontforge-20070501
-       dev-texlive/texlive-metapost
-       app-text/t1utils
-       >=app-text/mftrace-1.2.9
-       >=sys-apps/texinfo-4.11
-       sys-devel/make
-       sys-devel/gettext
-       sys-devel/flex
-       dev-lang/perl
-       >=sys-devel/bison-2.0"
-
-src_prepare() {
-       epatch "${FILESDIR}"/${P}-qa_pyc_fix.patch
-}
-
-src_configure() {
-       if [[ $(gcc-major-version) -lt 4 ]]; then
-               eerror "You need GCC 4.x to build this software."
-               die "you need to compile with gcc-4 or later"
-       fi
-
-       if use profile; then
-               strip-flags -fomit-frame-pointer
-       fi
-
-       # see bug 228823
-       econf --with-ncsb-dir=/usr/share/fonts/default/ghostscript \
-               $(use_enable debug debugging) \
-               $(use_enable profile profiling) \
-               --disable-gui \
-               --disable-documentation
-}
-
-src_compile() {
-       # without -j1 it will not fail, but building docs later will, bug 236010
-       emake -j1 || die "emake failed"
-
-       if use emacs; then
-               elisp-compile 
elisp/lilypond-{font-lock,indent,mode,what-beat}.el \
-                       || die "elisp-compile failed"
-       fi
-}
-
-# lilypond doesn't include the answers to the tests.
-# You are supposed to build those yourself with an
-# earlier version. Then running tests will compare the
-# results of the tests against the results from the
-# earlier version. As such, tests seem mostly useless
-# for our purposes.
-RESTRICT=test
-
-src_install () {
-       emake DESTDIR="${D}" vimdir=/usr/share/vim/vimfiles install || die 
"emake install failed"
-
-       # remove elisp files since they are in the wrong directory
-       rm -rf "${D}"/usr/share/emacs
-
-       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
-
-       dodoc AUTHORS.txt HACKING NEWS.txt README.txt || die
-}
-
-pkg_postinst() {
-       use emacs && elisp-site-regen
-}
-
-pkg_postrm() {
-       use emacs && elisp-site-regen
-}

Reply via email to