diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-12 10:33:27 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-12 10:33:27 +0000 |
commit | 01fabd9cdfe29f08cd59056255d208865c36b9d1 (patch) | |
tree | a1c9098d2048fa2d91c0ae3a8e048a971c0c71bc /app-admin/scotty | |
parent | New version (diff) | |
download | historical-01fabd9cdfe29f08cd59056255d208865c36b9d1.tar.gz historical-01fabd9cdfe29f08cd59056255d208865c36b9d1.tar.bz2 historical-01fabd9cdfe29f08cd59056255d208865c36b9d1.zip |
Don't assign default to S; header fix
Diffstat (limited to 'app-admin/scotty')
-rw-r--r-- | app-admin/scotty/ChangeLog | 7 | ||||
-rw-r--r-- | app-admin/scotty/scotty-2.1.11.ebuild | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/app-admin/scotty/ChangeLog b/app-admin/scotty/ChangeLog index 33d27bb35dd8..09b2c50503a8 100644 --- a/app-admin/scotty/ChangeLog +++ b/app-admin/scotty/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-admin/scotty -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/scotty/ChangeLog,v 1.2 2003/10/17 03:27:00 agriffis Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/scotty/ChangeLog,v 1.3 2004/03/12 10:33:16 mr_bones_ Exp $ + + 12 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> scotty-2.1.11.ebuild: + Don't assign default to S; header fix 16 Oct 2003; Aron Griffis <agriffis@gentoo.org> scotty-2.1.11.ebuild: Stable on alpha diff --git a/app-admin/scotty/scotty-2.1.11.ebuild b/app-admin/scotty/scotty-2.1.11.ebuild index 300efa0fdb69..6100162d4816 100644 --- a/app-admin/scotty/scotty-2.1.11.ebuild +++ b/app-admin/scotty/scotty-2.1.11.ebuild @@ -1,6 +1,6 @@ -# 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/app-admin/scotty/scotty-2.1.11.ebuild,v 1.4 2003/10/17 03:27:00 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/scotty/scotty-2.1.11.ebuild,v 1.5 2004/03/12 10:33:16 mr_bones_ Exp $ DESCRIPTION="tcl network management extension" HOMEPAGE="http://wwwhome.cs.utwente.nl/~schoenw/scotty" @@ -16,8 +16,6 @@ DEPEND="virtual/glibc dev-lang/tcl dev-lang/tk" -S="${WORKDIR}/${P}" - src_compile() { cd ${S}/unix econf || die |