summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2011-01-12 13:22:52 +0000
committerUlrich Müller <ulm@gentoo.org>2011-01-12 13:22:52 +0000
commit1347db892b3807b5b9eba1c0113f55ed02ce7372 (patch)
tree8719e42ad8432809ab3d9965d8a1c3e3a1fb6550
parentIncorporate changes from Alt/Prefix overlay and from bug 268793. (diff)
downloademacs-1347db892b3807b5b9eba1c0113f55ed02ce7372.tar.gz
emacs-1347db892b3807b5b9eba1c0113f55ed02ce7372.tar.bz2
emacs-1347db892b3807b5b9eba1c0113f55ed02ce7372.zip
Use EMACS_SUFFIX instead of SLOT.
svn path=/emacs-overlay/; revision=1562
-rw-r--r--app-editors/emacs/Manifest2
-rw-r--r--app-editors/emacs/emacs-23.2-r3.ebuild12
2 files changed, 7 insertions, 7 deletions
diff --git a/app-editors/emacs/Manifest b/app-editors/emacs/Manifest
index e893af2..f9c03be 100644
--- a/app-editors/emacs/Manifest
+++ b/app-editors/emacs/Manifest
@@ -8,6 +8,6 @@ DIST emacs-23.2.tar.bz2 38376047 RMD160 b7441be0a32e78e02f108dcb3b09b531c6849d95
DIST leim-21.4.tar.gz 3291433 RMD160 89e1108bfe06425a0d6b4d941f9c297551bafcca SHA1 dd63f9aca1a58d40d9d426dd410fb627230974f7 SHA256 db24946985dd644bfed18815d6e991dad27f8ab1fd5823dd6dc4eb8dcd04333b
EBUILD emacs-21.4-r23.ebuild 5019 RMD160 83385af5aaed6fe97262908b040346e2278a5e9d SHA1 15c3ca2917d94b8dcb6a960bb4fc2959b0e85c46 SHA256 5a1d1f0df477f371eed9c256b5070d25742f6638f9ff2bf7ab20e5abcabf90db
EBUILD emacs-22.3-r7.ebuild 7922 RMD160 c9443e4c4a89a6d8cfe736c3e06a973d56cc336c SHA1 89fa3bd31666854a9e42d9b02b06a8625213fd98 SHA256 d3fdfd8726b97aa6d2528e666aebe0d9ad39731af6a7ad34e9cfde1cec292f36
-EBUILD emacs-23.2-r3.ebuild 10909 RMD160 67b4f3f13a538706e72adf1d1e979a0439b56b25 SHA1 b1cdf342004089fab071ec6cc99de411faeb2b56 SHA256 c2565f8d91bbbe0011ca90301bbb62fcc51cf75b5e50ae3f0222801b59af662d
+EBUILD emacs-23.2-r3.ebuild 10936 RMD160 337a0bc6d8ae3e82a2192a1b1a9ec1f6978cceb3 SHA1 4cff774ef72f146101ff304b0448def73320d467 SHA256 b2c75d0965ab46d03902e645a7c299cdf6145308a4d02e63f9f108a70d542fe4
MISC ChangeLog 1278 RMD160 7c3c071db2c934b649fdadc61d40fad381a13393 SHA1 7b8cd6153c8ffc06e3879f21a03a098abcf76445 SHA256 cb8649b394778f952e440f5ac2fab75e78199cb56b38cca1ffdd7aba77c84b7c
MISC metadata.xml 1745 RMD160 c60885ffe070e2e88f9a5b8def28fd20d05e5de3 SHA1 c4480fbafe47b334f878d9e87328e37c20cba56b SHA256 86f6e3328b4abfbf278876ab4ab7c546c5164713e736b14ad7cab4c68825d010
diff --git a/app-editors/emacs/emacs-23.2-r3.ebuild b/app-editors/emacs/emacs-23.2-r3.ebuild
index 0b56a99..6184120 100644
--- a/app-editors/emacs/emacs-23.2-r3.ebuild
+++ b/app-editors/emacs/emacs-23.2-r3.ebuild
@@ -197,10 +197,10 @@ src_configure() {
myconf="${myconf} $(use_with kerberos) $(use_with kerberos kerberos5)"
myconf="${myconf} $(use_with gpm) $(use_with dbus)"
- # According to configure, this option is only used for GNU/Linux (x86_64
- # and s390). For Gentoo Prefix we have to explicitly spell out the location
- # because $(get_libdir) does not necessarily return something that matches
- # the host OS's libdir naming (e.g. RHEL)
+ # According to configure, this option is only used for GNU/Linux
+ # (x86_64 and s390). For Gentoo Prefix we have to explicitly spell
+ # out the location because $(get_libdir) does not necessarily return
+ # something that matches the host OS's libdir naming (e.g. RHEL).
local crtdir=$($(tc-getCC) -print-file-name=crt1.o)
crtdir=${crtdir%crt1.o}
@@ -283,8 +283,8 @@ src_install () {
if use aqua; then
insinto /Applications/Gentoo
doins -r nextstep/Emacs.app
- mv "${ED}"/Applications/Gentoo/Emacs{,-${SLOT}}.app || die
- einfo "Emacs-${SLOT}.app is in ${EPREFIX}/Applications/Gentoo."
+ mv "${ED}"/Applications/Gentoo/Emacs{,${EMACS_SUFFIX#emacs}}.app || die
+ einfo "Emacs${EMACS_SUFFIX#emacs}.app is in ${EPREFIX}/Applications/Gentoo."
einfo "You may want to copy or symlink it into /Applications by yourself."
fi
}