diff options
-rw-r--r-- | sci-electronics/petrify/ChangeLog | 7 | ||||
-rw-r--r-- | sci-electronics/petrify/petrify-4.2.ebuild | 12 |
2 files changed, 12 insertions, 7 deletions
diff --git a/sci-electronics/petrify/ChangeLog b/sci-electronics/petrify/ChangeLog index 215f5358d8fd..595768fa0758 100644 --- a/sci-electronics/petrify/ChangeLog +++ b/sci-electronics/petrify/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-electronics/petrify -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/petrify/ChangeLog,v 1.7 2007/07/02 15:24:57 peper Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/petrify/ChangeLog,v 1.8 2013/01/13 19:14:41 ulm Exp $ + + 13 Jan 2013; Ulrich Müller <ulm@gentoo.org> petrify-4.2.ebuild: + Update LICENSE, the petrify license is a duplicate of Old-MIT. 02 Jul 2007; Piotr Jaroszyński <peper@gentoo.org> petrify-4.2.ebuild: (QA) RESTRICT clean up. diff --git a/sci-electronics/petrify/petrify-4.2.ebuild b/sci-electronics/petrify/petrify-4.2.ebuild index 152ba09847bd..6387ee222fe4 100644 --- a/sci-electronics/petrify/petrify-4.2.ebuild +++ b/sci-electronics/petrify/petrify-4.2.ebuild @@ -1,16 +1,18 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2013 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.6 2007/07/02 15:24:57 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/petrify/petrify-4.2.ebuild,v 1.7 2013/01/13 19:14:41 ulm Exp $ DESCRIPTION="Synthesize Petri nets into asynchronous circuits" HOMEPAGE="http://www.lsi.upc.edu/~jordicf/petrify/" SRC_URI="http://www.lsi.upc.edu/~jordicf/petrify/distrib/petrify-4.2-linux.tgz" -LICENSE="petrify" + +LICENSE="Old-MIT" +SLOT="0" KEYWORDS="~amd64 ~x86" +IUSE="" RESTRICT="strip" + RDEPEND="media-gfx/graphviz" -SLOT="0" -IUSE="" src_install () { cd ${WORKDIR}/petrify |