summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-01-15 11:23:43 +0000
committerJustin Lecher <jlec@gentoo.org>2013-01-15 11:23:43 +0000
commitde74a85f514577a81a507271bbe12f8e78eee4a7 (patch)
treea25e95fa0951ff988eec0208441479a4363c3764 /eclass
parentInclude icon file, thanks ssuominen (diff)
downloadgentoo-2-de74a85f514577a81a507271bbe12f8e78eee4a7.tar.gz
gentoo-2-de74a85f514577a81a507271bbe12f8e78eee4a7.tar.bz2
gentoo-2-de74a85f514577a81a507271bbe12f8e78eee4a7.zip
@THANKS is no keywords
Diffstat (limited to 'eclass')
-rw-r--r--eclass/ChangeLog5
-rw-r--r--eclass/git.eclass7
2 files changed, 8 insertions, 4 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog
index 5891f55bc623..be62496f112e 100644
--- a/eclass/ChangeLog
+++ b/eclass/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for eclass directory
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.616 2013/01/15 11:10:17 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.617 2013/01/15 11:23:43 jlec Exp $
+
+ 15 Jan 2013; Justin Lecher <jlec@gentoo.org> git.eclass:
+ @THANKS is no keywords
15 Jan 2013; Justin Lecher <jlec@gentoo.org> distutils-r1.eclass:
Fix typo
diff --git a/eclass/git.eclass b/eclass/git.eclass
index 99c7125bb0ff..a38ee8afe6c7 100644
--- a/eclass/git.eclass
+++ b/eclass/git.eclass
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/git.eclass,v 1.59 2012/09/27 16:35:41 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/git.eclass,v 1.60 2013/01/15 11:23:43 jlec Exp $
# @DEPRECATED
# This eclass has been superseded by git-2 eclass.
@@ -14,7 +14,8 @@
# The git eclass provides functions to fetch, patch and bootstrap
# software sources from git repositories and is based on the subversion eclass.
# It is necessary to define at least the EGIT_REPO_URI variable.
-# @THANKS TO:
+#
+# THANKS TO:
# Fernando J. Pereda <ferdy@gentoo.org>
inherit eutils