diff options
author | Marius Mauch <genone@gentoo.org> | 2007-03-12 15:51:52 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-03-12 15:51:52 +0000 |
commit | 76b215fa3de542db79c371457a2a81fbf20b09cf (patch) | |
tree | 8bb6b317ad84a02cf21078347f371d8724c7f2f7 /games-misc/fortune-mod-scriptures | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-76b215fa3de542db79c371457a2a81fbf20b09cf.tar.gz gentoo-2-76b215fa3de542db79c371457a2a81fbf20b09cf.tar.bz2 gentoo-2-76b215fa3de542db79c371457a2a81fbf20b09cf.zip |
Replacing einfo with elog
(Portage version: 2.1.2.2)
Diffstat (limited to 'games-misc/fortune-mod-scriptures')
-rw-r--r-- | games-misc/fortune-mod-scriptures/ChangeLog | 8 | ||||
-rw-r--r-- | games-misc/fortune-mod-scriptures/fortune-mod-scriptures-1.1.0.ebuild | 26 |
2 files changed, 19 insertions, 15 deletions
diff --git a/games-misc/fortune-mod-scriptures/ChangeLog b/games-misc/fortune-mod-scriptures/ChangeLog index 516da3e2a1a1..0083c00f5f82 100644 --- a/games-misc/fortune-mod-scriptures/ChangeLog +++ b/games-misc/fortune-mod-scriptures/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-misc/fortune-mod-scriptures -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-scriptures/ChangeLog,v 1.2 2006/10/20 19:12:59 beandog Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-scriptures/ChangeLog,v 1.3 2007/03/12 15:51:52 genone Exp $ + + 12 Mar 2007; Marius Mauch <genone@gentoo.org> + fortune-mod-scriptures-1.1.0.ebuild: + Replacing einfo with elog 20 Oct 2006; Steve Dibb <beandog@gentoo.org> +metadata.xml: Add metadata diff --git a/games-misc/fortune-mod-scriptures/fortune-mod-scriptures-1.1.0.ebuild b/games-misc/fortune-mod-scriptures/fortune-mod-scriptures-1.1.0.ebuild index 01ea1a992787..101b82c32d83 100644 --- a/games-misc/fortune-mod-scriptures/fortune-mod-scriptures-1.1.0.ebuild +++ b/games-misc/fortune-mod-scriptures/fortune-mod-scriptures-1.1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 2006-2006 Gentoo Foundation +# Copyright 2006-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-scriptures/fortune-mod-scriptures-1.1.0.ebuild,v 1.1 2006/10/20 19:11:45 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-scriptures/fortune-mod-scriptures-1.1.0.ebuild,v 1.2 2007/03/12 15:51:52 genone Exp $ DESCRIPTION="Fortune modules from the King James Bible scriptures" HOMEPAGE="http://scriptures.nephi.org/" @@ -18,15 +18,15 @@ src_install() { } pkg_postinst() { - einfo "This package contains twelve fortune modules:" - einfo "acts - The Acts of the Apostles" - einfo "bible - King James Version of the Holy Bible" - einfo "eccl - Ecclesiastes" - einfo "epistles - New Testament Epistles (Romans to Jude)" - einfo "gospels - The Four Gospels (Matthew, Mark, Luke, John)" - einfo "isaiah - The Book of Isaiah" - einfo "nt - The New Testament" - einfo "ot - The Old Testament" - einfo "proverbs - Proverbs" - einfo "psalms - Psalms" + elog "This package contains twelve fortune modules:" + elog "acts - The Acts of the Apostles" + elog "bible - King James Version of the Holy Bible" + elog "eccl - Ecclesiastes" + elog "epistles - New Testament Epistles (Romans to Jude)" + elog "gospels - The Four Gospels (Matthew, Mark, Luke, John)" + elog "isaiah - The Book of Isaiah" + elog "nt - The New Testament" + elog "ot - The Old Testament" + elog "proverbs - Proverbs" + elog "psalms - Psalms" } |