diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2009-09-07 21:26:32 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2009-09-07 21:26:32 +0000 |
commit | 1e08a0b5c47d90e5752e623f5cb8b6f59b9ee634 (patch) | |
tree | 600ec27e94f3fc131283aff8536c3a609b144b62 | |
parent | Version bump. Set SUPPORT_PYTHON_ABIS. (diff) | |
download | gentoo-2-1e08a0b5c47d90e5752e623f5cb8b6f59b9ee634.tar.gz gentoo-2-1e08a0b5c47d90e5752e623f5cb8b6f59b9ee634.tar.bz2 gentoo-2-1e08a0b5c47d90e5752e623f5cb8b6f59b9ee634.zip |
Drop pkg_postinst message, handled by eclass now.
(Portage version: 2.2_rc40/cvs/Linux x86_64)
-rw-r--r-- | media-fonts/mikachan-font-otf/ChangeLog | 6 | ||||
-rw-r--r-- | media-fonts/mikachan-font-otf/mikachan-font-otf-9.1-r1.ebuild | 12 |
2 files changed, 6 insertions, 12 deletions
diff --git a/media-fonts/mikachan-font-otf/ChangeLog b/media-fonts/mikachan-font-otf/ChangeLog index af6c551297c9..ee72ac5736d2 100644 --- a/media-fonts/mikachan-font-otf/ChangeLog +++ b/media-fonts/mikachan-font-otf/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-fonts/mikachan-font-otf # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/mikachan-font-otf/ChangeLog,v 1.17 2009/02/21 13:49:00 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/mikachan-font-otf/ChangeLog,v 1.18 2009/09/07 21:26:32 dirtyepic Exp $ + + 07 Sep 2009; Ryan Hill <dirtyepic@gentoo.org> + mikachan-font-otf-9.1-r1.ebuild: + Drop pkg_postinst message, handled by eclass now. *mikachan-font-otf-9.1-r1 (21 Feb 2009) diff --git a/media-fonts/mikachan-font-otf/mikachan-font-otf-9.1-r1.ebuild b/media-fonts/mikachan-font-otf/mikachan-font-otf-9.1-r1.ebuild index a7c0c1cc7ec5..26590761d9f3 100644 --- a/media-fonts/mikachan-font-otf/mikachan-font-otf-9.1-r1.ebuild +++ b/media-fonts/mikachan-font-otf/mikachan-font-otf-9.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/mikachan-font-otf/mikachan-font-otf-9.1-r1.ebuild,v 1.1 2009/02/21 13:49:00 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/mikachan-font-otf/mikachan-font-otf-9.1-r1.ebuild,v 1.2 2009/09/07 21:26:32 dirtyepic Exp $ inherit font @@ -21,13 +21,3 @@ FONT_S="${WORKDIR}/${P}" RESTRICT="strip binchecks" FONT_CONF=( "${FILESDIR}/60-mikachan_o.conf" ) - -pkg_postinst() { - font_pkg_postinst - - echo - elog "To use mikachan otf instead of the default font for sans, serif and" - elog "monospace, use:" - elog " eselect fontconfig enable 60-mikachan_o.conf" - echo -} |