diff options
author | George Shapovalov <george@gentoo.org> | 2003-03-09 22:12:56 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2003-03-09 22:12:56 +0000 |
commit | 34afcbb7dafb3adc7ed650c04a2b643ad1daf756 (patch) | |
tree | 3b93759088919a990b4f0942373d1aa93f381cf4 /app-sci | |
parent | stable on alpha (diff) | |
download | gentoo-2-34afcbb7dafb3adc7ed650c04a2b643ad1daf756.tar.gz gentoo-2-34afcbb7dafb3adc7ed650c04a2b643ad1daf756.tar.bz2 gentoo-2-34afcbb7dafb3adc7ed650c04a2b643ad1daf756.zip |
new package a schematic capture program.
Diffstat (limited to 'app-sci')
-rw-r--r-- | app-sci/electric/ChangeLog | 10 | ||||
-rw-r--r-- | app-sci/electric/electric-6.07.ebuild | 29 | ||||
-rw-r--r-- | app-sci/electric/files/digest-electric-6.07 | 1 |
3 files changed, 40 insertions, 0 deletions
diff --git a/app-sci/electric/ChangeLog b/app-sci/electric/ChangeLog new file mode 100644 index 000000000000..12f75fe1adcd --- /dev/null +++ b/app-sci/electric/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-sci/electric +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/app-sci/electric/ChangeLog,v 1.1 2003/03/09 22:12:56 george Exp $ + +*electric-6.07.ebuild (09 Mar 2003) + + 09 Mar 2003; George Shapovalov <george@gentoo.org> ChangeLog, electric-6.07.ebuild, files/digest-electric-6.07 : + initial release (15674) + Electric is a sophisticated electrical CAD system that can handle many forms of circuit design + ebuild submitted by Nick <npaulin@purdue.edu> diff --git a/app-sci/electric/electric-6.07.ebuild b/app-sci/electric/electric-6.07.ebuild new file mode 100644 index 000000000000..1a31aea4936e --- /dev/null +++ b/app-sci/electric/electric-6.07.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-sci/electric/electric-6.07.ebuild,v 1.1 2003/03/09 22:12:56 george Exp $ + +IUSE="motif" + +DESCRIPTION="Electric is a sophisticated electrical CAD system that can handle many forms of circuit design" +HOMEPAGE="http://www.gnu.org/software/electric/electric.html" +SRC_URI="http://ftp.gnu.org/pub/gnu/electric/${P}.tar.gz" + +LICENSE="GPL" +SLOT="0" +KEYWORDS="~x86" + +DEPEND="virtual/glibc + motif? ( >=x11-libs/openmotif-2.2.2-r1 )" + +RDEPEND="" + +src_compile() { + econf || die "./configure failed" + emake || die +} + +src_install() { + einstall + + dodoc ChangeLog COPYING README +} diff --git a/app-sci/electric/files/digest-electric-6.07 b/app-sci/electric/files/digest-electric-6.07 new file mode 100644 index 000000000000..cacc9acf429e --- /dev/null +++ b/app-sci/electric/files/digest-electric-6.07 @@ -0,0 +1 @@ +MD5 5cc31dd141b1521cdbe97c16a393d40d electric-6.07.tar.gz 4177675 |