summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Smee <strerror@gentoo.org>2006-06-01 09:41:35 +0000
committerBenjamin Smee <strerror@gentoo.org>2006-06-01 09:41:35 +0000
commit619ec500ee566164345d2993103cfed3890c963a (patch)
tree663d226f4a71c64589a5adcbb1d2a9d0bc0e49c2 /sys-fs/cryptsetup-luks
parentRemove profiles for non-existent versions of gcc from /etc/eselect/compiler w... (diff)
downloadgentoo-2-619ec500ee566164345d2993103cfed3890c963a.tar.gz
gentoo-2-619ec500ee566164345d2993103cfed3890c963a.tar.bz2
gentoo-2-619ec500ee566164345d2993103cfed3890c963a.zip
cleanup
(Portage version: 2.0.54-r2)
Diffstat (limited to 'sys-fs/cryptsetup-luks')
-rw-r--r--sys-fs/cryptsetup-luks/cryptsetup-luks-1.0.3-r1.ebuild86
-rw-r--r--sys-fs/cryptsetup-luks/files/digest-cryptsetup-luks-1.0.3-r11
2 files changed, 0 insertions, 87 deletions
diff --git a/sys-fs/cryptsetup-luks/cryptsetup-luks-1.0.3-r1.ebuild b/sys-fs/cryptsetup-luks/cryptsetup-luks-1.0.3-r1.ebuild
deleted file mode 100644
index 080353372e40..000000000000
--- a/sys-fs/cryptsetup-luks/cryptsetup-luks-1.0.3-r1.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup-luks/cryptsetup-luks-1.0.3-r1.ebuild,v 1.1 2006/05/31 09:10:07 strerror Exp $
-
-inherit autotools linux-info eutils flag-o-matic
-
-DESCRIPTION="Tool to setup encrypted devices with dm-crypt"
-HOMEPAGE="http://luks.endorphin.org/"
-SRC_URI="http://luks.endorphin.org/source/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
-IUSE="dynamic nls pic selinux"
-
-DEPEND=">=sys-fs/device-mapper-1.00.07-r1
- >=dev-libs/libgcrypt-1.1.42
- >=dev-libs/libgpg-error-1.0-r1
- selinux? ( sys-libs/libselinux )
- !sys-fs/cryptsetup"
-
-dm-crypt_check() {
- ebegin "Checking for dm-crypt support"
- linux_chkconfig_present DM_CRYPT
- eend $?
-
- if [[ $? -ne 0 ]] ; then
- ewarn "cryptsetup requires dm-crypt support!"
- ewarn "Please enable dm-crypt support in your kernel config, found at:"
- ewarn "(for 2.6 kernels)"
- ewarn
- ewarn " Device Drivers"
- ewarn " Multi-Device Support"
- ewarn " Device mapper support"
- ewarn " [*] Crypt Target Support"
- ewarn
- ewarn "and recompile your kernel if you want this package to work with this kernel"
- epause 5
- fi
-}
-
-pkg_setup() {
- linux-info_pkg_setup
- dm-crypt_check;
-}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/"${PN}-${PV}-selinux.patch"
- eautoreconf
-}
-
-src_compile() {
- if use dynamic ; then
- ewarn "If you need cryptsetup for an initrd or initramfs then you"
- ewarn "should NOT use the dynamic USE flag"
- epause 5
- econf --sbindir=/bin --disable-static \
- $(use_enable nls) \
- $(use_enable selinux) \
- $(use_with pic) \
- || die
- else
- econf --sbindir=/bin --enable-static \
- $(use_enable nls) \
- $(use_enable selinux) \
- $(use_with pic) \
- || die
- fi
-
- emake || die
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "install failed"
- rmdir "${D}/usr/lib/cryptsetup"
- insinto /lib/rcscripts/addons
- newconfd ${FILESDIR}/cryptfs.confd cryptfs
- doins "${FILESDIR}"/dm-crypt-{start,stop}.sh
-}
-
-pkg_postinst() {
- einfo "Please see the example for configuring a LUKS mountpoint"
- einfo "in /etc/conf.d/cryptfs"
-}
diff --git a/sys-fs/cryptsetup-luks/files/digest-cryptsetup-luks-1.0.3-r1 b/sys-fs/cryptsetup-luks/files/digest-cryptsetup-luks-1.0.3-r1
deleted file mode 100644
index d1c01d5563c8..000000000000
--- a/sys-fs/cryptsetup-luks/files/digest-cryptsetup-luks-1.0.3-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e134b82b4706a28ba1d73b9176d5ad0c cryptsetup-luks-1.0.3.tar.bz2 304836