diff options
author | Matthias Maier <tamiko@gentoo.org> | 2015-08-23 12:38:16 -0500 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2015-08-23 12:40:45 -0500 |
commit | 492fe4859fc232e02f2a5b991e261cb8bf921b2d (patch) | |
tree | 6023ea687aec1ee41f5fac4831e3c1ce1cb62eee /app-crypt | |
parent | Initial commit (diff) | |
download | tamiko-492fe4859fc232e02f2a5b991e261cb8bf921b2d.tar.gz tamiko-492fe4859fc232e02f2a5b991e261cb8bf921b2d.tar.bz2 tamiko-492fe4859fc232e02f2a5b991e261cb8bf921b2d.zip |
app-crypt/lazy-random: Add a live build
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/lazy-random/lazy-random-9999.ebuild | 20 | ||||
-rw-r--r-- | app-crypt/lazy-random/metadata.xml | 11 |
2 files changed, 31 insertions, 0 deletions
diff --git a/app-crypt/lazy-random/lazy-random-9999.ebuild b/app-crypt/lazy-random/lazy-random-9999.ebuild new file mode 100644 index 0000000..002097c --- /dev/null +++ b/app-crypt/lazy-random/lazy-random-9999.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit cmake-utils git-2 + +DESCRIPTION="A fast rng-pipe" +HOMEPAGE="http://tamiko.kyomu.43-1.org/lazy-random" +SRC_URI="" +EGIT_REPO_URI="git://github.com/tamiko/lazy-random.git" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="" +IUSE="" + +DEPEND="dev-libs/crypto++ dev-libs/boost" +RDEPEND="${DEPEND}" diff --git a/app-crypt/lazy-random/metadata.xml b/app-crypt/lazy-random/metadata.xml new file mode 100644 index 0000000..f4af8a8 --- /dev/null +++ b/app-crypt/lazy-random/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>tamiko@gentoo.org</email> + <name>Matthias Maier</name> + </maintainer> + <longdescription lang="en"> + A fast RNG pipe +</longdescription> +</pkgmetadata> |