summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-03-03 22:38:03 +0000
committerMarius Mauch <genone@gentoo.org>2007-03-03 22:38:03 +0000
commit79d279f48a12af2da849cb5fa9a5da6ab2ed8e0b (patch)
tree02b75a429f07cf8832c728d4207aeb15882ed505 /dev-libs
parentFix broken Manifest due to Attic/ in the header of dosbox-0.58.ebuild. (diff)
downloadgentoo-2-79d279f48a12af2da849cb5fa9a5da6ab2ed8e0b.tar.gz
gentoo-2-79d279f48a12af2da849cb5fa9a5da6ab2ed8e0b.tar.bz2
gentoo-2-79d279f48a12af2da849cb5fa9a5da6ab2ed8e0b.zip
Replacing einfo with elog
(Portage version: 2.1.2-r10)
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/cyrus-sasl/ChangeLog6
-rw-r--r--dev-libs/cyrus-sasl/cyrus-sasl-2.1.22-r1.ebuild15
-rw-r--r--dev-libs/cyrus-sasl/cyrus-sasl-2.1.22-r2.ebuild15
-rw-r--r--dev-libs/cyrus-sasl/cyrus-sasl-2.1.22.ebuild15
4 files changed, 17 insertions, 34 deletions
diff --git a/dev-libs/cyrus-sasl/ChangeLog b/dev-libs/cyrus-sasl/ChangeLog
index c25be3e211fe..7c8a49043c3b 100644
--- a/dev-libs/cyrus-sasl/ChangeLog
+++ b/dev-libs/cyrus-sasl/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/cyrus-sasl
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/ChangeLog,v 1.178 2007/02/18 19:55:21 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/ChangeLog,v 1.179 2007/03/03 22:38:03 genone Exp $
+
+ 03 Mar 2007; Marius Mauch <genone@gentoo.org> cyrus-sasl-2.1.22.ebuild,
+ cyrus-sasl-2.1.22-r1.ebuild, cyrus-sasl-2.1.22-r2.ebuild:
+ Replacing einfo with elog
18 Feb 2007; Torsten Veller <tove@gentoo.org> cyrus-sasl-2.1.22.ebuild:
Removed ROOT (#167271) and set KEYWORDS="mips"
diff --git a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.22-r1.ebuild b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.22-r1.ebuild
index 55f7da4305b6..a0db4816aa85 100644
--- a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.22-r1.ebuild
+++ b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.22-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/dev-libs/cyrus-sasl/cyrus-sasl-2.1.22-r1.ebuild,v 1.14 2007/01/08 20:56:09 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/cyrus-sasl-2.1.22-r1.ebuild,v 1.15 2007/03/03 22:38:03 genone Exp $
WANT_AUTOCONF="latest"
WANT_AUTOMAKE="1.7"
@@ -50,13 +50,6 @@ pkg_setup() {
ewarn "If you want to build with Berkeley DB support; hit Control-C now."
ewarn "Change your USE flag -gdbm and emerge again."
echo
- has_version ">=sys-apps/portage-2.0.50" && (
- einfo "It would be best practice to add the set of USE flags that you use for this"
- einfo "package to the file: /etc/portage/package.use. Example:"
- einfo "\`echo \"dev-libs/cyrus-sasl -gdbm berkdb\" >> /etc/portage/package.use\`"
- einfo "to build cyrus-sasl with Berkeley database as your SASLdb backend."
- )
- echo
ewarn "Waiting 10 seconds before starting..."
ewarn "(Control-C to abort)..."
epause 10
@@ -237,9 +230,9 @@ pkg_postinst () {
fi
if use sample; then
- einfo "You have chosen to install sources for example client and server."
- einfo "To build these, please type:"
- einfo "\tcd /usr/share/${PN}-2/examples/sample && make"
+ elog "You have chosen to install sources for example client and server."
+ elog "To build these, please type:"
+ elog "\tcd /usr/share/${PN}-2/examples/sample && make"
fi
if use authdaemond; then
diff --git a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.22-r2.ebuild b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.22-r2.ebuild
index 31a4d2f55cf6..14365861f8ac 100644
--- a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.22-r2.ebuild
+++ b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.22-r2.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/dev-libs/cyrus-sasl/cyrus-sasl-2.1.22-r2.ebuild,v 1.1 2007/02/03 15:08:19 alonbl Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/cyrus-sasl-2.1.22-r2.ebuild,v 1.2 2007/03/03 22:38:03 genone Exp $
WANT_AUTOCONF="latest"
WANT_AUTOMAKE="1.7"
@@ -49,13 +49,6 @@ pkg_setup() {
ewarn "If you want to build with Berkeley DB support; hit Control-C now."
ewarn "Change your USE flag -gdbm and emerge again."
echo
- has_version ">=sys-apps/portage-2.0.50" && (
- einfo "It would be best practice to add the set of USE flags that you use for this"
- einfo "package to the file: /etc/portage/package.use. Example:"
- einfo "\`echo \"dev-libs/cyrus-sasl -gdbm berkdb\" >> /etc/portage/package.use\`"
- einfo "to build cyrus-sasl with Berkeley database as your SASLdb backend."
- )
- echo
ewarn "Waiting 10 seconds before starting..."
ewarn "(Control-C to abort)..."
epause 10
@@ -246,9 +239,9 @@ pkg_postinst () {
fi
if use sample; then
- einfo "You have chosen to install sources for example client and server."
- einfo "To build these, please type:"
- einfo "\tcd /usr/share/${PN}-2/examples/sample && make"
+ elog "You have chosen to install sources for example client and server."
+ elog "To build these, please type:"
+ elog "\tcd /usr/share/${PN}-2/examples/sample && make"
fi
if use authdaemond; then
diff --git a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.22.ebuild b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.22.ebuild
index 3fd5b6aec681..425e23c1778b 100644
--- a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.22.ebuild
+++ b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.22.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/dev-libs/cyrus-sasl/cyrus-sasl-2.1.22.ebuild,v 1.23 2007/02/18 19:55:21 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/cyrus-sasl-2.1.22.ebuild,v 1.24 2007/03/03 22:38:03 genone Exp $
WANT_AUTOCONF="latest"
WANT_AUTOMAKE="1.9"
@@ -52,13 +52,6 @@ pkg_setup() {
ewarn "If you want to build with Berkeley DB support; hit Control-C now."
ewarn "Change your USE flag -gdbm and emerge again."
echo
- has_version ">=sys-apps/portage-2.0.50" && (
- einfo "It would be best practice to add the set of USE flags that you use for this"
- einfo "package to the file: /etc/portage/package.use. Example:"
- einfo "\`echo \"dev-libs/cyrus-sasl -gdbm berkdb\" >> /etc/portage/package.use\`"
- einfo "to build cyrus-sasl with Berkeley database as your SASLdb backend."
- )
- echo
ewarn "Waiting 10 seconds before starting..."
ewarn "(Control-C to abort)..."
epause 10
@@ -238,9 +231,9 @@ pkg_postinst () {
fi
if use sample; then
- einfo "You have chosen to install sources for example client and server."
- einfo "To build these, please type:"
- einfo "\tcd /usr/share/${PN}-2/examples/sample && make"
+ elog "You have chosen to install sources for example client and server."
+ elog "To build these, please type:"
+ elog "\tcd /usr/share/${PN}-2/examples/sample && make"
fi
if use authdaemond; then