diff options
author | Hanno Böck <hanno@gentoo.org> | 2007-09-21 19:37:20 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2007-09-21 19:37:20 +0000 |
commit | 5fd25bae9755e489f3d0594e6fe72982d54386bc (patch) | |
tree | d858895668e8bce594edf7f5428665b2018c369c /app-crypt | |
parent | Version bump. (diff) | |
download | gentoo-2-5fd25bae9755e489f3d0594e6fe72982d54386bc.tar.gz gentoo-2-5fd25bae9755e489f3d0594e6fe72982d54386bc.tar.bz2 gentoo-2-5fd25bae9755e489f3d0594e6fe72982d54386bc.zip |
remove old luks-tools ebuild
(Portage version: 2.1.3.9)
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/luks-tools/files/digest-luks-tools-0.0.9 | 3 | ||||
-rw-r--r-- | app-crypt/luks-tools/luks-tools-0.0.9.ebuild | 27 |
2 files changed, 0 insertions, 30 deletions
diff --git a/app-crypt/luks-tools/files/digest-luks-tools-0.0.9 b/app-crypt/luks-tools/files/digest-luks-tools-0.0.9 deleted file mode 100644 index afcc660ec83c..000000000000 --- a/app-crypt/luks-tools/files/digest-luks-tools-0.0.9 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 be29c9090450c8efeafd3e8b81dccbb2 luks-tools-0.0.9.tar.gz 337168 -RMD160 6aecebacba84928dcc5fc37bddab1e8820664b60 luks-tools-0.0.9.tar.gz 337168 -SHA256 00e9dab82786891c5245ad2e7ea3ab5e9349d531a6696aac6de3a34f6ff97e6b luks-tools-0.0.9.tar.gz 337168 diff --git a/app-crypt/luks-tools/luks-tools-0.0.9.ebuild b/app-crypt/luks-tools/luks-tools-0.0.9.ebuild deleted file mode 100644 index b3f861fa746b..000000000000 --- a/app-crypt/luks-tools/luks-tools-0.0.9.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/luks-tools/luks-tools-0.0.9.ebuild,v 1.1 2006/08/21 16:03:24 hanno Exp $ - -DESCRIPTION="GUI frontend for dm-crypt/luks." -HOMEPAGE="http://www.flyn.org/projects/luks-tools/" -SRC_URI="http://www.flyn.org/projects/luks-tools/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -DEPEND="sys-fs/cryptsetup-luks - >=dev-python/pygtk-2.8.0 - >=sys-apps/hal-0.5" - -S=${WORKDIR}/${P} - -src_compile() { - econf || die "econf failed" - emake || die "emake failed" -} - -src_install() { - einstall || die "einstall failed" - dodoc AUTHORS FAQ NEWS README TODO -} |