diff options
author | Marijn Schouten <hkbst@gentoo.org> | 2007-02-14 17:59:38 +0000 |
---|---|---|
committer | Marijn Schouten <hkbst@gentoo.org> | 2007-02-14 17:59:38 +0000 |
commit | 3bb168f402524361fe010122b4615346788f8fcb (patch) | |
tree | e676619f73d89d75155f69d00552cecfb2ba49da /media-sound | |
parent | Added 2007.0 profile. (diff) | |
download | gentoo-2-3bb168f402524361fe010122b4615346788f8fcb.tar.gz gentoo-2-3bb168f402524361fe010122b4615346788f8fcb.tar.bz2 gentoo-2-3bb168f402524361fe010122b4615346788f8fcb.zip |
remove second compile completely
(Portage version: 2.1.2-r9)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/cm/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/cm/cm-2.10.0.ebuild | 14 |
2 files changed, 9 insertions, 10 deletions
diff --git a/media-sound/cm/ChangeLog b/media-sound/cm/ChangeLog index 2bd93348f91f..7bddbb8d53f2 100644 --- a/media-sound/cm/ChangeLog +++ b/media-sound/cm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/cm # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/cm/ChangeLog,v 1.15 2007/02/14 17:23:52 hkbst Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/cm/ChangeLog,v 1.16 2007/02/14 17:59:38 hkbst Exp $ + + 14 Feb 2007; Marijn Schouten <hkBst@gentoo.org> cm-2.10.0.ebuild: + remove second compile completely 14 Feb 2007; Marijn Schouten <hkBst@gentoo.org> cm-2.10.0.ebuild: change identifiers with ? to use "is_" diff --git a/media-sound/cm/cm-2.10.0.ebuild b/media-sound/cm/cm-2.10.0.ebuild index a1b35383da8a..604ea34b17a0 100644 --- a/media-sound/cm/cm-2.10.0.ebuild +++ b/media-sound/cm/cm-2.10.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/cm/cm-2.10.0.ebuild,v 1.3 2007/02/14 17:23:52 hkbst Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/cm/cm-2.10.0.ebuild,v 1.4 2007/02/14 17:59:38 hkbst Exp $ inherit elisp-common @@ -43,7 +43,7 @@ implementation() { echo "${FORCEIMPL}" return fi - local impl=$(${PN} -nv | grep Executable) + local impl=$(bin/cm.sh -nv | grep Executable) impl=${impl##*bin/} echo ${impl} } @@ -72,10 +72,7 @@ src_compile() { einfo "Detected $(is_compiler && echo "compiler" || echo "interpreter"): $(implementation)" if is_compiler; then - einfo "Byte-compiling code and generating Lisp code" - echo '(quit)' | eval ${CM} - echo -e "\n" - einfo "Byte-compiling generated code" + einfo "Byte-compiling code" echo '(quit)' | eval ${CM} fi } @@ -111,11 +108,10 @@ src_install() { pkg_postinst() { # make compiled lisp code newer than source files to prevent recompilation - find ${ROOT}/usr/share/${PN}/bin/ -iname *fasl -exec touch '{}' \; + sleep 1 && find ${ROOT}/usr/share/${PN}/bin/ -iname *fasl -exec touch '{}' \; use emacs && elisp-site-regen } pkg_postrm() { use emacs && elisp-site-regen -} - +}
\ No newline at end of file |