summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2009-05-24 14:02:07 +0000
committerUlrich Müller <ulm@gentoo.org>2009-05-24 14:02:07 +0000
commit8667883092f1c1489ea30434e66b2646a7e0f6d6 (patch)
treed8e8ab797805742ff02f71e7951528ca68d7a184 /app-editors
parentOops. src_configure isn't a default phase in EAPI=1. => EAPI=2 (diff)
downloadgentoo-2-8667883092f1c1489ea30434e66b2646a7e0f6d6.tar.gz
gentoo-2-8667883092f1c1489ea30434e66b2646a7e0f6d6.tar.bz2
gentoo-2-8667883092f1c1489ea30434e66b2646a7e0f6d6.zip
Update SRC_URI.
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/emacs-cvs/ChangeLog5
-rw-r--r--app-editors/emacs-cvs/emacs-cvs-23.0.94.ebuild7
2 files changed, 7 insertions, 5 deletions
diff --git a/app-editors/emacs-cvs/ChangeLog b/app-editors/emacs-cvs/ChangeLog
index bb08c3c3d129..163e75bcbaa9 100644
--- a/app-editors/emacs-cvs/ChangeLog
+++ b/app-editors/emacs-cvs/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/emacs-cvs
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.244 2009/05/23 17:28:25 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.245 2009/05/24 14:02:07 ulm Exp $
+
+ 24 May 2009; Ulrich Mueller <ulm@gentoo.org> emacs-cvs-23.0.94.ebuild:
+ Update SRC_URI, upstream tarball appeared.
*emacs-cvs-23.0.94 (23 May 2009)
diff --git a/app-editors/emacs-cvs/emacs-cvs-23.0.94.ebuild b/app-editors/emacs-cvs/emacs-cvs-23.0.94.ebuild
index e31e713aa811..a4205fd1b923 100644
--- a/app-editors/emacs-cvs/emacs-cvs-23.0.94.ebuild
+++ b/app-editors/emacs-cvs/emacs-cvs-23.0.94.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.94.ebuild,v 1.1 2009/05/23 17:28:25 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.94.ebuild,v 1.2 2009/05/24 14:02:07 ulm Exp $
EAPI=2
@@ -17,9 +17,8 @@ if [ "${PV##*.}" = "9999" ]; then
FULL_VERSION=""
S="${WORKDIR}/${ECVS_LOCALNAME}"
else
- #SRC_URI="mirror://gentoo/emacs-${PV}.tar.gz
- # ftp://alpha.gnu.org/gnu/emacs/pretest/emacs-${PV}.tar.gz"
- SRC_URI="mirror://gentoo/emacs-${PV}-gentoo.tar.gz"
+ SRC_URI="mirror://gentoo/emacs-${PV}.tar.gz
+ ftp://alpha.gnu.org/gnu/emacs/pretest/emacs-${PV}.tar.gz"
# FULL_VERSION keeps the full version number, which is needed in
# order to determine some path information correctly for copy/move
# operations later on