From 24bf734cbfad93c8a90e33fc8764142614f09e5d Mon Sep 17 00:00:00 2001 From: hasufell Date: Wed, 13 Mar 2013 20:00:54 +0100 Subject: sys-fs/cryptmount: punt, depends on sys-fs/device-mapper sys-fs/device-mapper is about to be removed in 30 days --- sys-fs/cryptmount/ChangeLog | 30 ---------------------- sys-fs/cryptmount/Manifest | 4 --- sys-fs/cryptmount/cryptmount-1.2.ebuild | 44 --------------------------------- sys-fs/cryptmount/metadata.xml | 9 ------- 4 files changed, 87 deletions(-) delete mode 100644 sys-fs/cryptmount/ChangeLog delete mode 100644 sys-fs/cryptmount/Manifest delete mode 100644 sys-fs/cryptmount/cryptmount-1.2.ebuild delete mode 100644 sys-fs/cryptmount/metadata.xml (limited to 'sys-fs') diff --git a/sys-fs/cryptmount/ChangeLog b/sys-fs/cryptmount/ChangeLog deleted file mode 100644 index 64f1c0061..000000000 --- a/sys-fs/cryptmount/ChangeLog +++ /dev/null @@ -1,30 +0,0 @@ -# ChangeLog for sys-fs/cryptmount -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - - 11 Sep 2008; Tiago Cunha (tcunha) metadata.xml: - Fix metadata.xml - - 28 Oct 2007; Markus Ullmann cryptmount-1.2: - don't install ABOUT-NLS file - - 05 Apr 2007; Jakub Moc cryptmount-1.2.ebuild: - Use bindnow-flags properly - - 07 Jan 2007; Jakub Moc cryptmount-1.2.ebuild: - Fix gettext dependencies - - 04 Dec 2006; Markus Ullmann -cryptmount-1.1.ebuild: - Remove old - - 30 Nov 2006; Thomas Patrick (curmudgeon) - +cryptmount-1.2.ebuild: - New upstream version, no ebuild changes - - 16 Sep 2006; Stefan Schweizer cryptmount-1.1.ebuild: - CONFIG_CHECK and emake install - - 14 Sep 2006; Thomas Patrick (curmudgeon) - +cryptmount-1.1.ebuild, +metadata.xml: - New ebuild (my first :) ) #147491 - diff --git a/sys-fs/cryptmount/Manifest b/sys-fs/cryptmount/Manifest deleted file mode 100644 index f88555d2d..000000000 --- a/sys-fs/cryptmount/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -DIST cryptmount-1.2.tar.gz 207873 RMD160 20d45356719ae3910ecc00bd133df7cddfdcfea1 SHA1 9587f3a6509956280f19d85e751a26541ec92fc4 SHA256 84004796e4fe7f9b5c0e6dc90f2250be4bca40d7c8bf785b6d276421470e29b4 -EBUILD cryptmount-1.2.ebuild 1101 RMD160 d7fb73944376e81153388092f8fcfb9520d7f4b5 SHA1 b8cbf380514c0e39d607688f0e6ac16323545b86 SHA256 58826cad24b49e962814b65c305864b64e5901b530b743d6708b76414ff811d2 -MISC ChangeLog 983 RMD160 9ebf4e6c8f9f3e157544a1ab3d7339dd5d0c16f6 SHA1 ddb6e9bb58fc1c992750b1187f848ba7a452ffb1 SHA256 cbcc1c9e4bddd2fd4aa2b7929e8372227fb86f85740c9571fbcb4109117cb6b6 -MISC metadata.xml 396 RMD160 a8ae47ee943f23474b232a1c84d7724a1abb9911 SHA1 4a44e0e6cdc0728e071bc2d6372773c71022d0ab SHA256 f72a6495b85f150f2ef80e013b17fd06e035066a72f9c08e24628cd5d3a840a8 diff --git a/sys-fs/cryptmount/cryptmount-1.2.ebuild b/sys-fs/cryptmount/cryptmount-1.2.ebuild deleted file mode 100644 index 1145f6d82..000000000 --- a/sys-fs/cryptmount/cryptmount-1.2.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit linux-info - -DESCRIPTION="A utility for management and user-mode mounting of encrypted filesystems" -HOMEPAGE="http://cryptmount.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="nls ssl" - -RDEPEND="sys-fs/device-mapper - >=dev-libs/libgcrypt-1.1.94 - ssl? ( dev-libs/openssl ) - nls? ( virtual/libintl )" -DEPEND="${RDEPEND} - nls? ( sys-devel/gettext )" - -CONFIG_CHECK="BLK_DEV_DM" -ERROR_BLK_DEV_DM="Please enable Device mapper support in your kernel config - -> Device Drivers - -> Multi-device support (RAID and LVM) - -> Multiple devices driver support (RAID and LVM) (MD) - Device mapper support" - -src_compile() { - econf \ - --with-gnu-ld \ - --with-libgcrypt \ - $(use_enable nls) \ - $(use_with ssl openssl) \ - || die "econf failed" - - emake || die "emake failed" -} - -src_install() { - emake install DESTDIR="${D}" || die "emake install failed" - dodoc AUTHORS ChangeLog NEWS README RELNOTES ToDo -} diff --git a/sys-fs/cryptmount/metadata.xml b/sys-fs/cryptmount/metadata.xml deleted file mode 100644 index 1f3ef18c9..000000000 --- a/sys-fs/cryptmount/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - maintainer-wanted@gentoo.org - - A utility for management and user-mode mounting of encrypted filesystems. - Easy to use and works with both block devices and files via loopback. - - -- cgit v1.2.3-65-gdbad