summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2011-09-02 16:40:08 +0000
committerUlrich Müller <ulm@gentoo.org>2011-09-02 16:40:08 +0000
commitcb3655c8af76e302a8627ebea9fb6e0699253e5b (patch)
tree358c7e7c959a3d38cc8feae7bd7b22b1e2028e45 /app-editors/emacs-vcs
parentLDFLAGS patch was accepted upstream. (diff)
downloademacs-cb3655c8af76e302a8627ebea9fb6e0699253e5b.tar.gz
emacs-cb3655c8af76e302a8627ebea9fb6e0699253e5b.tar.bz2
emacs-cb3655c8af76e302a8627ebea9fb6e0699253e5b.zip
Sync from Portage tree.
svn path=/emacs-overlay/; revision=1685
Diffstat (limited to 'app-editors/emacs-vcs')
-rw-r--r--app-editors/emacs-vcs/Manifest10
-rw-r--r--app-editors/emacs-vcs/emacs-vcs-23.3.9999.ebuild6
-rw-r--r--app-editors/emacs-vcs/emacs-vcs-24.0.9999-r1.ebuild6
3 files changed, 13 insertions, 9 deletions
diff --git a/app-editors/emacs-vcs/Manifest b/app-editors/emacs-vcs/Manifest
index 0d0d904..a0d2291 100644
--- a/app-editors/emacs-vcs/Manifest
+++ b/app-editors/emacs-vcs/Manifest
@@ -1,14 +1,14 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-EBUILD emacs-vcs-23.3.9999.ebuild 10762 RMD160 9e1931ad23a2dfe42aea96004b0e7a8e711ae2aa SHA1 21a7f8d8b5cdac26d6d20f18c90bd9092aa4c88e SHA256 3569b21dea85e1c30c735584221d9bb6cf18d9ce99c25d1bb37ad2284b961253
-EBUILD emacs-vcs-24.0.9999-r1.ebuild 11097 RMD160 d2ccbed862e692036722e4db5e9f1f88184cb737 SHA1 122a86de70bdb96a27185fd27504c19a734093f1 SHA256 ef9cb40c3874266264542cd090794769cd1cf1f6e852e29b3f7cc483806d14e4
+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 3891 RMD160 5af693798fe6e857bea9555b708e973a4ad550cb SHA1 1f119bce3470067e372c6c044aea50470930c1d2 SHA256 6dc2c6696990ff36a636b72ed9650e630158e36c6d85092aa98d5753901d375b
MISC metadata.xml 2106 RMD160 be033c20ddf8d50f045e59552c1cccd3ce829149 SHA1 7e92f2fc679fade0f4b3a4c3d587a6ec8757437d SHA256 ae9bc43d98770006a0792f92b173911e1357135f82f33156f121206f51948e65
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.18 (GNU/Linux)
-iEYEARECAAYFAk5OlEEACgkQOeoy/oIi7uyDrACg2+I3ISehYUfLssZhrXCFsH/n
-hhgAn2JIvWdxPH3fp9rHWU38fV1TjOAu
-=vSwv
+iEYEARECAAYFAk5hCC8ACgkQOeoy/oIi7uza+QCgxv/kp90nF+w5qP1pmARNWVYz
+T38AoN4yhb/zqpbYabmPtzAVtzCupaSV
+=4z87
-----END PGP SIGNATURE-----
diff --git a/app-editors/emacs-vcs/emacs-vcs-23.3.9999.ebuild b/app-editors/emacs-vcs/emacs-vcs-23.3.9999.ebuild
index 4375fc1..c37e4b8 100644
--- a/app-editors/emacs-vcs/emacs-vcs-23.3.9999.ebuild
+++ b/app-editors/emacs-vcs/emacs-vcs-23.3.9999.ebuild
@@ -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.8 2011/08/02 05:43:10 mattst88 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
diff --git a/app-editors/emacs-vcs/emacs-vcs-24.0.9999-r1.ebuild b/app-editors/emacs-vcs/emacs-vcs-24.0.9999-r1.ebuild
index cd3ac94..5283d74 100644
--- a/app-editors/emacs-vcs/emacs-vcs-24.0.9999-r1.ebuild
+++ b/app-editors/emacs-vcs/emacs-vcs-24.0.9999-r1.ebuild
@@ -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.13 2011/08/02 05:43:09 mattst88 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