summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Yao <ryao@gentoo.org>2014-04-11 04:44:53 +0000
committerRichard Yao <ryao@gentoo.org>2014-04-11 04:44:53 +0000
commit32ef91980b5b67bf0baef162c7be8489ba0742a0 (patch)
treed1f60a0516ea94e315e4bef0160db0d38ee242ad /sys-fs/zfs
parentThe patchset used in sys-fs/zfs-0.6.2-r4 was an early version that was not me... (diff)
downloadgentoo-2-32ef91980b5b67bf0baef162c7be8489ba0742a0.tar.gz
gentoo-2-32ef91980b5b67bf0baef162c7be8489ba0742a0.tar.bz2
gentoo-2-32ef91980b5b67bf0baef162c7be8489ba0742a0.zip
The patchset used in sys-fs/zfs-0.6.2-r4 was an early version that was not meant to go out to mirrors. It is being replaced with sys-fs/zfs-0.6.2-r5, which is what -r4 should have been. No regressions occurred as a result of this mistake.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xBEE84C64)
Diffstat (limited to 'sys-fs/zfs')
-rw-r--r--sys-fs/zfs/ChangeLog8
-rw-r--r--sys-fs/zfs/zfs-0.6.2-r5.ebuild4
2 files changed, 9 insertions, 3 deletions
diff --git a/sys-fs/zfs/ChangeLog b/sys-fs/zfs/ChangeLog
index 46087cd029bb..5e106510535e 100644
--- a/sys-fs/zfs/ChangeLog
+++ b/sys-fs/zfs/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-fs/zfs
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/ChangeLog,v 1.79 2014/04/11 04:44:29 ryao Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/ChangeLog,v 1.80 2014/04/11 04:44:53 ryao Exp $
+
+ 11 Apr 2014; Richard Yao <ryao@gentoo.org> zfs-0.6.2-r5.ebuild:
+ The patchset used in sys-fs/zfs-0.6.2-r4 was an early version that was not
+ meant to go out to mirrors. It is being replaced with sys-fs/zfs-0.6.2-r5,
+ which is what -r4 should have been. No regressions occurred as a result of
+ this mistake.
*zfs-0.6.2-r5 (11 Apr 2014)
diff --git a/sys-fs/zfs/zfs-0.6.2-r5.ebuild b/sys-fs/zfs/zfs-0.6.2-r5.ebuild
index 9b744904115f..8a05ef442f5c 100644
--- a/sys-fs/zfs/zfs-0.6.2-r5.ebuild
+++ b/sys-fs/zfs/zfs-0.6.2-r5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-0.6.2-r5.ebuild,v 1.1 2014/04/11 04:44:29 ryao Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-0.6.2-r5.ebuild,v 1.2 2014/04/11 04:44:53 ryao Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} )
@@ -18,7 +18,7 @@ else
inherit eutils versionator
MY_PV=$(replace_version_separator 3 '-')
SRC_URI="https://github.com/zfsonlinux/${PN}/archive/${PN}-${MY_PV}.tar.gz
- http://dev.gentoo.org/~ryao/dist/${PN}-kmod-${MY_PV}-p3.tar.xz"
+ http://dev.gentoo.org/~ryao/dist/${PN}-kmod-${MY_PV}-p4.tar.xz"
S="${WORKDIR}/${PN}-${PN}-${MY_PV}"
KEYWORDS="~amd64"
fi