diff options
author | 2006-08-31 09:21:22 +0000 | |
---|---|---|
committer | 2006-08-31 09:21:22 +0000 | |
commit | 80ab54d3fef85c1471b62888e08faa26b5d88775 (patch) | |
tree | ea221951573641f28e7cc23ef6738969406f10fb /media-plugins/alsa-plugins | |
parent | Unmask new amarok. (diff) | |
download | gentoo-2-80ab54d3fef85c1471b62888e08faa26b5d88775.tar.gz gentoo-2-80ab54d3fef85c1471b62888e08faa26b5d88775.tar.bz2 gentoo-2-80ab54d3fef85c1471b62888e08faa26b5d88775.zip |
Remove pkg_postinst as it's not needed anymore.
(Portage version: 2.1.1_rc1-r2)
Diffstat (limited to 'media-plugins/alsa-plugins')
-rw-r--r-- | media-plugins/alsa-plugins/ChangeLog | 6 | ||||
-rw-r--r-- | media-plugins/alsa-plugins/alsa-plugins-1.0.12.ebuild | 14 |
2 files changed, 7 insertions, 13 deletions
diff --git a/media-plugins/alsa-plugins/ChangeLog b/media-plugins/alsa-plugins/ChangeLog index a828736773c3..f55101320a52 100644 --- a/media-plugins/alsa-plugins/ChangeLog +++ b/media-plugins/alsa-plugins/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-plugins/alsa-plugins # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/ChangeLog,v 1.11 2006/08/31 09:16:24 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/ChangeLog,v 1.12 2006/08/31 09:21:22 flameeyes Exp $ + + 31 Aug 2006; Diego Pettenò <flameeyes@gentoo.org> + alsa-plugins-1.0.12.ebuild: + Remove pkg_postinst as it's not needed anymore. *alsa-plugins-1.0.12 (31 Aug 2006) diff --git a/media-plugins/alsa-plugins/alsa-plugins-1.0.12.ebuild b/media-plugins/alsa-plugins/alsa-plugins-1.0.12.ebuild index 7859e2067a8c..f130b4de7c80 100644 --- a/media-plugins/alsa-plugins/alsa-plugins-1.0.12.ebuild +++ b/media-plugins/alsa-plugins/alsa-plugins-1.0.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.12.ebuild,v 1.1 2006/08/31 09:16:24 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.12.ebuild,v 1.2 2006/08/31 09:21:22 flameeyes Exp $ inherit libtool autotools eutils flag-o-matic @@ -63,15 +63,5 @@ src_install() { dodoc upmix.txt vdownmix.txt README-pcm-oss use jack && dodoc README-jack use libsamplerate && dodoc samplerate.txt - use pulseaudio && dodoc README-polyp -} - -pkg_postinst() { - if use pulseaudio; then - elog "This version of alsa-plugins does not support PulseAudio under this name." - elog "as it was developed when it was called PolypAudio." - elog "For this reason all the documentation refers to PolypAudio and" - elog "the plugin is called polyp." - elog "This situation is going to be solved in next release." - fi + use pulseaudio && dodoc README-pulse } |