diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2005-10-26 01:13:12 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2005-10-26 01:13:12 +0000 |
commit | 7d67dd039e922618d49d675a7bd1f474647f453d (patch) | |
tree | ae2f26a1921332411559012da24cf200d136f738 /app-accessibility | |
parent | magnant (diff) | |
download | historical-7d67dd039e922618d49d675a7bd1f474647f453d.tar.gz historical-7d67dd039e922618d49d675a7bd1f474647f453d.tar.bz2 historical-7d67dd039e922618d49d675a7bd1f474647f453d.zip |
Don't do the prerm deletion of the symlinks because they get removed during subsequent emerges.
Package-Manager: portage-2.0.53_rc6
Diffstat (limited to 'app-accessibility')
-rw-r--r-- | app-accessibility/festival/ChangeLog | 7 | ||||
-rw-r--r-- | app-accessibility/festival/Manifest | 22 | ||||
-rw-r--r-- | app-accessibility/festival/festival-1.4.3-r4.ebuild | 10 |
3 files changed, 28 insertions, 11 deletions
diff --git a/app-accessibility/festival/ChangeLog b/app-accessibility/festival/ChangeLog index ccd4d976dce7..58a927805d82 100644 --- a/app-accessibility/festival/ChangeLog +++ b/app-accessibility/festival/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-accessibility/festival # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival/ChangeLog,v 1.33 2005/09/09 13:58:07 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival/ChangeLog,v 1.34 2005/10/26 01:13:12 eradicator Exp $ + + 26 Oct 2005; Jeremy Huddleston <eradicator@gentoo.org> + festival-1.4.3-r4.ebuild: + Don't do the prerm deletion of the symlinks because they get removed during + subsequent emerges. 09 Sep 2005; Aron Griffis <agriffis@gentoo.org> festival-1.4.3-r3.ebuild: Mark 1.4.3-r3 stable on alpha diff --git a/app-accessibility/festival/Manifest b/app-accessibility/festival/Manifest index 627d256af6f2..da3689934b2b 100644 --- a/app-accessibility/festival/Manifest +++ b/app-accessibility/festival/Manifest @@ -1,10 +1,20 @@ -MD5 27af1518ecc735c416b3b2950a1a4c2c festival-1.4.3-r4.ebuild 4946 -MD5 4f5d797c455932135181f0c31b5e71b2 metadata.xml 185 -MD5 ff608e6a1cf6ddda211fc3ebd6b48aec ChangeLog 8443 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 3163db1d79696f44a4826f7e0e612dd9 ChangeLog 8631 MD5 5e29e53e94ac53246056b83949a6ec8a festival-1.4.3-r3.ebuild 5935 +MD5 660d41fcc25f7e6c794e01572c0496ae festival-1.4.3-r4.ebuild 5005 MD5 f38f904b9dfc77c788a63f51ccd2abb7 files/digest-festival-1.4.3-r3 863 +MD5 c7f0c77b597f9a682ad2921edb0d26fb files/digest-festival-1.4.3-r4 863 +MD5 b380d6440fe49096f7705d6f1adf01ee files/festival-1.4.3-asterisk.patch 3028 +MD5 70fe1c867e8782c7ff288056677fda0c files/festival-gcc3.3.diff 5257 MD5 8517199b1c2ba4350258e5511e93c2ea files/festival.rc 621 MD5 ac6ab1a049e2d4ec374892de9f058704 files/server.scm 781 -MD5 70fe1c867e8782c7ff288056677fda0c files/festival-gcc3.3.diff 5257 -MD5 b380d6440fe49096f7705d6f1adf01ee files/festival-1.4.3-asterisk.patch 3028 -MD5 c7f0c77b597f9a682ad2921edb0d26fb files/digest-festival-1.4.3-r4 863 +MD5 4f5d797c455932135181f0c31b5e71b2 metadata.xml 185 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2 (GNU/Linux) + +iD8DBQFDXtg0OpjtAl+gMRURAm7JAJ0TiHdy0prD8mXhG6ufW4MOZASdCgCfcu5b +88XE0wmKzOgXbb/RPUfl0cg= +=Ih86 +-----END PGP SIGNATURE----- diff --git a/app-accessibility/festival/festival-1.4.3-r4.ebuild b/app-accessibility/festival/festival-1.4.3-r4.ebuild index de18283cff34..339c92bd58f2 100644 --- a/app-accessibility/festival/festival-1.4.3-r4.ebuild +++ b/app-accessibility/festival/festival-1.4.3-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival/festival-1.4.3-r4.ebuild,v 1.5 2005/08/24 23:13:20 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival/festival-1.4.3-r4.ebuild,v 1.6 2005/10/26 01:13:12 eradicator Exp $ inherit eutils toolchain-funcs @@ -135,9 +135,11 @@ pkg_postinst() { # databases: as long as the target of a link exists, the link cannot be # removed by Portage. # So we do it by hand here... -pkg_prerm() { - find /usr/share/festival/voices -type l -path "*_mbrola*" -exec rm -f {} \; -} +# +# If we do this, it gets deleted during an upgrade. +#pkg_prerm() { +# find /usr/share/festival/voices -type l -path "*_mbrola*" -exec rm -f {} \; +#} # Fix mbrola databases: create symbolic links from festival voices # directories to MBROLA install dirs. |