diff options
author | Tim Yamin <plasmaroo@gentoo.org> | 2003-11-22 16:34:09 +0000 |
---|---|---|
committer | Tim Yamin <plasmaroo@gentoo.org> | 2003-11-22 16:34:09 +0000 |
commit | 1ed0b084871458d6e12fa5012690833542da2686 (patch) | |
tree | 1f28c3439751ffce64d0e2000f26aeba06aff966 /app-sci/pcb | |
parent | Version bump. (diff) | |
download | historical-1ed0b084871458d6e12fa5012690833542da2686.tar.gz historical-1ed0b084871458d6e12fa5012690833542da2686.tar.bz2 historical-1ed0b084871458d6e12fa5012690833542da2686.zip |
Version bump.
Diffstat (limited to 'app-sci/pcb')
-rw-r--r-- | app-sci/pcb/Manifest | 4 | ||||
-rw-r--r-- | app-sci/pcb/files/digest-pcb-20031113 | 1 | ||||
-rw-r--r-- | app-sci/pcb/pcb-20031113.ebuild | 24 |
3 files changed, 27 insertions, 2 deletions
diff --git a/app-sci/pcb/Manifest b/app-sci/pcb/Manifest index 151eb1a5b03f..fcc7d2b2a68d 100644 --- a/app-sci/pcb/Manifest +++ b/app-sci/pcb/Manifest @@ -1,6 +1,6 @@ -MD5 006ddec7b7014abc9f30086ee6d978f9 ChangeLog 420 +MD5 2c5fea9e9e62339f5205efbb8ad29a9f ChangeLog 420 MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 -MD5 61128fbb3781efc149e6ece900afdd95 pcb-20031113.ebuild 581 +MD5 75a9522235724b24c2b0ea9e1b107834 pcb-20031113.ebuild 586 MD5 61128fbb3781efc149e6ece900afdd95 pcb-20030815.ebuild 581 MD5 69ba8efe7211648a4b5055b2ee97c723 files/digest-pcb-20031113 65 MD5 ea254f318329852b7c9dae5608c121d7 files/digest-pcb-20030815 65 diff --git a/app-sci/pcb/files/digest-pcb-20031113 b/app-sci/pcb/files/digest-pcb-20031113 new file mode 100644 index 000000000000..2983d620a596 --- /dev/null +++ b/app-sci/pcb/files/digest-pcb-20031113 @@ -0,0 +1 @@ +MD5 b206a53315b148b7c3f08f7c2e72b26a pcb-20031113.tar.gz 2155797 diff --git a/app-sci/pcb/pcb-20031113.ebuild b/app-sci/pcb/pcb-20031113.ebuild new file mode 100644 index 000000000000..99b9894063ce --- /dev/null +++ b/app-sci/pcb/pcb-20031113.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-sci/pcb/pcb-20031113.ebuild,v 1.1 2003/11/22 16:34:01 plasmaroo Exp $ + +DESCRIPTION="PCB is a tool for the layout of printed circuit boards." +HOMEPAGE="http://sourceforge.net/projects/pcb/" +SRC_URI="mirror://sourceforge/pcb/${P}.tar.gz" + +LICENSE="GPL-2" +KEYWORDS="~x86" +DEPEND="x11-base/xfree" +SLOT="0" + +S=${WORKDIR}/${P} + +src_compile() { + econf || die + cd ${S} + emake || die +} + +src_install() { + emake DESTDIR=${D} install || die +} |