diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2005-02-28 10:38:15 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2005-02-28 10:38:15 +0000 |
commit | 26f237e2a46a76625c4ef53b6c1dffc767e8adb2 (patch) | |
tree | 7d663111ea1e289f93f9798755a7d4efa0c56621 /media-sound/timidity-eawpatches | |
parent | Cleaned out old versions. (diff) | |
download | historical-26f237e2a46a76625c4ef53b6c1dffc767e8adb2.tar.gz historical-26f237e2a46a76625c4ef53b6c1dffc767e8adb2.tar.bz2 historical-26f237e2a46a76625c4ef53b6c1dffc767e8adb2.zip |
Cleaned out old versions.
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'media-sound/timidity-eawpatches')
7 files changed, 9 insertions, 121 deletions
diff --git a/media-sound/timidity-eawpatches/ChangeLog b/media-sound/timidity-eawpatches/ChangeLog index 50fc76734f0d..26fe5aeea4d4 100644 --- a/media-sound/timidity-eawpatches/ChangeLog +++ b/media-sound/timidity-eawpatches/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-sound/timidity-eawpatches -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/timidity-eawpatches/ChangeLog,v 1.17 2004/12/21 13:27:22 josejx Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/timidity-eawpatches/ChangeLog,v 1.18 2005/02/28 10:38:15 eradicator Exp $ + + 28 Feb 2005; Jeremy Huddleston <eradicator@gentoo.org> + -files/timidity-eawpatches-12-gentoo.diff, + -timidity-eawpatches-12-r2.ebuild, -timidity-eawpatches-12-r3.ebuild: + Cleaned out old versions. 22 Dec 2004; Joseph Jezak <josejx@gentoo.org> timidity-eawpatches-12-r4.ebuild: diff --git a/media-sound/timidity-eawpatches/files/digest-timidity-eawpatches-12-r2 b/media-sound/timidity-eawpatches/files/digest-timidity-eawpatches-12-r2 deleted file mode 100644 index a45653bba691..000000000000 --- a/media-sound/timidity-eawpatches/files/digest-timidity-eawpatches-12-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 8ebcf0583f3077346ebace93c8ea166f eawpats12_full.tar.gz 32047230 diff --git a/media-sound/timidity-eawpatches/files/digest-timidity-eawpatches-12-r3 b/media-sound/timidity-eawpatches/files/digest-timidity-eawpatches-12-r3 deleted file mode 100644 index a45653bba691..000000000000 --- a/media-sound/timidity-eawpatches/files/digest-timidity-eawpatches-12-r3 +++ /dev/null @@ -1 +0,0 @@ -MD5 8ebcf0583f3077346ebace93c8ea166f eawpats12_full.tar.gz 32047230 diff --git a/media-sound/timidity-eawpatches/files/timidity-eawpatches-12-gentoo.diff b/media-sound/timidity-eawpatches/files/timidity-eawpatches-12-gentoo.diff deleted file mode 100644 index ab52cdf94dd3..000000000000 --- a/media-sound/timidity-eawpatches/files/timidity-eawpatches-12-gentoo.diff +++ /dev/null @@ -1,20 +0,0 @@ ---- timidity.cfg.old 1999-12-14 10:13:04.000000000 -0500 -+++ timidity.cfg 2002-05-19 15:25:51.000000000 -0400 -@@ -27,7 +27,7 @@ - # If you've moved things around since compiling, uncomment and edit this to - # point to the library directory: - # --dir c:\timidity -+dir /usr/share/timidity - # - - ############################################################################## -@@ -58,7 +58,7 @@ - # If you have the GUS General MIDI patch set, uncomment the following lines - # and edit the "dir" statement to point to your GUS patch directory. - # --dir c:\eawpats -+dir /usr/share/timidity/eawpatches - source gravis.cfg - source gsdrums.cfg - source gssfx.cfg diff --git a/media-sound/timidity-eawpatches/timidity-eawpatches-12-r2.ebuild b/media-sound/timidity-eawpatches/timidity-eawpatches-12-r2.ebuild deleted file mode 100644 index 62f5b7afeaab..000000000000 --- a/media-sound/timidity-eawpatches/timidity-eawpatches-12-r2.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/timidity-eawpatches/timidity-eawpatches-12-r2.ebuild,v 1.9 2004/06/25 00:26:52 agriffis Exp $ - -IUSE="" - -DESCRIPTION="Eric Welsh's GUS patches for TiMidity" -HOMEPAGE="http://www.stardate.bc.ca/eawpatches/html/default.htm" -SRC_URI="http://5hdumat.samizdat.net/music/eawpats${PV}_full.tar.gz" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="x86 ppc ~amd64" - -DEPEND="media-sound/timidity++" - -S=${WORKDIR}/eawpats - -src_unpack() { - unpack ${A} - cd ${S}/linuxconfig - sed -i -e "s:dir /home/user/eawpats/:dir /usr/share/timidity/eawpatches:" timidity.cfg -} - -src_install() { - local instdir=/usr/share/timidity - - # Install base timidity configuration - insinto ${instdir} - doins linuxconfig/timidity.cfg - rm -rf linuxconfig/ winconfig/ - - # Install base eawpatches - insinto ${instdir}/eawpatches - doins *.cfg *.pat - rm *.cfg *.pat - - # Install patches from subdirectories - for d in `find . -type f -name \*.pat | sed 's,/[^/]*$,,' | sort -u`; do - insinto ${instdir}/eawpatches/${d} - doins ${d}/*.pat - done - - # Install documentation, including subdirs - find . -name \*.txt | xargs dodoc -} diff --git a/media-sound/timidity-eawpatches/timidity-eawpatches-12-r3.ebuild b/media-sound/timidity-eawpatches/timidity-eawpatches-12-r3.ebuild deleted file mode 100644 index cb938b4d8051..000000000000 --- a/media-sound/timidity-eawpatches/timidity-eawpatches-12-r3.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/timidity-eawpatches/timidity-eawpatches-12-r3.ebuild,v 1.4 2004/09/03 20:25:38 eradicator Exp $ - -IUSE="" - -DESCRIPTION="Eric Welsh's GUS patches for TiMidity" -HOMEPAGE="http://www.stardate.bc.ca/eawpatches/html/default.htm" -SRC_URI="http://5hdumat.samizdat.net/music/eawpats${PV}_full.tar.gz" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="x86 ~ppc amd64 sparc" - -DEPEND="media-sound/timidity++" - -S=${WORKDIR}/eawpats - -src_unpack() { - unpack ${A} - cd ${S}/linuxconfig - sed -i -e "s:dir /home/user/eawpats/:dir /usr/share/timidity/eawpatches:" timidity.cfg -} - -src_install() { - local instdir=/usr/share/timidity - - # Install base timidity configuration - insinto /etc - doins linuxconfig/timidity.cfg - - insinto ${instdir} - dosym /etc/timidity.cfg ${instdir}/timidity.cfg - rm -rf linuxconfig/ winconfig/ - - # Install base eawpatches - insinto ${instdir}/eawpatches - doins *.cfg *.pat - rm *.cfg *.pat - - # Install patches from subdirectories - for d in `find . -type f -name \*.pat | sed 's,/[^/]*$,,' | sort -u`; do - insinto ${instdir}/eawpatches/${d} - doins ${d}/*.pat - done - - # Install documentation, including subdirs - find . -name \*.txt | xargs dodoc -} diff --git a/media-sound/timidity-eawpatches/timidity-eawpatches-12-r4.ebuild b/media-sound/timidity-eawpatches/timidity-eawpatches-12-r4.ebuild index cd24e88b4600..98815143130d 100644 --- a/media-sound/timidity-eawpatches/timidity-eawpatches-12-r4.ebuild +++ b/media-sound/timidity-eawpatches/timidity-eawpatches-12-r4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/timidity-eawpatches/timidity-eawpatches-12-r4.ebuild,v 1.3 2004/12/21 13:27:22 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/timidity-eawpatches/timidity-eawpatches-12-r4.ebuild,v 1.4 2005/02/28 10:38:15 eradicator Exp $ IUSE="" |