diff options
author | 2015-06-09 01:39:16 +0000 | |
---|---|---|
committer | 2015-06-09 01:39:16 +0000 | |
commit | ce27671cff94db23ba585d5720ee255c2913638b (patch) | |
tree | a277bc943de666034390d3c12092491ee3bfd69a /media-video/tovid | |
parent | tidy to msg output in pkg_postins provided by "BT" in bug #541964 (diff) | |
download | gentoo-2-ce27671cff94db23ba585d5720ee255c2913638b.tar.gz gentoo-2-ce27671cff94db23ba585d5720ee255c2913638b.tar.bz2 gentoo-2-ce27671cff94db23ba585d5720ee255c2913638b.zip |
correct syntax and whitepace
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'media-video/tovid')
-rw-r--r-- | media-video/tovid/ChangeLog | 5 | ||||
-rw-r--r-- | media-video/tovid/tovid-0.35.2.ebuild | 11 |
2 files changed, 9 insertions, 7 deletions
diff --git a/media-video/tovid/ChangeLog b/media-video/tovid/ChangeLog index dd042862be9a..6255b952c670 100644 --- a/media-video/tovid/ChangeLog +++ b/media-video/tovid/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/tovid # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/tovid/ChangeLog,v 1.34 2015/06/09 01:33:15 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/tovid/ChangeLog,v 1.35 2015/06/09 01:39:16 idella4 Exp $ + + 09 Jun 2015; Ian Delaney <idella4@gentoo.org> tovid-0.35.2.ebuild: + correct syntax and whitepace 09 Jun 2015; Ian Delaney <idella4@gentoo.org> tovid-0.35.2.ebuild: tidy to msg output in pkg_postins provided by "BT" in bug #541964 diff --git a/media-video/tovid/tovid-0.35.2.ebuild b/media-video/tovid/tovid-0.35.2.ebuild index af2d96650cb3..ed0ba37ca37f 100644 --- a/media-video/tovid/tovid-0.35.2.ebuild +++ b/media-video/tovid/tovid-0.35.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/tovid/tovid-0.35.2.ebuild,v 1.2 2015/06/09 01:33:15 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/tovid/tovid-0.35.2.ebuild,v 1.3 2015/06/09 01:39:16 idella4 Exp $ EAPI=5 @@ -51,12 +51,12 @@ pkg_preinst() { pkg_postinst() { gnome2_icon_cache_update elog "######################################################################" -+ elog "You can install media-video/transcode for additional functionality. It" -+ elog "will speed up the creation of animated submenus with faster seeking." -+ elog "Otherwise FFmpeg/Libav will be used." + elog "You can install media-video/transcode for additional functionality. It" + elog "will speed up the creation of animated submenus with faster seeking." + elog "Otherwise FFmpeg/Libav will be used." elog "######################################################################" elog"" - gnome2_icon_cache_update + gnome2_icon_cache_update } pkg_postinst() { gnome2_icon_cache_update @@ -65,4 +65,3 @@ pkg_postinst() { pkg_postrm() { gnome2_icon_cache_update } - |