diff options
author | Marius Mauch <genone@gentoo.org> | 2007-03-03 22:40:11 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-03-03 22:40:11 +0000 |
commit | 2532c6a125bc1250544f850d4198718e2252cfd5 (patch) | |
tree | ee0c7de75d3696bef4f155322451258f1b25409a /dev-libs/botan | |
parent | Fix broken Manifest due to Attic/ in the header of dosbox-0.58.ebuild. (diff) | |
download | historical-2532c6a125bc1250544f850d4198718e2252cfd5.tar.gz historical-2532c6a125bc1250544f850d4198718e2252cfd5.tar.bz2 historical-2532c6a125bc1250544f850d4198718e2252cfd5.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2-r10
Diffstat (limited to 'dev-libs/botan')
-rw-r--r-- | dev-libs/botan/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/botan/botan-1.4.11.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/botan/botan-1.4.12.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/botan/botan-1.4.4.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/botan/botan-1.4.9.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/botan/botan-1.5.11.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/botan/botan-1.5.5.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/botan/botan-1.6.1.ebuild | 4 |
8 files changed, 26 insertions, 21 deletions
diff --git a/dev-libs/botan/ChangeLog b/dev-libs/botan/ChangeLog index 36ba51ee1f2f..09e217a581b4 100644 --- a/dev-libs/botan/ChangeLog +++ b/dev-libs/botan/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-libs/botan # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/botan/ChangeLog,v 1.21 2007/01/20 16:42:21 alonbl Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/botan/ChangeLog,v 1.22 2007/03/03 22:32:36 genone Exp $ + + 03 Mar 2007; Marius Mauch <genone@gentoo.org> botan-1.4.4.ebuild, + botan-1.4.9.ebuild, botan-1.4.11.ebuild, botan-1.4.12.ebuild, + botan-1.5.5.ebuild, botan-1.5.11.ebuild, botan-1.6.1.ebuild: + Replacing einfo with elog *botan-1.6.1 (20 Jan 2007) diff --git a/dev-libs/botan/botan-1.4.11.ebuild b/dev-libs/botan/botan-1.4.11.ebuild index b7c3c9153f95..7532ee6db78b 100644 --- a/dev-libs/botan/botan-1.4.11.ebuild +++ b/dev-libs/botan/botan-1.4.11.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/botan/botan-1.4.11.ebuild,v 1.1 2006/01/06 08:12:24 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/botan/botan-1.4.11.ebuild,v 1.2 2007/03/03 22:32:36 genone Exp $ # Comments/fixes to lloyd@randombit.net (author) @@ -59,7 +59,7 @@ src_compile() { fi cd ${S} - einfo "Enabling modules: " ${modules} + elog "Enabling modules: " ${modules} # FIXME: We might actually be on *BSD or OS X... ./configure.pl --noauto gcc-linux-${CHOSTARCH} --modules=$modules || diff --git a/dev-libs/botan/botan-1.4.12.ebuild b/dev-libs/botan/botan-1.4.12.ebuild index 238332e17621..fda3182bc2f4 100644 --- a/dev-libs/botan/botan-1.4.12.ebuild +++ b/dev-libs/botan/botan-1.4.12.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/botan/botan-1.4.12.ebuild,v 1.1 2006/01/22 06:58:42 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/botan/botan-1.4.12.ebuild,v 1.2 2007/03/03 22:32:36 genone Exp $ # Comments/fixes to lloyd@randombit.net (author) @@ -59,7 +59,7 @@ src_compile() { fi cd ${S} - einfo "Enabling modules: " ${modules} + elog "Enabling modules: " ${modules} # FIXME: We might actually be on *BSD or OS X... ./configure.pl --noauto gcc-linux-${CHOSTARCH} --modules=$modules || diff --git a/dev-libs/botan/botan-1.4.4.ebuild b/dev-libs/botan/botan-1.4.4.ebuild index bf924d3dd8b5..a7446de8b0a5 100644 --- a/dev-libs/botan/botan-1.4.4.ebuild +++ b/dev-libs/botan/botan-1.4.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 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/botan/botan-1.4.4.ebuild,v 1.7 2005/07/29 23:26:25 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/botan/botan-1.4.4.ebuild,v 1.8 2007/03/03 22:32:36 genone Exp $ # Comments/fixes to lloyd@randombit.net (author) @@ -65,7 +65,7 @@ src_compile() { fi cd ${S} - einfo "Enabling modules: " ${modules} + elog "Enabling modules: " ${modules} # FIXME: We might actually be on *BSD or OS X... ./configure.pl --noauto gcc-linux-$CHOSTARCH --modules=$modules || diff --git a/dev-libs/botan/botan-1.4.9.ebuild b/dev-libs/botan/botan-1.4.9.ebuild index 388fc3208094..3cd5f9aea400 100644 --- a/dev-libs/botan/botan-1.4.9.ebuild +++ b/dev-libs/botan/botan-1.4.9.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/botan/botan-1.4.9.ebuild,v 1.5 2006/01/07 20:31:01 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/botan/botan-1.4.9.ebuild,v 1.6 2007/03/03 22:32:36 genone Exp $ inherit eutils # Comments/fixes to lloyd@randombit.net (author) @@ -67,7 +67,7 @@ src_compile() { fi cd ${S} - einfo "Enabling modules: " ${modules} + elog "Enabling modules: " ${modules} # FIXME: We might actually be on *BSD or OS X... ./configure.pl --noauto gcc-linux-${CHOSTARCH} --modules=$modules || diff --git a/dev-libs/botan/botan-1.5.11.ebuild b/dev-libs/botan/botan-1.5.11.ebuild index a5d23d413b4d..bf62d62fd6e4 100644 --- a/dev-libs/botan/botan-1.5.11.ebuild +++ b/dev-libs/botan/botan-1.5.11.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/botan/botan-1.5.11.ebuild,v 1.3 2006/12/27 17:05:22 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/botan/botan-1.5.11.ebuild,v 1.4 2007/03/03 22:32:36 genone Exp $ inherit eutils multilib @@ -69,7 +69,7 @@ src_compile() { fi cd "${S}" - einfo "Enabling modules: " ${modules} + elog "Enabling modules: " ${modules} # FIXME: We might actually be on *BSD or OS X... ./configure.pl \ diff --git a/dev-libs/botan/botan-1.5.5.ebuild b/dev-libs/botan/botan-1.5.5.ebuild index 5791604c90b3..9a6688368377 100644 --- a/dev-libs/botan/botan-1.5.5.ebuild +++ b/dev-libs/botan/botan-1.5.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/dev-libs/botan/botan-1.5.5.ebuild,v 1.3 2006/02/20 22:13:58 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/botan/botan-1.5.5.ebuild,v 1.4 2007/03/03 22:32:36 genone Exp $ # Comments/fixes to lloyd@randombit.net (author) @@ -60,7 +60,7 @@ src_compile() { fi cd "${S}" - einfo "Enabling modules: " ${modules} + elog "Enabling modules: " ${modules} # FIXME: We might actually be on *BSD or OS X... ./configure.pl --noauto gcc-linux-${CHOSTARCH} --modules=$modules || diff --git a/dev-libs/botan/botan-1.6.1.ebuild b/dev-libs/botan/botan-1.6.1.ebuild index 0d208b0718b7..d6f67ca0dea9 100644 --- a/dev-libs/botan/botan-1.6.1.ebuild +++ b/dev-libs/botan/botan-1.6.1.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/botan/botan-1.6.1.ebuild,v 1.1 2007/01/20 16:42:21 alonbl Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/botan/botan-1.6.1.ebuild,v 1.2 2007/03/03 22:32:36 genone Exp $ inherit eutils multilib @@ -69,7 +69,7 @@ src_compile() { fi cd "${S}" - einfo "Enabling modules: " ${modules} + elog "Enabling modules: " ${modules} # FIXME: We might actually be on *BSD or OS X... ./configure.pl \ |