summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2011-09-24 12:33:57 +0000
committerUlrich Müller <ulm@gentoo.org>2011-09-24 12:33:57 +0000
commit9cfeae0cd11dbdb24e528435be0cce5ecc76ffff (patch)
tree8469d68d668de6268e45d75b864450cff70db543 /app-editors
parentWith USE="athena", link against libXaw. (diff)
downloademacs-9cfeae0cd11dbdb24e528435be0cce5ecc76ffff.tar.gz
emacs-9cfeae0cd11dbdb24e528435be0cce5ecc76ffff.tar.bz2
emacs-9cfeae0cd11dbdb24e528435be0cce5ecc76ffff.zip
Cosmetic changes.
svn path=/emacs-overlay/; revision=1691
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/emacs-vcs/Manifest10
-rw-r--r--app-editors/emacs-vcs/emacs-vcs-23.3.9999.ebuild3
-rw-r--r--app-editors/emacs-vcs/emacs-vcs-24.0.9999-r1.ebuild3
3 files changed, 7 insertions, 9 deletions
diff --git a/app-editors/emacs-vcs/Manifest b/app-editors/emacs-vcs/Manifest
index a67470d..b78f1fe 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 10777 RMD160 7257eff5b9b944656a4475f4228dc6a42243a322 SHA1 6396e6d8794ecbbeb90ec67aa6c2f523ec55e6e2 SHA256 b51cd676ea71009251ba3f6c595a067c6e4524c1dea1b80e3a01f99b155897eb
-EBUILD emacs-vcs-24.0.9999-r1.ebuild 10958 RMD160 765aba0a47e8f0053afaf3c4b944ddfad301c842 SHA1 26d60f4a10e81f0053b3428f800a163399aad8d1 SHA256 557cb529ae77251c8b0df654308fd8d327b61945a6fc96fdeb3f5ec833a4b421
+EBUILD emacs-vcs-23.3.9999.ebuild 10755 RMD160 7a734fda1bcce9a2e9a9f3fd10d47c95314b8ce9 SHA1 ce2f763a475269b01f1263d583b15d9255401eca SHA256 3eb4e1fe2d54d579fac4099f3192c222e864915b44462c9afcbfbbddc26468b1
+EBUILD emacs-vcs-24.0.9999-r1.ebuild 10936 RMD160 76e9142e0627668a290740b7dd53fb5189474ad5 SHA1 35310346f86eeede1938af59e07660af0944ab4c SHA256 a9895fd7017beccfe10c8580b30d0beefaf234853ce9db8812ab62b51b05c9e2
MISC ChangeLog 4473 RMD160 6f38821dc21bdd93a870869ef71b51c3bd9cad1b SHA1 71e085bd310033d1fa6f645257c713887e7c2f5d SHA256 3fefe1247f2da4104abdca5c1288a6295221b813f5eb0df6daec15360fd0663e
MISC metadata.xml 2201 RMD160 8bba967b2bdaf3077133de2515215c625040de6a SHA1 5ab3c959ecbc61eff74977682285ee818e9f83ff SHA256 a056138705867cdfae4a8f1ade81b57edfa9f8e81f51f0650996a72871cbfbb8
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.18 (GNU/Linux)
-iEYEARECAAYFAk59qjAACgkQOeoy/oIi7uzMAgCfbQ3x3AwbZAEgoVIeKrLDd3ya
-BMcAoOUhWnJt/Fx3k7Ar9mHrSAgvomyX
-=zOKI
+iEYEARECAAYFAk59z04ACgkQOeoy/oIi7uwp9ACdGnxxI7Y2OI9rm0QfGy8ySQa8
+8EsAoOcX0VbFFulTPkvEvuRVq+nGhaNv
+=mpha
-----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 5214000..f41682d 100644
--- a/app-editors/emacs-vcs/emacs-vcs-23.3.9999.ebuild
+++ b/app-editors/emacs-vcs/emacs-vcs-23.3.9999.ebuild
@@ -170,8 +170,7 @@ src_configure() {
myconf="${myconf} --with-x-toolkit=gtk"
elif use Xaw3d || use athena; then
einfo "Configuring to build with Athena/Lucid toolkit"
- myconf="${myconf} --with-x-toolkit=lucid"
- myconf="${myconf} $(use_with Xaw3d xaw3d)"
+ myconf="${myconf} --with-x-toolkit=lucid $(use_with Xaw3d xaw3d)"
elif use motif; then
einfo "Configuring to build with Motif toolkit"
myconf="${myconf} --with-x-toolkit=motif"
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 8ddd275..33655b8 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
@@ -171,8 +171,7 @@ src_configure() {
myconf="${myconf} --with-x-toolkit=$(usev gtk3 || echo gtk)"
elif use Xaw3d || use athena; then
einfo "Configuring to build with Athena/Lucid toolkit"
- myconf="${myconf} --with-x-toolkit=lucid"
- myconf="${myconf} $(use_with Xaw3d xaw3d)"
+ myconf="${myconf} --with-x-toolkit=lucid $(use_with Xaw3d xaw3d)"
elif use motif; then
einfo "Configuring to build with Motif toolkit"
myconf="${myconf} --with-x-toolkit=motif"