diff options
author | 2003-07-07 16:33:17 +0000 | |
---|---|---|
committer | 2003-07-07 16:33:17 +0000 | |
commit | 0a71d44102e171c81be23d99a54c2c3b5183307c (patch) | |
tree | d1ec66961aced6f7e07edb81b1f6e5a85ae966e3 /app-editors/teco | |
parent | note to self: always run xmllint (diff) | |
download | gentoo-2-0a71d44102e171c81be23d99a54c2c3b5183307c.tar.gz gentoo-2-0a71d44102e171c81be23d99a54c2c3b5183307c.tar.bz2 gentoo-2-0a71d44102e171c81be23d99a54c2c3b5183307c.zip |
clean up SRC_URI syntax
Diffstat (limited to 'app-editors/teco')
-rw-r--r-- | app-editors/teco/Manifest | 4 | ||||
-rw-r--r-- | app-editors/teco/teco-1.00-r1.ebuild | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/app-editors/teco/Manifest b/app-editors/teco/Manifest index 40f30245cc3d..b7a790da948c 100644 --- a/app-editors/teco/Manifest +++ b/app-editors/teco/Manifest @@ -1,4 +1,4 @@ -MD5 3552dde8efb51a0376cce18e38d3ffeb teco-1.00-r1.ebuild 1551 +MD5 fefcf82f2a88adb9f309cff754f8bb5f teco-1.00-r1.ebuild 1527 MD5 4d3e95bca7a72811e26cd6bb14a3034a ChangeLog 789 -MD5 721f86c732c9918f7d03b8a1fc52bd29 metadata.xml 2648 +MD5 7510851e62ed9c830d82a0e6d068052a metadata.xml 1324 MD5 8b57d774afe4775a6ffa845c0e1712d0 files/digest-teco-1.00-r1 271 diff --git a/app-editors/teco/teco-1.00-r1.ebuild b/app-editors/teco/teco-1.00-r1.ebuild index 8b4e3ce8b54d..a10a1a5fcf12 100644 --- a/app-editors/teco/teco-1.00-r1.ebuild +++ b/app-editors/teco/teco-1.00-r1.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/teco/teco-1.00-r1.ebuild,v 1.2 2003/06/18 08:28:02 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/teco/teco-1.00-r1.ebuild,v 1.3 2003/07/07 16:33:08 taviso Exp $ DESCRIPTION="Classic TECO editor, Predecessor to EMACS." HOMEPAGE="http://www.ibiblio.org/pub/linux/apps/editors/tty/" SRC_URI="http://www.ibiblio.org/pub/linux/apps/editors/tty/teco.tar.gz - doc? ( http://www.ibiblio.org/pub/academic/computer-science/history/pdp-11/teco/doc/tecolore.txt ) - doc? ( http://www.ibiblio.org/pub/academic/computer-science/history/pdp-11/teco/doc/tech.txt ) - doc? ( http://www.ibiblio.org/pub/academic/computer-science/history/pdp-11/teco/doc/teco.doc ) - doc? ( http://www.ibiblio.org/pub/academic/computer-science/history/pdp-11/teco/doc/tecoprog.doc )" + doc? ( http://www.ibiblio.org/pub/academic/computer-science/history/pdp-11/teco/doc/tecolore.txt + http://www.ibiblio.org/pub/academic/computer-science/history/pdp-11/teco/doc/tech.txt + http://www.ibiblio.org/pub/academic/computer-science/history/pdp-11/teco/doc/teco.doc + http://www.ibiblio.org/pub/academic/computer-science/history/pdp-11/teco/doc/tecoprog.doc )" LICENSE="freedist" SLOT="0" KEYWORDS="alpha x86" |