From: W. Trevor King Date: Tue, 6 Mar 2012 14:48:11 +0000 (-0500) Subject: Update URLs from einstein to tremily. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=008456db7c616bcc3218d07377520490995550d4;p=wtk-overlay.git Update URLs from einstein to tremily. --- diff --git a/ChangeLog b/ChangeLog index 20efe8b..59e955b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,12 @@ # ChangeLog for dev-python/h5config -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ +*h5config-9999 (06 Mar 2012) + 06 Mar 2012; W. Trevor King h5config-9999.ebuild : + - Change URLs from einstein -> tremily. + *h5config-9999 (09 Dec 2011) 09 Dec 2011; W. Trevor King h5config-9999.ebuild : Add ~amd64 keyword, now that I'm testing h5config on an AMD C-60. diff --git a/Manifest b/Manifest index b0a16dd..e3d49ac 100644 --- a/Manifest +++ b/Manifest @@ -1,3 +1,3 @@ -EBUILD h5config-9999.ebuild 920 RMD160 eff214f48e7cf3de01cb1c91e3aa6e6f80901849 SHA1 c6013521a15054972e7e03e197128e6fa658775f SHA256 4a4f999f73e3dd2ddf20beb530235a595592fbaf2b3127fbef6f7d3a6c8543ec -MISC ChangeLog 915 RMD160 f2cb87f1ce6d687104dd5c22bc849defc57b5bee SHA1 2cbf17729a458160d25262bc16d3ce8ee470d100 SHA256 391baebb5b915956deecab39f7a170bd3724eed1c44384d995c10e2438592d3e +EBUILD h5config-9999.ebuild 827 RMD160 111b6720251d53f09c997f9b676d28b382227444 SHA1 8c899ca7904bd273e94165060cff9216abb42abc SHA256 51869038b246400c167317d800a3e27b1789cabea684793281f3fdb9d6325464 +MISC ChangeLog 1059 RMD160 aca482630ac233b8de6ecbfafe1e1ac5b6f888e7 SHA1 73726304977b1388f08aa21b8de6b18f37ce2b5c SHA256 a26b80d4d6bf60f877abdf563e6a16b219e352afb9a41c9246d4c0897544ebc0 MISC metadata.xml 247 RMD160 6735f3a5dd2d7a2b70589d1693f35d54291b7147 SHA1 c015969fe50967340dd050a44cb9f8a30b5e34a5 SHA256 9e65060e5f9d0a50d28c7a69d9c27fed6c3037fdd3e420cc276627fde2794f72 diff --git a/h5config-9999.ebuild b/h5config-9999.ebuild index 0ef019e..38e862b 100644 --- a/h5config-9999.ebuild +++ b/h5config-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -12,14 +12,14 @@ inherit eutils distutils if [[ ${PV} == "9999" ]] ; then inherit git-2 - EGIT_REPO_URI="http://physics.drexel.edu/~wking/code/git/${PN}.git" + EGIT_REPO_URI="git://tremily.us/${PN}.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://git.tremily.us/?p=${PN}.git;a=snapshot;h=v${PV};sf=tgz" fi DESCRIPTION="Conveniently save and load config-options from HDF5 and YAML files." -HOMEPAGE="http://www.physics.drexel.edu/~wking/unfolding-disasters/posts/${PN}/" +HOMEPAGE="http://blog.tremily.us/posts/${PN}/" LICENSE="GPL-3" SLOT="0"