diff options
author | 2003-05-16 16:21:43 +0000 | |
---|---|---|
committer | 2003-05-16 16:21:43 +0000 | |
commit | 390a8ac7a498c4c2559365297675d884cfc75482 (patch) | |
tree | dffeaf4faad53afbe0c14bf72c3d2419aa1695b4 /app-editors/teco | |
parent | added development header (diff) | |
download | gentoo-2-390a8ac7a498c4c2559365297675d884cfc75482.tar.gz gentoo-2-390a8ac7a498c4c2559365297675d884cfc75482.tar.bz2 gentoo-2-390a8ac7a498c4c2559365297675d884cfc75482.zip |
Updating incorrect license.
Diffstat (limited to 'app-editors/teco')
-rw-r--r-- | app-editors/teco/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/teco/Manifest | 3 | ||||
-rw-r--r-- | app-editors/teco/teco-1.00.ebuild | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/app-editors/teco/ChangeLog b/app-editors/teco/ChangeLog index 9886ed175066..cc81f83b531f 100644 --- a/app-editors/teco/ChangeLog +++ b/app-editors/teco/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/teco # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/teco/ChangeLog,v 1.1 2003/04/28 16:25:10 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/teco/ChangeLog,v 1.2 2003/05/16 16:21:29 taviso Exp $ + + 16 May 2003; Tavis Ormandy <taviso@gentoo.org> teco-1.00.ebuild: + incorrectly listed as GPL, updating... *teco-1.00 (28 Apr 2003) diff --git a/app-editors/teco/Manifest b/app-editors/teco/Manifest new file mode 100644 index 000000000000..d84faca2e498 --- /dev/null +++ b/app-editors/teco/Manifest @@ -0,0 +1,3 @@ +MD5 95353a1f3eead9b1c15a6f6c02c231cf ChangeLog 455 +MD5 52afd87c55171929fe898e77116c0aa9 teco-1.00.ebuild 1002 +MD5 de84cf114f9783b4931cf2daac75b233 files/digest-teco-1.00 54 diff --git a/app-editors/teco/teco-1.00.ebuild b/app-editors/teco/teco-1.00.ebuild index a202aec964c4..1619dd810d9f 100644 --- a/app-editors/teco/teco-1.00.ebuild +++ b/app-editors/teco/teco-1.00.ebuild @@ -1,12 +1,12 @@ # 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.ebuild,v 1.1 2003/04/28 16:06:17 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/teco/teco-1.00.ebuild,v 1.2 2003/05/16 16:21:29 taviso Exp $ # "Real mans editor" quote from package's lsm ;) DESCRIPTION="Classic TECO editor, Predecessor to EMACS. Real mans editor." HOMEPAGE="http://www.ibiblio.org/pub/linux/apps/editors/tty/" SRC_URI="http://www.ibiblio.org/pub/linux/apps/editors/tty/teco.tar.gz" -LICENSE="GPL-1" +LICENSE="freedist" SLOT="0" KEYWORDS="~alpha ~x86" IUSE="" |