Gentoo Archives: gentoo-commits

From: "Azamat H. Hackimov" <winterheart@××××××.ru>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gamerlay:master commit in: dev-libs/d0_blind_id/
Date: Tue, 24 Dec 2019 18:58:10
Message-Id: 1577213852.2a20070c5bd351c9423f2aa9f3e04d6ca26a7f11.winterheart@gentoo
1 commit: 2a20070c5bd351c9423f2aa9f3e04d6ca26a7f11
2 Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
3 AuthorDate: Tue Dec 24 18:39:00 2019 +0000
4 Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
5 CommitDate: Tue Dec 24 18:57:32 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=2a20070c
7
8 dev-libs/d0_blind_id: in portage now
9
10 Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
11
12 dev-libs/d0_blind_id/d0_blind_id-0.5.ebuild | 42 ----------------------------
13 dev-libs/d0_blind_id/d0_blind_id-9999.ebuild | 35 -----------------------
14 dev-libs/d0_blind_id/metadata.xml | 8 ------
15 3 files changed, 85 deletions(-)
16
17 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
18 deleted file mode 100644
19 index 43e8bec..0000000
20 --- a/dev-libs/d0_blind_id/d0_blind_id-0.5.ebuild
21 +++ /dev/null
22 @@ -1,42 +0,0 @@
23 -# Copyright 1999-2018 Gentoo Authors
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=5
27 -AUTOTOOLS_AUTORECONF=1
28 -EGIT_REPO_URI="git://git.xonotic.org/xonotic/d0_blind_id.git"
29 -
30 -inherit autotools-utils
31 -[[ ${PV} == *9999* ]] && inherit git-2
32 -
33 -DESCRIPTION="Blind-ID library for user identification using RSA blind signatures"
34 -HOMEPAGE="http://git.xonotic.org/?p=xonotic/d0_blind_id.git;a=summary"
35 -[[ ${PV} == *9999* ]] || \
36 -SRC_URI="mirror://github/divVerent/d0_blind_id/${P}.tar.gz"
37 -
38 -LICENSE="BSD"
39 -SLOT="0"
40 -[[ ${PV} == *9999* ]] || \
41 -KEYWORDS="~amd64 ~x86"
42 -IUSE="static-libs"
43 -
44 -RDEPEND="dev-libs/gmp:0"
45 -DEPEND="${RDEPEND}
46 - virtual/pkgconfig"
47 -
48 -DOCS=( d0_blind_id.txt )
49 -
50 -src_prepare() {
51 - # fix out-of-source build
52 - sed -e 's, d0_rijndael.c, "$srcdir/d0_rijndael.c",' -i configure.ac || die
53 -
54 - autotools-utils_src_prepare
55 -}
56 -
57 -src_configure() {
58 - local myeconfargs=(
59 - --enable-rijndael
60 - --without-openssl
61 - --without-tommath
62 - )
63 - autotools-utils_src_configure
64 -}
65
66 diff --git a/dev-libs/d0_blind_id/d0_blind_id-9999.ebuild b/dev-libs/d0_blind_id/d0_blind_id-9999.ebuild
67 deleted file mode 100644
68 index 4a0a637..0000000
69 --- a/dev-libs/d0_blind_id/d0_blind_id-9999.ebuild
70 +++ /dev/null
71 @@ -1,35 +0,0 @@
72 -# Copyright 1999-2018 Gentoo Authors
73 -# Distributed under the terms of the GNU General Public License v2
74 -
75 -EAPI=5
76 -AUTOTOOLS_AUTORECONF=1
77 -EGIT_REPO_URI="git://git.xonotic.org/xonotic/d0_blind_id.git"
78 -
79 -inherit autotools-utils
80 -[[ ${PV} == *9999* ]] && inherit git-2
81 -
82 -DESCRIPTION="Blind-ID library for user identification using RSA blind signatures"
83 -HOMEPAGE="http://git.xonotic.org/?p=xonotic/d0_blind_id.git;a=summary"
84 -[[ ${PV} == *9999* ]] || \
85 -SRC_URI="mirror://github/divVerent/d0_blind_id/${P}.tar.gz"
86 -
87 -LICENSE="BSD"
88 -SLOT="0"
89 -[[ ${PV} == *9999* ]] || \
90 -KEYWORDS="~amd64 ~x86"
91 -IUSE="static-libs"
92 -
93 -RDEPEND="dev-libs/gmp:0"
94 -DEPEND="${RDEPEND}
95 - virtual/pkgconfig"
96 -
97 -DOCS=( d0_blind_id.txt )
98 -
99 -src_configure() {
100 - local myeconfargs=(
101 - --enable-rijndael
102 - --without-openssl
103 - --without-tommath
104 - )
105 - autotools-utils_src_configure
106 -}
107
108 diff --git a/dev-libs/d0_blind_id/metadata.xml b/dev-libs/d0_blind_id/metadata.xml
109 deleted file mode 100644
110 index 2cb2f08..0000000
111 --- a/dev-libs/d0_blind_id/metadata.xml
112 +++ /dev/null
113 @@ -1,8 +0,0 @@
114 -<?xml version="1.0" encoding="UTF-8"?>
115 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
116 -<pkgmetadata>
117 - <maintainer type="person">
118 - <email>nikoli@×××××××.com</email>
119 - <name>Nikoli</name>
120 - </maintainer>
121 -</pkgmetadata>