summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2011-11-24 17:58:43 +0000
committerUlrich Müller <ulm@gentoo.org>2011-11-24 17:58:43 +0000
commit490f4edb29ffeaafbce4219c2f837337afa376a8 (patch)
treebb2be9cffc6e882ab3ddb021d830ca4cfc4a4006 /app-emacs
parentInitial import, from Emacs overlay. Ebuild contributed by me. (diff)
downloadhistorical-490f4edb29ffeaafbce4219c2f837337afa376a8.tar.gz
historical-490f4edb29ffeaafbce4219c2f837337afa376a8.tar.bz2
historical-490f4edb29ffeaafbce4219c2f837337afa376a8.zip
Fix SRC_URI.
Package-Manager: portage-2.1.10.37/cvs/Linux x86_64
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/teco/Manifest8
-rw-r--r--app-emacs/teco/teco-7.ebuild4
2 files changed, 6 insertions, 6 deletions
diff --git a/app-emacs/teco/Manifest b/app-emacs/teco/Manifest
index 2c7e595ded55..473f72aac392 100644
--- a/app-emacs/teco/Manifest
+++ b/app-emacs/teco/Manifest
@@ -4,13 +4,13 @@ Hash: SHA1
AUX 50teco-gentoo.el 257 RMD160 9e07ed5ff32e761178685b7341f20c9b1b792726 SHA1 82ca1a321853d6a66bcf160938b50bd578d22257 SHA256 0f5462dbf8632c898192ab09a9874a4adabbc2a2a96861a19e4dda3e61708dad
AUX teco-7-minibuffer-prompt.patch 2574 RMD160 71329ec1cfc12ef0482f4df3452561aa2288f152 SHA1 8f3378e8bf89512794b116f0ddd33ca3ef2ae319 SHA256 e26d54b1100d63aa2ccfc6c86925b0826b2c93612dfb1b37d6108a920fd030e2
DIST teco-7.el.bz2 16372 RMD160 73ca72286844171548303979b274843a550335bc SHA1 98707cf208484e01d082c2313dde4f880a2a7eb5 SHA256 28c04c00f36bc04ffd31291fa2718538a549a5d86dc372a427fba60b40801570
-EBUILD teco-7.ebuild 840 RMD160 f29a21549cf58830fc942776800168050379a5d5 SHA1 2b3843e33d0db217239ebd78684c9a9374f461c6 SHA256 6627fa22cdf5384ce40d49b4206b309d24fc49ea6332bdd7e890c53c83d9a7a3
+EBUILD teco-7.ebuild 819 RMD160 a3fd987b01a6bd4f36e8018962d2a3a08ca32e7d SHA1 efbee99aeb3bd13db8cc3690bb4823b5391f2715 SHA256 e7aa26262bd00dfc605a57c67bd7364f88822068df7c62103e9147561da1d806
MISC ChangeLog 430 RMD160 59cf620f657108e59b6b70092ae6038a7d2e4552 SHA1 b699cf5e528a1bfed59ade03ee3f3e4d36742a59 SHA256 c347e971bcc0d2190d42193ac57ff0d76d86828d0a2f83a323ab3d6c2bee1e5e
MISC metadata.xml 158 RMD160 415d172437ca754d24fc5ab186ba8e77934d96e4 SHA1 61f6eff9729cd87a725c2a70c81aca4270a17fc4 SHA256 1393bdef3a74343fdb40a112c7096a1af16f67e7a43413250de28dfe73810eab
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.18 (GNU/Linux)
-iEYEARECAAYFAk7Ohy0ACgkQOeoy/oIi7uwC5gCgsM33H1SpTieZGfVFNlmeezBi
-kyYAoLKXSEmbVF0E72u84Lwjwn1dUblQ
-=/pFd
+iEYEARECAAYFAk7OiAQACgkQOeoy/oIi7uy3qwCgoxLM++TMlsNOx4GA7dlNlRg+
+YmsAoNxfJ/P2tZgjLhUTuGGKq1uMDu+F
+=JLNi
-----END PGP SIGNATURE-----
diff --git a/app-emacs/teco/teco-7.ebuild b/app-emacs/teco/teco-7.ebuild
index 67af51240c31..106f7c904061 100644
--- a/app-emacs/teco/teco-7.ebuild
+++ b/app-emacs/teco/teco-7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/teco/teco-7.ebuild,v 1.1 2011/11/24 17:54:57 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/teco/teco-7.ebuild,v 1.2 2011/11/24 17:58:43 ulm Exp $
EAPI=4
@@ -9,7 +9,7 @@ inherit elisp
DESCRIPTION="TECO interpreter for GNU Emacs"
HOMEPAGE="http://www.emacswiki.org/emacs/TECO"
# taken from: http://www.emacswiki.org/emacs/teco.el
-SRC_URI="http://dev.gentoo.org/~ulm/distfiles/${P}.el.bz2"
+SRC_URI="mirror://gentoo/${P}.el.bz2"
LICENSE="public-domain"
SLOT="0"