diff options
author | Marius Mauch <genone@gentoo.org> | 2007-03-05 03:08:01 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-03-05 03:08:01 +0000 |
commit | 0dd1a79eda67b6d7737ce2c19def7f8b5179b1dc (patch) | |
tree | 0d28129d007f4c4342999b13a7c5777a079fd58d /dev-python/sip | |
parent | added ~ppc64 (diff) | |
download | gentoo-2-0dd1a79eda67b6d7737ce2c19def7f8b5179b1dc.tar.gz gentoo-2-0dd1a79eda67b6d7737ce2c19def7f8b5179b1dc.tar.bz2 gentoo-2-0dd1a79eda67b6d7737ce2c19def7f8b5179b1dc.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r10)
Diffstat (limited to 'dev-python/sip')
-rw-r--r-- | dev-python/sip/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/sip/sip-3.10.2.ebuild | 6 | ||||
-rw-r--r-- | dev-python/sip/sip-3.11.1.ebuild | 6 | ||||
-rw-r--r-- | dev-python/sip/sip-4.0.1.ebuild | 6 | ||||
-rw-r--r-- | dev-python/sip/sip-4.1.1.ebuild | 6 | ||||
-rw-r--r-- | dev-python/sip/sip-4.2.1-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-python/sip/sip-4.2.1.ebuild | 6 | ||||
-rw-r--r-- | dev-python/sip/sip-4.3.2.ebuild | 6 |
8 files changed, 27 insertions, 22 deletions
diff --git a/dev-python/sip/ChangeLog b/dev-python/sip/ChangeLog index a93da7f36b8e..70e07de16787 100644 --- a/dev-python/sip/ChangeLog +++ b/dev-python/sip/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/sip # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/ChangeLog,v 1.87 2007/02/22 00:51:45 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/ChangeLog,v 1.88 2007/03/05 03:08:01 genone Exp $ + + 05 Mar 2007; Marius Mauch <genone@gentoo.org> sip-3.10.2.ebuild, + sip-3.11.1.ebuild, sip-4.0.1.ebuild, sip-4.1.1.ebuild, sip-4.2.1.ebuild, + sip-4.2.1-r1.ebuild, sip-4.3.2.ebuild: + Replacing einfo with elog 22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/dev-python/sip/sip-3.10.2.ebuild b/dev-python/sip/sip-3.10.2.ebuild index 97398eae6260..79277b826f9d 100644 --- a/dev-python/sip/sip-3.10.2.ebuild +++ b/dev-python/sip/sip-3.10.2.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-python/sip/sip-3.10.2.ebuild,v 1.10 2005/12/09 22:00:47 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-3.10.2.ebuild,v 1.11 2007/03/05 03:08:01 genone Exp $ inherit distutils @@ -33,5 +33,5 @@ src_install() { } pkg_postinst() { - einfo "Please note, that you have to emerge PyQt again, when upgrading from an earlier sip-3.x version." + elog "Please note, that you have to emerge PyQt again, when upgrading from an earlier sip-3.x version." } diff --git a/dev-python/sip/sip-3.11.1.ebuild b/dev-python/sip/sip-3.11.1.ebuild index d49c0c1ce0d7..249f9d220183 100644 --- a/dev-python/sip/sip-3.11.1.ebuild +++ b/dev-python/sip/sip-3.11.1.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-python/sip/sip-3.11.1.ebuild,v 1.3 2005/12/09 22:00:47 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-3.11.1.ebuild,v 1.4 2007/03/05 03:08:01 genone Exp $ inherit distutils @@ -33,5 +33,5 @@ src_install() { } pkg_postinst() { - einfo "Please note, that you have to emerge PyQt again, when upgrading from an earlier sip-3.x version." + elog "Please note, that you have to emerge PyQt again, when upgrading from an earlier sip-3.x version." } diff --git a/dev-python/sip/sip-4.0.1.ebuild b/dev-python/sip/sip-4.0.1.ebuild index dd57de549d5a..5b07fa4ab5f0 100644 --- a/dev-python/sip/sip-4.0.1.ebuild +++ b/dev-python/sip/sip-4.0.1.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-python/sip/sip-4.0.1.ebuild,v 1.6 2005/12/09 22:00:47 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.0.1.ebuild,v 1.7 2007/03/05 03:08:01 genone Exp $ inherit distutils @@ -37,5 +37,5 @@ src_install() { } pkg_postinst() { - einfo "Please note, that you have to emerge PyQt again, when upgrading from sip-3.x." + elog "Please note, that you have to emerge PyQt again, when upgrading from sip-3.x." } diff --git a/dev-python/sip/sip-4.1.1.ebuild b/dev-python/sip/sip-4.1.1.ebuild index 427c944741e7..31943c01e140 100644 --- a/dev-python/sip/sip-4.1.1.ebuild +++ b/dev-python/sip/sip-4.1.1.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-python/sip/sip-4.1.1.ebuild,v 1.11 2005/12/09 22:00:47 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.1.1.ebuild,v 1.12 2007/03/05 03:08:01 genone Exp $ inherit distutils @@ -38,6 +38,6 @@ src_install() { pkg_postinst() { echo "" - einfo "Please note, that you have to emerge PyQt again, when upgrading from sip-3.x." + elog "Please note, that you have to emerge PyQt again, when upgrading from sip-3.x." echo "" } diff --git a/dev-python/sip/sip-4.2.1-r1.ebuild b/dev-python/sip/sip-4.2.1-r1.ebuild index a505a39638ec..e8d884fd9a21 100644 --- a/dev-python/sip/sip-4.2.1-r1.ebuild +++ b/dev-python/sip/sip-4.2.1-r1.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-python/sip/sip-4.2.1-r1.ebuild,v 1.1 2006/10/22 15:10:32 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.2.1-r1.ebuild,v 1.2 2007/03/05 03:08:01 genone Exp $ inherit distutils @@ -47,6 +47,6 @@ src_install() { pkg_postinst() { echo "" - einfo "Please note, that you have to emerge PyQt again, when upgrading from sip-3.x." + elog "Please note, that you have to emerge PyQt again, when upgrading from sip-3.x." echo "" } diff --git a/dev-python/sip/sip-4.2.1.ebuild b/dev-python/sip/sip-4.2.1.ebuild index ac54d44598bb..59b9bdffc2b8 100644 --- a/dev-python/sip/sip-4.2.1.ebuild +++ b/dev-python/sip/sip-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-python/sip/sip-4.2.1.ebuild,v 1.10 2006/02/01 00:17:16 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.2.1.ebuild,v 1.11 2007/03/05 03:08:01 genone Exp $ inherit distutils @@ -41,6 +41,6 @@ src_install() { pkg_postinst() { echo "" - einfo "Please note, that you have to emerge PyQt again, when upgrading from sip-3.x." + elog "Please note, that you have to emerge PyQt again, when upgrading from sip-3.x." echo "" } diff --git a/dev-python/sip/sip-4.3.2.ebuild b/dev-python/sip/sip-4.3.2.ebuild index 8f0052bef4ab..b2ef9066d8d3 100644 --- a/dev-python/sip/sip-4.3.2.ebuild +++ b/dev-python/sip/sip-4.3.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-python/sip/sip-4.3.2.ebuild,v 1.2 2006/04/01 19:05:31 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.3.2.ebuild,v 1.3 2007/03/05 03:08:01 genone Exp $ inherit distutils @@ -41,6 +41,6 @@ src_install() { pkg_postinst() { echo "" - einfo "Please note, that you have to emerge PyQt again, when upgrading from sip-3.x." + elog "Please note, that you have to emerge PyQt again, when upgrading from sip-3.x." echo "" } |