summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-12-26 05:33:29 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-12-26 05:33:29 +0000
commitebe024d535c76ef4e2bd7925e2e3991131ca4309 (patch)
tree1ebb7c5d10eecea33af7ceac403b1b2b526a4448 /app-crypt/luks-tools
parentppc64 stable wrt #308379 (diff)
downloadgentoo-2-ebe024d535c76ef4e2bd7925e2e3991131ca4309.tar.gz
gentoo-2-ebe024d535c76ef4e2bd7925e2e3991131ca4309.tar.bz2
gentoo-2-ebe024d535c76ef4e2bd7925e2e3991131ca4309.zip
punt old. clean up.
(Portage version: 2.2.0_alpha10/cvs/Linux x86_64)
Diffstat (limited to 'app-crypt/luks-tools')
-rw-r--r--app-crypt/luks-tools/files/luks-tools-0.0.12-disable-werror.patch11
-rw-r--r--app-crypt/luks-tools/luks-tools-0.0.12-r1.ebuild37
-rw-r--r--app-crypt/luks-tools/luks-tools-0.0.12.ebuild25
-rw-r--r--app-crypt/luks-tools/luks-tools-0.0.13.ebuild35
-rw-r--r--app-crypt/luks-tools/luks-tools-0.0.14.ebuild19
5 files changed, 7 insertions, 120 deletions
diff --git a/app-crypt/luks-tools/files/luks-tools-0.0.12-disable-werror.patch b/app-crypt/luks-tools/files/luks-tools-0.0.12-disable-werror.patch
deleted file mode 100644
index ad545df6efec..000000000000
--- a/app-crypt/luks-tools/files/luks-tools-0.0.12-disable-werror.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- luks-tools-0.0.12-1/src/Makefile.am 2006-09-10 23:04:50.000000000 +0200
-+++ luks-tools-0.0.12/src/Makefile.am 2009-03-08 23:05:16.000000000 +0100
-@@ -33,7 +33,7 @@
-
- EXTRA_DIST = gnome-luks-format.glade common.h
-
--AM_CFLAGS = $(GLIB_CFLAGS) -Werror
-+AM_CFLAGS = $(GLIB_CFLAGS)
-
- clean-local :
- rm -f *~
diff --git a/app-crypt/luks-tools/luks-tools-0.0.12-r1.ebuild b/app-crypt/luks-tools/luks-tools-0.0.12-r1.ebuild
deleted file mode 100644
index c494fb7c77cc..000000000000
--- a/app-crypt/luks-tools/luks-tools-0.0.12-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2009 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.12-r1.ebuild,v 1.4 2009/03/08 22:11:45 hanno Exp $
-
-inherit eutils autotools
-
-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="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=sys-fs/cryptsetup-1.0.5
- >=dev-python/pygtk-2.8.0
- >=sys-apps/hal-0.5"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/${P}-pam-config.patch" || die "epatch failed"
- epatch "${FILESDIR}/${P}-disable-werror.patch" || die "epatch failed"
- eautoreconf || die "eautoreconf failed"
-}
-
-src_compile() {
- econf || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- einstall || die "einstall failed"
- dodoc AUTHORS FAQ NEWS README TODO
-}
diff --git a/app-crypt/luks-tools/luks-tools-0.0.12.ebuild b/app-crypt/luks-tools/luks-tools-0.0.12.ebuild
deleted file mode 100644
index f032f5b0ef9a..000000000000
--- a/app-crypt/luks-tools/luks-tools-0.0.12.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2008 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.12.ebuild,v 1.3 2008/04/14 18:42:19 cardoe 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="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=sys-fs/cryptsetup-1.0.5
- >=dev-python/pygtk-2.8.0
- >=sys-apps/hal-0.5"
-
-src_compile() {
- econf || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- einstall || die "einstall failed"
- dodoc AUTHORS FAQ NEWS README TODO
-}
diff --git a/app-crypt/luks-tools/luks-tools-0.0.13.ebuild b/app-crypt/luks-tools/luks-tools-0.0.13.ebuild
deleted file mode 100644
index 0ce36538ff1d..000000000000
--- a/app-crypt/luks-tools/luks-tools-0.0.13.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2009 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.13.ebuild,v 1.1 2009/03/23 08:52:58 hanno Exp $
-
-inherit eutils
-
-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="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=sys-fs/cryptsetup-1.0.5
- >=dev-python/pygtk-2.8.0
- >=sys-apps/hal-0.5"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/${PN}-0.0.12-pam-config.patch" || die "epatch failed"
-}
-
-src_compile() {
- econf || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- einstall || die "einstall failed"
- dodoc AUTHORS FAQ NEWS README TODO || die "dodoc failed"
-}
diff --git a/app-crypt/luks-tools/luks-tools-0.0.14.ebuild b/app-crypt/luks-tools/luks-tools-0.0.14.ebuild
index 565113e3472f..9ae076c608d4 100644
--- a/app-crypt/luks-tools/luks-tools-0.0.14.ebuild
+++ b/app-crypt/luks-tools/luks-tools-0.0.14.ebuild
@@ -1,12 +1,14 @@
# Copyright 1999-2010 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.14.ebuild,v 1.1 2010/11/23 00:46:56 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/luks-tools/luks-tools-0.0.14.ebuild,v 1.2 2010/12/26 05:33:28 ssuominen Exp $
+EAPI=2
inherit eutils
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="~amd64 ~x86"
@@ -18,18 +20,11 @@ RDEPEND=">=sys-fs/cryptsetup-1.0.5
DEPEND="${RDEPEND}
dev-util/pkgconfig"
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/${PN}-0.0.12-pam-config.patch" || die "epatch failed"
-}
-
-src_compile() {
- econf || die "econf failed"
- emake || die "emake failed"
+src_prepare() {
+ epatch "${FILESDIR}"/${PN}-0.0.12-pam-config.patch
}
src_install() {
- einstall || die "einstall failed"
- dodoc AUTHORS FAQ NEWS README TODO || die "dodoc failed"
+ emake DESTDIR="${D}" install || die
+ dodoc AUTHORS ChangeLog FAQ NEWS README TODO
}