summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2010-10-11 21:52:45 +0000
committerChristian Faulhammer <fauli@gentoo.org>2010-10-11 21:52:45 +0000
commitea1072c42e9476bfe24d230c950a9ad1df8a7cc6 (patch)
treef03d3cd6042dc8548b04da4f5935c5d05e719fbd /app-editors
parentRemove unused files, spotted by jalan <jalanpalmer@gmail.com> in bug #340177 (diff)
downloadgentoo-2-ea1072c42e9476bfe24d230c950a9ad1df8a7cc6.tar.gz
gentoo-2-ea1072c42e9476bfe24d230c950a9ad1df8a7cc6.tar.bz2
gentoo-2-ea1072c42e9476bfe24d230c950a9ad1df8a7cc6.zip
Update to new Bazaar smartserver repository URIs
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/emacs-vcs/ChangeLog6
-rw-r--r--app-editors/emacs-vcs/emacs-vcs-23.2.9999.ebuild4
-rw-r--r--app-editors/emacs-vcs/emacs-vcs-24.0.9999.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/app-editors/emacs-vcs/ChangeLog b/app-editors/emacs-vcs/ChangeLog
index 6434fc386526..964b764a8b9c 100644
--- a/app-editors/emacs-vcs/ChangeLog
+++ b/app-editors/emacs-vcs/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-editors/emacs-vcs
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/ChangeLog,v 1.28 2010/10/10 17:06:17 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/ChangeLog,v 1.29 2010/10/11 21:52:45 fauli Exp $
+
+ 11 Oct 2010; Christian Faulhammer <fauli@gentoo.org>
+ emacs-vcs-23.2.9999.ebuild, emacs-vcs-24.0.9999.ebuild:
+ Update to new Bazaar smartserver repository URIs
10 Oct 2010; Ulrich Mueller <ulm@gentoo.org> emacs-vcs-23.2.9999.ebuild,
emacs-vcs-24.0.9999.ebuild:
diff --git a/app-editors/emacs-vcs/emacs-vcs-23.2.9999.ebuild b/app-editors/emacs-vcs/emacs-vcs-23.2.9999.ebuild
index 16bcc6738353..403ee246d43a 100644
--- a/app-editors/emacs-vcs/emacs-vcs-23.2.9999.ebuild
+++ b/app-editors/emacs-vcs/emacs-vcs-23.2.9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 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.2.9999.ebuild,v 1.5 2010/10/10 17:06:17 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-23.2.9999.ebuild,v 1.6 2010/10/11 21:52:45 fauli Exp $
EAPI=2
@@ -9,7 +9,7 @@ inherit autotools elisp-common eutils flag-o-matic
if [ "${PV##*.}" = "9999" ]; then
inherit bzr
EMACS_BRANCH="emacs-23"
- EBZR_REPO_URI="http://bzr.savannah.gnu.org/r/emacs/${EMACS_BRANCH}/"
+ EBZR_REPO_URI="bzr://bzr.savannah.gnu.org/emacs/${EMACS_BRANCH}/"
EBZR_CACHE_DIR="emacs-${EMACS_BRANCH#emacs-}"
SRC_URI=""
else
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 664f69a87baf..250ac11b0be1 100644
--- a/app-editors/emacs-vcs/emacs-vcs-24.0.9999.ebuild
+++ b/app-editors/emacs-vcs/emacs-vcs-24.0.9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 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.ebuild,v 1.14 2010/10/10 17:06:17 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-24.0.9999.ebuild,v 1.15 2010/10/11 21:52:45 fauli Exp $
EAPI=2
@@ -9,7 +9,7 @@ inherit autotools elisp-common eutils flag-o-matic multilib
if [ "${PV##*.}" = "9999" ]; then
inherit bzr
EMACS_BRANCH="trunk"
- EBZR_REPO_URI="http://bzr.savannah.gnu.org/r/emacs/${EMACS_BRANCH}/"
+ EBZR_REPO_URI="bzr://bzr.savannah.gnu.org/emacs/${EMACS_BRANCH}/"
EBZR_CACHE_DIR="emacs-${EMACS_BRANCH#emacs-}"
SRC_URI=""
else