From: W. Trevor King Date: Tue, 8 Feb 2011 20:16:36 +0000 (-0500) Subject: Fix or cleanup URLs in sawsim ebuild. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9e9e6330ee7c04e7360a3ef1a9bb6719a4727488;p=wtk-overlay.git Fix or cleanup URLs in sawsim ebuild. --- diff --git a/sci-physics/sawsim/ChangeLog b/sci-physics/sawsim/ChangeLog index a9f161e..d550488 100644 --- a/sci-physics/sawsim/ChangeLog +++ b/sci-physics/sawsim/ChangeLog @@ -1,8 +1,11 @@ # ChangeLog for sci-physics/sawsim -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*sawsim-9999 (08 Jan 2011) + 08 Jan 2011; W. Trevor King sawsim-9999.ebuild : + Fix or cleanup URLs. + *sawsim-9999 (31 Dec 2010) 31 Dec 2010; W. Trevor King sawsim-9999.ebuild : Fix repoman-reported issues with 9999. diff --git a/sci-physics/sawsim/Manifest b/sci-physics/sawsim/Manifest index 32c7a58..3f807fa 100644 --- a/sci-physics/sawsim/Manifest +++ b/sci-physics/sawsim/Manifest @@ -1,3 +1,3 @@ -EBUILD sawsim-9999.ebuild 1666 RMD160 1e2bdadb8732240a57b267fdf0e94da2bb0abca1 SHA1 af60aad4d9e6df7d82729581d9877fce36003cf8 SHA256 a71f64bc97aae1b5d42c8e338e487b09230057a34df6e9da22c4e86f80183382 -MISC ChangeLog 994 RMD160 49fae146c21150fd9d9cc6fb67e6e40b0e54bf76 SHA1 1340a815199cfe4ba3a70db795beccd834df3b52 SHA256 bf4b9bbbc2dfe7a5855a559d77762950caba88eee989e6a8c225c37e6d81bb70 +EBUILD sawsim-9999.ebuild 1663 RMD160 e4477f046098f02fd54b986c14bb8b758a816098 SHA1 70abc77db50707e29da58ea6ffd321624304ad28 SHA256 2290f5af2c652824a8547e1ab7064e8733e8396e00c6f24377a874009f406078 +MISC ChangeLog 1078 RMD160 bac4500ca15030d8ea2589a085756bb0161a0bf4 SHA1 ae701ad3c6911b4b5dd04c06ad6e213a6b8f35ce SHA256 c03e7901452cfe468f5ecf2b649ce7c7d029b473ccec72e5f77b01ac2a46ab7d MISC metadata.xml 350 RMD160 530de16a9eca41ef2a505ab1d6f55abaee9d9f75 SHA1 c97a2b0e72288464ae048fdf60ec7d41d6b57351 SHA256 1cbcf298da442e91fc6e58bbca098279a42fd8dfb18f18ca7d3d402a956497c5 diff --git a/sci-physics/sawsim/sawsim-9999.ebuild b/sci-physics/sawsim/sawsim-9999.ebuild index b27c4e7..52dd77e 100644 --- a/sci-physics/sawsim/sawsim-9999.ebuild +++ b/sci-physics/sawsim/sawsim-9999.ebuild @@ -13,14 +13,14 @@ inherit eutils distutils if [[ ${PV} == "9999" ]] ; then inherit git EGIT_BRANCH="master" - EGIT_REPO_URI="http://www.physics.drexel.edu/~wking/code/git/sawsim.git" + EGIT_REPO_URI="http://www.physics.drexel.edu/~wking/code/git/${P}.git" SRC_URI="" else - SRC_URI="http://www.physics.drexel.edu/~wking/code/got/gitweb.cgi?p=${PN}.git;a=snapshot;h=v${PV};sf=tgz" + SRC_URI="http://www.physics.drexel.edu/~wking/code/git/gitweb.cgi?p=${PN}.git;a=snapshot;h=v${PV};sf=tgz" fi DESCRIPTION="sawsim force spectroscopy simulator" -HOMEPAGE="http://www.physics.drexel.edu/~wking/unfolding-disasters/posts/sawsim/" +HOMEPAGE="http://www.physics.drexel.edu/~wking/unfolding-disasters/posts/${PN}/" LICENSE="GPL-2" SLOT="0"