diff options
author | William Hubbs <williamh@gentoo.org> | 2015-03-10 15:29:50 +0000 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2015-03-10 15:29:50 +0000 |
commit | c5a2a5e100dd670a8c1d149c414a7ee3e829d81b (patch) | |
tree | 92e80cca9ad482421eef0b8c15b9393b300520d7 /app-accessibility | |
parent | Re-add new version. (diff) | |
download | gentoo-2-c5a2a5e100dd670a8c1d149c414a7ee3e829d81b.tar.gz gentoo-2-c5a2a5e100dd670a8c1d149c414a7ee3e829d81b.tar.bz2 gentoo-2-c5a2a5e100dd670a8c1d149c414a7ee3e829d81b.zip |
Upstream moved to github, so adjust the live ebuild
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x30C46538)
Diffstat (limited to 'app-accessibility')
-rw-r--r-- | app-accessibility/emacspeak/ChangeLog | 5 | ||||
-rw-r--r-- | app-accessibility/emacspeak/emacspeak-9999.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-accessibility/emacspeak/ChangeLog b/app-accessibility/emacspeak/ChangeLog index 4d58be18dae8..9e9d491dc3d0 100644 --- a/app-accessibility/emacspeak/ChangeLog +++ b/app-accessibility/emacspeak/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-accessibility/emacspeak # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/emacspeak/ChangeLog,v 1.60 2015/01/28 00:00:35 teiresias Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/emacspeak/ChangeLog,v 1.61 2015/03/10 15:29:50 williamh Exp $ + + 10 Mar 2015; William Hubbs <williamh@gentoo.org> emacspeak-9999.ebuild: + Upstream moved to github, so adjust the live ebuild 27 Jan 2015; Christopher Brannon <teiresias@gentoo.org> -emacspeak-39.0-r1.ebuild, emacspeak-9999.ebuild: diff --git a/app-accessibility/emacspeak/emacspeak-9999.ebuild b/app-accessibility/emacspeak/emacspeak-9999.ebuild index 0c67122add6d..4c979c26f289 100644 --- a/app-accessibility/emacspeak/emacspeak-9999.ebuild +++ b/app-accessibility/emacspeak/emacspeak-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/emacspeak/emacspeak-9999.ebuild,v 1.9 2015/01/28 00:00:35 teiresias Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/emacspeak/emacspeak-9999.ebuild,v 1.10 2015/03/10 15:29:50 williamh Exp $ EAPI=5 @@ -10,11 +10,11 @@ DISABLE_AUTOFORMATTING=1 inherit eutils readme.gentoo elisp if [[ ${PV} == "9999" ]] ; then - ESVN_REPO_URI="http://${PN}.googlecode.com/svn/trunk" - inherit subversion + EGIT_REPO_URI="git://github.com/tvraman/emacspeak.git" + inherit git-r3 else SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.bz2" - KEYWORDS="amd64 ppc x86" + KEYWORDS="~amd64 ~ppc ~x86" fi DESCRIPTION="the emacspeak audio desktop" |