summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-03-03 22:40:11 +0000
committerMarius Mauch <genone@gentoo.org>2007-03-03 22:40:11 +0000
commit52d595f574513ca6dad07cc01e5567db0f2e0c98 (patch)
tree36b1d93f304991aaa744f8f5f8fa8ae9e4da074f /dev-libs/eb
parentReplacing einfo with elog (diff)
downloadgentoo-2-52d595f574513ca6dad07cc01e5567db0f2e0c98.tar.gz
gentoo-2-52d595f574513ca6dad07cc01e5567db0f2e0c98.tar.bz2
gentoo-2-52d595f574513ca6dad07cc01e5567db0f2e0c98.zip
Replacing einfo with elog
(Portage version: 2.1.2-r10)
Diffstat (limited to 'dev-libs/eb')
-rw-r--r--dev-libs/eb/ChangeLog6
-rw-r--r--dev-libs/eb/eb-4.2.1.ebuild15
-rw-r--r--dev-libs/eb/eb-4.2.2.ebuild15
-rw-r--r--dev-libs/eb/eb-4.2.ebuild15
4 files changed, 23 insertions, 28 deletions
diff --git a/dev-libs/eb/ChangeLog b/dev-libs/eb/ChangeLog
index f76323dd0424..4c013d608921 100644
--- a/dev-libs/eb/ChangeLog
+++ b/dev-libs/eb/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/eb
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/eb/ChangeLog,v 1.30 2007/02/22 00:35:18 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/eb/ChangeLog,v 1.31 2007/03/03 22:40:11 genone Exp $
+
+ 03 Mar 2007; Marius Mauch <genone@gentoo.org> eb-4.2.ebuild,
+ eb-4.2.1.ebuild, eb-4.2.2.ebuild:
+ Replacing einfo with elog
22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
Transition to Manifest2.
diff --git a/dev-libs/eb/eb-4.2.1.ebuild b/dev-libs/eb/eb-4.2.1.ebuild
index 2df2338d8d1d..bef0c3892bd7 100644
--- a/dev-libs/eb/eb-4.2.1.ebuild
+++ b/dev-libs/eb/eb-4.2.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-libs/eb/eb-4.2.1.ebuild,v 1.6 2006/12/04 19:00:08 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/eb/eb-4.2.1.ebuild,v 1.7 2007/03/03 22:40:11 genone Exp $
inherit eutils
@@ -19,7 +19,6 @@ DEPEND="virtual/libc
nls? ( sys-devel/gettext )"
src_compile () {
-
econf \
--with-pkgdocdir=/usr/share/doc/${PF}/html \
`use_enable nls` \
@@ -29,16 +28,14 @@ src_compile () {
}
src_install () {
-
make DESTDIR=${D} install || die
dodoc AUTHORS INSTALL* NEWS README*
}
pkg_postinst() {
-
- einfo
- einfo "If you are upgrading from <app-dicts/eb-4,"
- einfo "you may need to rebuild applications depending on eb."
- einfo
+ elog
+ elog "If you are upgrading from <app-dicts/eb-4,"
+ elog "you may need to rebuild applications depending on eb."
+ elog
}
diff --git a/dev-libs/eb/eb-4.2.2.ebuild b/dev-libs/eb/eb-4.2.2.ebuild
index 7bf35c5916d3..3fe0e571bc3f 100644
--- a/dev-libs/eb/eb-4.2.2.ebuild
+++ b/dev-libs/eb/eb-4.2.2.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-libs/eb/eb-4.2.2.ebuild,v 1.8 2006/12/06 20:45:11 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/eb/eb-4.2.2.ebuild,v 1.9 2007/03/03 22:40:11 genone Exp $
inherit eutils
@@ -19,7 +19,6 @@ DEPEND="virtual/libc
nls? ( sys-devel/gettext )"
src_compile () {
-
econf \
--with-pkgdocdir=/usr/share/doc/${PF}/html \
`use_enable nls` \
@@ -29,16 +28,14 @@ src_compile () {
}
src_install () {
-
make DESTDIR=${D} install || die
dodoc AUTHORS INSTALL* NEWS README*
}
pkg_postinst() {
-
- einfo
- einfo "If you are upgrading from <app-dicts/eb-4,"
- einfo "you may need to rebuild applications depending on eb."
- einfo
+ elog
+ elog "If you are upgrading from <app-dicts/eb-4,"
+ elog "you may need to rebuild applications depending on eb."
+ elog
}
diff --git a/dev-libs/eb/eb-4.2.ebuild b/dev-libs/eb/eb-4.2.ebuild
index 438be6f4057d..ad3305d52044 100644
--- a/dev-libs/eb/eb-4.2.ebuild
+++ b/dev-libs/eb/eb-4.2.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-libs/eb/eb-4.2.ebuild,v 1.4 2006/10/26 16:07:57 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/eb/eb-4.2.ebuild,v 1.5 2007/03/03 22:40:11 genone Exp $
inherit eutils
@@ -19,7 +19,6 @@ DEPEND="virtual/libc
nls? ( sys-devel/gettext )"
src_compile () {
-
econf \
--with-pkgdocdir=/usr/share/doc/${PF}/html \
`use_enable nls` \
@@ -29,16 +28,14 @@ src_compile () {
}
src_install () {
-
make DESTDIR=${D} install || die
dodoc AUTHORS INSTALL* NEWS README*
}
pkg_postinst() {
-
- einfo
- einfo "If you are upgrading from <app-dicts/eb-4,"
- einfo "you may need to rebuild applications depending on eb."
- einfo
+ elog
+ elog "If you are upgrading from <app-dicts/eb-4,"
+ elog "you may need to rebuild applications depending on eb."
+ elog
}