diff options
author | 2007-01-25 05:10:46 +0000 | |
---|---|---|
committer | 2007-01-25 05:10:46 +0000 | |
commit | 429b9a51e2d051cc030c58e6de218e3e117cff23 (patch) | |
tree | 04da59ba4792a8e9f83caef6c00c44241a651bc8 /app-office/abiword | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-429b9a51e2d051cc030c58e6de218e3e117cff23.tar.gz gentoo-2-429b9a51e2d051cc030c58e6de218e3e117cff23.tar.bz2 gentoo-2-429b9a51e2d051cc030c58e6de218e3e117cff23.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r2)
Diffstat (limited to 'app-office/abiword')
-rw-r--r-- | app-office/abiword/ChangeLog | 6 | ||||
-rw-r--r-- | app-office/abiword/abiword-2.4.4.ebuild | 10 | ||||
-rw-r--r-- | app-office/abiword/abiword-2.4.5-r1.ebuild | 8 | ||||
-rw-r--r-- | app-office/abiword/abiword-2.4.5.ebuild | 10 | ||||
-rw-r--r-- | app-office/abiword/abiword-2.4.6.ebuild | 8 | ||||
-rw-r--r-- | app-office/abiword/files/digest-abiword-2.4.4 | 2 |
6 files changed, 25 insertions, 19 deletions
diff --git a/app-office/abiword/ChangeLog b/app-office/abiword/ChangeLog index 7f661ece4593..1705218fc1ff 100644 --- a/app-office/abiword/ChangeLog +++ b/app-office/abiword/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-office/abiword # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v 1.164 2007/01/04 00:33:13 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v 1.165 2007/01/25 05:10:46 genone Exp $ + + 25 Jan 2007; Marius Mauch <genone@gentoo.org> abiword-2.4.4.ebuild, + abiword-2.4.5.ebuild, abiword-2.4.5-r1.ebuild, abiword-2.4.6.ebuild: + Replacing einfo with elog 04 Jan 2007; Saleem Abdulrasool <compnerd@gentoo.org> abiword-2.4.5-r1.ebuild, abiword-2.4.6.ebuild: diff --git a/app-office/abiword/abiword-2.4.4.ebuild b/app-office/abiword/abiword-2.4.4.ebuild index 2ffae1f650c5..8a7a7fda603b 100644 --- a/app-office/abiword/abiword-2.4.4.ebuild +++ b/app-office/abiword/abiword-2.4.4.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/app-office/abiword/abiword-2.4.4.ebuild,v 1.2 2006/07/05 07:51:25 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-2.4.4.ebuild,v 1.3 2007/01/25 05:10:46 genone Exp $ inherit eutils fdo-mime alternatives @@ -86,7 +86,7 @@ pkg_postinst() { alternatives_auto_makesym "/usr/bin/abiword" "/usr/bin/abiword-[0-9].[0-9]" - einfo "As of version 2.4, all abiword plugins have been moved" - einfo "into a seperate abiword-plugins package" - einfo "You can install them by running emerge abiword-plugins" + elog "As of version 2.4, all abiword plugins have been moved" + elog "into a seperate abiword-plugins package" + elog "You can install them by running emerge abiword-plugins" } diff --git a/app-office/abiword/abiword-2.4.5-r1.ebuild b/app-office/abiword/abiword-2.4.5-r1.ebuild index 2008dcb54632..af5c37126d0c 100644 --- a/app-office/abiword/abiword-2.4.5-r1.ebuild +++ b/app-office/abiword/abiword-2.4.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-2.4.5-r1.ebuild,v 1.2 2007/01/04 00:33:13 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-2.4.5-r1.ebuild,v 1.3 2007/01/25 05:10:46 genone Exp $ inherit eutils fdo-mime alternatives @@ -83,7 +83,7 @@ pkg_postinst() { alternatives_auto_makesym "/usr/bin/abiword" "/usr/bin/abiword-[0-9].[0-9]" - einfo "As of version 2.4, all abiword plugins have been moved" - einfo "into a seperate abiword-plugins package" - einfo "You can install them by running emerge abiword-plugins" + elog "As of version 2.4, all abiword plugins have been moved" + elog "into a seperate abiword-plugins package" + elog "You can install them by running emerge abiword-plugins" } diff --git a/app-office/abiword/abiword-2.4.5.ebuild b/app-office/abiword/abiword-2.4.5.ebuild index 8a9efc3ee632..fe4bf135ec41 100644 --- a/app-office/abiword/abiword-2.4.5.ebuild +++ b/app-office/abiword/abiword-2.4.5.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/app-office/abiword/abiword-2.4.5.ebuild,v 1.8 2006/10/15 00:38:58 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-2.4.5.ebuild,v 1.9 2007/01/25 05:10:46 genone Exp $ inherit eutils fdo-mime alternatives @@ -80,7 +80,7 @@ pkg_postinst() { alternatives_auto_makesym "/usr/bin/abiword" "/usr/bin/abiword-[0-9].[0-9]" - einfo "As of version 2.4, all abiword plugins have been moved" - einfo "into a seperate abiword-plugins package" - einfo "You can install them by running emerge abiword-plugins" + elog "As of version 2.4, all abiword plugins have been moved" + elog "into a seperate abiword-plugins package" + elog "You can install them by running emerge abiword-plugins" } diff --git a/app-office/abiword/abiword-2.4.6.ebuild b/app-office/abiword/abiword-2.4.6.ebuild index 1fc26570977b..3d0cdd683746 100644 --- a/app-office/abiword/abiword-2.4.6.ebuild +++ b/app-office/abiword/abiword-2.4.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-2.4.6.ebuild,v 1.2 2007/01/04 00:33:13 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-2.4.6.ebuild,v 1.3 2007/01/25 05:10:46 genone Exp $ inherit alternatives eutils fdo-mime @@ -76,7 +76,7 @@ pkg_postinst() { alternatives_auto_makesym "/usr/bin/abiword" "/usr/bin/abiword-[0-9].[0-9]" - einfo "As of version 2.4, all abiword plugins have been moved" - einfo "into a seperate abiword-plugins package" - einfo "You can install them by running emerge abiword-plugins" + elog "As of version 2.4, all abiword plugins have been moved" + elog "into a seperate abiword-plugins package" + elog "You can install them by running emerge abiword-plugins" } diff --git a/app-office/abiword/files/digest-abiword-2.4.4 b/app-office/abiword/files/digest-abiword-2.4.4 index 37c40c7995f9..6abc104ba26b 100644 --- a/app-office/abiword/files/digest-abiword-2.4.4 +++ b/app-office/abiword/files/digest-abiword-2.4.4 @@ -1 +1,3 @@ MD5 69dd69179b861a41613291afd10af9ab abiword-2.4.4.tar.bz2 24687425 +RMD160 5fad618b07b13a543f55321dd3e8114105cefd5d abiword-2.4.4.tar.bz2 24687425 +SHA256 94c83290dd056a1b49024dd40ca62305818508643b21b69a0b758bd12de96252 abiword-2.4.4.tar.bz2 24687425 |