Clarify a comment.
authorUlrich Müller <ulm@gentoo.org>
Mon, 22 Aug 2011 19:31:26 +0000 (19:31 +0000)
committerUlrich Müller <ulm@gentoo.org>
Mon, 22 Aug 2011 19:31:26 +0000 (19:31 +0000)
Package-Manager: portage-2.1.10.11/cvs/Linux x86_64

app-editors/emacs-vcs/Manifest
app-editors/emacs-vcs/emacs-vcs-23.3.9999.ebuild
app-editors/emacs-vcs/emacs-vcs-24.0.9999-r1.ebuild

index 2e777cd99488b08cfa99c010c1989457d30c99d6..986e3d466726ac8ccba0a30d18682b9092faafc6 100644 (file)
@@ -1,14 +1,14 @@
 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA1
 
-EBUILD emacs-vcs-23.3.9999.ebuild 10758 RMD160 e6309cea48c35c96dbcfe6653cd2b244fb2d88c1 SHA1 e7be2815b95425aeae35464f43e0af5d478e7e46 SHA256 1fa1267eca6445e426b3d318522252fe5106226c00acdaa434d24d72b24ed102
-EBUILD emacs-vcs-24.0.9999-r1.ebuild 11092 RMD160 887770eb1aaecaffb1b5749c683c0ecf371b15a9 SHA1 3064317ff00176ece5f7c7328172cbff8c87a4d9 SHA256 92b209f6b7ff72fcdfa05f49d6e649ea99837e724e0c1531cb278b0f013f140b
+EBUILD emacs-vcs-23.3.9999.ebuild 10895 RMD160 bdfb1aa63b08bd6b7ef2a17dfa5bd275514234ee SHA1 8627f8eb7e9aca67952d3bf5eab9b99b08915232 SHA256 74f8e15f8ae45c64154330585b139600f537ee5398c35b78b6f01c4b69c40fa4
+EBUILD emacs-vcs-24.0.9999-r1.ebuild 11229 RMD160 327d5d7fbaca12452ec3a63140867ac943a04ada SHA1 fc52886699f664d787df3504c6e7ba216d553867 SHA256 c268753468038c30bdb7b929132e83be3fa4a2aad151fe051f81f04f9876b832
 MISC ChangeLog 59652 RMD160 556720192f793bbdce6d6f93738f740c8520ddaa SHA1 d3d9c0dcd030e95988730cd0aea4a248f820af86 SHA256 054fac6a892f9ad14a3eb7e95ac309c15a2c8ecea41d5a261331a6ad396d0786
 MISC metadata.xml 2219 RMD160 59724e54af053aa155ff1079d7971df365088afd SHA1 664d49b56b126e8ad2c64b4415eafcf68e447ad3 SHA256 2d94fccd2d478d91044897e7e5facb4883cb752ea81382e0671a33dd17dce579
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.18 (GNU/Linux)
 
-iEYEARECAAYFAk5OnlwACgkQOeoy/oIi7uy9cgCgjSH/GqkLJ/GtOrscxgLRsIP3
-VOEAn1WG3xKrACg6N9zBp3V4fZx8gaMh
-=ij+k
+iEYEARECAAYFAk5Sr+8ACgkQOeoy/oIi7uw2cgCgrVgUiIDVyRoBnW1t73lRu80C
+VMYAoInUpsCWUz4Mvibg1PS2lo4OXS9b
+=yAoh
 -----END PGP SIGNATURE-----
index dad39821ff145372d8b485a668c4af0ffc90013a..c37e4b8391a2afeb3db69686eeaa3faed225f847 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-23.3.9999.ebuild,v 1.10 2011/08/19 17:27:26 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-23.3.9999.ebuild,v 1.11 2011/08/22 19:31:26 ulm Exp $
 
 EAPI=4
 WANT_AUTOMAKE="none"
@@ -196,7 +196,9 @@ src_configure() {
        fi
 
        if [ "${PV##*.}" = "9999" ]; then
-               # This will be saved in system-configuration-options
+               # These variables are not needed for building. We add them to
+               # configure options because they are stored in the Emacs binary
+               # and available in variable "system-configuration-options".
                myconf="${myconf} EBZR_BRANCH=${EBZR_BRANCH} EBZR_REVNO=${EBZR_REVNO}"
        fi
 
index 759857ea841279b6f6f32aeb8c6f148d23664e1c..5283d749e9d6b2a4fe875b97970c701b9f47478b 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-24.0.9999-r1.ebuild,v 1.15 2011/08/19 17:27:26 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-24.0.9999-r1.ebuild,v 1.16 2011/08/22 19:31:26 ulm Exp $
 
 EAPI=4
 
@@ -203,7 +203,9 @@ src_configure() {
        fi
 
        if [ "${PV##*.}" = "9999" ]; then
-               # This will be saved in system-configuration-options
+               # These variables are not needed for building. We add them to
+               # configure options because they are stored in the Emacs binary
+               # and available in variable "system-configuration-options".
                myconf="${myconf} EBZR_BRANCH=${EBZR_BRANCH} EBZR_REVNO=${EBZR_REVNO}"
        fi