diff options
author | Nikoli <nikoli@lavabit.com> | 2013-07-18 22:07:23 +0400 |
---|---|---|
committer | Nikoli <nikoli@lavabit.com> | 2013-07-18 22:07:23 +0400 |
commit | 0ebefb7fc1607550f954780b19cd87ff8f4bc778 (patch) | |
tree | 0cd233e62ff7dddbaad3a1db34e6c2a21ae765c7 /dev-libs | |
parent | gmqcc: respect CC, do not force git branch, cosmetics, version bump (diff) | |
download | gamerlay-0ebefb7fc1607550f954780b19cd87ff8f4bc778.tar.gz gamerlay-0ebefb7fc1607550f954780b19cd87ff8f4bc778.tar.bz2 gamerlay-0ebefb7fc1607550f954780b19cd87ff8f4bc778.zip |
d0_blind_id: fixed upstream, rm old
Package-Manager: portage-2.1.12.2
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/d0_blind_id/Manifest | 2 | ||||
-rw-r--r-- | dev-libs/d0_blind_id/d0_blind_id-0.1.0_pre.ebuild | 62 | ||||
-rw-r--r-- | dev-libs/d0_blind_id/d0_blind_id-0.3.ebuild | 39 | ||||
-rw-r--r-- | dev-libs/d0_blind_id/d0_blind_id-9999.ebuild | 7 | ||||
-rw-r--r-- | dev-libs/d0_blind_id/metadata.xml | 4 |
5 files changed, 0 insertions, 114 deletions
diff --git a/dev-libs/d0_blind_id/Manifest b/dev-libs/d0_blind_id/Manifest index f40fe47..1a09cb4 100644 --- a/dev-libs/d0_blind_id/Manifest +++ b/dev-libs/d0_blind_id/Manifest @@ -1,3 +1 @@ -DIST d0_blind_id-0.1.0_pre.zip 58289 SHA256 8593f24257bb7f9f68c390ec8ea3de0330b06499d2b823c61d4468a5df0f5924 SHA512 04a1466189f0ced7efb7e4e9309056a7b372502da70d72658ac8035a1da8a1ddd205ec3b02e43c775b57a4954e4c5f267dc106a35ca30bddf496eeed6c85b82a WHIRLPOOL acea0ff6e8ee43b869e257b753e8e11a19bb4e0aee81f95590158a25c33ada77035223207141c2afe0d1339ded392ce79aeecdd65d3c8bda635d9e4101eb8065 -DIST d0_blind_id-0.3.tar.gz 339418 SHA256 fa2dfe9f09e6305e6ac16b340277086e4899c9db45e22987b3471e5739dbcab1 SHA512 7c55aa1989d5bd5e9dd72a8194b42fe5e39639a50b74c26eb5985f4ba4758edef6ca9295a8ae95d5f71902e515f619b3d6df67da62036a4f8d655d449f6632d2 WHIRLPOOL 988c5844e52f1d41951528583f4c87352109f94f1304898a1af6058545343bc30651fbaf93f9f5ef045a511e7000a769f692ccdb5996bd367fe8b0a17762fb77 DIST d0_blind_id-0.5.tar.gz 344460 SHA256 9a223609df9c5d92c63047fc320ae64034ccd8815624da84806e0916c9f4ac75 SHA512 0a7735269a41108f191c4143b52eff2179889d94239be5be0c2406c6ed789b68e2d545250f9964e97f8c86a0653296bacdbe9b8d9db89a79ca6922d7c1a90162 WHIRLPOOL f87a624283df549d852c2a859f60e9cfd51ef85fa6233d254dd3f6c4bef95ffb9e2aff95584791ff4bad01fb3b557903aa223654607e61ab742d5fb1ae217594 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> |