diff options
-rw-r--r-- | kde-base/unsermake/ChangeLog | 9 | ||||
-rw-r--r-- | kde-base/unsermake/unsermake-0.3.0.4254.0.ebuild | 16 | ||||
-rw-r--r-- | kde-base/unsermake/unsermake-0.3.1.4319.0.ebuild | 16 | ||||
-rw-r--r-- | kde-base/unsermake/unsermake-0.4.20050710.ebuild | 6 |
4 files changed, 26 insertions, 21 deletions
diff --git a/kde-base/unsermake/ChangeLog b/kde-base/unsermake/ChangeLog index eca278c420f4..9b59bd49b942 100644 --- a/kde-base/unsermake/ChangeLog +++ b/kde-base/unsermake/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/unsermake -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/unsermake/ChangeLog,v 1.19 2006/09/23 20:14:55 flameeyes Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/unsermake/ChangeLog,v 1.20 2007/01/05 17:00:44 flameeyes Exp $ + + 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> + unsermake-0.3.0.4254.0.ebuild, unsermake-0.3.1.4319.0.ebuild, + unsermake-0.4.20050710.ebuild: + Convert to use elog. 23 Sep 2006; Diego Pettenò <flameeyes@gentoo.org> unsermake-0.3.0.4254.0.ebuild, unsermake-0.3.1.4319.0.ebuild, diff --git a/kde-base/unsermake/unsermake-0.3.0.4254.0.ebuild b/kde-base/unsermake/unsermake-0.3.0.4254.0.ebuild index f8bfe4deeb3a..f7638dca9149 100644 --- a/kde-base/unsermake/unsermake-0.3.0.4254.0.ebuild +++ b/kde-base/unsermake/unsermake-0.3.0.4254.0.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/kde-base/unsermake/unsermake-0.3.0.4254.0.ebuild,v 1.4 2006/09/23 20:14:55 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/unsermake/unsermake-0.3.0.4254.0.ebuild,v 1.5 2007/01/05 17:00:44 flameeyes Exp $ IUSE="" DESCRIPTION="Unsermake - Advanced KDE build system" @@ -26,10 +26,10 @@ src_install() pkg_postinst() { - einfo - einfo "To enable kde builds with unsermake, set the unsermake environent" - einfo "variable: export UNSERMAKE=\"/usr/kde/unsermake/unsermake\"" - einfo - einfo "Unsermake builds are highly experimental; use at your own risk" - einfo + elog + elog "To enable kde builds with unsermake, set the unsermake environent" + elog "variable: export UNSERMAKE=\"/usr/kde/unsermake/unsermake\"" + elog + elog "Unsermake builds are highly experimental; use at your own risk" + elog } diff --git a/kde-base/unsermake/unsermake-0.3.1.4319.0.ebuild b/kde-base/unsermake/unsermake-0.3.1.4319.0.ebuild index 207622a39d5f..54f6095315c0 100644 --- a/kde-base/unsermake/unsermake-0.3.1.4319.0.ebuild +++ b/kde-base/unsermake/unsermake-0.3.1.4319.0.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/kde-base/unsermake/unsermake-0.3.1.4319.0.ebuild,v 1.4 2006/09/23 20:14:55 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/unsermake/unsermake-0.3.1.4319.0.ebuild,v 1.5 2007/01/05 17:00:44 flameeyes Exp $ IUSE="" DESCRIPTION="Unsermake - Advanced KDE build system" @@ -26,10 +26,10 @@ src_install() pkg_postinst() { - einfo - einfo "To enable kde builds with unsermake, set the unsermake environent" - einfo "variable: export UNSERMAKE=\"/usr/kde/unsermake/unsermake\"" - einfo - einfo "Unsermake builds are highly experimental; use at your own risk" - einfo + elog + elog "To enable kde builds with unsermake, set the unsermake environent" + elog "variable: export UNSERMAKE=\"/usr/kde/unsermake/unsermake\"" + elog + elog "Unsermake builds are highly experimental; use at your own risk" + elog } diff --git a/kde-base/unsermake/unsermake-0.4.20050710.ebuild b/kde-base/unsermake/unsermake-0.4.20050710.ebuild index 67f9ed9191a5..7a4b22a640f3 100644 --- a/kde-base/unsermake/unsermake-0.4.20050710.ebuild +++ b/kde-base/unsermake/unsermake-0.4.20050710.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/kde-base/unsermake/unsermake-0.4.20050710.ebuild,v 1.3 2006/09/23 20:14:55 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/unsermake/unsermake-0.4.20050710.ebuild,v 1.4 2007/01/05 17:00:44 flameeyes Exp $ inherit python @@ -36,5 +36,5 @@ src_install() pkg_postinst() { - einfo "Unsermake builds are highly experimental; use at your own risk" + elog "Unsermake builds are highly experimental; use at your own risk" } |