diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-01-19 18:13:29 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-01-19 18:13:29 +0100 |
commit | 6c50e76533b0acd9360f91305bc1b79faea33a0b (patch) | |
tree | 421f96d23fb20c57275de17a9262534f87381d86 /app-editors | |
parent | skel.ChangeLog: Sync from Portage tree. (diff) | |
download | emacs-6c50e76533b0acd9360f91305bc1b79faea33a0b.tar.gz emacs-6c50e76533b0acd9360f91305bc1b79faea33a0b.tar.bz2 emacs-6c50e76533b0acd9360f91305bc1b79faea33a0b.zip |
Merge changes from Portage tree.
Package-Manager: portage-2.2.8
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/emacs-vcs/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/emacs-vcs/emacs-vcs-24.3.9999.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-editors/emacs-vcs/ChangeLog b/app-editors/emacs-vcs/ChangeLog index fb84c31..64fe41e 100644 --- a/app-editors/emacs-vcs/ChangeLog +++ b/app-editors/emacs-vcs/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for app-editors/emacs-vcs -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 19 Jan 2014; Ulrich Müller <ulm@gentoo.org> emacs-vcs-24.3.9999.ebuild: + Merge changes from Portage tree. + 29 Dec 2013; Ulrich Müller <ulm@gentoo.org> emacs-vcs-24.3.9999.ebuild: Merge changes from Portage tree. diff --git a/app-editors/emacs-vcs/emacs-vcs-24.3.9999.ebuild b/app-editors/emacs-vcs/emacs-vcs-24.3.9999.ebuild index 2d3a558..598c795 100644 --- a/app-editors/emacs-vcs/emacs-vcs-24.3.9999.ebuild +++ b/app-editors/emacs-vcs/emacs-vcs-24.3.9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 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.3.9999.ebuild,v 1.21 2013/12/16 23:59:27 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-24.3.9999.ebuild,v 1.22 2014/01/04 20:05:39 ulm Exp $ EAPI=5 @@ -17,7 +17,7 @@ if [[ ${PV##*.} = 9999 ]]; then inherit bzr S="${EBZR_UNPACK_DIR}" else - SRC_URI="mirror://gentoo/emacs-${PV}.tar.xz + SRC_URI="http://dev.gentoo.org/~ulm/distfiles/emacs-${PV}.tar.xz mirror://gnu-alpha/emacs/pretest/emacs-${PV}.tar.xz" # FULL_VERSION keeps the full version number, which is needed in # order to determine some path information correctly for copy/move |