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 CA23A1381F3 for ; Thu, 18 Jul 2013 18:07:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C2BDE0B24; Thu, 18 Jul 2013 18:07:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1CA3DE0B24 for ; Thu, 18 Jul 2013 18:07:42 +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 D099533E628 for ; Thu, 18 Jul 2013 18:07:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id EEE9AE5459 for ; Thu, 18 Jul 2013 18:07:38 +0000 (UTC) From: "Nikoli" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nikoli" Message-ID: <1374170843.0ebefb7fc1607550f954780b19cd87ff8f4bc778.nikoli@gentoo> Subject: [gentoo-commits] proj/gamerlay:master commit in: dev-libs/d0_blind_id/ X-VCS-Repository: proj/gamerlay X-VCS-Files: dev-libs/d0_blind_id/d0_blind_id-0.1.0_pre.ebuild dev-libs/d0_blind_id/d0_blind_id-0.3.ebuild dev-libs/d0_blind_id/d0_blind_id-9999.ebuild dev-libs/d0_blind_id/metadata.xml X-VCS-Directories: dev-libs/d0_blind_id/ X-VCS-Committer: nikoli X-VCS-Committer-Name: Nikoli X-VCS-Revision: 0ebefb7fc1607550f954780b19cd87ff8f4bc778 X-VCS-Branch: master Date: Thu, 18 Jul 2013 18:07: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: a563d282-76be-4451-9148-8f86f2c34f18 X-Archives-Hash: 39bd84fcfa4575d6a97c74a6b5181ba9 commit: 0ebefb7fc1607550f954780b19cd87ff8f4bc778 Author: Nikoli lavabit com> AuthorDate: Thu Jul 18 18:07:23 2013 +0000 Commit: Nikoli lavabit 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 @@ nikoli@lavabit.com Nikoli - - Use OpenSSL instead of GMP (beware of the OpenSSL license), for Mac OS X users only, GMP is faster. - Use libtommath instead of GMP (slow, but WTFPL) -