diff options
author | 2006-09-14 00:27:26 +0000 | |
---|---|---|
committer | 2006-09-14 00:27:26 +0000 | |
commit | fce9695c30643dfb309ce254c9081086b59d548a (patch) | |
tree | 64b78263cec478359022fb5cc691afd16fcc6497 /sci-biology/rnaview | |
parent | Added ~ia64. (diff) | |
download | gentoo-2-fce9695c30643dfb309ce254c9081086b59d548a.tar.gz gentoo-2-fce9695c30643dfb309ce254c9081086b59d548a.tar.bz2 gentoo-2-fce9695c30643dfb309ce254c9081086b59d548a.zip |
Fixed home page URL
(Portage version: 2.1.1)
Diffstat (limited to 'sci-biology/rnaview')
-rw-r--r-- | sci-biology/rnaview/ChangeLog | 6 | ||||
-rw-r--r-- | sci-biology/rnaview/rnaview-20040713.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-biology/rnaview/ChangeLog b/sci-biology/rnaview/ChangeLog index acee81d8e40c..2bbca66707ce 100644 --- a/sci-biology/rnaview/ChangeLog +++ b/sci-biology/rnaview/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-biology/rnaview # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/rnaview/ChangeLog,v 1.6 2006/01/21 18:11:39 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/rnaview/ChangeLog,v 1.7 2006/09/14 00:27:26 ribosome Exp $ + + 14 Sep 2006; Olivier Fisette <ribosome@gentoo.org> + rnaview-20040713.ebuild: + Fixed home page URL. 21 Jan 2006; Olivier Fisette <ribosome@gentoo.org> rnaview-20040713.ebuild: diff --git a/sci-biology/rnaview/rnaview-20040713.ebuild b/sci-biology/rnaview/rnaview-20040713.ebuild index c878e495ccb8..0a72e2252bae 100644 --- a/sci-biology/rnaview/rnaview-20040713.ebuild +++ b/sci-biology/rnaview/rnaview-20040713.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/rnaview/rnaview-20040713.ebuild,v 1.2 2006/01/21 18:11:39 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/rnaview/rnaview-20040713.ebuild,v 1.3 2006/09/14 00:27:26 ribosome Exp $ inherit toolchain-funcs DESCRIPTION="Generates 2D displays of RNA/DNA secondary structures with tertiary interactions" -HOMEPAGE="http://beta-ndb.rutgers.edu/services/download/index.html#rnaview" +HOMEPAGE="http://ndbserver.rutgers.edu/services/download/index.html" SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="public-domain" |