summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2012-06-11 14:22:19 +0000
committerMichał Górny <mgorny@gentoo.org>2012-06-11 14:22:19 +0000
commite65dbed4a2894716a68af0e76d77e2e9534a301b (patch)
tree3607420e44f038c424b75b2fb13a7f7138349b77 /eclass/ChangeLog
parentUse matching name for download & S to make the ebuilds forward-proof to vcs-s... (diff)
downloadgentoo-2-e65dbed4a2894716a68af0e76d77e2e9534a301b.tar.gz
gentoo-2-e65dbed4a2894716a68af0e76d77e2e9534a301b.tar.bz2
gentoo-2-e65dbed4a2894716a68af0e76d77e2e9534a301b.zip
Unpack tarballs in directory matching their name rather than ${P}. This allows the eclass to handle multiple tarballs in one ebuild, and non-snapshot tarballs should work fine too.
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 e248a41a8523..1ee5a8613de5 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.308 2012/06/11 13:02:21 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.309 2012/06/11 14:22:19 mgorny Exp $
+
+ 11 Jun 2012; Michał Górny <mgorny@gentoo.org> vcs-snapshot.eclass:
+ Unpack tarballs in directory matching their name rather than ${P}. This
+ allows the eclass to handle multiple tarballs in one ebuild, and non-snapshot
+ tarballs should work fine too.
11 Jun 2012; Michał Górny <mgorny@gentoo.org> xorg-2.eclass:
Replace remove_libtool_files with prune_libtool_files.