diff options
author | 2002-07-25 16:18:19 +0000 | |
---|---|---|
committer | 2002-07-25 16:18:19 +0000 | |
commit | 588692e2e4ec698374b1dfcf1ecf96d2b5a868a0 (patch) | |
tree | f4dc1c20fbec8c7dff70cdea22220039c8a29f67 /app-sci/magic | |
parent | lintool fixes (diff) | |
download | gentoo-2-588692e2e4ec698374b1dfcf1ecf96d2b5a868a0.tar.gz gentoo-2-588692e2e4ec698374b1dfcf1ecf96d2b5a868a0.tar.bz2 gentoo-2-588692e2e4ec698374b1dfcf1ecf96d2b5a868a0.zip |
repoman and lintool fixes
Diffstat (limited to 'app-sci/magic')
-rw-r--r-- | app-sci/magic/ChangeLog | 5 | ||||
-rw-r--r-- | app-sci/magic/magic-7.1.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/app-sci/magic/ChangeLog b/app-sci/magic/ChangeLog index da4cf6311b0b..f6450fb46743 100644 --- a/app-sci/magic/ChangeLog +++ b/app-sci/magic/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for app-sci/magic # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-sci/magic/ChangeLog,v 1.2 2002/05/13 00:47:16 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/magic/ChangeLog,v 1.3 2002/07/25 16:18:19 aliz Exp $ * magic-7.1 (30 April 2002) + 25 Jul 2002; Daniel Ahlberg <aliz@gentoo.org> magic-7.1.ebuild : + Added KEYWORDS. + 30 April 2002; Michael Nygard <michael.nygard@halleysfifth.com> ChangeLog : First Gentoo release of this package. Magic predates autoconf, so has its diff --git a/app-sci/magic/magic-7.1.ebuild b/app-sci/magic/magic-7.1.ebuild index 923075218d9a..e202cf7a6a12 100644 --- a/app-sci/magic/magic-7.1.ebuild +++ b/app-sci/magic/magic-7.1.ebuild @@ -1,11 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-sci/magic/magic-7.1.ebuild,v 1.4 2002/07/11 06:30:18 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/magic/magic-7.1.ebuild,v 1.5 2002/07/25 16:18:19 aliz Exp $ S=${WORKDIR}/${P} DESCRIPTION="The VLSI design CAD tool" SRC_URI="http://vlsi.cornell.edu/magic/magic-current.tar.gz" HOMEPAGE="http://vlsi.cornell.edu/magic/" +KEYWORDS="x86" LICENSE="as-is" DEPEND=">=app-shells/tcsh-6.10-r3" RDEPEND="readline? ( >=sys-libs/readline-4.1-r4 )" |