summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFernando J. Pereda <ferdy@gentoo.org>2007-01-06 01:29:07 +0000
committerFernando J. Pereda <ferdy@gentoo.org>2007-01-06 01:29:07 +0000
commit0b77f5cac4db7e17d4e745deaebd624963e26f5d (patch)
tree8b2e62f63abcdb4d28ce95065cb0466655791efc /dev-util
parentQA: Clean unused versions. (diff)
downloadgentoo-2-0b77f5cac4db7e17d4e745deaebd624963e26f5d.tar.gz
gentoo-2-0b77f5cac4db7e17d4e745deaebd624963e26f5d.tar.bz2
gentoo-2-0b77f5cac4db7e17d4e745deaebd624963e26f5d.zip
einfo -> elog
(Portage version: 2.1.1-r2)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/git/ChangeLog7
-rw-r--r--dev-util/git/git-1.4.1.1.ebuild42
-rw-r--r--dev-util/git/git-1.4.2.4.ebuild42
-rw-r--r--dev-util/git/git-1.4.3.5.ebuild12
-rw-r--r--dev-util/git/git-1.4.4.2.ebuild12
-rw-r--r--dev-util/git/git-1.4.4.3.ebuild10
6 files changed, 65 insertions, 60 deletions
diff --git a/dev-util/git/ChangeLog b/dev-util/git/ChangeLog
index cbe10a70a934..017a43c86407 100644
--- a/dev-util/git/ChangeLog
+++ b/dev-util/git/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-util/git
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/git/ChangeLog,v 1.155 2007/01/04 19:40:09 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/git/ChangeLog,v 1.156 2007/01/06 01:29:07 ferdy Exp $
+
+ 06 Jan 2007; Fernando J. Pereda <ferdy@gentoo.org> git-1.4.1.1.ebuild,
+ git-1.4.2.4.ebuild, git-1.4.3.5.ebuild, git-1.4.4.2.ebuild,
+ git-1.4.4.3.ebuild:
+ einfo -> elog
04 Jan 2007; Bryan Østergaard <kloeri@gentoo.org> git-1.4.4.3.ebuild:
Stable on IA64.
diff --git a/dev-util/git/git-1.4.1.1.ebuild b/dev-util/git/git-1.4.1.1.ebuild
index bbbdf33e53ae..580531071482 100644
--- a/dev-util/git/git-1.4.1.1.ebuild
+++ b/dev-util/git/git-1.4.1.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-util/git/git-1.4.1.1.ebuild,v 1.15 2006/11/09 00:03:04 iluxa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/git/git-1.4.1.1.ebuild,v 1.16 2007/01/06 01:29:07 ferdy Exp $
inherit python toolchain-funcs eutils elisp-common
@@ -121,25 +121,25 @@ src_test() {
pkg_postinst() {
use emacs && elisp-site-regen
- einfo
- einfo "If you want to import arch repositories into git, consider using the"
- einfo "git-archimport command. You should install dev-util/tla before"
- einfo
- einfo "If you want to import cvs repositories into git, consider using the"
- einfo "git-cvsimport command. You should install >=dev-util/cvsps-2.1 before"
- einfo
- einfo "If you want to import svn repositories into git, consider using the"
- einfo "git-svnimport command. You should install dev-util/subversion before"
- einfo
- einfo "If you want to manage subversion repositories using git, consider"
- einfo "using git-svn. You should install dev-util/subversion and dev-perl/libwww-perl"
- einfo
- einfo "If you want to import a quilt series into git, donsider using the"
- einfo "git-quiltimport command. You should install dev-util/quilt before"
- einfo
- einfo "If you want to use the included CVS server you will need to install"
- einfo "dev-perl/DBI and dev-perl/DBD-SQLite"
- einfo
+ echo
+ elog "If you want to import arch repositories into git, consider using the"
+ elog "git-archimport command. You should install dev-util/tla before"
+ echo
+ elog "If you want to import cvs repositories into git, consider using the"
+ elog "git-cvsimport command. You should install >=dev-util/cvsps-2.1 before"
+ echo
+ elog "If you want to import svn repositories into git, consider using the"
+ elog "git-svnimport command. You should install dev-util/subversion before"
+ echo
+ elog "If you want to manage subversion repositories using git, consider"
+ elog "using git-svn. You should install dev-util/subversion and dev-perl/libwww-perl"
+ echo
+ elog "If you want to import a quilt series into git, donsider using the"
+ elog "git-quiltimport command. You should install dev-util/quilt before"
+ echo
+ elog "If you want to use the included CVS server you will need to install"
+ elog "dev-perl/DBI and dev-perl/DBD-SQLite"
+ echo
}
pkg_postrm() {
diff --git a/dev-util/git/git-1.4.2.4.ebuild b/dev-util/git/git-1.4.2.4.ebuild
index 2da0896dd1fe..db7f2dd1a44e 100644
--- a/dev-util/git/git-1.4.2.4.ebuild
+++ b/dev-util/git/git-1.4.2.4.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-util/git/git-1.4.2.4.ebuild,v 1.8 2006/10/28 11:04:01 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/git/git-1.4.2.4.ebuild,v 1.9 2007/01/06 01:29:07 ferdy Exp $
inherit python toolchain-funcs eutils elisp-common
@@ -123,25 +123,25 @@ src_test() {
pkg_postinst() {
use emacs && elisp-site-regen
- einfo
- einfo "If you want to import arch repositories into git, consider using the"
- einfo "git-archimport command. You should install dev-util/tla before."
- einfo
- einfo "If you want to import cvs repositories into git, consider using the"
- einfo "git-cvsimport command. You should install >=dev-util/cvsps-2.1 before."
- einfo
- einfo "If you want to import svn repositories into git, consider using the"
- einfo "git-svnimport command. You should install dev-util/subversion before."
- einfo
- einfo "If you want to manage subversion repositories using git, consider"
- einfo "using git-svn. You should install dev-util/subversion and dev-perl/libwww-perl."
- einfo
- einfo "If you want to import a quilt series into git, consider using the"
- einfo "git-quiltimport command. You should install dev-util/quilt before."
- einfo
- einfo "If you want to use the included CVS server you will need to install"
- einfo "dev-perl/DBI and dev-perl/DBD-SQLite."
- einfo
+ echo
+ elog "If you want to import arch repositories into git, consider using the"
+ elog "git-archimport command. You should install dev-util/tla before."
+ echo
+ elog "If you want to import cvs repositories into git, consider using the"
+ elog "git-cvsimport command. You should install >=dev-util/cvsps-2.1 before."
+ echo
+ elog "If you want to import svn repositories into git, consider using the"
+ elog "git-svnimport command. You should install dev-util/subversion before."
+ echo
+ elog "If you want to manage subversion repositories using git, consider"
+ elog "using git-svn. You should install dev-util/subversion and dev-perl/libwww-perl."
+ echo
+ elog "If you want to import a quilt series into git, consider using the"
+ elog "git-quiltimport command. You should install dev-util/quilt before."
+ echo
+ elog "If you want to use the included CVS server you will need to install"
+ elog "dev-perl/DBI and dev-perl/DBD-SQLite."
+ echo
}
pkg_postrm() {
diff --git a/dev-util/git/git-1.4.3.5.ebuild b/dev-util/git/git-1.4.3.5.ebuild
index 484cdd53cd98..650daa7cdcf8 100644
--- a/dev-util/git/git-1.4.3.5.ebuild
+++ b/dev-util/git/git-1.4.3.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-util/git/git-1.4.3.5.ebuild,v 1.2 2006/12/31 06:55:17 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/git/git-1.4.3.5.ebuild,v 1.3 2007/01/06 01:29:07 ferdy Exp $
inherit python toolchain-funcs eutils elisp-common perl-module bash-completion
@@ -62,7 +62,7 @@ exportmakeopts() {
showpkgdeps() {
local pkg=$1
shift
- einfo " $(printf "%-17s:" ${pkg}) ${@}"
+ elog " $(printf "%-17s:" ${pkg}) ${@}"
}
src_unpack() {
@@ -133,15 +133,15 @@ src_test() {
pkg_postinst() {
use emacs && elisp-site-regen
- einfo "These additional scripts need some dependencies:"
- einfo
+ elog "These additional scripts need some dependencies:"
+ echo
showpkgdeps git-archimport "dev-util/tla"
showpkgdeps git-cvsimport ">=dev-util/cvsps-2.1"
showpkgdeps git-svnimport "dev-util/subversion(USE=perl)"
showpkgdeps git-svn "dev-util/subversion(USE=perl)" "dev-perl/libwww-perl"
showpkgdeps git-quiltimport "dev-util/quilt"
showpkgdeps git-cvsserver "dev-perl/DBI" "dev-perl/DBD-SQLite"
- einfo
+ echo
}
pkg_postrm() {
diff --git a/dev-util/git/git-1.4.4.2.ebuild b/dev-util/git/git-1.4.4.2.ebuild
index f71f9404b0cf..739540f8c1af 100644
--- a/dev-util/git/git-1.4.4.2.ebuild
+++ b/dev-util/git/git-1.4.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-util/git/git-1.4.4.2.ebuild,v 1.2 2006/12/31 06:55:17 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/git/git-1.4.4.2.ebuild,v 1.3 2007/01/06 01:29:07 ferdy Exp $
inherit python toolchain-funcs eutils elisp-common perl-module bash-completion
@@ -62,7 +62,7 @@ exportmakeopts() {
showpkgdeps() {
local pkg=$1
shift
- einfo " $(printf "%-17s:" ${pkg}) ${@}"
+ elog " $(printf "%-17s:" ${pkg}) ${@}"
}
src_unpack() {
@@ -137,15 +137,15 @@ src_test() {
pkg_postinst() {
use emacs && elisp-site-regen
- einfo "These additional scripts need some dependencies:"
- einfo
+ elog "These additional scripts need some dependencies:"
+ echo
showpkgdeps git-archimport "dev-util/tla"
showpkgdeps git-cvsimport ">=dev-util/cvsps-2.1"
showpkgdeps git-svnimport "dev-util/subversion(USE=perl)"
showpkgdeps git-svn "dev-util/subversion(USE=perl)" "dev-perl/libwww-perl"
showpkgdeps git-quiltimport "dev-util/quilt"
showpkgdeps git-cvsserver "dev-perl/DBI" "dev-perl/DBD-SQLite"
- einfo
+ echo
}
pkg_postrm() {
diff --git a/dev-util/git/git-1.4.4.3.ebuild b/dev-util/git/git-1.4.4.3.ebuild
index 2554cf75334a..6ed7ecf87d69 100644
--- a/dev-util/git/git-1.4.4.3.ebuild
+++ b/dev-util/git/git-1.4.4.3.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-util/git/git-1.4.4.3.ebuild,v 1.7 2007/01/04 19:40:09 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/git/git-1.4.4.3.ebuild,v 1.8 2007/01/06 01:29:07 ferdy Exp $
inherit python toolchain-funcs eutils elisp-common perl-module bash-completion
@@ -62,7 +62,7 @@ exportmakeopts() {
showpkgdeps() {
local pkg=$1
shift
- einfo " $(printf "%-17s:" ${pkg}) ${@}"
+ elog " $(printf "%-17s:" ${pkg}) ${@}"
}
src_unpack() {
@@ -137,8 +137,8 @@ src_test() {
pkg_postinst() {
use emacs && elisp-site-regen
- einfo "These additional scripts need some dependencies:"
- einfo
+ elog "These additional scripts need some dependencies:"
+ echo
showpkgdeps git-archimport "dev-util/tla"
showpkgdeps git-cvsimport ">=dev-util/cvsps-2.1"
showpkgdeps git-svnimport "dev-util/subversion(USE=perl)"
@@ -146,7 +146,7 @@ pkg_postinst() {
showpkgdeps git-quiltimport "dev-util/quilt"
showpkgdeps git-cvsserver "dev-perl/DBI" "dev-perl/DBD-SQLite"
showpkgdeps git-instaweb "|| ( www-servers/lighttpd net-www/apache(SLOT=2) )"
- einfo
+ echo
}
pkg_postrm() {