diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2004-03-22 08:57:31 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2004-03-22 08:57:31 +0000 |
commit | 3d314718cb53c069dbf630c3146caeafe4c1e9d0 (patch) | |
tree | 8a9a319411cee167b912665d8ad6029713d80d60 /x11-misc | |
parent | new version (skipped 0.68 for now) (Manifest recommit) (diff) | |
download | gentoo-2-3d314718cb53c069dbf630c3146caeafe4c1e9d0.tar.gz gentoo-2-3d314718cb53c069dbf630c3146caeafe4c1e9d0.tar.bz2 gentoo-2-3d314718cb53c069dbf630c3146caeafe4c1e9d0.zip |
removed DEPEND="${RDEPEND}"
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/tkseti/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/tkseti/tkseti-3.06.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/x11-misc/tkseti/ChangeLog b/x11-misc/tkseti/ChangeLog index b37c1bfe12f8..81eb759a6ec8 100644 --- a/x11-misc/tkseti/ChangeLog +++ b/x11-misc/tkseti/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/tkseti -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/tkseti/ChangeLog,v 1.6 2004/02/28 19:19:17 aliz Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/tkseti/ChangeLog,v 1.7 2004/03/22 08:57:31 phosphan Exp $ + + 22 Mar 2004; Patrick Kursawe <phosphan@gentoo.org> tkseti-3.06.ebuild: + removed DEPEND=${RDEPEND} 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords diff --git a/x11-misc/tkseti/tkseti-3.06.ebuild b/x11-misc/tkseti/tkseti-3.06.ebuild index 61a50ed015ca..2574f759ed44 100644 --- a/x11-misc/tkseti/tkseti-3.06.ebuild +++ b/x11-misc/tkseti/tkseti-3.06.ebuild @@ -1,18 +1,18 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/tkseti/tkseti-3.06.ebuild,v 1.10 2003/02/13 17:18:02 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/tkseti/tkseti-3.06.ebuild,v 1.11 2004/03/22 08:57:31 phosphan Exp $ S="${WORKDIR}/${P}" DESCRIPTION="TkSeti is a GUI to control the SETI@Home client for UNIX." SRC_URI="http://www.cuug.ab.ca/~macdonal/tkseti/${P}.tar.gz" HOMEPAGE="http://www.cuug.ab.ca/~macdonal/tkseti/tkseti.html" +DEPEND="" + RDEPEND=">=dev-lang/tcl-8.3.3 dev-lang/tk app-sci/setiathome" -DEPEND="${RDEPEND}" - SLOT="0" LICENSE="as-is" KEYWORDS="x86 sparc " |