diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2004-12-27 20:17:34 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2004-12-27 20:17:34 +0000 |
commit | 88627d550373b4547d1ccfd143db26c19fc97bad (patch) | |
tree | 02e10822735b9bec45acf6bd1330b237ba7406ba /app-sci | |
parent | Add back ~alpha keyword, bug 73702. (Manifest recommit) (diff) | |
download | gentoo-2-88627d550373b4547d1ccfd143db26c19fc97bad.tar.gz gentoo-2-88627d550373b4547d1ccfd143db26c19fc97bad.tar.bz2 gentoo-2-88627d550373b4547d1ccfd143db26c19fc97bad.zip |
Moving to sci-electronics/petrify
Diffstat (limited to 'app-sci')
-rw-r--r-- | app-sci/petrify/ChangeLog | 10 | ||||
-rw-r--r-- | app-sci/petrify/Manifest | 4 | ||||
-rw-r--r-- | app-sci/petrify/files/digest-petrify-4.2 | 1 | ||||
-rw-r--r-- | app-sci/petrify/metadata.xml | 9 | ||||
-rw-r--r-- | app-sci/petrify/petrify-4.2.ebuild | 26 |
5 files changed, 0 insertions, 50 deletions
diff --git a/app-sci/petrify/ChangeLog b/app-sci/petrify/ChangeLog deleted file mode 100644 index 84f2464218e0..000000000000 --- a/app-sci/petrify/ChangeLog +++ /dev/null @@ -1,10 +0,0 @@ -# ChangeLog for app-sci/petrify -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/petrify/ChangeLog,v 1.1 2004/07/23 13:48:26 chrb Exp $ - -*petrify-4.2 (23 Jul 2004) - - 23 Jul 2004; Chris Bainbridge <chrb@gentoo.org> +metadata.xml, - +petrify-4.2.ebuild: - Submitted by Chris Bainbridge, bug #35465 - diff --git a/app-sci/petrify/Manifest b/app-sci/petrify/Manifest deleted file mode 100644 index ef275602bcf5..000000000000 --- a/app-sci/petrify/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -MD5 dd79fa36934b6688f882db778cfbb46c metadata.xml 337 -MD5 ed1367e840d5468ba3e8801f0c76b459 petrify-4.2.ebuild 844 -MD5 37a96f5c2dc103dfe2f13867710cfece ChangeLog 362 -MD5 0467469170b6ef7ae8aff2608689200b files/digest-petrify-4.2 67 diff --git a/app-sci/petrify/files/digest-petrify-4.2 b/app-sci/petrify/files/digest-petrify-4.2 deleted file mode 100644 index 1cd867a47551..000000000000 --- a/app-sci/petrify/files/digest-petrify-4.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 a72708915daca998cc0b36404bec6fbd petrify-4.2-linux.tgz 1117093 diff --git a/app-sci/petrify/metadata.xml b/app-sci/petrify/metadata.xml deleted file mode 100644 index 3f9567f925a2..000000000000 --- a/app-sci/petrify/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer> - <email>chrb@gentoo.org</email> - <name>Chris Bainbridge</name> - </maintainer> - <longdescription>Synthesize Petri nets into asynchronous circuits</longdescription> -</pkgmetadata> diff --git a/app-sci/petrify/petrify-4.2.ebuild b/app-sci/petrify/petrify-4.2.ebuild deleted file mode 100644 index 56e95f743bab..000000000000 --- a/app-sci/petrify/petrify-4.2.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/petrify/petrify-4.2.ebuild,v 1.1 2004/07/23 13:48:26 chrb Exp $ - -DESCRIPTION="Synthesize Petri nets into asynchronous circuits" -HOMEPAGE="http://www.lsi.upc.es/~jordic/petrify/" -SRC_URI="http://www.lsi.upc.es/~jordic/petrify/distrib/petrify-4.2-linux.tgz" -LICENSE="petrify" -KEYWORDS="~x86" -RESTRICT="nostrip" -RDEPEND="media-gfx/graphviz" -SLOT="0" - -src_install () { - cd ${WORKDIR}/petrify - dodir /opt/petrify - exeinto /opt/petrify - doexe bin/petrify - dosym /opt/petrify/petrify /opt/petrify/draw_astg - dosym /opt/petrify/petrify /opt/petrify/write_sg - dodoc doc/* - doman man/man1/* - cp -a lib/petrify.lib ${D}/opt/petrify - dodir /etc/env.d - echo "PATH=/opt/petrify" > ${D}/etc/env.d/00petrify -} |