diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-25 16:18:19 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-25 16:18:19 +0000 |
commit | ccaf843cf6fbfed2897a14c1db524df983756ff8 (patch) | |
tree | 604d331cb5a7cac594f2534407be7c8fdfda52e5 /app-sci/xcircuit | |
parent | lintool fixes (diff) | |
download | historical-ccaf843cf6fbfed2897a14c1db524df983756ff8.tar.gz historical-ccaf843cf6fbfed2897a14c1db524df983756ff8.tar.bz2 historical-ccaf843cf6fbfed2897a14c1db524df983756ff8.zip |
repoman and lintool fixes
Diffstat (limited to 'app-sci/xcircuit')
-rw-r--r-- | app-sci/xcircuit/ChangeLog | 5 | ||||
-rw-r--r-- | app-sci/xcircuit/xcircuit-2.5.4.ebuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/app-sci/xcircuit/ChangeLog b/app-sci/xcircuit/ChangeLog index 79b51aec5b0f..cc69dc3e68d7 100644 --- a/app-sci/xcircuit/ChangeLog +++ b/app-sci/xcircuit/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for <CATEGORY>/<PACKAGE_NAME> # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-sci/xcircuit/ChangeLog,v 1.1 2002/05/07 01:57:35 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/xcircuit/ChangeLog,v 1.2 2002/07/25 16:18:19 aliz Exp $ *xcircuit-2.5.4 (5 Apr 2003) + 25 Jul 2002; Daniel Ahlberg <aliz@gentoo.org> xcircuit-2.5.4.ebuild : + Added LICENSE, KEYWORDS, SLOT. + 06 May 2002; George Shapovalov <george@gentoo.org> all : moved from app-misc to app-sci diff --git a/app-sci/xcircuit/xcircuit-2.5.4.ebuild b/app-sci/xcircuit/xcircuit-2.5.4.ebuild index 4eca24dacf07..8fbc15ed92de 100644 --- a/app-sci/xcircuit/xcircuit-2.5.4.ebuild +++ b/app-sci/xcircuit/xcircuit-2.5.4.ebuild @@ -1,6 +1,6 @@ # 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/xcircuit/xcircuit-2.5.4.ebuild,v 1.2 2002/07/11 06:30:18 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/xcircuit/xcircuit-2.5.4.ebuild,v 1.3 2002/07/25 16:18:19 aliz Exp $ S=${WORKDIR}/${P} @@ -9,6 +9,9 @@ DESCRIPTION="Circuit drawing and schematic capture program." SRC_URI="http://bach.ece.jhu.edu/~tim/programs/xcircuit/archive/${P}.tar.bz2" HOMEPAGE="http://bach.ece.jhu.edu/~tim/programs/xcircuit/xcircuit.html" +KEYWORDS="x86" +SLOT="0" +LICENSE="GPL-2" DEPEND="virtual/x11 dev-lang/python |