diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2005-02-28 10:36:03 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2005-02-28 10:36:03 +0000 |
commit | c3d032fd1723fe77caa2e378a28cfdf96c9091ef (patch) | |
tree | ce1240eda1fce3c2fcaf6cccb8a947555c75f20a /media-sound/timidity-shompatches | |
parent | New revision, including a patch for xorg-x11 cursors, thanks to <gentoo@fergu... (diff) | |
download | gentoo-2-c3d032fd1723fe77caa2e378a28cfdf96c9091ef.tar.gz gentoo-2-c3d032fd1723fe77caa2e378a28cfdf96c9091ef.tar.bz2 gentoo-2-c3d032fd1723fe77caa2e378a28cfdf96c9091ef.zip |
Cleaned out old versions.
(Portage version: 2.0.51.16)
Diffstat (limited to 'media-sound/timidity-shompatches')
4 files changed, 8 insertions, 54 deletions
diff --git a/media-sound/timidity-shompatches/ChangeLog b/media-sound/timidity-shompatches/ChangeLog index 16f65b48dcc7..c5a2bf9d3a20 100644 --- a/media-sound/timidity-shompatches/ChangeLog +++ b/media-sound/timidity-shompatches/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/timidity-shompatches -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/timidity-shompatches/ChangeLog,v 1.8 2004/12/21 13:28:27 josejx Exp $ +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/timidity-shompatches/ChangeLog,v 1.9 2005/02/28 10:36:03 eradicator Exp $ + + 28 Feb 2005; Jeremy Huddleston <eradicator@gentoo.org> + -timidity-shompatches-19960409.ebuild: + Cleaned out old versions. 22 Dec 2004; Joseph Jezak <josejx@gentoo.org> timidity-shompatches-19960409-r3.ebuild: diff --git a/media-sound/timidity-shompatches/files/digest-timidity-shompatches-19960409 b/media-sound/timidity-shompatches/files/digest-timidity-shompatches-19960409 deleted file mode 100644 index b871886e2457..000000000000 --- a/media-sound/timidity-shompatches/files/digest-timidity-shompatches-19960409 +++ /dev/null @@ -1 +0,0 @@ -MD5 983e7f802644f681e1ac3243431de2c4 shominst-0409.zip 9977604 diff --git a/media-sound/timidity-shompatches/timidity-shompatches-19960409-r3.ebuild b/media-sound/timidity-shompatches/timidity-shompatches-19960409-r3.ebuild index 994e8af2deec..3729df1795d3 100644 --- a/media-sound/timidity-shompatches/timidity-shompatches-19960409-r3.ebuild +++ b/media-sound/timidity-shompatches/timidity-shompatches-19960409-r3.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-shompatches/timidity-shompatches-19960409-r3.ebuild,v 1.3 2004/12/21 13:28:27 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/timidity-shompatches/timidity-shompatches-19960409-r3.ebuild,v 1.4 2005/02/28 10:36:03 eradicator Exp $ IUSE="" diff --git a/media-sound/timidity-shompatches/timidity-shompatches-19960409.ebuild b/media-sound/timidity-shompatches/timidity-shompatches-19960409.ebuild deleted file mode 100644 index fcb5b523016a..000000000000 --- a/media-sound/timidity-shompatches/timidity-shompatches-19960409.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-shompatches/timidity-shompatches-19960409.ebuild,v 1.3 2004/09/03 20:26:28 eradicator Exp $ - -IUSE="" - -DESCRIPTION="Matsumoto Shoji's patch collection for TiMidity(SC-55 style 10MB)" -HOMEPAGE="http://www.i.h.kyoto-u.ac.jp/~shom/timidity/shominst/shominst-0409.txt" -SRC_URI="http://www.i.h.kyoto-u.ac.jp/~shom/timidity/shominst/shominst-0409.zip" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="x86 sparc amd64 ~ppc" - -RDEPEND="media-sound/timidity++" -DEPEND="app-arch/unzip - sys-apps/sed" - -S=${WORKDIR}/shompats - -src_unpack() { - mkdir ${S} - cd ${S} - unpack ${A} - sed -i -e "s:dir /nethome/sak95/shom/lib/timidity/:dir /usr/share/timidity/shompatches/:" timidity.cfg - sed -i -e "s:^source :source shompatches/:" timidity.cfg - sed -i -e "s:^source :source shompatches/:" sfx.cfg -} - -src_install() { - local instdir=/usr/share/timidity - dodir ${instdir} - - # Install base timidity configuration - insinto /etc - doins timidity.cfg - dosym /etc/timidity.cfg ${instdir}/timidity.cfg - - # Install base shompatches - insinto ${instdir}/shompatches - doins *.cfg - - # Install patches from subdirectories - for d in `find . -type f -name \*.pat | sed 's,/[^/]*$,,' | sort -u`; do - insinto ${instdir}/shompatches/${d} - doins ${d}/*.pat - done -} - |