Update URLs from einstein to tremily.
authorW. Trevor King <wking@drexel.edu>
Tue, 6 Mar 2012 14:48:11 +0000 (09:48 -0500)
committerW. Trevor King <wking@drexel.edu>
Tue, 6 Mar 2012 14:48:11 +0000 (09:48 -0500)
ChangeLog
Manifest
pypid-9999.ebuild

index edb22a273f52dc9d2615269c6617e42f8226ecbf..ff2eed9e34f9e9e435bb8e5d3e039ed5fcde8042 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,12 @@
 # ChangeLog for dev-python/pypid
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
+*pypid-9999 (06 Mar 2012)
+  06 Mar 2012; W. Trevor King <wking@drexel.edu> pypid-9999.ebuild :
+  - Change URLs from einstein -> tremily.
+
 *pypid-9999 (09 Dec 2011)
   09 Dec 2011; W. Trevor King <wking@drexel.edu> pypid-9999.ebuild :
   Add ~amd64 keyword, now that I'm testing pypid on an AMD C-60.
index 83d3a5ddab0a029a66915da5ef71a748c62f8666..f0438920899c3e9a5b319d4f69917da50372ad78 100644 (file)
--- a/Manifest
+++ b/Manifest
@@ -1,3 +1,3 @@
-EBUILD pypid-9999.ebuild 987 RMD160 e49826eeee631131035f94caafd49d223412f58f SHA1 76008e48e28eb019819c1161b4eb20a791e756c2 SHA256 ae018702767b4ab65eea373f1e54b4e0103408ac15c698daa9e06ac809858e8b
-MISC ChangeLog 894 RMD160 f694d98468514b0fcc547616def69347cddcb2d2 SHA1 51db72593c363ed0b1e257922522a2fcbaf82345 SHA256 fc6fba3423302eb459918a250165050b852562bce607012c6b8880cae15544aa
+EBUILD pypid-9999.ebuild 889 RMD160 88a76cc735dc9b3905fc83096cc28e73f2257c2a SHA1 dc28e3c5525b61a78d53fdae428294d7ab4c651c SHA256 85a6da68842f0b0222c21f8559169131dc66141998caee6c22598c92397b13ae
+MISC ChangeLog 1032 RMD160 c11c9679c57d4e02c1306d42e3168c81819af170 SHA1 04548b155d519b9a486654c20840d60d9065998e SHA256 8293728c1a3d089adeb814660efc2df4a5c4405a024792838ed85578703f2be2
 MISC metadata.xml 247 RMD160 6735f3a5dd2d7a2b70589d1693f35d54291b7147 SHA1 c015969fe50967340dd050a44cb9f8a30b5e34a5 SHA256 9e65060e5f9d0a50d28c7a69d9c27fed6c3037fdd3e420cc276627fde2794f72
index 5967d7eeea209c56d5dd082889b6fc7367655139..9742494f3a4cc39253a8038704c3f9a60458be4f 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2010 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="Modular PID control library."
-HOMEPAGE="http://www.physics.drexel.edu/~wking/unfolding-disasters/posts/${PN}/"
+HOMEPAGE="http://tremily.us/posts/${PN}/"
 
 LICENSE="GPL-3"
 SLOT="0"