public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gamerlay:master commit in: dev-libs/d0_blind_id/
@ 2011-07-05 21:45 Nikoli
  0 siblings, 0 replies; 7+ messages in thread
From: Nikoli @ 2011-07-05 21:45 UTC (permalink / raw
  To: gentoo-commits

commit:     bc9d7acecd8dea4892c96f1c4ee80b50cc7b930d
Author:     Nikoli <nikoli <AT> lavabit <DOT> com>
AuthorDate: Tue Jul  5 21:39:48 2011 +0000
Commit:     Nikoli <nikoli <AT> lavabit <DOT> com>
CommitDate: Tue Jul  5 21:39:48 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=bc9d7ace

d0_blind_id: migrate to git-2 and EAPI4

(Portage version: 2.1.10.3/git/Linux x86_64, unsigned Manifest commit)

---
 dev-libs/d0_blind_id/ChangeLog               |    5 ++++-
 dev-libs/d0_blind_id/d0_blind_id-9999.ebuild |   10 +++++-----
 2 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/dev-libs/d0_blind_id/ChangeLog b/dev-libs/d0_blind_id/ChangeLog
index 9b25051..2e31f25 100644
--- a/dev-libs/d0_blind_id/ChangeLog
+++ b/dev-libs/d0_blind_id/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for dev-libs/d0_blind_id
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  05 Jul 2011; Nikoli <nikoli@lavabit.com> d0_blind_id-9999.ebuild:
+  migrate to git-2 and EAPI4
+
 *d0_blind_id-9999 (30 Dec 2010)
 *d0_blind_id-0.1.0_pre (30 Dec 2010)
 

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 7ef843a..ca57d55 100644
--- a/dev-libs/d0_blind_id/d0_blind_id-9999.ebuild
+++ b/dev-libs/d0_blind_id/d0_blind_id-9999.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=2
+EAPI="4"
 
 SCM=""
 if [ "${PV#9999}" != "${PV}" ] ; then
-	SCM="git"
+	SCM="git-2"
 fi
 inherit autotools $SCM
 
@@ -56,7 +56,7 @@ src_configure() {
 }
 
 src_install() {
-	emake DESTDIR="${D}" install || die
+	default
 
-	dodoc d0_blind_id.txt || die
+	dodoc d0_blind_id.txt
 }



^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] proj/gamerlay:master commit in: dev-libs/d0_blind_id/
@ 2011-09-08 17:26 Nikoli
  0 siblings, 0 replies; 7+ messages in thread
From: Nikoli @ 2011-09-08 17:26 UTC (permalink / raw
  To: gentoo-commits

commit:     2322095fd9f9e7469459d1f55ee615930fbf69b2
Author:     Nikoli <nikoli <AT> lavabit <DOT> com>
AuthorDate: Thu Sep  8 17:26:31 2011 +0000
Commit:     Nikoli <nikoli <AT> lavabit <DOT> com>
CommitDate: Thu Sep  8 17:26:31 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=2322095f

d0_blind_id: version bump, add USE tommath, cosmetics

(Portage version: 2.1.10.11/git/Linux x86_64, unsigned Manifest commit)

---
 dev-libs/d0_blind_id/ChangeLog                     |    6 +++
 ...blind_id-9999.ebuild => d0_blind_id-0.3.ebuild} |   41 ++++---------------
 dev-libs/d0_blind_id/d0_blind_id-9999.ebuild       |   37 +++++-------------
 dev-libs/d0_blind_id/metadata.xml                  |    3 +-
 4 files changed, 27 insertions(+), 60 deletions(-)

diff --git a/dev-libs/d0_blind_id/ChangeLog b/dev-libs/d0_blind_id/ChangeLog
index 2e31f25..45b9827 100644
--- a/dev-libs/d0_blind_id/ChangeLog
+++ b/dev-libs/d0_blind_id/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*d0_blind_id-0.3 (08 Sep 2011)
+
+  08 Sep 2011; Nikoli <nikoli@lavabit.com> +d0_blind_id-0.3.ebuild,
+  d0_blind_id-9999.ebuild, metadata.xml:
+  version bump, add USE tommath, cosmetics
+
   05 Jul 2011; Nikoli <nikoli@lavabit.com> d0_blind_id-9999.ebuild:
   migrate to git-2 and EAPI4
 

diff --git a/dev-libs/d0_blind_id/d0_blind_id-9999.ebuild b/dev-libs/d0_blind_id/d0_blind_id-0.3.ebuild
similarity index 51%
copy from dev-libs/d0_blind_id/d0_blind_id-9999.ebuild
copy to dev-libs/d0_blind_id/d0_blind_id-0.3.ebuild
index ca57d55..e9938d1 100644
--- a/dev-libs/d0_blind_id/d0_blind_id-9999.ebuild
+++ b/dev-libs/d0_blind_id/d0_blind_id-0.3.ebuild
@@ -4,59 +4,36 @@
 
 EAPI="4"
 
-SCM=""
-if [ "${PV#9999}" != "${PV}" ] ; then
-	SCM="git-2"
-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
+SRC_URI="https://github.com/downloads/divVerent/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-if [ "${PV#9999}" = "${PV}" ] ; then
-	KEYWORDS="~amd64 ~x86"
-fi
-IUSE="crypt openssl static-libs"
+KEYWORDS="~amd64 ~x86"
+IUSE="crypt openssl static-libs tommath"
+REQUIRED_USE="openssl? ( !tommath )"
 
 RDEPEND="
-	!openssl? ( dev-libs/gmp )
+	openssl? ( !tommath? ( dev-libs/gmp ) )
 	openssl? ( dev-libs/openssl )
+	tommath? ( dev-libs/libtommath )
 "
 DEPEND="${RDEPEND}
 	dev-util/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."
-}
-
-src_prepare() {
-	if [ "${PV#9999}" = "${PV}" ] ; then
-		mv d0_blind_id-xonotic-v0.1.0preview-* ${P} || die
-		cd "${S}"
-	fi
-
-	eautoreconf
+	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)
 }
-
-src_install() {
-	default
-
-	dodoc d0_blind_id.txt
-}

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 ca57d55..fbb9d41 100644
--- a/dev-libs/d0_blind_id/d0_blind_id-9999.ebuild
+++ b/dev-libs/d0_blind_id/d0_blind_id-9999.ebuild
@@ -4,47 +4,35 @@
 
 EAPI="4"
 
-SCM=""
-if [ "${PV#9999}" != "${PV}" ] ; then
-	SCM="git-2"
-fi
-inherit autotools $SCM
+inherit autotools git-2
 
 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
+EGIT_REPO_URI="git://git.xonotic.org/xonotic/${PN}.git"
 
 LICENSE="BSD"
 SLOT="0"
-if [ "${PV#9999}" = "${PV}" ] ; then
-	KEYWORDS="~amd64 ~x86"
-fi
-IUSE="crypt openssl static-libs"
+KEYWORDS=""
+IUSE="crypt openssl static-libs tommath"
+REQUIRED_USE="openssl? ( !tommath )"
 
 RDEPEND="
-	!openssl? ( dev-libs/gmp )
+	openssl? ( !tommath? ( dev-libs/gmp ) )
 	openssl? ( dev-libs/openssl )
+	tommath? ( dev-libs/libtommath )
 "
 DEPEND="${RDEPEND}
 	dev-util/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_prepare() {
-	if [ "${PV#9999}" = "${PV}" ] ; then
-		mv d0_blind_id-xonotic-v0.1.0preview-* ${P} || die
-		cd "${S}"
-	fi
-
 	eautoreconf
 }
 
@@ -52,11 +40,6 @@ src_configure() {
 	econf \
 		$(use_enable crypt rijndael) \
 		$(use_with openssl) \
+		$(use_with tommath) \
 		$(use_enable static-libs static)
 }
-
-src_install() {
-	default
-
-	dodoc d0_blind_id.txt
-}

diff --git a/dev-libs/d0_blind_id/metadata.xml b/dev-libs/d0_blind_id/metadata.xml
index 95596f0..9196edc 100644
--- a/dev-libs/d0_blind_id/metadata.xml
+++ b/dev-libs/d0_blind_id/metadata.xml
@@ -7,6 +7,7 @@
 		<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='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>



^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] proj/gamerlay:master commit in: dev-libs/d0_blind_id/
@ 2012-11-08 14:03 Michael Palimaka
  0 siblings, 0 replies; 7+ messages in thread
From: Michael Palimaka @ 2012-11-08 14:03 UTC (permalink / raw
  To: gentoo-commits

commit:     732eaefb2d8f8d1a7860bf86e8a05eb0e6d84d5a
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Nov  8 13:58:53 2012 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Nov  8 13:58:53 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=732eaefb

[dev-libs/d0_blind_id] Drop <herd>no-herd</herd>. Migrate to virtual/pkgconfig.

Package-Manager: portage-2.1.11.31
Manifest-Sign-Key: 675D0D2C

---
 dev-libs/d0_blind_id/ChangeLog                    |    7 ++++++-
 dev-libs/d0_blind_id/d0_blind_id-0.1.0_pre.ebuild |    4 ++--
 dev-libs/d0_blind_id/d0_blind_id-0.3.ebuild       |    4 ++--
 dev-libs/d0_blind_id/d0_blind_id-9999.ebuild      |    4 ++--
 dev-libs/d0_blind_id/metadata.xml                 |    1 -
 5 files changed, 12 insertions(+), 8 deletions(-)

diff --git a/dev-libs/d0_blind_id/ChangeLog b/dev-libs/d0_blind_id/ChangeLog
index 45b9827..6fe46b1 100644
--- a/dev-libs/d0_blind_id/ChangeLog
+++ b/dev-libs/d0_blind_id/ChangeLog
@@ -1,7 +1,12 @@
 # ChangeLog for dev-libs/d0_blind_id
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  08 Nov 2012; Michael Palimaka <kensington@gentoo.org>
+  d0_blind_id-0.1.0_pre.ebuild, d0_blind_id-0.3.ebuild,
+  d0_blind_id-9999.ebuild, metadata.xml:
+  Drop <herd>no-herd</herd>. Migrate to virtual/pkgconfig.
+
 *d0_blind_id-0.3 (08 Sep 2011)
 
   08 Sep 2011; Nikoli <nikoli@lavabit.com> +d0_blind_id-0.3.ebuild,

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
index 7ef843a..caf4803 100644
--- 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
@@ -1,4 +1,4 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -31,7 +31,7 @@ RDEPEND="
 	openssl? ( dev-libs/openssl )
 "
 DEPEND="${RDEPEND}
-	dev-util/pkgconfig
+	virtual/pkgconfig
 "
 
 pkg_setup() {

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
index e9938d1..19cf0d7 100644
--- a/dev-libs/d0_blind_id/d0_blind_id-0.3.ebuild
+++ b/dev-libs/d0_blind_id/d0_blind_id-0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -20,7 +20,7 @@ RDEPEND="
 	tommath? ( dev-libs/libtommath )
 "
 DEPEND="${RDEPEND}
-	dev-util/pkgconfig
+	virtual/pkgconfig
 "
 DOCS=( d0_blind_id.txt )
 

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 fbb9d41..8b56c93 100644
--- a/dev-libs/d0_blind_id/d0_blind_id-9999.ebuild
+++ b/dev-libs/d0_blind_id/d0_blind_id-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -22,7 +22,7 @@ RDEPEND="
 	tommath? ( dev-libs/libtommath )
 "
 DEPEND="${RDEPEND}
-	dev-util/pkgconfig
+	virtual/pkgconfig
 "
 DOCS=( d0_blind_id.txt )
 

diff --git a/dev-libs/d0_blind_id/metadata.xml b/dev-libs/d0_blind_id/metadata.xml
index 9196edc..d5b5921 100644
--- a/dev-libs/d0_blind_id/metadata.xml
+++ b/dev-libs/d0_blind_id/metadata.xml
@@ -1,7 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<herd>no-herd</herd>
 	<maintainer>
 		<email>nikoli@lavabit.com</email>
 		<name>Nikoli</name>


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] proj/gamerlay:master commit in: dev-libs/d0_blind_id/
@ 2013-07-18 15:30 Nikoli
  0 siblings, 0 replies; 7+ messages in thread
From: Nikoli @ 2013-07-18 15:30 UTC (permalink / raw
  To: gentoo-commits

commit:     c3865ecb450184eca553d2b0d58990094fecadd4
Author:     Nikoli <nikoli <AT> lavabit <DOT> com>
AuthorDate: Thu Jul 18 15:26:09 2013 +0000
Commit:     Nikoli <nikoli <AT> lavabit <DOT> com>
CommitDate: Thu Jul 18 15:26:09 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=c3865ecb

d0_blind_id: update

Package-Manager: portage-2.1.12.2
RepoMan-Options: --force

---
 dev-libs/d0_blind_id/d0_blind_id-0.5.ebuild  | 43 +++++++++++++++++++++++
 dev-libs/d0_blind_id/d0_blind_id-9999.ebuild | 52 +++++++++++++---------------
 2 files changed, 68 insertions(+), 27 deletions(-)

diff --git a/dev-libs/d0_blind_id/d0_blind_id-0.5.ebuild b/dev-libs/d0_blind_id/d0_blind_id-0.5.ebuild
new file mode 100644
index 0000000..77d974c
--- /dev/null
+++ b/dev-libs/d0_blind_id/d0_blind_id-0.5.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+AUTOTOOLS_AUTORECONF=1
+EGIT_REPO_URI="git://git.xonotic.org/xonotic/d0_blind_id.git"
+
+inherit autotools-utils
+[[ ${PV} == *9999* ]] && inherit git-2
+
+DESCRIPTION="Blind-ID library for user identification using RSA blind signatures"
+HOMEPAGE="http://git.xonotic.org/?p=xonotic/d0_blind_id.git;a=summary"
+[[ ${PV} == *9999* ]] || \
+SRC_URI="mirror://github/divVerent/d0_blind_id/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+[[ ${PV} == *9999* ]] || \
+KEYWORDS="~amd64 ~x86"
+IUSE="static-libs"
+
+RDEPEND="dev-libs/gmp"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig"
+
+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
+		--without-openssl
+		--without-tommath
+	)
+	autotools-utils_src_configure
+}

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 8b56c93..77d974c 100644
--- a/dev-libs/d0_blind_id/d0_blind_id-9999.ebuild
+++ b/dev-libs/d0_blind_id/d0_blind_id-9999.ebuild
@@ -1,45 +1,43 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI="4"
+EAPI="5"
+AUTOTOOLS_AUTORECONF=1
+EGIT_REPO_URI="git://git.xonotic.org/xonotic/d0_blind_id.git"
 
-inherit autotools git-2
+inherit autotools-utils
+[[ ${PV} == *9999* ]] && inherit git-2
 
 DESCRIPTION="Blind-ID library for user identification using RSA blind signatures"
 HOMEPAGE="http://git.xonotic.org/?p=xonotic/d0_blind_id.git;a=summary"
-EGIT_REPO_URI="git://git.xonotic.org/xonotic/${PN}.git"
+[[ ${PV} == *9999* ]] || \
+SRC_URI="mirror://github/divVerent/d0_blind_id/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS=""
-IUSE="crypt openssl static-libs tommath"
-REQUIRED_USE="openssl? ( !tommath )"
-
-RDEPEND="
-	openssl? ( !tommath? ( dev-libs/gmp ) )
-	openssl? ( dev-libs/openssl )
-	tommath? ( dev-libs/libtommath )
-"
+[[ ${PV} == *9999* ]] || \
+KEYWORDS="~amd64 ~x86"
+IUSE="static-libs"
+
+RDEPEND="dev-libs/gmp"
 DEPEND="${RDEPEND}
-	virtual/pkgconfig
-"
-DOCS=( d0_blind_id.txt )
+	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."
-	use tommath && ewarn "You enabled libtommath, GMP is faster."
-}
+DOCS=( d0_blind_id.txt )
 
 src_prepare() {
-	eautoreconf
+	# 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() {
-	econf \
-		$(use_enable crypt rijndael) \
-		$(use_with openssl) \
-		$(use_with tommath) \
-		$(use_enable static-libs static)
+	local myeconfargs=(
+		--enable-rijndael
+		--without-openssl
+		--without-tommath
+	)
+	autotools-utils_src_configure
 }


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] proj/gamerlay:master commit in: dev-libs/d0_blind_id/
@ 2013-07-18 18:07 Nikoli
  0 siblings, 0 replies; 7+ messages in thread
From: Nikoli @ 2013-07-18 18:07 UTC (permalink / raw
  To: gentoo-commits

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>


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] proj/gamerlay:master commit in: dev-libs/d0_blind_id/
@ 2018-11-10 23:44 Azamat H. Hackimov
  0 siblings, 0 replies; 7+ messages in thread
From: Azamat H. Hackimov @ 2018-11-10 23:44 UTC (permalink / raw
  To: gentoo-commits

commit:     500f69013004731f612377ff504d5a353912b600
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Sat Nov 10 21:17:23 2018 +0000
Commit:     Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Sat Nov 10 23:44:20 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=500f6901

dev-libs/d0_blind_id: minor fixes to package

Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-libs/d0_blind_id/d0_blind_id-0.5.ebuild  | 7 +++----
 dev-libs/d0_blind_id/d0_blind_id-9999.ebuild | 7 +++----
 dev-libs/d0_blind_id/metadata.xml            | 2 +-
 3 files changed, 7 insertions(+), 9 deletions(-)

diff --git a/dev-libs/d0_blind_id/d0_blind_id-0.5.ebuild b/dev-libs/d0_blind_id/d0_blind_id-0.5.ebuild
index 77d974c..43e8bec 100644
--- a/dev-libs/d0_blind_id/d0_blind_id-0.5.ebuild
+++ b/dev-libs/d0_blind_id/d0_blind_id-0.5.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
 
-EAPI="5"
+EAPI=5
 AUTOTOOLS_AUTORECONF=1
 EGIT_REPO_URI="git://git.xonotic.org/xonotic/d0_blind_id.git"
 
@@ -20,7 +19,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="static-libs"
 
-RDEPEND="dev-libs/gmp"
+RDEPEND="dev-libs/gmp:0"
 DEPEND="${RDEPEND}
 	virtual/pkgconfig"
 

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 ca839a5..4a0a637 100644
--- a/dev-libs/d0_blind_id/d0_blind_id-9999.ebuild
+++ b/dev-libs/d0_blind_id/d0_blind_id-9999.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
 
-EAPI="5"
+EAPI=5
 AUTOTOOLS_AUTORECONF=1
 EGIT_REPO_URI="git://git.xonotic.org/xonotic/d0_blind_id.git"
 
@@ -20,7 +19,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="static-libs"
 
-RDEPEND="dev-libs/gmp"
+RDEPEND="dev-libs/gmp:0"
 DEPEND="${RDEPEND}
 	virtual/pkgconfig"
 

diff --git a/dev-libs/d0_blind_id/metadata.xml b/dev-libs/d0_blind_id/metadata.xml
index ee286d6..2cb2f08 100644
--- a/dev-libs/d0_blind_id/metadata.xml
+++ b/dev-libs/d0_blind_id/metadata.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer>
+	<maintainer type="person">
 		<email>nikoli@lavabit.com</email>
 		<name>Nikoli</name>
 	</maintainer>


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] proj/gamerlay:master commit in: dev-libs/d0_blind_id/
@ 2019-12-24 18:58 Azamat H. Hackimov
  0 siblings, 0 replies; 7+ messages in thread
From: Azamat H. Hackimov @ 2019-12-24 18:58 UTC (permalink / raw
  To: gentoo-commits

commit:     2a20070c5bd351c9423f2aa9f3e04d6ca26a7f11
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Tue Dec 24 18:39:00 2019 +0000
Commit:     Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Tue Dec 24 18:57:32 2019 +0000
URL:        https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=2a20070c

dev-libs/d0_blind_id: in portage now

Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>

 dev-libs/d0_blind_id/d0_blind_id-0.5.ebuild  | 42 ----------------------------
 dev-libs/d0_blind_id/d0_blind_id-9999.ebuild | 35 -----------------------
 dev-libs/d0_blind_id/metadata.xml            |  8 ------
 3 files changed, 85 deletions(-)

diff --git a/dev-libs/d0_blind_id/d0_blind_id-0.5.ebuild b/dev-libs/d0_blind_id/d0_blind_id-0.5.ebuild
deleted file mode 100644
index 43e8bec..0000000
--- a/dev-libs/d0_blind_id/d0_blind_id-0.5.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-AUTOTOOLS_AUTORECONF=1
-EGIT_REPO_URI="git://git.xonotic.org/xonotic/d0_blind_id.git"
-
-inherit autotools-utils
-[[ ${PV} == *9999* ]] && inherit git-2
-
-DESCRIPTION="Blind-ID library for user identification using RSA blind signatures"
-HOMEPAGE="http://git.xonotic.org/?p=xonotic/d0_blind_id.git;a=summary"
-[[ ${PV} == *9999* ]] || \
-SRC_URI="mirror://github/divVerent/d0_blind_id/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-[[ ${PV} == *9999* ]] || \
-KEYWORDS="~amd64 ~x86"
-IUSE="static-libs"
-
-RDEPEND="dev-libs/gmp:0"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-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
-		--without-openssl
-		--without-tommath
-	)
-	autotools-utils_src_configure
-}

diff --git a/dev-libs/d0_blind_id/d0_blind_id-9999.ebuild b/dev-libs/d0_blind_id/d0_blind_id-9999.ebuild
deleted file mode 100644
index 4a0a637..0000000
--- a/dev-libs/d0_blind_id/d0_blind_id-9999.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-AUTOTOOLS_AUTORECONF=1
-EGIT_REPO_URI="git://git.xonotic.org/xonotic/d0_blind_id.git"
-
-inherit autotools-utils
-[[ ${PV} == *9999* ]] && inherit git-2
-
-DESCRIPTION="Blind-ID library for user identification using RSA blind signatures"
-HOMEPAGE="http://git.xonotic.org/?p=xonotic/d0_blind_id.git;a=summary"
-[[ ${PV} == *9999* ]] || \
-SRC_URI="mirror://github/divVerent/d0_blind_id/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-[[ ${PV} == *9999* ]] || \
-KEYWORDS="~amd64 ~x86"
-IUSE="static-libs"
-
-RDEPEND="dev-libs/gmp:0"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-DOCS=( d0_blind_id.txt )
-
-src_configure() {
-	local myeconfargs=(
-		--enable-rijndael
-		--without-openssl
-		--without-tommath
-	)
-	autotools-utils_src_configure
-}

diff --git a/dev-libs/d0_blind_id/metadata.xml b/dev-libs/d0_blind_id/metadata.xml
deleted file mode 100644
index 2cb2f08..0000000
--- a/dev-libs/d0_blind_id/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="person">
-		<email>nikoli@lavabit.com</email>
-		<name>Nikoli</name>
-	</maintainer>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-12-24 18:58 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-08 17:26 [gentoo-commits] proj/gamerlay:master commit in: dev-libs/d0_blind_id/ Nikoli
  -- strict thread matches above, loose matches on Subject: below --
2019-12-24 18:58 Azamat H. Hackimov
2018-11-10 23:44 Azamat H. Hackimov
2013-07-18 18:07 Nikoli
2013-07-18 15:30 Nikoli
2012-11-08 14:03 Michael Palimaka
2011-07-05 21:45 Nikoli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox