diff options
author | Daniel Drake <dsd@gentoo.org> | 2004-12-14 09:16:28 +0000 |
---|---|---|
committer | Daniel Drake <dsd@gentoo.org> | 2004-12-14 09:16:28 +0000 |
commit | e6f9014fe09273bf5abc0460613a23ad44570a9b (patch) | |
tree | 30d9df30857bddd850b9696233914de44eae952a /sys-apps/i2c | |
parent | Bug #69643. (diff) | |
download | historical-e6f9014fe09273bf5abc0460613a23ad44570a9b.tar.gz historical-e6f9014fe09273bf5abc0460613a23ad44570a9b.tar.bz2 historical-e6f9014fe09273bf5abc0460613a23ad44570a9b.zip |
Fix URLtypo, bug 73585
Diffstat (limited to 'sys-apps/i2c')
-rw-r--r-- | sys-apps/i2c/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/i2c/Manifest | 8 | ||||
-rw-r--r-- | sys-apps/i2c/i2c-2.8.4.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/i2c/i2c-2.8.7.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/i2c/i2c-2.8.8.ebuild | 4 |
5 files changed, 15 insertions, 11 deletions
diff --git a/sys-apps/i2c/ChangeLog b/sys-apps/i2c/ChangeLog index 8d1ef9dfb893..c342a4cb46d6 100644 --- a/sys-apps/i2c/ChangeLog +++ b/sys-apps/i2c/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/i2c # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/ChangeLog,v 1.27 2004/11/11 23:03:43 dsd Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/ChangeLog,v 1.28 2004/12/14 09:16:28 dsd Exp $ + + 14 Dec 2004; Daniel Drake <dsd@gentoo.org> i2c-2.8.4.ebuild, + i2c-2.8.7.ebuild, i2c-2.8.8.ebuild: + Fix URL typo, bug 73585 12 Nov 2004; Daniel Drake <dsd@gentoo.org> i2c-2.6.5-r1.ebuild, i2c-2.8.0.ebuild, i2c-2.8.1.ebuild, i2c-2.8.2.ebuild, i2c-2.8.3.ebuild, diff --git a/sys-apps/i2c/Manifest b/sys-apps/i2c/Manifest index a045cd99cb31..3a5c052ac348 100644 --- a/sys-apps/i2c/Manifest +++ b/sys-apps/i2c/Manifest @@ -1,12 +1,12 @@ -MD5 c3f2c092e1b931a82b43ecc7963b52a3 i2c-2.8.8.ebuild 3489 +MD5 fbcb936b4c96844e21498cbefd7005a2 i2c-2.8.8.ebuild 3490 MD5 ce81980b481f644a25d200b952218e67 i2c-2.8.3.ebuild 3578 MD5 0aca4cd8cf6e57f1d19d59c9db425cb8 i2c-2.6.5-r1.ebuild 1175 MD5 841a65014f7851d0eb25d767432be428 i2c-2.8.0.ebuild 3542 -MD5 cdd383dc4f90c42002206946b8f660f6 i2c-2.8.7.ebuild 3498 +MD5 975f8a27b7bc5cfb29c40b385e8e9dc2 i2c-2.8.7.ebuild 3499 MD5 cf78d4eb72d9a93c6b32e4014d706858 i2c-2.8.2.ebuild 3592 -MD5 c2f7ef78390a3a40bc257817f4c79b6a i2c-2.8.4.ebuild 3492 +MD5 b3304b2bd693f65a5b576e5004a58e62 i2c-2.8.4.ebuild 3493 MD5 7f5f5aebf4876466eb673447a4efd39f i2c-2.8.1.ebuild 3592 -MD5 bbd8cc5ed967bed34124fb949de5397a ChangeLog 5178 +MD5 4bece0d8e96ab923dc46b1e64095a0d3 ChangeLog 5306 MD5 a76f13cb946fc2720c04b189616da2de metadata.xml 159 MD5 6642416551db0c18eb3dbb67deb3b025 i2c-2.7.0.ebuild 1303 MD5 3576df9f3c7882d48106168eb8f7d51a files/digest-i2c-2.6.5-r1 61 diff --git a/sys-apps/i2c/i2c-2.8.4.ebuild b/sys-apps/i2c/i2c-2.8.4.ebuild index 14738b9b3422..992d1268e35f 100644 --- a/sys-apps/i2c/i2c-2.8.4.ebuild +++ b/sys-apps/i2c/i2c-2.8.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/i2c-2.8.4.ebuild,v 1.12 2004/11/11 23:03:43 dsd Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/i2c-2.8.4.ebuild,v 1.13 2004/12/14 09:16:28 dsd Exp $ inherit eutils toolchain-funcs @@ -27,7 +27,7 @@ pkg_setup() { eerror "42 any other i2c drivers (e.g. bttv) in the kernel." eerror "43 Do NOT use lm-sensors 2.8.0 or i2c-2.8.0 if you require bttv." echo - eerror "Please try out http://khai.linux-fr.org/devel/i2c/ for a kernel" + eerror "Please try out http://khali.linux-fr.org/devel/i2c/ for a kernel" eerror "patch which will fix this problem. Please note that nor the" eerror "lm_sensors team nor the package maintainers will be able to" eerror "support you if you encounter problems with I2C when using" diff --git a/sys-apps/i2c/i2c-2.8.7.ebuild b/sys-apps/i2c/i2c-2.8.7.ebuild index 2cab493162ed..9b72acf3a7e6 100644 --- a/sys-apps/i2c/i2c-2.8.7.ebuild +++ b/sys-apps/i2c/i2c-2.8.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/i2c-2.8.7.ebuild,v 1.10 2004/11/11 23:03:43 dsd Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/i2c-2.8.7.ebuild,v 1.11 2004/12/14 09:16:28 dsd Exp $ inherit eutils toolchain-funcs @@ -27,7 +27,7 @@ pkg_setup() { eerror "42 any other i2c drivers (e.g. bttv) in the kernel." eerror "43 Do NOT use lm-sensors 2.8.0 or i2c-2.8.0 if you require bttv." echo - eerror "Please try out http://khai.linux-fr.org/devel/i2c/ for a kernel" + eerror "Please try out http://khali.linux-fr.org/devel/i2c/ for a kernel" eerror "patch which will fix this problem. Please note that nor the" eerror "lm_sensors team nor the package maintainers will be able to" eerror "support you if you encounter problems with I2C when using" diff --git a/sys-apps/i2c/i2c-2.8.8.ebuild b/sys-apps/i2c/i2c-2.8.8.ebuild index 2928762fba42..e7cc0ed45569 100644 --- a/sys-apps/i2c/i2c-2.8.8.ebuild +++ b/sys-apps/i2c/i2c-2.8.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/i2c-2.8.8.ebuild,v 1.3 2004/11/11 23:03:43 dsd Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/i2c-2.8.8.ebuild,v 1.4 2004/12/14 09:16:28 dsd Exp $ inherit eutils toolchain-funcs @@ -27,7 +27,7 @@ pkg_setup() { eerror "42 any other i2c drivers (e.g. bttv) in the kernel." eerror "43 Do NOT use lm-sensors 2.8.8 or i2c-2.8.8 if you require bttv." echo - eerror "Please try out http://khai.linux-fr.org/devel/i2c/ for a kernel" + eerror "Please try out http://khali.linux-fr.org/devel/i2c/ for a kernel" eerror "patch which will fix this problem. Please note that nor the" eerror "lm_sensors team nor the package maintainers will be able to" eerror "support you if you encounter problems with I2C when using" |