jer 14/06/28 23:06:36 Modified: ChangeLog zoinks-0.4.1.ebuild Log: Add postinst elog message about missing fonts. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.29 app-editors/zoinks/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/zoinks/ChangeLog?rev=1.29&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/zoinks/ChangeLog?rev=1.29&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/zoinks/ChangeLog?r1=1.28&r2=1.29 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-editors/zoinks/ChangeLog,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- ChangeLog 28 Jun 2014 20:55:00 -0000 1.28 +++ ChangeLog 28 Jun 2014 23:06:36 -0000 1.29 @@ -1,6 +1,9 @@ # ChangeLog for app-editors/zoinks # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/zoinks/ChangeLog,v 1.28 2014/06/28 20:55:00 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/zoinks/ChangeLog,v 1.29 2014/06/28 23:06:36 jer Exp $ + + 28 Jun 2014; Jeroen Roovers <[email protected]> zoinks-0.4.1.ebuild: + Add postinst elog message about missing fonts. 28 Jun 2014; Jeroen Roovers <[email protected]> zoinks-0.4.1.ebuild: Bump EAPI (bug #515622 by Jonas Stein). 1.9 app-editors/zoinks/zoinks-0.4.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/zoinks/zoinks-0.4.1.ebuild?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/zoinks/zoinks-0.4.1.ebuild?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/zoinks/zoinks-0.4.1.ebuild?r1=1.8&r2=1.9 Index: zoinks-0.4.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-editors/zoinks/zoinks-0.4.1.ebuild,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- zoinks-0.4.1.ebuild 28 Jun 2014 20:55:00 -0000 1.8 +++ zoinks-0.4.1.ebuild 28 Jun 2014 23:06:36 -0000 1.9 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/zoinks/zoinks-0.4.1.ebuild,v 1.8 2014/06/28 20:55:00 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/zoinks/zoinks-0.4.1.ebuild,v 1.9 2014/06/28 23:06:36 jer Exp $ EAPI=5 inherit eutils toolchain-funcs @@ -36,3 +36,11 @@ doicon ide/Pixmaps/${PN}.xpm make_desktop_entry ${PN} "Zoinks!" ${PN} "Utility;TextEditor" } + +pkg_postinst() { + if ! [[ ${REPLACING_VERSIONS} ]]; then + elog "If you see this message when starting zoinks:" + elog "zoinks: TFont.cpp:40: TFont::TFont(const char*): Assertion \`fFontSet' failed." + elog "You need to install media-fonts/font-adobe-{75,100dpi}" + fi +}
