Gentoo Archives: gentoo-commits

From: Michael Weber <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/xmw:master commit in: app-crypt/tcplay/
Date: Tue, 28 Aug 2012 12:35:47
Message-Id: 1346157306.6fcdabb157099b0b0fad3e841b9ef64f8173f0c5.xmw@gentoo
1 commit: 6fcdabb157099b0b0fad3e841b9ef64f8173f0c5
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 28 12:35:06 2012 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 28 12:35:06 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/xmw.git;a=commit;h=6fcdabb1
7
8 Initial import
9
10 (Portage version: 2.1.11.12/git/Linux x86_64, signed Manifest commit with key 62EEF090)
11
12 ---
13 app-crypt/tcplay/Manifest | 11 +++++++++
14 app-crypt/tcplay/metadata.xml | 9 +++++++
15 app-crypt/tcplay/tcplay-0.10.ebuild | 40 +++++++++++++++++++++++++++++++++++
16 app-crypt/tcplay/tcplay-9999.ebuild | 40 +++++++++++++++++++++++++++++++++++
17 4 files changed, 100 insertions(+), 0 deletions(-)
18
19 diff --git a/app-crypt/tcplay/Manifest b/app-crypt/tcplay/Manifest
20 new file mode 100644
21 index 0000000..a535b7a
22 --- /dev/null
23 +++ b/app-crypt/tcplay/Manifest
24 @@ -0,0 +1,11 @@
25 +-----BEGIN PGP SIGNED MESSAGE-----
26 +Hash: SHA256
27 +
28 +DIST tcplay-0.10.tar.gz 31973 SHA256 4ec6a43587fbccf9f97a54a5f7bd074548ef589f978b18b101c887920a8a401f SHA512 eaaa3de7e87c61e19371131c43632af9cdb5158443376c82cf6f1765289bc9fd7625944c51ba7ddb42d32a4c837322e920e0c9d0f014c77a293c7a03e2919ca4 WHIRLPOOL 6e848fc660fd2fe239c1b0d06830d9ae52657169e1a00656c4a66a42caf376f943b247b4f242b3842c44dfc78ab04f4f46f3897be2dd35e6cdcb2302c205ee25
29 +-----BEGIN PGP SIGNATURE-----
30 +Version: GnuPG v2.0.19 (GNU/Linux)
31 +
32 +iF4EAREIAAYFAlA8uvoACgkQknrdDGLu8JDZ7QEAgXLib5fsTGFhAzoCi9Cx0v6m
33 +9jqX5KGLWvL40LL5rV8A+QGBoudkX7d2cPe6XeCSPwDb1wH6tTCtpbgPGd4Wp6oa
34 +=b8ic
35 +-----END PGP SIGNATURE-----
36
37 diff --git a/app-crypt/tcplay/metadata.xml b/app-crypt/tcplay/metadata.xml
38 new file mode 100644
39 index 0000000..59acc2c
40 --- /dev/null
41 +++ b/app-crypt/tcplay/metadata.xml
42 @@ -0,0 +1,9 @@
43 +<?xml version="1.0" encoding="UTF-8"?>
44 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
45 +<pkgmetadata>
46 +<maintainer>
47 +<email>xmw@g.o</email>
48 +<name>Michael Weber</name>
49 +</maintainer>
50 +</pkgmetadata>
51 +
52
53 diff --git a/app-crypt/tcplay/tcplay-0.10.ebuild b/app-crypt/tcplay/tcplay-0.10.ebuild
54 new file mode 100644
55 index 0000000..67cefc9
56 --- /dev/null
57 +++ b/app-crypt/tcplay/tcplay-0.10.ebuild
58 @@ -0,0 +1,40 @@
59 +# Copyright 1999-2012 Gentoo Foundation
60 +# Distributed under the terms of the GNU General Public License v2
61 +# $Header: $
62 +
63 +EAPI=4
64 +
65 +inherit toolchain-funcs vcs-snapshot
66 +
67 +DESCRIPTION="Free and simple TrueCrypt Implementation based on dm-crypt"
68 +HOMEPAGE="https://github.com/bwalex/tc-play"
69 +SRC_URI="https://github.com/bwalex/tc-play/tarball/v0.10 -> ${P}.tar.gz"
70 +
71 +LICENSE="BSD-2"
72 +SLOT="0"
73 +KEYWORDS="~amd64"
74 +IUSE=""
75 +
76 +RDEPEND="dev-libs/libgcrypt
77 + sys-apps/util-linux
78 + sys-fs/lvm2"
79 +DEPEND="${RDEPEND}"
80 +
81 +src_prepare() {
82 + sed -e '/CFLAGS+= -O3/d' \
83 + -e '/$(CC)/s:$: $(LDFLAGS):' \
84 + -i Makefile || die
85 +}
86 +
87 +src_compile() {
88 + tc-export CC
89 + emake SYSTEM=linux PBKDF_BACKEND=gcrypt program
90 + #emake ${myconf} lib
91 +}
92 +
93 +src_install() {
94 + dobin ${PN}
95 + doman ${PN}.8
96 + #doman ${PN}.3
97 + dodoc README
98 +}
99
100 diff --git a/app-crypt/tcplay/tcplay-9999.ebuild b/app-crypt/tcplay/tcplay-9999.ebuild
101 new file mode 100644
102 index 0000000..292c1fd
103 --- /dev/null
104 +++ b/app-crypt/tcplay/tcplay-9999.ebuild
105 @@ -0,0 +1,40 @@
106 +# Copyright 1999-2012 Gentoo Foundation
107 +# Distributed under the terms of the GNU General Public License v2
108 +# $Header: $
109 +
110 +EAPI=4
111 +
112 +inherit git-2 toolchain-funcs
113 +
114 +DESCRIPTION="Free and simple TrueCrypt Implementation based on dm-crypt"
115 +HOMEPAGE="https://github.com/bwalex/tc-play"
116 +EGIT_REPO_URI="https://github.com/bwalex/tc-play.git"
117 +
118 +LICENSE="BSD-2"
119 +SLOT="0"
120 +KEYWORDS=""
121 +IUSE=""
122 +
123 +RDEPEND="dev-libs/libgcrypt
124 + sys-apps/util-linux
125 + sys-fs/lvm2"
126 +DEPEND="${RDEPEND}"
127 +
128 +src_prepare() {
129 + sed -e '/CFLAGS+= -O3/d' \
130 + -e '/$(CC)/s:$: $(LDFLAGS):' \
131 + -i Makefile || die
132 +}
133 +
134 +src_compile() {
135 + tc-export CC
136 + emake SYSTEM=linux PBKDF_BACKEND=gcrypt program
137 + #emake ${myconf} lib
138 +}
139 +
140 +src_install() {
141 + dobin ${PN}
142 + doman ${PN}.8
143 + #doman ${PN}.3
144 + dodoc README
145 +}