diff options
author | Rafael Martins <rafaelmartins@gentoo.org> | 2012-11-23 06:28:52 +0000 |
---|---|---|
committer | Rafael Martins <rafaelmartins@gentoo.org> | 2012-11-23 06:28:52 +0000 |
commit | 3b81febeeaa95d9fe7df62680f41592ebf5b6e6f (patch) | |
tree | d1d8715b490416428ddf3f0c6b803b09848dcae3 | |
parent | Does not build against KDE 4.10 (diff) | |
download | gentoo-2-3b81febeeaa95d9fe7df62680f41592ebf5b6e6f.tar.gz gentoo-2-3b81febeeaa95d9fe7df62680f41592ebf5b6e6f.tar.bz2 gentoo-2-3b81febeeaa95d9fe7df62680f41592ebf5b6e6f.zip |
Recommend a media player and a file downloader.
(Portage version: 2.2.0_alpha136/cvs/Linux x86_64)
-rw-r--r-- | media-sound/marrie/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/marrie/marrie-0.3-r2.ebuild | 10 | ||||
-rw-r--r-- | media-sound/marrie/marrie-9999.ebuild | 10 |
3 files changed, 23 insertions, 3 deletions
diff --git a/media-sound/marrie/ChangeLog b/media-sound/marrie/ChangeLog index 35504a706a2e..23134735d57c 100644 --- a/media-sound/marrie/ChangeLog +++ b/media-sound/marrie/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/marrie # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/marrie/ChangeLog,v 1.3 2012/11/23 03:38:19 rafaelmartins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/marrie/ChangeLog,v 1.4 2012/11/23 06:28:52 rafaelmartins Exp $ + + 23 Nov 2012; Rafael G. Martins <rafaelmartins@gentoo.org> + marrie-0.3-r2.ebuild, marrie-9999.ebuild: + Recommend a media player and a file downloader. *marrie-0.3-r2 (23 Nov 2012) diff --git a/media-sound/marrie/marrie-0.3-r2.ebuild b/media-sound/marrie/marrie-0.3-r2.ebuild index 6400eb586aaa..e170707095d3 100644 --- a/media-sound/marrie/marrie-0.3-r2.ebuild +++ b/media-sound/marrie/marrie-0.3-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/marrie/marrie-0.3-r2.ebuild,v 1.1 2012/11/23 03:38:20 rafaelmartins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/marrie/marrie-0.3-r2.ebuild,v 1.2 2012/11/23 06:28:52 rafaelmartins Exp $ EAPI=4 @@ -51,3 +51,11 @@ src_install() { dohtml marrie.html fi } + +pkg_postinst() { + distutils_pkg_postinst + elog + elog "You'll need a media player and a file downloader." + elog "Recommended packages: net-misc/wget and media-video/mplayer" + elog +} diff --git a/media-sound/marrie/marrie-9999.ebuild b/media-sound/marrie/marrie-9999.ebuild index ec69671f66cc..b75026b801b8 100644 --- a/media-sound/marrie/marrie-9999.ebuild +++ b/media-sound/marrie/marrie-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/marrie/marrie-9999.ebuild,v 1.2 2012/11/23 03:38:19 rafaelmartins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/marrie/marrie-9999.ebuild,v 1.3 2012/11/23 06:28:52 rafaelmartins Exp $ EAPI=4 @@ -51,3 +51,11 @@ src_install() { dohtml marrie.html fi } + +pkg_postinst() { + distutils_pkg_postinst + elog + elog "You'll need a media player and a file downloader." + elog "Recommended packages: net-misc/wget and media-video/mplayer" + elog +} |