diff options
author | Sven Wegener <swegener@gentoo.org> | 2004-12-27 21:06:54 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2004-12-27 21:06:54 +0000 |
commit | 4e87cc90c478fb6b0cd5437258e9ff2ae77aa26e (patch) | |
tree | d95927c070e454490f177ac1e3afc06de6f1fbf2 /sci-electronics/petrify | |
parent | Moved from app-sci/oww to sci-misc/oww (diff) | |
download | historical-4e87cc90c478fb6b0cd5437258e9ff2ae77aa26e.tar.gz historical-4e87cc90c478fb6b0cd5437258e9ff2ae77aa26e.tar.bz2 historical-4e87cc90c478fb6b0cd5437258e9ff2ae77aa26e.zip |
QA: Added missing IUSE.
Diffstat (limited to 'sci-electronics/petrify')
-rw-r--r-- | sci-electronics/petrify/Manifest | 14 | ||||
-rw-r--r-- | sci-electronics/petrify/petrify-4.2.ebuild | 3 |
2 files changed, 14 insertions, 3 deletions
diff --git a/sci-electronics/petrify/Manifest b/sci-electronics/petrify/Manifest index ef275602bcf5..02c2303f4819 100644 --- a/sci-electronics/petrify/Manifest +++ b/sci-electronics/petrify/Manifest @@ -1,4 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 51b43cf731a4fa2fb572fe26821bbcad petrify-4.2.ebuild 864 +MD5 52cc736dde6a4a389265cdf319b4eb20 ChangeLog 559 MD5 dd79fa36934b6688f882db778cfbb46c metadata.xml 337 -MD5 ed1367e840d5468ba3e8801f0c76b459 petrify-4.2.ebuild 844 -MD5 37a96f5c2dc103dfe2f13867710cfece ChangeLog 362 MD5 0467469170b6ef7ae8aff2608689200b files/digest-petrify-4.2 67 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.9.10 (GNU/Linux) + +iD8DBQFB0Hl0I1lqEGTUzyQRApxcAKDNVUtki7YfFptlSPJdDPwhPvLzYACgopmv +XfOPcSNL3PsSUUAujOD/0us= +=z67J +-----END PGP SIGNATURE----- diff --git a/sci-electronics/petrify/petrify-4.2.ebuild b/sci-electronics/petrify/petrify-4.2.ebuild index e4616fd99c40..a3d28b5fea5e 100644 --- a/sci-electronics/petrify/petrify-4.2.ebuild +++ b/sci-electronics/petrify/petrify-4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/petrify/petrify-4.2.ebuild,v 1.1 2004/12/27 20:18:22 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/petrify/petrify-4.2.ebuild,v 1.2 2004/12/27 21:06:54 swegener Exp $ DESCRIPTION="Synthesize Petri nets into asynchronous circuits" HOMEPAGE="http://www.lsi.upc.es/~jordic/petrify/" @@ -10,6 +10,7 @@ KEYWORDS="~x86" RESTRICT="nostrip" RDEPEND="media-gfx/graphviz" SLOT="0" +IUSE="" src_install () { cd ${WORKDIR}/petrify |