summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarijn Schouten <hkbst@gentoo.org>2008-07-03 18:15:19 +0000
committerMarijn Schouten <hkbst@gentoo.org>2008-07-03 18:15:19 +0000
commit40f5a28b702f5679efb525c29f75082234bc809a (patch)
treedd6786bc8a606d92820165d0ac57559ffebeadad /media-sound/lilypond
parentunmask lilypond dev branch (diff)
downloadgentoo-2-40f5a28b702f5679efb525c29f75082234bc809a.tar.gz
gentoo-2-40f5a28b702f5679efb525c29f75082234bc809a.tar.bz2
gentoo-2-40f5a28b702f5679efb525c29f75082234bc809a.zip
remove old stuff
(Portage version: 2.2_rc1/cvs/Linux 2.6.23-gentoo-r8 x86_64)
Diffstat (limited to 'media-sound/lilypond')
-rw-r--r--media-sound/lilypond/ChangeLog8
-rw-r--r--media-sound/lilypond/lilypond-2.11.33.ebuild120
-rw-r--r--media-sound/lilypond/lilypond-2.11.36.ebuild120
-rw-r--r--media-sound/lilypond/lilypond-2.11.43.ebuild120
-rw-r--r--media-sound/lilypond/lilypond-2.11.44.ebuild120
-rw-r--r--media-sound/lilypond/lilypond-2.11.46.ebuild120
-rw-r--r--media-sound/lilypond/lilypond-2.11.48.ebuild120
-rw-r--r--media-sound/lilypond/lilypond-2.11.49.ebuild120
8 files changed, 7 insertions, 841 deletions
diff --git a/media-sound/lilypond/ChangeLog b/media-sound/lilypond/ChangeLog
index 099383cc01fe..4a730a0bb2c6 100644
--- a/media-sound/lilypond/ChangeLog
+++ b/media-sound/lilypond/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-sound/lilypond
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/ChangeLog,v 1.82 2008/07/03 18:09:57 hkbst Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/ChangeLog,v 1.83 2008/07/03 18:15:19 hkbst Exp $
+
+ 03 Jul 2008; Marijn Schouten <hkBst@gentoo.org> -lilypond-2.11.33.ebuild,
+ -lilypond-2.11.36.ebuild, -lilypond-2.11.43.ebuild,
+ -lilypond-2.11.44.ebuild, -lilypond-2.11.46.ebuild,
+ -lilypond-2.11.48.ebuild, -lilypond-2.11.49.ebuild:
+ remove old stuff
*lilypond-2.11.50 (03 Jul 2008)
diff --git a/media-sound/lilypond/lilypond-2.11.33.ebuild b/media-sound/lilypond/lilypond-2.11.33.ebuild
deleted file mode 100644
index f38d049beebb..000000000000
--- a/media-sound/lilypond/lilypond-2.11.33.ebuild
+++ /dev/null
@@ -1,120 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/lilypond-2.11.33.ebuild,v 1.2 2007/09/24 11:07:36 hkbst Exp $
-
-inherit eutils versionator toolchain-funcs elisp-common
-
-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"
-
-#LANGS="cs da de es fi fr it ja nl ru rw sv tr zh_TW"
-IUSE="debug emacs profile"
-#IUSE="debug doc emacs gtk profile vim"
-
-#for X in ${LANGS} ; do
-# IUSE="${IUSE} linguas_${X/-/_}"
-#done
-
-# guile with deprecated and regex
-RDEPEND="
- >=media-libs/freetype-2
- media-libs/fontconfig
- >=x11-libs/pango-1.12.3
- >=dev-scheme/guile-1.8.1
- >=dev-lang/python-2.4
- || ( >=app-text/ghostscript-gnu-8.15
- >=app-text/ghostscript-gpl-8.15
- >=app-text/ghostscript-esp-8.15 )
- emacs? ( virtual/emacs )"
-# >=app-text/ghostscript-gnu-8.55"
-
-# virtual/tetex
-
-DEPEND="${RDEPEND}
- >=media-gfx/fontforge-20070501
- >=app-text/mftrace-1.2.9
- >=sys-apps/texinfo-4.8
- sys-devel/make
- sys-devel/gettext
- sys-devel/flex
- dev-lang/perl
- >=sys-devel/bison-2.0"
-# doc? ( media-libs/netpbm
-# media-gfx/imagemagick )"
-
-pkg_setup() {
- if has_version =dev-scheme/guile-1.8*; then
- local flags="deprecated regex"
- built_with_use dev-scheme/guile ${flags} || die "guile must be built with \"${flags}\" use flags"
- fi
-}
-
-src_compile() {
- 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
-
- econf \
- $(use_enable debug debugging) \
- $(use_enable profile profiling) \
- --disable-gui \
- --disable-documentation
-# $(use_enable doc documentation) \
-
- # without -j1 it will not fail, but building docs later will
- emake -j1 || die "emake failed"
-
-# if use doc; then
-# emake -j1 web || die "emake web failed"
-# fi
-
- 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"
-
-# if use doc; then
-# # Note: installs .html docs, .pdf docs and examples
-# emake out=www web-install DESTDIR=${D} \
-# webdir=/usr/share/doc/${PF}/html || die "emake web-install failed"
-# fi
-
- # remove elisp files since they are in the wrong directory
- rm -r "${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 ChangeLog DEDICATION NEWS.txt README.txt THANKS
-
-# use vim || rm -r ${D}/usr/share/vim
-}
-
-pkg_postinst() {
- use emacs && elisp-site-regen
-}
-
-pkg_postrm() {
- use emacs && elisp-site-regen
-}
diff --git a/media-sound/lilypond/lilypond-2.11.36.ebuild b/media-sound/lilypond/lilypond-2.11.36.ebuild
deleted file mode 100644
index e9f6b3524462..000000000000
--- a/media-sound/lilypond/lilypond-2.11.36.ebuild
+++ /dev/null
@@ -1,120 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/lilypond-2.11.36.ebuild,v 1.1 2007/12/16 13:41:06 hkbst Exp $
-
-inherit eutils versionator toolchain-funcs elisp-common
-
-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"
-
-#LANGS="cs da de es fi fr it ja nl ru rw sv tr zh_TW"
-IUSE="debug emacs profile"
-#IUSE="debug doc emacs gtk profile vim"
-
-#for X in ${LANGS} ; do
-# IUSE="${IUSE} linguas_${X/-/_}"
-#done
-
-# guile with deprecated and regex
-RDEPEND="
- >=media-libs/freetype-2
- media-libs/fontconfig
- >=x11-libs/pango-1.12.3
- >=dev-scheme/guile-1.8.1
- >=dev-lang/python-2.4
- || ( >=app-text/ghostscript-gnu-8.15
- >=app-text/ghostscript-gpl-8.15
- >=app-text/ghostscript-esp-8.15 )
- emacs? ( virtual/emacs )"
-# >=app-text/ghostscript-gnu-8.55"
-
-# virtual/tetex
-
-DEPEND="${RDEPEND}
- >=media-gfx/fontforge-20070501
- >=app-text/mftrace-1.2.9
- >=sys-apps/texinfo-4.8
- sys-devel/make
- sys-devel/gettext
- sys-devel/flex
- dev-lang/perl
- >=sys-devel/bison-2.0"
-# doc? ( media-libs/netpbm
-# media-gfx/imagemagick )"
-
-pkg_setup() {
- if has_version =dev-scheme/guile-1.8*; then
- local flags="deprecated regex"
- built_with_use dev-scheme/guile ${flags} || die "guile must be built with \"${flags}\" use flags"
- fi
-}
-
-src_compile() {
- 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
-
- econf \
- $(use_enable debug debugging) \
- $(use_enable profile profiling) \
- --disable-gui \
- --disable-documentation
-# $(use_enable doc documentation) \
-
- # without -j1 it will not fail, but building docs later will
- emake -j1 || die "emake failed"
-
-# if use doc; then
-# emake -j1 web || die "emake web failed"
-# fi
-
- 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"
-
-# if use doc; then
-# # Note: installs .html docs, .pdf docs and examples
-# emake out=www web-install DESTDIR=${D} \
-# webdir=/usr/share/doc/${PF}/html || die "emake web-install failed"
-# fi
-
- # remove elisp files since they are in the wrong directory
- rm -r "${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
-
-# use vim || rm -r ${D}/usr/share/vim
-}
-
-pkg_postinst() {
- use emacs && elisp-site-regen
-}
-
-pkg_postrm() {
- use emacs && elisp-site-regen
-}
diff --git a/media-sound/lilypond/lilypond-2.11.43.ebuild b/media-sound/lilypond/lilypond-2.11.43.ebuild
deleted file mode 100644
index 443db368a5b4..000000000000
--- a/media-sound/lilypond/lilypond-2.11.43.ebuild
+++ /dev/null
@@ -1,120 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/lilypond-2.11.43.ebuild,v 1.2 2008/04/11 20:36:14 hkbst Exp $
-
-inherit eutils versionator toolchain-funcs elisp-common
-
-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"
-
-#LANGS="cs da de es fi fr it ja nl ru rw sv tr zh_TW"
-IUSE="debug emacs profile"
-#IUSE="debug doc emacs gtk profile vim"
-
-#for X in ${LANGS} ; do
-# IUSE="${IUSE} linguas_${X/-/_}"
-#done
-
-# guile with deprecated and regex
-RDEPEND="
- >=media-libs/freetype-2
- media-libs/fontconfig
- >=x11-libs/pango-1.12.3
- >=dev-scheme/guile-1.8.1
- >=dev-lang/python-2.4
- || ( >=app-text/ghostscript-gnu-8.15
- >=app-text/ghostscript-gpl-8.15
- >=app-text/ghostscript-esp-8.15 )
- emacs? ( virtual/emacs )"
-# >=app-text/ghostscript-gnu-8.55"
-
-# virtual/tetex
-
-DEPEND="${RDEPEND}
- >=media-gfx/fontforge-20070501
- >=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"
-# doc? ( media-libs/netpbm
-# media-gfx/imagemagick )"
-
-pkg_setup() {
- if has_version =dev-scheme/guile-1.8*; then
- local flags="deprecated regex"
- built_with_use dev-scheme/guile ${flags} || die "guile must be built with \"${flags}\" use flags"
- fi
-}
-
-src_compile() {
- 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
-
- econf \
- $(use_enable debug debugging) \
- $(use_enable profile profiling) \
- --disable-gui \
- --disable-documentation
-# $(use_enable doc documentation) \
-
- # without -j1 it will not fail, but building docs later will
- emake -j1 || die "emake failed"
-
-# if use doc; then
-# emake -j1 web || die "emake web failed"
-# fi
-
- 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"
-
-# if use doc; then
-# # Note: installs .html docs, .pdf docs and examples
-# emake out=www web-install DESTDIR=${D} \
-# webdir=/usr/share/doc/${PF}/html || die "emake web-install failed"
-# fi
-
- # remove elisp files since they are in the wrong directory
- rm -r "${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
-
-# use vim || rm -r ${D}/usr/share/vim
-}
-
-pkg_postinst() {
- use emacs && elisp-site-regen
-}
-
-pkg_postrm() {
- use emacs && elisp-site-regen
-}
diff --git a/media-sound/lilypond/lilypond-2.11.44.ebuild b/media-sound/lilypond/lilypond-2.11.44.ebuild
deleted file mode 100644
index 51affe2c903f..000000000000
--- a/media-sound/lilypond/lilypond-2.11.44.ebuild
+++ /dev/null
@@ -1,120 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/lilypond-2.11.44.ebuild,v 1.1 2008/04/14 15:08:50 hkbst Exp $
-
-inherit eutils versionator toolchain-funcs elisp-common
-
-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"
-
-#LANGS="cs da de es fi fr it ja nl ru rw sv tr zh_TW"
-IUSE="debug emacs profile"
-#IUSE="debug doc emacs gtk profile vim"
-
-#for X in ${LANGS} ; do
-# IUSE="${IUSE} linguas_${X/-/_}"
-#done
-
-# guile with deprecated and regex
-RDEPEND="
- >=media-libs/freetype-2
- media-libs/fontconfig
- >=x11-libs/pango-1.12.3
- >=dev-scheme/guile-1.8.1
- >=dev-lang/python-2.4
- || ( >=app-text/ghostscript-gnu-8.15
- >=app-text/ghostscript-gpl-8.15
- >=app-text/ghostscript-esp-8.15 )
- emacs? ( virtual/emacs )"
-# >=app-text/ghostscript-gnu-8.55"
-
-# virtual/tetex
-
-DEPEND="${RDEPEND}
- >=media-gfx/fontforge-20070501
- >=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"
-# doc? ( media-libs/netpbm
-# media-gfx/imagemagick )"
-
-pkg_setup() {
- if has_version =dev-scheme/guile-1.8*; then
- local flags="deprecated regex"
- built_with_use dev-scheme/guile ${flags} || die "guile must be built with \"${flags}\" use flags"
- fi
-}
-
-src_compile() {
- 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
-
- econf \
- $(use_enable debug debugging) \
- $(use_enable profile profiling) \
- --disable-gui \
- --disable-documentation
-# $(use_enable doc documentation) \
-
- # without -j1 it will not fail, but building docs later will
- emake -j1 || die "emake failed"
-
-# if use doc; then
-# emake -j1 web || die "emake web failed"
-# fi
-
- 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"
-
-# if use doc; then
-# # Note: installs .html docs, .pdf docs and examples
-# emake out=www web-install DESTDIR=${D} \
-# webdir=/usr/share/doc/${PF}/html || die "emake web-install failed"
-# fi
-
- # remove elisp files since they are in the wrong directory
- rm -r "${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
-
-# use vim || rm -r ${D}/usr/share/vim
-}
-
-pkg_postinst() {
- use emacs && elisp-site-regen
-}
-
-pkg_postrm() {
- use emacs && elisp-site-regen
-}
diff --git a/media-sound/lilypond/lilypond-2.11.46.ebuild b/media-sound/lilypond/lilypond-2.11.46.ebuild
deleted file mode 100644
index 4b8854cfd6ac..000000000000
--- a/media-sound/lilypond/lilypond-2.11.46.ebuild
+++ /dev/null
@@ -1,120 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/lilypond-2.11.46.ebuild,v 1.1 2008/05/24 20:54:05 hkbst Exp $
-
-inherit eutils versionator toolchain-funcs elisp-common
-
-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"
-
-#LANGS="cs da de es fi fr it ja nl ru rw sv tr zh_TW"
-IUSE="debug emacs profile"
-#IUSE="debug doc emacs gtk profile vim"
-
-#for X in ${LANGS} ; do
-# IUSE="${IUSE} linguas_${X/-/_}"
-#done
-
-# guile with deprecated and regex
-RDEPEND="
- >=media-libs/freetype-2
- media-libs/fontconfig
- >=x11-libs/pango-1.12.3
- >=dev-scheme/guile-1.8.1
- >=dev-lang/python-2.4
- || ( >=app-text/ghostscript-gnu-8.15
- >=app-text/ghostscript-gpl-8.15
- >=app-text/ghostscript-esp-8.15 )
- emacs? ( virtual/emacs )"
-# >=app-text/ghostscript-gnu-8.55"
-
-# virtual/tetex
-
-DEPEND="${RDEPEND}
- >=media-gfx/fontforge-20070501
- >=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"
-# doc? ( media-libs/netpbm
-# media-gfx/imagemagick )"
-
-pkg_setup() {
- if has_version =dev-scheme/guile-1.8*; then
- local flags="deprecated regex"
- built_with_use dev-scheme/guile ${flags} || die "guile must be built with \"${flags}\" use flags"
- fi
-}
-
-src_compile() {
- 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
-
- econf \
- $(use_enable debug debugging) \
- $(use_enable profile profiling) \
- --disable-gui \
- --disable-documentation
-# $(use_enable doc documentation) \
-
- # without -j1 it will not fail, but building docs later will
- emake -j1 || die "emake failed"
-
-# if use doc; then
-# emake -j1 web || die "emake web failed"
-# fi
-
- 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"
-
-# if use doc; then
-# # Note: installs .html docs, .pdf docs and examples
-# emake out=www web-install DESTDIR=${D} \
-# webdir=/usr/share/doc/${PF}/html || die "emake web-install failed"
-# fi
-
- # remove elisp files since they are in the wrong directory
- rm -r "${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
-
-# use vim || rm -r ${D}/usr/share/vim
-}
-
-pkg_postinst() {
- use emacs && elisp-site-regen
-}
-
-pkg_postrm() {
- use emacs && elisp-site-regen
-}
diff --git a/media-sound/lilypond/lilypond-2.11.48.ebuild b/media-sound/lilypond/lilypond-2.11.48.ebuild
deleted file mode 100644
index 3003ed96e062..000000000000
--- a/media-sound/lilypond/lilypond-2.11.48.ebuild
+++ /dev/null
@@ -1,120 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/lilypond-2.11.48.ebuild,v 1.1 2008/06/10 08:32:37 hkbst Exp $
-
-inherit eutils versionator toolchain-funcs elisp-common
-
-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"
-
-#LANGS="cs da de es fi fr it ja nl ru rw sv tr zh_TW"
-IUSE="debug emacs profile"
-#IUSE="debug doc emacs gtk profile vim"
-
-#for X in ${LANGS} ; do
-# IUSE="${IUSE} linguas_${X/-/_}"
-#done
-
-# guile with deprecated and regex
-RDEPEND="
- >=media-libs/freetype-2
- media-libs/fontconfig
- >=x11-libs/pango-1.12.3
- >=dev-scheme/guile-1.8.1
- >=dev-lang/python-2.4
- || ( >=app-text/ghostscript-gnu-8.15
- >=app-text/ghostscript-gpl-8.15
- >=app-text/ghostscript-esp-8.15 )
- emacs? ( virtual/emacs )"
-# >=app-text/ghostscript-gnu-8.55"
-
-# virtual/tetex
-
-DEPEND="${RDEPEND}
- >=media-gfx/fontforge-20070501
- >=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"
-# doc? ( media-libs/netpbm
-# media-gfx/imagemagick )"
-
-pkg_setup() {
- if has_version =dev-scheme/guile-1.8*; then
- local flags="deprecated regex"
- built_with_use dev-scheme/guile ${flags} || die "guile must be built with \"${flags}\" use flags"
- fi
-}
-
-src_compile() {
- 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
-
- econf \
- $(use_enable debug debugging) \
- $(use_enable profile profiling) \
- --disable-gui \
- --disable-documentation
-# $(use_enable doc documentation) \
-
- # without -j1 it will not fail, but building docs later will
- emake -j1 || die "emake failed"
-
-# if use doc; then
-# emake -j1 web || die "emake web failed"
-# fi
-
- 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"
-
-# if use doc; then
-# # Note: installs .html docs, .pdf docs and examples
-# emake out=www web-install DESTDIR=${D} \
-# webdir=/usr/share/doc/${PF}/html || die "emake web-install failed"
-# fi
-
- # remove elisp files since they are in the wrong directory
- rm -r "${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
-
-# use vim || rm -r ${D}/usr/share/vim
-}
-
-pkg_postinst() {
- use emacs && elisp-site-regen
-}
-
-pkg_postrm() {
- use emacs && elisp-site-regen
-}
diff --git a/media-sound/lilypond/lilypond-2.11.49.ebuild b/media-sound/lilypond/lilypond-2.11.49.ebuild
deleted file mode 100644
index 5957453907b9..000000000000
--- a/media-sound/lilypond/lilypond-2.11.49.ebuild
+++ /dev/null
@@ -1,120 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/lilypond-2.11.49.ebuild,v 1.1 2008/06/12 20:39:21 hkbst Exp $
-
-inherit eutils versionator toolchain-funcs elisp-common
-
-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"
-
-#LANGS="cs da de es fi fr it ja nl ru rw sv tr zh_TW"
-IUSE="debug emacs profile"
-#IUSE="debug doc emacs gtk profile vim"
-
-#for X in ${LANGS} ; do
-# IUSE="${IUSE} linguas_${X/-/_}"
-#done
-
-# guile with deprecated and regex
-RDEPEND="
- >=media-libs/freetype-2
- media-libs/fontconfig
- >=x11-libs/pango-1.12.3
- >=dev-scheme/guile-1.8.1
- >=dev-lang/python-2.4
- || ( >=app-text/ghostscript-gnu-8.15
- >=app-text/ghostscript-gpl-8.15
- >=app-text/ghostscript-esp-8.15 )
- emacs? ( virtual/emacs )"
-# >=app-text/ghostscript-gnu-8.55"
-
-# virtual/tetex
-
-DEPEND="${RDEPEND}
- >=media-gfx/fontforge-20070501
- >=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"
-# doc? ( media-libs/netpbm
-# media-gfx/imagemagick )"
-
-pkg_setup() {
- if has_version =dev-scheme/guile-1.8*; then
- local flags="deprecated regex"
- built_with_use dev-scheme/guile ${flags} || die "guile must be built with \"${flags}\" use flags"
- fi
-}
-
-src_compile() {
- 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
-
- econf \
- $(use_enable debug debugging) \
- $(use_enable profile profiling) \
- --disable-gui \
- --disable-documentation
-# $(use_enable doc documentation) \
-
- # without -j1 it will not fail, but building docs later will
- emake -j1 || die "emake failed"
-
-# if use doc; then
-# emake -j1 web || die "emake web failed"
-# fi
-
- 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"
-
-# if use doc; then
-# # Note: installs .html docs, .pdf docs and examples
-# emake out=www web-install DESTDIR=${D} \
-# webdir=/usr/share/doc/${PF}/html || die "emake web-install failed"
-# fi
-
- # remove elisp files since they are in the wrong directory
- rm -r "${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
-
-# use vim || rm -r ${D}/usr/share/vim
-}
-
-pkg_postinst() {
- use emacs && elisp-site-regen
-}
-
-pkg_postrm() {
- use emacs && elisp-site-regen
-}