summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Destuynder <kang@gentoo.org>2005-10-07 15:41:13 +0000
committerGuillaume Destuynder <kang@gentoo.org>2005-10-07 15:41:13 +0000
commitf39e9d1a3c6e496fdb9d9497d55e91861311a0e3 (patch)
treed263f39e0fd52104199e800666fac8f66de8acb1 /sys-kernel/rsbac-sources/rsbac-sources-2.6.99.ebuild
parentI hope I got the 1.6 deps cleared out now (diff)
downloadgentoo-2-f39e9d1a3c6e496fdb9d9497d55e91861311a0e3.tar.gz
gentoo-2-f39e9d1a3c6e496fdb9d9497d55e91861311a0e3.tar.bz2
gentoo-2-f39e9d1a3c6e496fdb9d9497d55e91861311a0e3.zip
bump to 1.2.5, kernels 2.4.31 and 2.6.13.3
(Portage version: 2.0.52-r1)
Diffstat (limited to 'sys-kernel/rsbac-sources/rsbac-sources-2.6.99.ebuild')
-rw-r--r--sys-kernel/rsbac-sources/rsbac-sources-2.6.99.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys-kernel/rsbac-sources/rsbac-sources-2.6.99.ebuild b/sys-kernel/rsbac-sources/rsbac-sources-2.6.99.ebuild
index d9b4d5a08a41..aa1a97a6cc5e 100644
--- a/sys-kernel/rsbac-sources/rsbac-sources-2.6.99.ebuild
+++ b/sys-kernel/rsbac-sources/rsbac-sources-2.6.99.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/rsbac-sources/rsbac-sources-2.6.99.ebuild,v 1.2 2005/06/04 20:43:27 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/rsbac-sources/rsbac-sources-2.6.99.ebuild,v 1.3 2005/10/07 15:41:13 kang Exp $
IUSE=""
ETYPE="sources"
@@ -8,11 +8,11 @@ inherit kernel-2 subversion
detect_version
# rsbac versions
-RSBACV=1.2.4
+RSBACV=1.2.5
# Gentoo rsbac kernel patches
# arent used in SVN but you can still get them applied if you wish
-RGPV=11.3
+RGPV=13.0
RGPV_SRC="http://dev.gentoo.org/~kang/rsbac/patches/${RSBACV}/2.6/rsbac-patches-${KV_MAJOR}.${KV_MINOR}-${RGPV}.tar.bz2"
UNIPATCH_STRICTORDER="yes"
UNIPATCH_LIST="${DISTDIR}/rsbac-patches-${KV_MAJOR}.${KV_MINOR}-${RGPV}.tar.bz2"
@@ -39,7 +39,7 @@ SVN sources!"
ESVN_PROJECT="rsbac-sources-2.6-svn"
src_unpack() {
- ESVN_REPO_URI="svn://rsbac.mprivacy-update.de/rsbac/linux-2.6.11-rsbac-v1.2.5"
+ ESVN_REPO_URI="svn://rsbac.mprivacy-update.de/rsbac1/linux-kernel/2.6/branches/linux-rsbac"
subversion_src_unpack
S=${WORKDIR}/${P}
}