summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2011-01-19 19:01:48 +0000
committerUlrich Müller <ulm@gentoo.org>2011-01-19 19:01:48 +0000
commit63c6eaad77ca83807324b6dd61e54a1f4a88dfc4 (patch)
treecf0ef669af57946072fe48a250bd04d891d76838 /app-editors/emacs-vcs/emacs-vcs-24.0.9999.ebuild
parentInstall Emacs.app with mv because doins -r does not preserve permissions. (diff)
downloademacs-63c6eaad77ca83807324b6dd61e54a1f4a88dfc4.tar.gz
emacs-63c6eaad77ca83807324b6dd61e54a1f4a88dfc4.tar.bz2
emacs-63c6eaad77ca83807324b6dd61e54a1f4a88dfc4.zip
Remove warning about the CVS->BZR move.
svn path=/emacs-overlay/; revision=1565
Diffstat (limited to 'app-editors/emacs-vcs/emacs-vcs-24.0.9999.ebuild')
-rw-r--r--app-editors/emacs-vcs/emacs-vcs-24.0.9999.ebuild9
1 files changed, 0 insertions, 9 deletions
diff --git a/app-editors/emacs-vcs/emacs-vcs-24.0.9999.ebuild b/app-editors/emacs-vcs/emacs-vcs-24.0.9999.ebuild
index 8bf5832..b74d303 100644
--- a/app-editors/emacs-vcs/emacs-vcs-24.0.9999.ebuild
+++ b/app-editors/emacs-vcs/emacs-vcs-24.0.9999.ebuild
@@ -81,15 +81,6 @@ RDEPEND="${RDEPEND}
EMACS_SUFFIX="emacs-${SLOT}"
SITEFILE="20${PN}-${SLOT}-gentoo.el"
-pkg_setup() {
- local cvsdir="${PORTAGE_ACTUAL_DISTDIR-${DISTDIR}}/cvs-src/emacs"
- if [ -d "${cvsdir}" ]; then
- ewarn "GNU Emacs upstream has moved from CVS to Bazaar."
- ewarn "Therefore, you may remove the old CVS directory:"
- ewarn "rm -rf ${cvsdir}"
- fi
-}
-
src_prepare() {
if [ "${PV##*.}" = "9999" ]; then
FULL_VERSION=$(grep 'const char emacs_version' src/emacs.c \