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=refs%2Fheads%2Fsci-physics%2Fcalibcant;p=wtk-overlay.git Update URLs from einstein to tremily. --- diff --git a/ChangeLog b/ChangeLog index 002e1d8..4fe52f3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,8 +3,12 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -*calicant-9999 (25 Jan 2012) - 25 Jan 2012; W. Trevor King calicant-9999.ebuild: +*calibcant-9999 (06 Mar 2012) + 06 Mar 2012; W. Trevor King calibcant-9999.ebuild: + - Change URLs from einstein -> tremily. + +*calibcant-9999 (25 Jan 2012) + 25 Jan 2012; W. Trevor King calibcant-9999.ebuild: Add ~amd64 keyword, now that I'm testing calicant on an AMD C-60. Also update to `git-2` eclass and EAPI 4, and fix LICENSE (to GPL-3). diff --git a/Manifest b/Manifest index e1ee6ba..304871b 100644 --- a/Manifest +++ b/Manifest @@ -1,3 +1,3 @@ -EBUILD calibcant-9999.ebuild 1013 RMD160 ee64e8cdae6472cb2dbe386d13fd65e4353f039b SHA1 9ec8f0f6cee7e0892319ddbe50a06d6b7320ff4a SHA256 38bb5c22c191e36d8304ce1f600e5fde8269f728233f06946c8920efe6a610a2 -MISC ChangeLog 947 RMD160 ffc712ae5ce901d0ebfd7f1d4d65ca3460c04bf7 SHA1 d74cc08fdd8b06cac72e044658130e60beb95889 SHA256 a27fa3490aa29d738bc13a235f8e595ee8908fca7a8219dd4df973a05f7d66cb +EBUILD calibcant-9999.ebuild 950 RMD160 4b7ed34e67865f53338d1e4b9ca5650d00e0e7e6 SHA1 d68b25463294e7b885889915e756476b78402038 SHA256 4a73ae42dbebd2cf4fc07975c53eb529696712f21420693053dec21759735e18 +MISC ChangeLog 1094 RMD160 15e90234ee09443cdd74377214f7f837c241d0c4 SHA1 3a9b108804a75d1720f7ac8f7ec16715d51ec642 SHA256 4f834777cb68a42be9408218c8ec96dde21188ce1989fc73a34996be2fe33742 MISC metadata.xml 247 RMD160 6735f3a5dd2d7a2b70589d1693f35d54291b7147 SHA1 c015969fe50967340dd050a44cb9f8a30b5e34a5 SHA256 9e65060e5f9d0a50d28c7a69d9c27fed6c3037fdd3e420cc276627fde2794f72 diff --git a/calibcant-9999.ebuild b/calibcant-9999.ebuild index 9751028..d306b72 100644 --- a/calibcant-9999.ebuild +++ b/calibcant-9999.ebuild @@ -12,14 +12,14 @@ inherit eutils distutils if [[ ${PV} == "9999" ]] ; then inherit git-2 EGIT_BRANCH="master" - EGIT_REPO_URI="http://www.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/python/${P}.tar.gz" + SRC_URI="http://git.tremily.us/?p=${PN}.git;a=snapshot;h=${PV};sf=tgz" fi DESCRIPTION="AFM cantilever thermal-tune calibration." -HOMEPAGE="http://www.physics.drexel.edu/~wking/unfolding-disasters/posts/${PN}" +HOMEPAGE="http://blog.tremily.us/posts/${PN}" LICENSE="GPL-3" SLOT="0"