From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C436C138010 for ; Tue, 28 Aug 2012 12:35:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84DE7E06AF; Tue, 28 Aug 2012 12:35:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 4734AE06AF for ; Tue, 28 Aug 2012 12:35:40 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5F11933D749 for ; Tue, 28 Aug 2012 12:35:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 24C34E543C for ; Tue, 28 Aug 2012 12:35:38 +0000 (UTC) From: "Michael Weber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Weber" Message-ID: <1346157306.6fcdabb157099b0b0fad3e841b9ef64f8173f0c5.xmw@gentoo> Subject: [gentoo-commits] dev/xmw:master commit in: app-crypt/tcplay/ X-VCS-Repository: dev/xmw X-VCS-Files: app-crypt/tcplay/Manifest app-crypt/tcplay/metadata.xml app-crypt/tcplay/tcplay-0.10.ebuild app-crypt/tcplay/tcplay-9999.ebuild X-VCS-Directories: app-crypt/tcplay/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: 6fcdabb157099b0b0fad3e841b9ef64f8173f0c5 X-VCS-Branch: master Date: Tue, 28 Aug 2012 12:35:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 88fd9a34-af3f-4f93-a2ee-a073bd3a2888 X-Archives-Hash: 9a2cd9c005da2647b4083a619a18fa6e commit: 6fcdabb157099b0b0fad3e841b9ef64f8173f0c5 Author: Michael Weber gentoo org> AuthorDate: Tue Aug 28 12:35:06 2012 +0000 Commit: Michael Weber gentoo org> CommitDate: Tue Aug 28 12:35:06 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/xmw.git;a=commit;h=6fcdabb1 Initial import (Portage version: 2.1.11.12/git/Linux x86_64, signed Manifest commit with key 62EEF090) --- app-crypt/tcplay/Manifest | 11 +++++++++ app-crypt/tcplay/metadata.xml | 9 +++++++ app-crypt/tcplay/tcplay-0.10.ebuild | 40 +++++++++++++++++++++++++++++++++++ app-crypt/tcplay/tcplay-9999.ebuild | 40 +++++++++++++++++++++++++++++++++++ 4 files changed, 100 insertions(+), 0 deletions(-) diff --git a/app-crypt/tcplay/Manifest b/app-crypt/tcplay/Manifest new file mode 100644 index 0000000..a535b7a --- /dev/null +++ b/app-crypt/tcplay/Manifest @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA256 + +DIST tcplay-0.10.tar.gz 31973 SHA256 4ec6a43587fbccf9f97a54a5f7bd074548ef589f978b18b101c887920a8a401f SHA512 eaaa3de7e87c61e19371131c43632af9cdb5158443376c82cf6f1765289bc9fd7625944c51ba7ddb42d32a4c837322e920e0c9d0f014c77a293c7a03e2919ca4 WHIRLPOOL 6e848fc660fd2fe239c1b0d06830d9ae52657169e1a00656c4a66a42caf376f943b247b4f242b3842c44dfc78ab04f4f46f3897be2dd35e6cdcb2302c205ee25 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.19 (GNU/Linux) + +iF4EAREIAAYFAlA8uvoACgkQknrdDGLu8JDZ7QEAgXLib5fsTGFhAzoCi9Cx0v6m +9jqX5KGLWvL40LL5rV8A+QGBoudkX7d2cPe6XeCSPwDb1wH6tTCtpbgPGd4Wp6oa +=b8ic +-----END PGP SIGNATURE----- diff --git a/app-crypt/tcplay/metadata.xml b/app-crypt/tcplay/metadata.xml new file mode 100644 index 0000000..59acc2c --- /dev/null +++ b/app-crypt/tcplay/metadata.xml @@ -0,0 +1,9 @@ + + + + +xmw@gentoo.org +Michael Weber + + + diff --git a/app-crypt/tcplay/tcplay-0.10.ebuild b/app-crypt/tcplay/tcplay-0.10.ebuild new file mode 100644 index 0000000..67cefc9 --- /dev/null +++ b/app-crypt/tcplay/tcplay-0.10.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=4 + +inherit toolchain-funcs vcs-snapshot + +DESCRIPTION="Free and simple TrueCrypt Implementation based on dm-crypt" +HOMEPAGE="https://github.com/bwalex/tc-play" +SRC_URI="https://github.com/bwalex/tc-play/tarball/v0.10 -> ${P}.tar.gz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND="dev-libs/libgcrypt + sys-apps/util-linux + sys-fs/lvm2" +DEPEND="${RDEPEND}" + +src_prepare() { + sed -e '/CFLAGS+= -O3/d' \ + -e '/$(CC)/s:$: $(LDFLAGS):' \ + -i Makefile || die +} + +src_compile() { + tc-export CC + emake SYSTEM=linux PBKDF_BACKEND=gcrypt program + #emake ${myconf} lib +} + +src_install() { + dobin ${PN} + doman ${PN}.8 + #doman ${PN}.3 + dodoc README +} diff --git a/app-crypt/tcplay/tcplay-9999.ebuild b/app-crypt/tcplay/tcplay-9999.ebuild new file mode 100644 index 0000000..292c1fd --- /dev/null +++ b/app-crypt/tcplay/tcplay-9999.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=4 + +inherit git-2 toolchain-funcs + +DESCRIPTION="Free and simple TrueCrypt Implementation based on dm-crypt" +HOMEPAGE="https://github.com/bwalex/tc-play" +EGIT_REPO_URI="https://github.com/bwalex/tc-play.git" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="" +IUSE="" + +RDEPEND="dev-libs/libgcrypt + sys-apps/util-linux + sys-fs/lvm2" +DEPEND="${RDEPEND}" + +src_prepare() { + sed -e '/CFLAGS+= -O3/d' \ + -e '/$(CC)/s:$: $(LDFLAGS):' \ + -i Makefile || die +} + +src_compile() { + tc-export CC + emake SYSTEM=linux PBKDF_BACKEND=gcrypt program + #emake ${myconf} lib +} + +src_install() { + dobin ${PN} + doman ${PN}.8 + #doman ${PN}.3 + dodoc README +}