summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-03-18 01:33:13 +0000
committerMarius Mauch <genone@gentoo.org>2007-03-18 01:33:13 +0000
commitfd0ded5abfe1e23b9461fa9be1f2ea1f0d52a7d7 (patch)
tree6d4bb3fc92f9885323605cd5199d5bd40692cf71 /gnustep-base/gnustep-make
parentReplacing einfo with elog (diff)
downloadgentoo-2-fd0ded5abfe1e23b9461fa9be1f2ea1f0d52a7d7.tar.gz
gentoo-2-fd0ded5abfe1e23b9461fa9be1f2ea1f0d52a7d7.tar.bz2
gentoo-2-fd0ded5abfe1e23b9461fa9be1f2ea1f0d52a7d7.zip
Replacing einfo with elog
(Portage version: 2.1.2.2)
Diffstat (limited to 'gnustep-base/gnustep-make')
-rw-r--r--gnustep-base/gnustep-make/ChangeLog7
-rw-r--r--gnustep-base/gnustep-make/gnustep-make-1.10.0-r2.ebuild14
-rw-r--r--gnustep-base/gnustep-make/gnustep-make-1.12.0-r1.ebuild12
-rw-r--r--gnustep-base/gnustep-make/gnustep-make-1.13.0.ebuild12
4 files changed, 25 insertions, 20 deletions
diff --git a/gnustep-base/gnustep-make/ChangeLog b/gnustep-base/gnustep-make/ChangeLog
index f434cd7e9aff..f944ad25dd55 100644
--- a/gnustep-base/gnustep-make/ChangeLog
+++ b/gnustep-base/gnustep-make/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for gnustep-base/gnustep-make
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-make/ChangeLog,v 1.42 2007/02/18 21:22:51 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-make/ChangeLog,v 1.43 2007/03/18 01:33:13 genone Exp $
+
+ 18 Mar 2007; Marius Mauch <genone@gentoo.org>
+ gnustep-make-1.10.0-r2.ebuild, gnustep-make-1.12.0-r1.ebuild,
+ gnustep-make-1.13.0.ebuild:
+ Replacing einfo with elog
18 Feb 2007; Fabian Groffen <grobian@gentoo.org>
gnustep-make-1.12.0-r1.ebuild, gnustep-make-1.13.0.ebuild:
diff --git a/gnustep-base/gnustep-make/gnustep-make-1.10.0-r2.ebuild b/gnustep-base/gnustep-make/gnustep-make-1.10.0-r2.ebuild
index ea00eb443ed0..99f903923d92 100644
--- a/gnustep-base/gnustep-make/gnustep-make-1.10.0-r2.ebuild
+++ b/gnustep-base/gnustep-make/gnustep-make-1.10.0-r2.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/gnustep-base/gnustep-make/gnustep-make-1.10.0-r2.ebuild,v 1.9 2006/08/13 15:33:04 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-make/gnustep-make-1.10.0-r2.ebuild,v 1.10 2007/03/18 01:33:13 genone Exp $
inherit gnustep
@@ -105,11 +105,11 @@ pkg_setup() {
fi
# if use layout-from-conf-file || use layout-osx-like; then
- einfo "GNUstep installation will be laid out thusly:"
- einfo "\tGNUSTEP_SYSTEM_ROOT=`egnustep_system_root`"
- einfo "\tGNUSTEP_LOCAL_ROOT=`egnustep_local_root`"
- einfo "\tGNUSTEP_NETWORK_ROOT=`egnustep_network_root`"
- einfo "\tGNUSTEP_USER_ROOT=`egnustep_user_root`"
+ elog "GNUstep installation will be laid out thusly:"
+ elog "\tGNUSTEP_SYSTEM_ROOT=`egnustep_system_root`"
+ elog "\tGNUSTEP_LOCAL_ROOT=`egnustep_local_root`"
+ elog "\tGNUSTEP_NETWORK_ROOT=`egnustep_network_root`"
+ elog "\tGNUSTEP_USER_ROOT=`egnustep_user_root`"
ebeep
epause 10
# fi
diff --git a/gnustep-base/gnustep-make/gnustep-make-1.12.0-r1.ebuild b/gnustep-base/gnustep-make/gnustep-make-1.12.0-r1.ebuild
index c4a25f0dbc91..7bfac3f6199d 100644
--- a/gnustep-base/gnustep-make/gnustep-make-1.12.0-r1.ebuild
+++ b/gnustep-base/gnustep-make/gnustep-make-1.12.0-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/gnustep-base/gnustep-make/gnustep-make-1.12.0-r1.ebuild,v 1.9 2007/02/18 21:22:51 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-make/gnustep-make-1.12.0-r1.ebuild,v 1.10 2007/03/18 01:33:13 genone Exp $
inherit gnustep
@@ -104,11 +104,11 @@ pkg_setup() {
egnustep_user_root '~/GNUstep'
fi
- einfo "GNUstep installation will be laid out as follows:"
- einfo "\tGNUSTEP_SYSTEM_ROOT=`egnustep_system_root`"
- einfo "\tGNUSTEP_LOCAL_ROOT=`egnustep_local_root`"
- einfo "\tGNUSTEP_NETWORK_ROOT=`egnustep_network_root`"
- einfo "\tGNUSTEP_USER_ROOT=`egnustep_user_root`"
+ elog "GNUstep installation will be laid out as follows:"
+ elog "\tGNUSTEP_SYSTEM_ROOT=`egnustep_system_root`"
+ elog "\tGNUSTEP_LOCAL_ROOT=`egnustep_local_root`"
+ elog "\tGNUSTEP_NETWORK_ROOT=`egnustep_network_root`"
+ elog "\tGNUSTEP_USER_ROOT=`egnustep_user_root`"
}
src_compile() {
diff --git a/gnustep-base/gnustep-make/gnustep-make-1.13.0.ebuild b/gnustep-base/gnustep-make/gnustep-make-1.13.0.ebuild
index 581eeb4d8528..50c879186801 100644
--- a/gnustep-base/gnustep-make/gnustep-make-1.13.0.ebuild
+++ b/gnustep-base/gnustep-make/gnustep-make-1.13.0.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/gnustep-base/gnustep-make/gnustep-make-1.13.0.ebuild,v 1.2 2007/02/18 21:22:51 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-make/gnustep-make-1.13.0.ebuild,v 1.3 2007/03/18 01:33:13 genone Exp $
inherit gnustep
@@ -103,11 +103,11 @@ pkg_setup() {
egnustep_user_root '~/GNUstep'
fi
- einfo "GNUstep installation will be laid out as follows:"
- einfo "\tGNUSTEP_SYSTEM_ROOT=`egnustep_system_root`"
- einfo "\tGNUSTEP_LOCAL_ROOT=`egnustep_local_root`"
- einfo "\tGNUSTEP_NETWORK_ROOT=`egnustep_network_root`"
- einfo "\tGNUSTEP_USER_ROOT=`egnustep_user_root`"
+ elog "GNUstep installation will be laid out as follows:"
+ elog "\tGNUSTEP_SYSTEM_ROOT=`egnustep_system_root`"
+ elog "\tGNUSTEP_LOCAL_ROOT=`egnustep_local_root`"
+ elog "\tGNUSTEP_NETWORK_ROOT=`egnustep_network_root`"
+ elog "\tGNUSTEP_USER_ROOT=`egnustep_user_root`"
}
src_compile() {