diff options
author | Vlastimil Babka <caster@gentoo.org> | 2007-01-09 15:34:36 +0000 |
---|---|---|
committer | Vlastimil Babka <caster@gentoo.org> | 2007-01-09 15:34:36 +0000 |
commit | f6bee6729963e839a64337d836febb2c8e9405d9 (patch) | |
tree | a548a626251a47fc4abd75036788adc5234a5f3c | |
parent | Convert einfo to elog. (diff) | |
download | gentoo-2-f6bee6729963e839a64337d836febb2c8e9405d9.tar.gz gentoo-2-f6bee6729963e839a64337d836febb2c8e9405d9.tar.bz2 gentoo-2-f6bee6729963e839a64337d836febb2c8e9405d9.zip |
Convert einfo to elog.
(Portage version: 2.1.2_rc4-r7)
-rw-r--r-- | dev-util/checkstyle/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/checkstyle/checkstyle-4.1.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/dev-util/checkstyle/ChangeLog b/dev-util/checkstyle/ChangeLog index cc556ce3e153..99b86514f0e5 100644 --- a/dev-util/checkstyle/ChangeLog +++ b/dev-util/checkstyle/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/checkstyle -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/checkstyle/ChangeLog,v 1.19 2006/10/05 14:36:58 gustavoz Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/checkstyle/ChangeLog,v 1.20 2007/01/09 15:34:36 caster Exp $ + + 09 Jan 2007; Vlastimil Babka <caster@gentoo.org> checkstyle-4.1.ebuild: + Convert einfo to elog. 05 Oct 2006; Gustavo Zacarias <gustavoz@gentoo.org> checkstyle-3.4-r4.ebuild, checkstyle-3.5.ebuild, checkstyle-4.1.ebuild: diff --git a/dev-util/checkstyle/checkstyle-4.1.ebuild b/dev-util/checkstyle/checkstyle-4.1.ebuild index 047046a0ddb6..7c596282e4b1 100644 --- a/dev-util/checkstyle/checkstyle-4.1.ebuild +++ b/dev-util/checkstyle/checkstyle-4.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/checkstyle/checkstyle-4.1.ebuild,v 1.2 2006/10/05 14:36:58 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/checkstyle/checkstyle-4.1.ebuild,v 1.3 2007/01/09 15:34:36 caster Exp $ inherit java-pkg @@ -78,6 +78,6 @@ END } pkg_postinst() { - einfo "Checkstyle is located at /usr/bin/checkstyle" - einfo "Check files are located in /usr/share/checkstyle/checks/" + elog "Checkstyle is located at /usr/bin/checkstyle" + elog "Check files are located in /usr/share/checkstyle/checks/" } |