dev-python/python-kmod: Change Git URLs from wking to agrover
authorW. Trevor King <wking@tremily.us>
Tue, 15 Jan 2013 13:14:32 +0000 (08:14 -0500)
committerW. Trevor King <wking@tremily.us>
Tue, 15 Jan 2013 13:14:32 +0000 (08:14 -0500)
Andy merged my Cython pull request back in October.

Also bump copyright years and fix copy/paste pycomedi typo in the
ChangeLog.

dev-python/python-kmod/ChangeLog
dev-python/python-kmod/Manifest
dev-python/python-kmod/python-kmod-9999.ebuild

index 1f48d9777563cf28e2d580a273802ffeba93c449..f28805e98c2bfe60e3ce9197621d45c46a9602e8 100644 (file)
@@ -1,7 +1,13 @@
-# ChangeLog for sci-libs/pycomedi
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# ChangeLog for dev-python/python-kmod
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*python-kmod-9999 (15 Jan 2013)
+
+  15 Jan 2012: W. Trevor King <wking@tremily.us> python-kmod-9999.ebuild:
+  - Change Git URLs from github.com/wking to github.com/agrover, since
+  Andy merged my pull request (back in October).
+
 *python-kmod-9999 (19 Oct 2012)
 
   19 Oct 2012; W. Trevor King <wking@drexel.edu> python-kmod-9999.ebuild:
index 496044ddd225ae19bc4ebc9e416a9b407cf62464..cf2957e91a44ef53cda6e93fa5a5d445710b85f4 100644 (file)
@@ -1,3 +1,3 @@
-EBUILD python-kmod-9999.ebuild 771 SHA256 a7012041d76f81bce87f08c97c2b6e0dc6e7a1f56c260388ba68ac6f869032db SHA512 504e41e44a9b52dc399a70a7cc8d6e5f2c03abf0d41585489ff9e2c944e9b6f393b84df142758eb31f5e8325d862cf5ae518c70aa155d9c107a6c0fe22725b41 WHIRLPOOL 250f90699c3a64708834515064e703b580a556988660cc6ffbfbe857bae57d57c85b243450834a2703df5250c3d35658bbc91be04565b98a0f0416b47ff23321
-MISC ChangeLog 646 SHA256 190ff98a334583f1a29a99d4c6ebbf8d2bf5de4f5cb4e2deca2d6916fa756159 SHA512 db4490f285b1818319508d235b67ef0b79aea5599b5dfdcbc9139c7e0f1075daae378f4476228aab80fc8c956a96760dc69d8293ec356dcefae9ec298049ab99 WHIRLPOOL abc79d61c55c1a5370ec762ab40fe022ccd5c0a5ddef88bdb8d5c02944ee65dfd360ddfa8d73d84ab6738dcb759ddc2f7152c135ac11e2fa01883604a599edaa
+EBUILD python-kmod-9999.ebuild 775 SHA256 6f1883b7f1e385cd7032b689b21b65d903ee953b7dba5079c276448509c77576 SHA512 dc64fb7937d93bd77dfcc14d45f001d29e2bb33d31efda7760708b14cd79bc521d4e65fa8ac8d89885ab2249209cdde47d34c94a8f390849ea2a3ad74b022561 WHIRLPOOL d5244aa4dbfe4f8fc40f63e1bf85026cbba8ee992b5fab4f1279c42407cc72a06923d5326e20d4c8388296e49be17ef53d8f96a1f3323c6beb495ead871ebc25
+MISC ChangeLog 879 SHA256 6ea9f0e5fbf7b20122edb88dc46c0d7c3d56b327a1c23354ede21e6a84cc60fa SHA512 320f96828364f180e01d8ec0499c43a47c9cf769b59eb9e2a7407fdf263de83c68224118d62a16dc247698bbaa4a98cc922db1e5dfefb9412b53d55a82d70703 WHIRLPOOL e38f8ab18d8daea21cf546077ad51afccec4cf3706d550e3d45e1f9e89cfbb782466a36f460426341d5bbfc059e4f98efd2111ce2b267b3b3f2ccd85035ed776
 MISC metadata.xml 247 SHA256 30b3270d8e655f6c190d3148f49b9364795beb41991502630e6631886ef107ea SHA512 d752eb964b367c9f9b2d2c3e010170bbc81e1a3b09f34fbd04b2f28df41f248a11d6531cf7334355185111990ac1744f587e2c631d03444dd642b71e0467e833 WHIRLPOOL 2e3b6628b0e6a4bb9e199b11aaae839addc659c185883af3a0399e8351446c2d11d2d095c2d22ddb89935a74900bea08aefc4bd97d4efc1bbcbcca1e4af1b5fa
index 188ba22bcb3a35c23849bb084c4c59dde22eb319..0eb243e1506419340f7987cca815b2285bb46606 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -11,12 +11,12 @@ inherit eutils distutils
 
 if [[ ${PV} == "9999" ]] ; then
        inherit git-2
-       EGIT_REPO_URI="git://github.com/wking/${PN}.git"
-       EGIT_MASTER="cython"
+       EGIT_REPO_URI="git://github.com/agrover/${PN}.git"
+       EGIT_MASTER="master"
        SRC_URI=""
 else
        inherit vcs-snapshot
-       SRC_URI="https://github.com/wking/${PN}/tarball/v${PV} -> ${P}.tar.gz"
+       SRC_URI="https://github.com/agrover/${PN}/tarball/v${PV} -> ${P}.tar.gz"
 fi
 
 DESCRIPTION="Pythonic wrappers around the libkmod kernel module management."