diff options
author | Brian Harring <ferringb@gentoo.org> | 2005-10-01 09:15:46 +0000 |
---|---|---|
committer | Brian Harring <ferringb@gentoo.org> | 2005-10-01 09:15:46 +0000 |
commit | 57fe3f148e9e47d5fecadaaa505cfbb140b187bb (patch) | |
tree | 204b83b5acb69200ddfa40aa285b038e0d6ecd19 /dev-php/mod_php/ChangeLog | |
parent | Updating metadata.xml (diff) | |
download | gentoo-2-57fe3f148e9e47d5fecadaaa505cfbb140b187bb.tar.gz gentoo-2-57fe3f148e9e47d5fecadaaa505cfbb140b187bb.tar.bz2 gentoo-2-57fe3f148e9e47d5fecadaaa505cfbb140b187bb.zip |
bug #107467 , changing the has_version metadata hack (QA violation) so it doesn't get killed by upcoming portage changes (not saying it shouldn't be killed off, just that y'all remove it when you can, rather then a portage QA check nuking it on ya)
(Portage version: 1.524.2.76-cvs)
Diffstat (limited to 'dev-php/mod_php/ChangeLog')
-rw-r--r-- | dev-php/mod_php/ChangeLog | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/dev-php/mod_php/ChangeLog b/dev-php/mod_php/ChangeLog index 7cb3c237025b..385b7dc20111 100644 --- a/dev-php/mod_php/ChangeLog +++ b/dev-php/mod_php/ChangeLog @@ -1,6 +1,18 @@ # ChangeLog for dev-php/mod_php # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/ChangeLog,v 1.274 2005/09/27 02:50:34 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/ChangeLog,v 1.275 2005/10/01 09:15:46 ferringb Exp $ + + 01 Oct 2005; Brian Harring <ferringb@gentoo.org> mod_php-4.3.11-r1.ebuild, + mod_php-4.3.11.ebuild, mod_php-4.4.0-r1.ebuild, mod_php-4.4.0-r2.ebuild, + mod_php-4.4.0-r3.ebuild, mod_php-4.4.0.ebuild: + Adjusted the has_version hack so these ebuilds are still usable under upcoming + portage release. + + Do not duplicate the has_version trick in the tree, lest QA beats you to a pulp. + This code has an extremely short life span, it won't work under the next + major portage version; further it *is* a kludge and cannot be implemented + anywhere else in the tree without asking portage devs and QA (they'll + tell you no, FYI). 27 Sep 2005; Jason Wever <weeve@gentoo.org> mod_php-4.3.11-r1.ebuild, mod_php-4.4.0-r2.ebuild: |