diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2005-09-16 15:04:00 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2005-09-16 15:04:00 +0000 |
commit | 04aa9a1bb65187f99c3c01603b7946a0bf6ba8bb (patch) | |
tree | 90f0f24adf65ddc2e2a32c24d10210ac89adf93f /sci-electronics/petrify | |
parent | Marked 0.3_beta13 stable on x86. (diff) | |
download | gentoo-2-04aa9a1bb65187f99c3c01603b7946a0bf6ba8bb.tar.gz gentoo-2-04aa9a1bb65187f99c3c01603b7946a0bf6ba8bb.tar.bz2 gentoo-2-04aa9a1bb65187f99c3c01603b7946a0bf6ba8bb.zip |
Corrected HOMEPAGE and SRC_URI. Fixes bug #106108.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sci-electronics/petrify')
-rw-r--r-- | sci-electronics/petrify/ChangeLog | 5 | ||||
-rw-r--r-- | sci-electronics/petrify/petrify-4.2.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sci-electronics/petrify/ChangeLog b/sci-electronics/petrify/ChangeLog index 252cf29c4339..b96d7303a23b 100644 --- a/sci-electronics/petrify/ChangeLog +++ b/sci-electronics/petrify/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-electronics/petrify # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/petrify/ChangeLog,v 1.3 2005/08/23 20:46:29 chrb Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/petrify/ChangeLog,v 1.4 2005/09/16 15:04:00 ribosome Exp $ + + 16 Sep 2005; Olivier Fisette <ribosome@gentoo.org> petrify-4.2.ebuild: + Corrected HOMEPAGE and SRC_URI. Fixes bug #106108. 23 Aug 2005; Chris Bainbridge <chrb@gentoo.org> petrify-4.2.ebuild: cp -a bad. #103487 diff --git a/sci-electronics/petrify/petrify-4.2.ebuild b/sci-electronics/petrify/petrify-4.2.ebuild index cd7ffb3ae8e8..e4ed5bc9de0e 100644 --- a/sci-electronics/petrify/petrify-4.2.ebuild +++ b/sci-electronics/petrify/petrify-4.2.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2005 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.3 2005/08/23 20:46:29 chrb Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/petrify/petrify-4.2.ebuild,v 1.4 2005/09/16 15:04:00 ribosome 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" +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" KEYWORDS="~x86" RESTRICT="nostrip" |