diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-27 02:22:37 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-27 02:22:37 +0000 |
commit | 29a85017454636d0bad6ad607f7d7a8b38269d25 (patch) | |
tree | b3cf95eb5241282ed6e4583143231b144427485f /dev-lisp/plt | |
parent | set ppc in keywords (diff) | |
download | historical-29a85017454636d0bad6ad607f7d7a8b38269d25.tar.gz historical-29a85017454636d0bad6ad607f7d7a8b38269d25.tar.bz2 historical-29a85017454636d0bad6ad607f7d7a8b38269d25.zip |
x11-libs/xaw went away.
Diffstat (limited to 'dev-lisp/plt')
-rw-r--r-- | dev-lisp/plt/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lisp/plt/Manifest | 4 | ||||
-rw-r--r-- | dev-lisp/plt/plt-202.ebuild | 3 |
3 files changed, 7 insertions, 5 deletions
diff --git a/dev-lisp/plt/ChangeLog b/dev-lisp/plt/ChangeLog index 084cd5deaf62..7de278377c13 100644 --- a/dev-lisp/plt/ChangeLog +++ b/dev-lisp/plt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lisp/plt # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/plt/ChangeLog,v 1.3 2003/06/12 20:34:56 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/plt/ChangeLog,v 1.4 2003/09/27 02:22:30 mr_bones_ Exp $ + + 26 Sep 2003; Michael Sterrett <msterret@gentoo.org> plt-202.ebuild: + x11-libs/xaw went away. Doesn't seem to be necessary to install. 12 Jun 2003; <msterret@gentoo.org> plt-202.ebuild: add Header diff --git a/dev-lisp/plt/Manifest b/dev-lisp/plt/Manifest index cf0bcc22467e..a12c55ed2d5b 100644 --- a/dev-lisp/plt/Manifest +++ b/dev-lisp/plt/Manifest @@ -1,3 +1,3 @@ -MD5 9f29c5179b7fc48a691b553cca3bd203 ChangeLog 440 -MD5 a6bf19413d38a360d18d3c3237aee9bc plt-202.ebuild 1765 +MD5 9c1eb73d868717219b80184b14bbf8a0 ChangeLog 580 +MD5 2c420d18b20079634510b8caa8da4d2e plt-202.ebuild 1752 MD5 338c266edeca0842385cbe77e059049a files/digest-plt-202 62 diff --git a/dev-lisp/plt/plt-202.ebuild b/dev-lisp/plt/plt-202.ebuild index 37899bfc42e8..93fb5e272aaf 100644 --- a/dev-lisp/plt/plt-202.ebuild +++ b/dev-lisp/plt/plt-202.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/plt/plt-202.ebuild,v 1.6 2003/09/06 22:35:54 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/plt/plt-202.ebuild,v 1.7 2003/09/27 02:22:30 mr_bones_ Exp $ DESCRIPTION="PLT Scheme, including DrScheme, mzscheme, mred, and mzc" HOMEPAGE="http://www.plt-scheme.org/software/drscheme/" @@ -12,7 +12,6 @@ LICENSE="LGPL-2.1" DEPEND="virtual/glibc virtual/x11 - x11-libs/xaw sys-devel/gcc sys-devel/binutils" |