diff options
author | 2012-05-05 15:33:57 +0000 | |
---|---|---|
committer | 2012-05-05 15:33:57 +0000 | |
commit | d23031fb2ea9aba49087a9b3204f283192075eef (patch) | |
tree | 3911da372b3c4ab360436a5cda20bb940ac24e34 /sys-fs | |
parent | Mask =x11-libs/qt-sql-4.8.1-r1 with oracle db support. (diff) | |
download | gentoo-2-d23031fb2ea9aba49087a9b3204f283192075eef.tar.gz gentoo-2-d23031fb2ea9aba49087a9b3204f283192075eef.tar.bz2 gentoo-2-d23031fb2ea9aba49087a9b3204f283192075eef.zip |
[sys-fs/ocfs2-tools] Ohh git genearted snapshots may have different checksumms. So mirror it in my devspace
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/ocfs2-tools/ChangeLog | 6 | ||||
-rw-r--r-- | sys-fs/ocfs2-tools/ocfs2-tools-1.8.2.ebuild | 9 |
2 files changed, 7 insertions, 8 deletions
diff --git a/sys-fs/ocfs2-tools/ChangeLog b/sys-fs/ocfs2-tools/ChangeLog index e87c8f32ae30..6a34205b2a01 100644 --- a/sys-fs/ocfs2-tools/ChangeLog +++ b/sys-fs/ocfs2-tools/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-fs/ocfs2-tools # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/ocfs2-tools/ChangeLog,v 1.9 2012/05/05 13:12:09 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ocfs2-tools/ChangeLog,v 1.10 2012/05/05 15:33:57 alexxy Exp $ + + 05 May 2012; Alexey Shvetsov <alexxy@gentoo.org> ocfs2-tools-1.8.2.ebuild: + [sys-fs/ocfs2-tools] Ohh git genearted snapshots may have different + checksumms. So mirror it in my devspace *ocfs2-tools-1.8.2 (05 May 2012) diff --git a/sys-fs/ocfs2-tools/ocfs2-tools-1.8.2.ebuild b/sys-fs/ocfs2-tools/ocfs2-tools-1.8.2.ebuild index 63ecd00297ea..f725f78b4f5a 100644 --- a/sys-fs/ocfs2-tools/ocfs2-tools-1.8.2.ebuild +++ b/sys-fs/ocfs2-tools/ocfs2-tools-1.8.2.ebuild @@ -1,17 +1,14 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/ocfs2-tools/ocfs2-tools-1.8.2.ebuild,v 1.1 2012/05/05 13:12:09 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ocfs2-tools/ocfs2-tools-1.8.2.ebuild,v 1.2 2012/05/05 15:33:57 alexxy Exp $ EAPI=4 PYTHON_DEPEND="gtk? 2" inherit autotools python -# seems like they stopped providing snapshots -GIT_HASH="db4aef69fa6e9705e17c0b35b9dabc4a41a1d40a" - DESCRIPTION="Support programs for the Oracle Cluster Filesystem 2" HOMEPAGE="http://oss.oracle.com/projects/ocfs2-tools/" -SRC_URI="http://oss.oracle.com/git/?p=ocfs2-tools.git;a=snapshot;h=${GIT_HASH} -> ${P}.tar.gz" +SRC_URI="http://dev.gentoo.org/~alexxy/distfiles/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" @@ -49,8 +46,6 @@ PATCHES=( "${FILESDIR}/${PN}-recent-kernels.patch" ) -S="${WORKDIR}/${PN}.git" - pkg_setup() { python_set_active_version 2 python_pkg_setup |