summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys-fs/cryptmount/ChangeLog30
-rw-r--r--sys-fs/cryptmount/Manifest4
-rw-r--r--sys-fs/cryptmount/cryptmount-1.2.ebuild44
-rw-r--r--sys-fs/cryptmount/metadata.xml9
4 files changed, 0 insertions, 87 deletions
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) <me@tiagocunha.org> metadata.xml:
- Fix metadata.xml
-
- 28 Oct 2007; Markus Ullmann <jokey@gentoo.org> cryptmount-1.2:
- don't install ABOUT-NLS file
-
- 05 Apr 2007; Jakub Moc <jakub@gentoo.org> cryptmount-1.2.ebuild:
- Use bindnow-flags properly
-
- 07 Jan 2007; Jakub Moc <jakub@gentoo.org> cryptmount-1.2.ebuild:
- Fix gettext dependencies
-
- 04 Dec 2006; Markus Ullmann <jokey@gentoo.org> -cryptmount-1.1.ebuild:
- Remove old
-
- 30 Nov 2006; Thomas Patrick (curmudgeon) <throw_away_2002@yahoo.com>
- +cryptmount-1.2.ebuild:
- New upstream version, no ebuild changes
-
- 16 Sep 2006; Stefan Schweizer <genstef@gentoo.org> cryptmount-1.1.ebuild:
- CONFIG_CHECK and emake install
-
- 14 Sep 2006; Thomas Patrick (curmudgeon) <throw_away_2002@yahoo.com>
- +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)
- <M> 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 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer><email>maintainer-wanted@gentoo.org</email></maintainer>
- <longdescription>
- A utility for management and user-mode mounting of encrypted filesystems.
- Easy to use and works with both block devices and files via loopback.
- </longdescription>
-</pkgmetadata>