From: "Nikoli" <nikoli@lavabit.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gamerlay:master commit in: dev-libs/d0_blind_id/
Date: Thu, 18 Jul 2013 18:07:38 +0000 (UTC) [thread overview]
Message-ID: <1374170843.0ebefb7fc1607550f954780b19cd87ff8f4bc778.nikoli@gentoo> (raw)
commit: 0ebefb7fc1607550f954780b19cd87ff8f4bc778
Author: Nikoli <nikoli <AT> lavabit <DOT> com>
AuthorDate: Thu Jul 18 18:07:23 2013 +0000
Commit: Nikoli <nikoli <AT> lavabit <DOT> com>
CommitDate: Thu Jul 18 18:07:23 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=0ebefb7f
d0_blind_id: fixed upstream, rm old
Package-Manager: portage-2.1.12.2
---
dev-libs/d0_blind_id/d0_blind_id-0.1.0_pre.ebuild | 62 -----------------------
dev-libs/d0_blind_id/d0_blind_id-0.3.ebuild | 39 --------------
dev-libs/d0_blind_id/d0_blind_id-9999.ebuild | 7 ---
dev-libs/d0_blind_id/metadata.xml | 4 --
4 files changed, 112 deletions(-)
diff --git a/dev-libs/d0_blind_id/d0_blind_id-0.1.0_pre.ebuild b/dev-libs/d0_blind_id/d0_blind_id-0.1.0_pre.ebuild
deleted file mode 100644
index caf4803..0000000
--- a/dev-libs/d0_blind_id/d0_blind_id-0.1.0_pre.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-
-SCM=""
-if [ "${PV#9999}" != "${PV}" ] ; then
- SCM="git"
-fi
-inherit autotools $SCM
-
-DESCRIPTION="Blind-ID library for user identification using RSA blind signatures"
-HOMEPAGE="http://git.xonotic.org/?p=xonotic/d0_blind_id.git;a=summary"
-SCM=""
-if [ "${PV#9999}" != "${PV}" ] ; then
- EGIT_REPO_URI="git://git.xonotic.org/xonotic/${PN}.git"
-else
- SRC_URI="http://git.xonotic.org/?p=xonotic/${PN}.git;a=snapshot;h=xonotic-v${PV/_pre/preview};sf=zip -> ${P}.zip"
-fi
-
-LICENSE="BSD"
-SLOT="0"
-if [ "${PV#9999}" = "${PV}" ] ; then
- KEYWORDS="~amd64 ~x86"
-fi
-IUSE="crypt openssl static-libs"
-
-RDEPEND="
- !openssl? ( dev-libs/gmp )
- openssl? ( dev-libs/openssl )
-"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
-"
-
-pkg_setup() {
- use crypt || ewarn "You will have no encryption, only authentication."
- use openssl && ewarn "OpenSSL is for Mac OS X users only, GMP is faster."
-}
-
-src_prepare() {
- if [ "${PV#9999}" = "${PV}" ] ; then
- mv d0_blind_id-xonotic-v0.1.0preview-* ${P} || die
- cd "${S}"
- fi
-
- eautoreconf
-}
-
-src_configure() {
- econf \
- $(use_enable crypt rijndael) \
- $(use_with openssl) \
- $(use_enable static-libs static)
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
-
- dodoc d0_blind_id.txt || die
-}
diff --git a/dev-libs/d0_blind_id/d0_blind_id-0.3.ebuild b/dev-libs/d0_blind_id/d0_blind_id-0.3.ebuild
deleted file mode 100644
index 19cf0d7..0000000
--- a/dev-libs/d0_blind_id/d0_blind_id-0.3.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="4"
-
-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/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="crypt openssl static-libs tommath"
-REQUIRED_USE="openssl? ( !tommath )"
-
-RDEPEND="
- openssl? ( !tommath? ( dev-libs/gmp ) )
- openssl? ( dev-libs/openssl )
- tommath? ( dev-libs/libtommath )
-"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
-"
-DOCS=( d0_blind_id.txt )
-
-pkg_setup() {
- use crypt || ewarn "You will have no encryption, only authentication."
- use openssl && ewarn "OpenSSL is for Mac OS X users only, GMP is faster."
- use tommath && ewarn "You enabled libtommath, GMP is faster."
-}
-
-src_configure() {
- econf \
- $(use_enable crypt rijndael) \
- $(use_with openssl) \
- $(use_with tommath) \
- $(use_enable static-libs static)
-}
diff --git a/dev-libs/d0_blind_id/d0_blind_id-9999.ebuild b/dev-libs/d0_blind_id/d0_blind_id-9999.ebuild
index 77d974c..ca839a5 100644
--- a/dev-libs/d0_blind_id/d0_blind_id-9999.ebuild
+++ b/dev-libs/d0_blind_id/d0_blind_id-9999.ebuild
@@ -26,13 +26,6 @@ DEPEND="${RDEPEND}
DOCS=( d0_blind_id.txt )
-src_prepare() {
- # fix out-of-source build
- sed -e 's, d0_rijndael.c, "$srcdir/d0_rijndael.c",' -i configure.ac || die
-
- autotools-utils_src_prepare
-}
-
src_configure() {
local myeconfargs=(
--enable-rijndael
diff --git a/dev-libs/d0_blind_id/metadata.xml b/dev-libs/d0_blind_id/metadata.xml
index d5b5921..ee286d6 100644
--- a/dev-libs/d0_blind_id/metadata.xml
+++ b/dev-libs/d0_blind_id/metadata.xml
@@ -5,8 +5,4 @@
<email>nikoli@lavabit.com</email>
<name>Nikoli</name>
</maintainer>
- <use>
- <flag name='openssl'>Use OpenSSL instead of GMP (beware of the OpenSSL license), for Mac OS X users only, GMP is faster.</flag>
- <flag name='tommath'>Use libtommath instead of GMP (slow, but WTFPL)</flag>
- </use>
</pkgmetadata>
next reply other threads:[~2013-07-18 18:07 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-18 18:07 Nikoli [this message]
-- strict thread matches above, loose matches on Subject: below --
2019-12-24 18:58 [gentoo-commits] proj/gamerlay:master commit in: dev-libs/d0_blind_id/ Azamat H. Hackimov
2018-11-10 23:44 Azamat H. Hackimov
2013-07-18 15:30 Nikoli
2012-11-08 14:03 Michael Palimaka
2011-09-08 17:26 Nikoli
2011-07-05 21:45 Nikoli
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1374170843.0ebefb7fc1607550f954780b19cd87ff8f4bc778.nikoli@gentoo \
--to=nikoli@lavabit.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox