summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-11-03 02:30:46 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-11-03 02:30:46 +0000
commitd42094ddd54e87a963e63f31d9c3040878fdea31 (patch)
treec8000fe67797b5f5a3103c8bbcbb629e6d8b7f41 /media-sound/lilypond/files
parentAdd deprecated file markers for non-cascading mips profiles (diff)
downloadhistorical-d42094ddd54e87a963e63f31d9c3040878fdea31.tar.gz
historical-d42094ddd54e87a963e63f31d9c3040878fdea31.tar.bz2
historical-d42094ddd54e87a963e63f31d9c3040878fdea31.zip
Version bump.
Diffstat (limited to 'media-sound/lilypond/files')
-rw-r--r--media-sound/lilypond/files/digest-lilypond-2.2.11
-rw-r--r--media-sound/lilypond/files/digest-lilypond-2.2.21
-rw-r--r--media-sound/lilypond/files/digest-lilypond-2.2.61
-rw-r--r--media-sound/lilypond/files/lilypond-1.8.2-coreutils-compat.patch88
4 files changed, 1 insertions, 90 deletions
diff --git a/media-sound/lilypond/files/digest-lilypond-2.2.1 b/media-sound/lilypond/files/digest-lilypond-2.2.1
deleted file mode 100644
index c5c43f5e2d70..000000000000
--- a/media-sound/lilypond/files/digest-lilypond-2.2.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 54b72f637689ea3425ecd293b3d6647b lilypond-2.2.1.tar.gz 1899919
diff --git a/media-sound/lilypond/files/digest-lilypond-2.2.2 b/media-sound/lilypond/files/digest-lilypond-2.2.2
deleted file mode 100644
index 8270d3c6fb97..000000000000
--- a/media-sound/lilypond/files/digest-lilypond-2.2.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 1f9ed6b5a80533ce6c960c889fa51226 lilypond-2.2.2.tar.gz 1900426
diff --git a/media-sound/lilypond/files/digest-lilypond-2.2.6 b/media-sound/lilypond/files/digest-lilypond-2.2.6
new file mode 100644
index 000000000000..86dc273d0c83
--- /dev/null
+++ b/media-sound/lilypond/files/digest-lilypond-2.2.6
@@ -0,0 +1 @@
+MD5 c379905b53973cc314415340dd017c77 lilypond-2.2.6.tar.gz 1920103
diff --git a/media-sound/lilypond/files/lilypond-1.8.2-coreutils-compat.patch b/media-sound/lilypond/files/lilypond-1.8.2-coreutils-compat.patch
deleted file mode 100644
index 7d8eecdefe19..000000000000
--- a/media-sound/lilypond/files/lilypond-1.8.2-coreutils-compat.patch
+++ /dev/null
@@ -1,88 +0,0 @@
-diff -uNr lilypond-1.8.1/autogen.sh lilypond-1.8.1-coreutils-compat/autogen.sh
---- lilypond-1.8.1/autogen.sh 2002-12-24 14:57:36.000000000 -0700
-+++ lilypond-1.8.1-coreutils-compat/autogen.sh 2003-08-22 21:32:25.000000000 -0600
-@@ -23,7 +23,7 @@
- # If you have such a setup, invoke this script as:
- # autoconf=autoconf2.50 ./autogen.sh
- for i in autoconf2.50 autoconf-2.50 autoconf false; do
-- version=`$i --version 2>/dev/null | head -1 | awk '{print $NF}' | awk -F. '{print $1 * 100 + $2}'`
-+ version=`$i --version 2>/dev/null | head -n 1 | awk '{print $NF}' | awk -F. '{print $1 * 100 + $2}'`
- if test "0$version" -ge 250; then
- autoconf=$i
- break
-diff -uNr lilypond-1.8.1/buildscripts/mf-to-xpms.sh lilypond-1.8.1-coreutils-compat/buildscripts/mf-to-xpms.sh
---- lilypond-1.8.1/buildscripts/mf-to-xpms.sh 1999-10-04 03:11:14.000000000 -0600
-+++ lilypond-1.8.1-coreutils-compat/buildscripts/mf-to-xpms.sh 2003-08-22 21:32:34.000000000 -0600
-@@ -21,7 +21,7 @@
- gftopk out/$font.${RESOLUTION}gf out/$font.${RESOLUTION}pk
- fi
-
--# num=`grep "^C *[0-9]*;" $afm | tail -1 | sed "s!^C *\([^;]*\).*!\\1!"`
-+# num=`grep "^C *[0-9]*;" $afm | tail -n 1 | sed "s!^C *\([^;]*\).*!\\1!"`
- # num=66
- # tex=out/$font.tex
- # cat > $tex <<EOF
-diff -uNr lilypond-1.8.1/stepmake/aclocal.m4 lilypond-1.8.1-coreutils-compat/stepmake/aclocal.m4
---- lilypond-1.8.1/stepmake/aclocal.m4 2003-07-17 13:28:47.000000000 -0600
-+++ lilypond-1.8.1-coreutils-compat/stepmake/aclocal.m4 2003-08-22 21:32:25.000000000 -0600
-@@ -11,13 +11,13 @@
- ## command -v doesn't work in zsh
- ## command -v "$1" 2>&1
- ## this test should work in ash, bash, pdksh (ksh), zsh
-- type -p "$1" 2>/dev/null | tail -1 | awk '{print $NF}'
-+ type -p "$1" 2>/dev/null | tail -n 1 | awk '{print $NF}'
- ])
-
-
- # Get version string from executable ($1)
- AC_DEFUN(STEPMAKE_GET_VERSION, [
-- ## "$1" --version 2>&1 | grep -v '^$' | head -1 | awk '{print $NF}'
-+ ## "$1" --version 2>&1 | grep -v '^$' | head -n 1 | awk '{print $NF}'
- ##
- ## ARG.
- ## Workaround for broken Debian gcc version string:
-@@ -28,7 +28,7 @@
- ## Assume, and hunt for, dotted version multiplet.
-
- changequote(<<, >>)dnl
-- ("$1" --version || "$1" -V) 2>&1 | grep '[0-9]\.[0-9]' | head -1 | \
-+ ("$1" --version || "$1" -V) 2>&1 | grep '[0-9]\.[0-9]' | head -n 1 | \
- sed -e 's/.*[^-.0-9]\([0-9][0-9]*\.[0-9][.0-9]*\).*/\1/'
- changequote([, ])dnl
- ])
-diff -uNr lilypond-1.8.1/stepmake/autogen.sh lilypond-1.8.1-coreutils-compat/stepmake/autogen.sh
---- lilypond-1.8.1/stepmake/autogen.sh 2002-12-15 11:34:47.000000000 -0700
-+++ lilypond-1.8.1-coreutils-compat/stepmake/autogen.sh 2003-08-22 21:32:52.000000000 -0600
-@@ -23,7 +23,7 @@
- # If you have such a setup, invoke this script as:
- # autoconf=autoconf2.50 ./autogen.sh
- for i in autoconf2.50 autoconf-2.50 autoconf false; do
-- version=`$i --version 2>/dev/null | head -1 | awk '{print $NF}' | awk -F. '{print $1 * 100 + $2}'`
-+ version=`$i --version 2>/dev/null | head -n 1 | awk '{print $NF}' | awk -F. '{print $1 * 100 + $2}'`
- if test "0$version" -ge 250; then
- autoconf=$i
- break
-diff -uNr lilypond-1.8.1/stepmake/bin/stepmakeise.sh lilypond-1.8.1-coreutils-compat/stepmake/bin/stepmakeise.sh
---- lilypond-1.8.1/stepmake/bin/stepmakeise.sh 1998-07-08 02:04:40.000000000 -0600
-+++ lilypond-1.8.1-coreutils-compat/stepmake/bin/stepmakeise.sh 2003-08-22 21:32:42.000000000 -0600
-@@ -54,7 +54,7 @@
- echo "$name: huh 2?"
- exit 1
- fi
-- LATEST=`cd $reldir; ls -t1 stepmake-*.tar.gz | head -1 | sed 's!stepmake-!!' | sed 's!.tar.gz!!'`
-+ LATEST=`cd $reldir; ls -t1 stepmake-*.tar.gz | head -n 1 | sed 's!stepmake-!!' | sed 's!.tar.gz!!'`
- # urg
- latest=`echo $LATEST | sed 's/\.[a-zA-Z][a-zA-Z]*[0-9]*$//'`
- latest_val=`value $latest`
-diff -uNr lilypond-1.8.1/stepmake/stepmake/automatically-generated.sub.make lilypond-1.8.1-coreutils-compat/stepmake/stepmake/automatically-generated.sub.make
---- lilypond-1.8.1/stepmake/stepmake/automatically-generated.sub.make 2002-05-17 06:09:10.000000000 -0600
-+++ lilypond-1.8.1-coreutils-compat/stepmake/stepmake/automatically-generated.sub.make 2003-08-22 21:35:03.000000000 -0600
-@@ -3,7 +3,7 @@
-
- default:
- -chmod +w $(OUTFILE)
-- head -1 $(INFILE) > $(OUTFILE)
-+ head -n 1 $(INFILE) > $(OUTFILE)
- echo "$(LINECOMMENT) WARNING WARNING WARNING" >> $(OUTFILE)
- echo "$(LINECOMMENT) do not edit! this is $(OUTFILE), generated from $(INFILE)" >> $(OUTFILE)
- cat $(INFILE) >> $(OUTFILE)