--- /dev/null
+# ChangeLog for dev-libs/d0_blind_id
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/d0_blind_id/ChangeLog,v 1.1 2011/09/16 18:37:45 mr_bones_ Exp $
+
+*d0_blind_id-0.3 (16 Sep 2011)
+
+ 16 Sep 2011; Michael Sterrett <mr_bones_@gentoo.org> +d0_blind_id-0.3.ebuild,
+ +metadata.xml:
+ initial commit; dep for games-fps/xonotic
+
--- /dev/null
+DIST d0_blind_id-0.3.tar.gz 339418 RMD160 8c82b6de3a13a37031f87cb2152004a54bbd7c7c SHA1 00e8fd282b0677a793b27e36cd622752e76225d2 SHA256 fa2dfe9f09e6305e6ac16b340277086e4899c9db45e22987b3471e5739dbcab1
+EBUILD d0_blind_id-0.3.ebuild 993 RMD160 532042542dbda5636c1157f6952146fd63071bc4 SHA1 b92d00a1431c9918fb074ee4efdb068c57cf8ead SHA256 48b3b783a3892727680af56838a930ef996bb20a8f00037cacc576f69eae5c49
+MISC ChangeLog 390 RMD160 3b6d7ca217b25703156caab5fe57f4143b8099de SHA1 0a6d9c4f53a981d5893278feb99254c41e96023b SHA256 6412d3c79f1b544ba74b8fc428351d04e475ce70c194eaf6b28acc296d003444
+MISC metadata.xml 270 RMD160 5fd344b504d941ae99c6ff3ad07200052d917393 SHA1 4e7ce40565d028172936800b98c4172804b5e008 SHA256 90eb20890a4c207435a7983a710188aa109fd8d81a4972116050b20d74cd5765
--- /dev/null
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/d0_blind_id/d0_blind_id-0.3.ebuild,v 1.1 2011/09/16 18:37:45 mr_bones_ Exp $
+
+EAPI=4
+inherit autotools-utils
+
+DESCRIPTION="Blind-ID library for user identification using RSA blind signatures"
+HOMEPAGE="http://git.xonotic.org/?p=xonotic/d0_blind_id.git;a=summary"
+SRC_URI="https://github.com/downloads/divVerent/d0_blind_id/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="ssl static-libs tommath"
+REQUIRED_USE="ssl? ( !tommath )"
+
+RDEPEND="ssl? ( !tommath? ( dev-libs/gmp ) )
+ ssl? ( dev-libs/openssl )
+ tommath? ( dev-libs/libtommath )"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
+
+DOCS=( d0_blind_id.txt )
+
+src_configure() {
+ econf \
+ --disable-dependency-tracking \
+ --enable-rijndael \
+ $(use_with ssl openssl) \
+ $(use_with tommath) \
+ $(use_enable static-libs static)
+}
+
+src_install() {
+ autotools-utils_src_install
+}
--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>games</herd>
+<use>
+ <flag name='tommath'>use <pkg>dev-libs/libtommath</pkg> instead of <pkg>dev-libs/gmp</pkg></flag>
+</use>
+</pkgmetadata>