diff options
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/ushare/ChangeLog | 5 | ||||
-rw-r--r-- | media-video/ushare/ushare-1.1a-r5.ebuild | 15 |
2 files changed, 13 insertions, 7 deletions
diff --git a/media-video/ushare/ChangeLog b/media-video/ushare/ChangeLog index 3a12eacda092..7bf9be7f730f 100644 --- a/media-video/ushare/ChangeLog +++ b/media-video/ushare/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/ushare # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/ushare/ChangeLog,v 1.23 2013/02/15 22:07:24 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ushare/ChangeLog,v 1.24 2013/02/16 08:36:16 pacho Exp $ + + 16 Feb 2013; Pacho Ramos <pacho@gentoo.org> ushare-1.1a-r5.ebuild: + Don't show elog messages always (#457596) 15 Feb 2013; Markos Chandras <hwoarang@gentoo.org> +files/07_all_drop_optimizations.patch, ushare-1.1a-r5.ebuild: diff --git a/media-video/ushare/ushare-1.1a-r5.ebuild b/media-video/ushare/ushare-1.1a-r5.ebuild index 7ad1ae178e3a..1ba3af10ba37 100644 --- a/media-video/ushare/ushare-1.1a-r5.ebuild +++ b/media-video/ushare/ushare-1.1a-r5.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/ushare/ushare-1.1a-r5.ebuild,v 1.4 2013/02/15 22:07:24 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ushare/ushare-1.1a-r5.ebuild,v 1.5 2013/02/16 08:36:16 pacho Exp $ EAPI=4 -inherit eutils multilib user toolchain-funcs +inherit eutils multilib readme.gentoo toolchain-funcs user DESCRIPTION="uShare is a UPnP (TM) A/V & DLNA Media Server" HOMEPAGE="http://ushare.geexbox.org/" @@ -22,6 +22,10 @@ DEPEND="${RDEPEND} src_prepare() { EPATCH_SOURCE="${FILESDIR}" EPATCH_SUFFIX="patch" \ EPATCH_OPTS="-p1" epatch + + DOC_CONTENTS="Please edit /etc/conf.d/ushare to set the shared directories + and other important settings. Check system log if ushare is + not booting." } src_configure() { @@ -33,7 +37,7 @@ src_configure() { # I can't use econf # --host is not implemented in ./configure file tc-export CC CXX - + ./configure ${myconf} || die "./configure failed" } @@ -43,11 +47,10 @@ src_install() { newconfd "${FILESDIR}"/ushare.conf.d ushare newinitd "${FILESDIR}"/ushare.init.d ushare dodoc NEWS README TODO THANKS AUTHORS + readme.gentoo_create_doc } pkg_postinst() { enewuser ushare - elog "Please edit /etc/conf.d/ushare to set the shared directories" - elog "and other important settings. Check system log if ushare is" - elog "not booting." + readme.gentoo_print_elog } |