diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-10-24 08:30:23 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-10-24 08:30:23 +0000 |
commit | 77021207526fb738f17e6cc031bd8321b834f129 (patch) | |
tree | 6660ef39d86e50af53f0e4154b2c0238fb4e20de /media-sound/decibel-audio-player | |
parent | Version bump (diff) | |
download | gentoo-2-77021207526fb738f17e6cc031bd8321b834f129.tar.gz gentoo-2-77021207526fb738f17e6cc031bd8321b834f129.tar.bz2 gentoo-2-77021207526fb738f17e6cc031bd8321b834f129.zip |
Add postinst message about the Decibel guide, by Josh
(Portage version: 2.2_rc12/cvs/Linux 2.6.27.2 x86_64)
Diffstat (limited to 'media-sound/decibel-audio-player')
3 files changed, 19 insertions, 3 deletions
diff --git a/media-sound/decibel-audio-player/ChangeLog b/media-sound/decibel-audio-player/ChangeLog index 0b5cd27901d3..2ee23f0984c6 100644 --- a/media-sound/decibel-audio-player/ChangeLog +++ b/media-sound/decibel-audio-player/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/decibel-audio-player # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/decibel-audio-player/ChangeLog,v 1.6 2008/10/19 09:55:31 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/decibel-audio-player/ChangeLog,v 1.7 2008/10/24 08:30:23 aballier Exp $ + + 24 Oct 2008; Alexis Ballier <aballier@gentoo.org> + decibel-audio-player-0.10.ebuild, decibel-audio-player-0.11.ebuild: + Add postinst message about the Decibel guide, by Josh 19 Oct 2008; Alexis Ballier <aballier@gentoo.org> decibel-audio-player-0.10.ebuild, decibel-audio-player-0.11.ebuild: diff --git a/media-sound/decibel-audio-player/decibel-audio-player-0.10.ebuild b/media-sound/decibel-audio-player/decibel-audio-player-0.10.ebuild index c5939eeee781..468adaf2dfe9 100644 --- a/media-sound/decibel-audio-player/decibel-audio-player-0.10.ebuild +++ b/media-sound/decibel-audio-player/decibel-audio-player-0.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/decibel-audio-player/decibel-audio-player-0.10.ebuild,v 1.6 2008/10/19 09:55:31 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/decibel-audio-player/decibel-audio-player-0.10.ebuild,v 1.7 2008/10/24 08:30:23 aballier Exp $ DESCRIPTION="A GTK+ audio player which aims at being very straightforward to use." HOMEPAGE="http://decibel.silent-blade.org" @@ -31,3 +31,9 @@ src_install() { install || die "emake install failed" dodoc doc/ChangeLog || die "dodoc failed" } + +pkg_postinst() { + elog "Please read the Decibel guide at" + elog "http://www.gentoo.org/proj/en/desktop/sound/decibel.xml; it contains" + elog "information on how to enable various features and audio formats." +} diff --git a/media-sound/decibel-audio-player/decibel-audio-player-0.11.ebuild b/media-sound/decibel-audio-player/decibel-audio-player-0.11.ebuild index cfd641e64413..85f096ba4171 100644 --- a/media-sound/decibel-audio-player/decibel-audio-player-0.11.ebuild +++ b/media-sound/decibel-audio-player/decibel-audio-player-0.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/decibel-audio-player/decibel-audio-player-0.11.ebuild,v 1.2 2008/10/19 09:55:31 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/decibel-audio-player/decibel-audio-player-0.11.ebuild,v 1.3 2008/10/24 08:30:23 aballier Exp $ DESCRIPTION="A GTK+ audio player which aims at being very straightforward to use." HOMEPAGE="http://decibel.silent-blade.org" @@ -31,3 +31,9 @@ src_install() { install || die "emake install failed" dodoc doc/ChangeLog || die "dodoc failed" } + +pkg_postinst() { + elog "Please read the Decibel guide at" + elog "http://www.gentoo.org/proj/en/desktop/sound/decibel.xml; it contains" + elog "information on how to enable various features and audio formats." +} |