diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-11-24 12:42:14 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-11-24 12:42:14 +0000 |
commit | 4cdf7839d6f08c09924942da4fa39d266bb245a1 (patch) | |
tree | 55d49db54d24e0e09298ce5071d0b0bd3594756a /media-sound/timidity-eawpatches | |
parent | Cleanup old versions, this is also the end of timidity-update in favour of ju... (diff) | |
download | gentoo-2-4cdf7839d6f08c09924942da4fa39d266bb245a1.tar.gz gentoo-2-4cdf7839d6f08c09924942da4fa39d266bb245a1.tar.bz2 gentoo-2-4cdf7839d6f08c09924942da4fa39d266bb245a1.zip |
Cleanup old version using timidity-update.
(Portage version: 2.1.4_rc3)
Diffstat (limited to 'media-sound/timidity-eawpatches')
3 files changed, 5 insertions, 56 deletions
diff --git a/media-sound/timidity-eawpatches/ChangeLog b/media-sound/timidity-eawpatches/ChangeLog index f7d47a54e7eb..8138ea2c9190 100644 --- a/media-sound/timidity-eawpatches/ChangeLog +++ b/media-sound/timidity-eawpatches/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/timidity-eawpatches # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/timidity-eawpatches/ChangeLog,v 1.39 2007/09/29 09:06:03 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/timidity-eawpatches/ChangeLog,v 1.40 2007/11/24 12:42:13 flameeyes Exp $ + + 24 Nov 2007; Diego Pettenò <flameeyes@gentoo.org> + -timidity-eawpatches-12-r4.ebuild: + Cleanup old version using timidity-update. 29 Sep 2007; Samuli Suominen <drac@gentoo.org> timidity-eawpatches-12-r5.ebuild: diff --git a/media-sound/timidity-eawpatches/files/digest-timidity-eawpatches-12-r4 b/media-sound/timidity-eawpatches/files/digest-timidity-eawpatches-12-r4 deleted file mode 100644 index 9b441330c595..000000000000 --- a/media-sound/timidity-eawpatches/files/digest-timidity-eawpatches-12-r4 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 8ebcf0583f3077346ebace93c8ea166f eawpats12_full.tar.gz 32047230 -RMD160 79616f0417943a72e616898a69b85b6cfd81f492 eawpats12_full.tar.gz 32047230 -SHA256 0a1b7368e6e525d62900b34bd061ccc830e6fe1747601ede703e3eb0d1d968b6 eawpats12_full.tar.gz 32047230 diff --git a/media-sound/timidity-eawpatches/timidity-eawpatches-12-r4.ebuild b/media-sound/timidity-eawpatches/timidity-eawpatches-12-r4.ebuild deleted file mode 100644 index 75c5a6b28c8f..000000000000 --- a/media-sound/timidity-eawpatches/timidity-eawpatches-12-r4.ebuild +++ /dev/null @@ -1,52 +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/timidity-eawpatches/timidity-eawpatches-12-r4.ebuild,v 1.12 2007/08/19 10:19:36 drac Exp $ - -IUSE="" - -S=${WORKDIR}/eawpats - -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="amd64 arm hppa ppc ppc64 sparc x86 ~x86-fbsd" - -DEPEND=">=media-sound/timidity++-2.13.0-r2" - -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 - - # Set our installation directory - insinto ${instdir}/eawpatches - - # Install base timidity configuration for timidity-update - doins linuxconfig/timidity.cfg - rm -rf linuxconfig/ winconfig/ - - # Install base 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 - dodoc $(find . -name \*.txt) -} - -pkg_postinst() { - elog "You must run 'timidity-update -g -s eawpatches' to set this" - elog "patchset as the default system patchset." -} |