summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-01-23 15:40:07 +0000
committerMarius Mauch <genone@gentoo.org>2007-01-23 15:40:07 +0000
commitfdf7c5f63c905efe367fdcf6eea39ddc45d285b2 (patch)
treee3235ab32be598932b2a1f2fdefdf84f6a6b927c /app-arch
parentDrop old (diff)
downloadgentoo-2-fdf7c5f63c905efe367fdcf6eea39ddc45d285b2.tar.gz
gentoo-2-fdf7c5f63c905efe367fdcf6eea39ddc45d285b2.tar.bz2
gentoo-2-fdf7c5f63c905efe367fdcf6eea39ddc45d285b2.zip
Replacing einfo with elog
(Portage version: 2.1.2-r2)
Diffstat (limited to 'app-arch')
-rw-r--r--app-arch/ipkg-utils/ChangeLog8
-rw-r--r--app-arch/ipkg-utils/files/digest-ipkg-utils-1.72
-rw-r--r--app-arch/ipkg-utils/ipkg-utils-1.7.050831.ebuild12
-rw-r--r--app-arch/ipkg-utils/ipkg-utils-1.7.ebuild8
4 files changed, 18 insertions, 12 deletions
diff --git a/app-arch/ipkg-utils/ChangeLog b/app-arch/ipkg-utils/ChangeLog
index 0d31f75d16cc..420934cbc277 100644
--- a/app-arch/ipkg-utils/ChangeLog
+++ b/app-arch/ipkg-utils/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-arch/ipkg-utils
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/ipkg-utils/ChangeLog,v 1.8 2006/08/06 14:44:34 seemant Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-arch/ipkg-utils/ChangeLog,v 1.9 2007/01/23 15:40:07 genone Exp $
+
+ 23 Jan 2007; Marius Mauch <genone@gentoo.org> ipkg-utils-1.7.ebuild,
+ ipkg-utils-1.7.050831.ebuild:
+ Replacing einfo with elog
06 Aug 2006; Seemant Kulleen <seemant@gentoo.org> ipkg-utils-1.7.ebuild,
ipkg-utils-1.7.050831.ebuild:
diff --git a/app-arch/ipkg-utils/files/digest-ipkg-utils-1.7 b/app-arch/ipkg-utils/files/digest-ipkg-utils-1.7
index d7b684094b45..2295067c2555 100644
--- a/app-arch/ipkg-utils/files/digest-ipkg-utils-1.7
+++ b/app-arch/ipkg-utils/files/digest-ipkg-utils-1.7
@@ -1 +1,3 @@
MD5 da3e3ef772973d7370a6ac95f0fef9b8 ipkg-utils-1.7.tar.gz 19480
+RMD160 4fa46546be381b8503b1a97be51f9e56cb63112e ipkg-utils-1.7.tar.gz 19480
+SHA256 813428c1aac04393ba64d0a23f9f820277357cbcdbdd391b9cf2bbf5257e8625 ipkg-utils-1.7.tar.gz 19480
diff --git a/app-arch/ipkg-utils/ipkg-utils-1.7.050831.ebuild b/app-arch/ipkg-utils/ipkg-utils-1.7.050831.ebuild
index e1a1b40618f7..4e3ef3279547 100644
--- a/app-arch/ipkg-utils/ipkg-utils-1.7.050831.ebuild
+++ b/app-arch/ipkg-utils/ipkg-utils-1.7.050831.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-arch/ipkg-utils/ipkg-utils-1.7.050831.ebuild,v 1.2 2006/08/06 14:44:34 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/ipkg-utils/ipkg-utils-1.7.050831.ebuild,v 1.3 2007/01/23 15:40:07 genone Exp $
inherit distutils eutils toolchain-funcs versionator
@@ -29,8 +29,8 @@ src_unpack() {
sed '/python setup.py build/d' -i Makefile
if use minimal; then
- einfo "ipkg-upload is not installed when the \`minimal' USE flag is set. If you"
- einfo "need ipkg-upload then rebuild this package without the \`minimal' USE flag."
+ elog "ipkg-upload is not installed when the \`minimal' USE flag is set. If you"
+ elog "need ipkg-upload then rebuild this package without the \`minimal' USE flag."
fi
}
@@ -45,6 +45,6 @@ src_install() {
}
pkg_postinst() {
- einfo "Consider installing sys-apps/fakeroot for use with the ipkg-build command,"
- einfo "that makes it possible to build packages as a normal user."
+ elog "Consider installing sys-apps/fakeroot for use with the ipkg-build command,"
+ elog "that makes it possible to build packages as a normal user."
}
diff --git a/app-arch/ipkg-utils/ipkg-utils-1.7.ebuild b/app-arch/ipkg-utils/ipkg-utils-1.7.ebuild
index 5653d32f7752..30a1295e3300 100644
--- a/app-arch/ipkg-utils/ipkg-utils-1.7.ebuild
+++ b/app-arch/ipkg-utils/ipkg-utils-1.7.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-arch/ipkg-utils/ipkg-utils-1.7.ebuild,v 1.7 2006/08/06 14:44:34 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/ipkg-utils/ipkg-utils-1.7.ebuild,v 1.8 2007/01/23 15:40:07 genone Exp $
inherit distutils eutils toolchain-funcs
@@ -26,8 +26,8 @@ src_unpack() {
sed '/python setup.py build/d' -i Makefile
if use minimal; then
- einfo "ipkg-upload is not installed when the \`minimal' USE flag is set. If you"
- einfo "need ipkg-upload then rebuild this package without the \`minimal' USE flag."
+ elog "ipkg-upload is not installed when the \`minimal' USE flag is set. If you"
+ elog "need ipkg-upload then rebuild this package without the \`minimal' USE flag."
fi
}