summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2012-04-03 19:21:45 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2012-04-03 19:21:45 +0000
commitd90ec58ce758259d2363982ea6cd7c11edbd180a (patch)
tree9c0d4a5da8ac9eac1c078b64059267db18aedc88 /eclass/ChangeLog
parentVersion bump including themes with Gentoo colors (#409613), add me as co-main... (diff)
downloadgentoo-2-d90ec58ce758259d2363982ea6cd7c11edbd180a.tar.gz
gentoo-2-d90ec58ce758259d2363982ea6cd7c11edbd180a.tar.bz2
gentoo-2-d90ec58ce758259d2363982ea6cd7c11edbd180a.zip
Add function that makes it easier to properly install Python scripts that get installed automatically by distutils.
Diffstat (limited to 'eclass/ChangeLog')
-rw-r--r--eclass/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog
index 8a1cbcc30331..9af75a38a356 100644
--- a/eclass/ChangeLog
+++ b/eclass/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for eclass directory
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.201 2012/04/03 19:16:29 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.202 2012/04/03 19:21:45 nelchael Exp $
+
+ 03 Apr 2012; Krzysztof Pawlik <nelchael@gentoo.org>
+ python-distutils-ng.eclass:
+ Add function that makes it easier to properly install Python scripts that get
+ installed automatically by distutils.
03 Apr 2012; Krzysztof Pawlik <nelchael@gentoo.org> mercurial.eclass:
Rename ESCM_OFFLINE to EVCS_OFFLINE, see bug #410469.