summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarijn Schouten <hkbst@gentoo.org>2009-10-09 14:57:55 +0000
committerMarijn Schouten <hkbst@gentoo.org>2009-10-09 14:57:55 +0000
commit5a3ee18e92ca833001008b53495224cce6cc849a (patch)
tree0f1ebccff6de12c0a35a668f9ed2a4ce24367847 /media-sound
parentbump (diff)
downloadgentoo-2-5a3ee18e92ca833001008b53495224cce6cc849a.tar.gz
gentoo-2-5a3ee18e92ca833001008b53495224cce6cc849a.tar.bz2
gentoo-2-5a3ee18e92ca833001008b53495224cce6cc849a.zip
cleanup old stuff
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/lilypond/ChangeLog9
-rw-r--r--media-sound/lilypond/lilypond-2.10.33.ebuild117
-rw-r--r--media-sound/lilypond/lilypond-2.11.50.ebuild118
-rw-r--r--media-sound/lilypond/lilypond-2.11.51.ebuild118
-rw-r--r--media-sound/lilypond/lilypond-2.11.52.ebuild118
-rw-r--r--media-sound/lilypond/lilypond-2.11.56.ebuild118
-rw-r--r--media-sound/lilypond/lilypond-2.11.58.ebuild119
-rw-r--r--media-sound/lilypond/lilypond-2.11.63.ebuild119
-rw-r--r--media-sound/lilypond/lilypond-2.11.64.ebuild119
-rw-r--r--media-sound/lilypond/lilypond-2.11.65.ebuild119
10 files changed, 8 insertions, 1066 deletions
diff --git a/media-sound/lilypond/ChangeLog b/media-sound/lilypond/ChangeLog
index f0ff00ae7752..cb88540363b4 100644
--- a/media-sound/lilypond/ChangeLog
+++ b/media-sound/lilypond/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for media-sound/lilypond
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/ChangeLog,v 1.98 2009/07/29 20:49:39 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/ChangeLog,v 1.99 2009/10/09 14:57:55 hkbst Exp $
+
+ 09 Oct 2009; Marijn Schouten <hkBst@gentoo.org> -lilypond-2.10.33.ebuild,
+ -lilypond-2.11.50.ebuild, -lilypond-2.11.51.ebuild,
+ -lilypond-2.11.52.ebuild, -lilypond-2.11.56.ebuild,
+ -lilypond-2.11.58.ebuild, -lilypond-2.11.63.ebuild,
+ -lilypond-2.11.64.ebuild, -lilypond-2.11.65.ebuild:
+ cleanup old stuff
29 Jul 2009; Ryan Hill <dirtyepic@gentoo.org> lilypond-2.12.2.ebuild,
+files/lilypond-2.12.2-glibc-2.10.patch:
diff --git a/media-sound/lilypond/lilypond-2.10.33.ebuild b/media-sound/lilypond/lilypond-2.10.33.ebuild
deleted file mode 100644
index 687ef678be17..000000000000
--- a/media-sound/lilypond/lilypond-2.10.33.ebuild
+++ /dev/null
@@ -1,117 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/lilypond-2.10.33.ebuild,v 1.6 2009/05/26 05:56:51 pva 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 )
- emacs? ( virtual/emacs )"
-# >=app-text/ghostscript-gnu-8.55"
-
-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.50.ebuild b/media-sound/lilypond/lilypond-2.11.50.ebuild
deleted file mode 100644
index bbb0fa9f13c2..000000000000
--- a/media-sound/lilypond/lilypond-2.11.50.ebuild
+++ /dev/null
@@ -1,118 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/lilypond-2.11.50.ebuild,v 1.3 2009/05/26 05:56:51 pva 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 )
- emacs? ( virtual/emacs )"
-# >=app-text/ghostscript-gnu-8.55"
-
-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
-
- # see bug 228823
- econf --with-ncsb-dir=/usr/share/fonts/default/ghostscript \
- $(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.51.ebuild b/media-sound/lilypond/lilypond-2.11.51.ebuild
deleted file mode 100644
index dc3054106bc6..000000000000
--- a/media-sound/lilypond/lilypond-2.11.51.ebuild
+++ /dev/null
@@ -1,118 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/lilypond-2.11.51.ebuild,v 1.3 2009/05/26 05:56:51 pva 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 )
- emacs? ( virtual/emacs )"
-# >=app-text/ghostscript-gnu-8.55"
-
-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
-
- # see bug 228823
- econf --with-ncsb-dir=/usr/share/fonts/default/ghostscript \
- $(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.52.ebuild b/media-sound/lilypond/lilypond-2.11.52.ebuild
deleted file mode 100644
index 72004c272168..000000000000
--- a/media-sound/lilypond/lilypond-2.11.52.ebuild
+++ /dev/null
@@ -1,118 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/lilypond-2.11.52.ebuild,v 1.3 2009/05/26 05:56:51 pva 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 )
- emacs? ( virtual/emacs )"
-# >=app-text/ghostscript-gnu-8.55"
-
-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
-
- # see bug 228823
- econf --with-ncsb-dir=/usr/share/fonts/default/ghostscript \
- $(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.56.ebuild b/media-sound/lilypond/lilypond-2.11.56.ebuild
deleted file mode 100644
index d922fff808c8..000000000000
--- a/media-sound/lilypond/lilypond-2.11.56.ebuild
+++ /dev/null
@@ -1,118 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/lilypond-2.11.56.ebuild,v 1.3 2009/05/26 05:56:51 pva 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 )
- emacs? ( virtual/emacs )"
-# >=app-text/ghostscript-gnu-8.55"
-
-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
-
- # see bug 228823
- econf --with-ncsb-dir=/usr/share/fonts/default/ghostscript \
- $(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.58.ebuild b/media-sound/lilypond/lilypond-2.11.58.ebuild
deleted file mode 100644
index fd8e572e4f03..000000000000
--- a/media-sound/lilypond/lilypond-2.11.58.ebuild
+++ /dev/null
@@ -1,119 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/lilypond-2.11.58.ebuild,v 1.3 2009/05/26 05:56:51 pva 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 )
- emacs? ( virtual/emacs )"
-# >=app-text/ghostscript-gnu-8.55"
-
-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
-
- # see bug 228823
- econf --with-ncsb-dir=/usr/share/fonts/default/ghostscript \
- $(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"
- emake || 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.63.ebuild b/media-sound/lilypond/lilypond-2.11.63.ebuild
deleted file mode 100644
index 05986fc809d3..000000000000
--- a/media-sound/lilypond/lilypond-2.11.63.ebuild
+++ /dev/null
@@ -1,119 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/lilypond-2.11.63.ebuild,v 1.2 2009/05/26 05:56:51 pva 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"
-
-#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.2
- >=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"
-# doc? ( media-libs/netpbm
-# media-gfx/imagemagick
-# app-text/texi2html )"
-
-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
-
- # see bug 228823
- econf --with-ncsb-dir=/usr/share/fonts/default/ghostscript \
- $(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, bug 236010
- emake -j1 || die "emake failed"
-# emake || die "emake failed"
-
-# -j is unsupported, but CPU_COUNT may be set instead
-# if use doc; then
-# emake -j1 CPU_COUNT=2 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
-}
-
-pkg_postinst() {
- use emacs && elisp-site-regen
-}
-
-pkg_postrm() {
- use emacs && elisp-site-regen
-}
diff --git a/media-sound/lilypond/lilypond-2.11.64.ebuild b/media-sound/lilypond/lilypond-2.11.64.ebuild
deleted file mode 100644
index a1d1de20e277..000000000000
--- a/media-sound/lilypond/lilypond-2.11.64.ebuild
+++ /dev/null
@@ -1,119 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/lilypond-2.11.64.ebuild,v 1.2 2009/05/26 05:56:51 pva 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"
-
-#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.2
- >=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"
-# doc? ( media-libs/netpbm
-# media-gfx/imagemagick
-# app-text/texi2html )"
-
-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
-
- # see bug 228823
- econf --with-ncsb-dir=/usr/share/fonts/default/ghostscript \
- $(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, bug 236010
- emake -j1 || die "emake failed"
-# emake || die "emake failed"
-
-# -j is unsupported, but CPU_COUNT may be set instead
-# if use doc; then
-# emake -j1 CPU_COUNT=2 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
-}
-
-pkg_postinst() {
- use emacs && elisp-site-regen
-}
-
-pkg_postrm() {
- use emacs && elisp-site-regen
-}
diff --git a/media-sound/lilypond/lilypond-2.11.65.ebuild b/media-sound/lilypond/lilypond-2.11.65.ebuild
deleted file mode 100644
index 65ea38aa123b..000000000000
--- a/media-sound/lilypond/lilypond-2.11.65.ebuild
+++ /dev/null
@@ -1,119 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/lilypond-2.11.65.ebuild,v 1.2 2009/05/26 05:56:51 pva 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"
-
-#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.2
- >=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"
-# doc? ( media-libs/netpbm
-# media-gfx/imagemagick
-# app-text/texi2html )"
-
-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
-
- # see bug 228823
- econf --with-ncsb-dir=/usr/share/fonts/default/ghostscript \
- $(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, bug 236010
- emake -j1 || die "emake failed"
-# emake || die "emake failed"
-
-# -j is unsupported, but CPU_COUNT may be set instead
-# if use doc; then
-# emake -j1 CPU_COUNT=2 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
-}
-
-pkg_postinst() {
- use emacs && elisp-site-regen
-}
-
-pkg_postrm() {
- use emacs && elisp-site-regen
-}