summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-01-23 15:43:01 +0000
committerMarius Mauch <genone@gentoo.org>2007-01-23 15:43:01 +0000
commitac1e28050f8efbe1f38ce78410f63bb51c49c1de (patch)
treecf0c87aa90a33d2e26757389da207b5258c4a703 /app-arch
parentDrop old (diff)
downloadhistorical-ac1e28050f8efbe1f38ce78410f63bb51c49c1de.tar.gz
historical-ac1e28050f8efbe1f38ce78410f63bb51c49c1de.tar.bz2
historical-ac1e28050f8efbe1f38ce78410f63bb51c49c1de.zip
Replacing einfo with elog
Package-Manager: portage-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
-rw-r--r--app-arch/stuffit/ChangeLog7
-rw-r--r--app-arch/stuffit/files/digest-stuffit-5.2.0.6112
-rw-r--r--app-arch/stuffit/stuffit-5.2.0.611.ebuild16
7 files changed, 33 insertions, 22 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
}
diff --git a/app-arch/stuffit/ChangeLog b/app-arch/stuffit/ChangeLog
index 2ef844657278..3641da452341 100644
--- a/app-arch/stuffit/ChangeLog
+++ b/app-arch/stuffit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-arch/stuffit
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/stuffit/ChangeLog,v 1.15 2006/10/26 23:53:15 blubb Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-arch/stuffit/ChangeLog,v 1.16 2007/01/23 15:43:01 genone Exp $
+
+ 23 Jan 2007; Marius Mauch <genone@gentoo.org> stuffit-5.2.0.611.ebuild:
+ Replacing einfo with elog
26 Oct 2006; <blubb@gentoo.org> stuffit-5.2.0.611.ebuild:
remove emul-linux-x86 use flag
diff --git a/app-arch/stuffit/files/digest-stuffit-5.2.0.611 b/app-arch/stuffit/files/digest-stuffit-5.2.0.611
index ef96b08fdb35..4d727ceacd25 100644
--- a/app-arch/stuffit/files/digest-stuffit-5.2.0.611
+++ b/app-arch/stuffit/files/digest-stuffit-5.2.0.611
@@ -1 +1,3 @@
MD5 9046256f7775cc8b324447c7c3e8f941 stuffit520.611linux-i386.tar.gz 1955619
+RMD160 58800fff4b9d8b37d4bcf8617b2895127c5101be stuffit520.611linux-i386.tar.gz 1955619
+SHA256 69ccd8659000f7cdeba640157ed42e360b2e448c8e8333b1db491f2c4daf7998 stuffit520.611linux-i386.tar.gz 1955619
diff --git a/app-arch/stuffit/stuffit-5.2.0.611.ebuild b/app-arch/stuffit/stuffit-5.2.0.611.ebuild
index 80e5804e05e2..8d68b08c9485 100644
--- a/app-arch/stuffit/stuffit-5.2.0.611.ebuild
+++ b/app-arch/stuffit/stuffit-5.2.0.611.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/stuffit/stuffit-5.2.0.611.ebuild,v 1.16 2006/10/26 23:53:15 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/stuffit/stuffit-5.2.0.611.ebuild,v 1.17 2007/01/23 15:43:01 genone Exp $
MY_P="stuffit520.611linux-i386"
DESCRIPTION="Aladdin Software's StuffIt and StuffIt Expander"
@@ -63,12 +63,12 @@ src_install() {
pkg_postinst() {
env-update
- einfo
- einfo "Reminder: StuffIt requires registration within 15 days."
- einfo "The registration program is located in ${INSTALLDIR}/extra"
- einfo
- einfo "The binaries are named 'stuff' and 'unstuff'"
- einfo
+ elog
+ elog "Reminder: StuffIt requires registration within 15 days."
+ elog "The registration program is located in ${INSTALLDIR}/extra"
+ elog
+ elog "The binaries are named 'stuff' and 'unstuff'"
+ elog
}
pkg_postrm() {