diff options
author | 2006-11-29 20:38:08 +0000 | |
---|---|---|
committer | 2006-11-29 20:38:08 +0000 | |
commit | 6cdbc36515a13b684afb268cc4a01077bc9e5f89 (patch) | |
tree | c68e5c0f4bcd63765e8f60d3a62192fcfdc0d3dc /sys-fs | |
parent | Mask allegro-4.2.1 for now (diff) | |
download | gentoo-2-6cdbc36515a13b684afb268cc4a01077bc9e5f89.tar.gz gentoo-2-6cdbc36515a13b684afb268cc4a01077bc9e5f89.tar.bz2 gentoo-2-6cdbc36515a13b684afb268cc4a01077bc9e5f89.zip |
Version bump
(Portage version: 2.1.1-r2)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/dazuko/ChangeLog | 7 | ||||
-rw-r--r-- | sys-fs/dazuko/dazuko-2.3.2.ebuild | 54 | ||||
-rw-r--r-- | sys-fs/dazuko/files/digest-dazuko-2.3.2 | 3 |
3 files changed, 63 insertions, 1 deletions
diff --git a/sys-fs/dazuko/ChangeLog b/sys-fs/dazuko/ChangeLog index 0a87a22f2a21..11a988deddce 100644 --- a/sys-fs/dazuko/ChangeLog +++ b/sys-fs/dazuko/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-fs/dazuko # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/dazuko/ChangeLog,v 1.8 2006/11/08 18:41:51 alonbl Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/dazuko/ChangeLog,v 1.9 2006/11/29 20:38:08 alonbl Exp $ + +*dazuko-2.3.2 (29 Nov 2006) + + 29 Nov 2006; Alon Bar-Lev <alonbl@gentoo.org> +dazuko-2.3.2.ebuild: + Version bump *dazuko-2.3.1-r1 (08 Nov 2006) diff --git a/sys-fs/dazuko/dazuko-2.3.2.ebuild b/sys-fs/dazuko/dazuko-2.3.2.ebuild new file mode 100644 index 000000000000..87b512a28b90 --- /dev/null +++ b/sys-fs/dazuko/dazuko-2.3.2.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/dazuko/dazuko-2.3.2.ebuild,v 1.1 2006/11/29 20:38:08 alonbl Exp $ + +inherit linux-mod + +DESCRIPTION="Linux kernel module and interface providing file access control" +MY_P="${P/_/-}" # for -preN versions +SRC_URI="http://www.dazuko.org/files/${MY_P}.tar.gz" +HOMEPAGE="http://www.dazuko.org" +LICENSE="GPL-2 BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" +DEPEND=">=virtual/linux-sources-2.2" +S="${WORKDIR}/${MY_P}" + +# kernel settings +CONFIG_CHECK="SECURITY_CAPABILITIES" +MODULE_NAMES="dazuko(misc:)" +BUILD_TARGETS="dummy_rule" + +src_unpack() { + unpack ${A} + cd "${S}" + epatch "${FILESDIR}/${PN}-2.3.1-suspend2.patch" +} + +src_compile() { + ./configure \ + --without-dep \ + --kernelsrcdir="${KERNEL_DIR}" \ + || die "configure failed" + convert_to_m Makefile + linux-mod_src_compile + + cd library + emake || die + cd .. +} + +src_install() { + linux-mod_src_install + + dolib.a library/libdazuko.a + insinto /usr/include + doins dazukoio.h + + dodoc COPYING + dodoc README + dodoc README.linux26 + dodoc README.trusted +} + diff --git a/sys-fs/dazuko/files/digest-dazuko-2.3.2 b/sys-fs/dazuko/files/digest-dazuko-2.3.2 new file mode 100644 index 000000000000..186742590861 --- /dev/null +++ b/sys-fs/dazuko/files/digest-dazuko-2.3.2 @@ -0,0 +1,3 @@ +MD5 bb32e24ad60a31dbfc419d3341287f68 dazuko-2.3.2.tar.gz 177134 +RMD160 57fd3dd45a61609a18829467966657ef658ed500 dazuko-2.3.2.tar.gz 177134 +SHA256 b396fc344cf1bad0d7dfb6675573a8ca189f34867fe1256c7f31c8ec9aab45bb dazuko-2.3.2.tar.gz 177134 |