Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/firebird/
Date: Tue, 29 Mar 2022 20:09:39
Message-Id: 1648584529.cd2d2a5fcde8a09916201a936c7566eb097f5269.conikost@gentoo
1 commit: cd2d2a5fcde8a09916201a936c7566eb097f5269
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 29 19:34:50 2022 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 29 20:08:49 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd2d2a5f
7
8 dev-db/firebird: migrate to glep-81
9
10 Bug: https://bugs.gentoo.org/781275
11 Closes: https://github.com/gentoo/gentoo/pull/24809
12 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
13
14 ....0-r1.ebuild => firebird-3.0.4.33054.0-r2.ebuild} | 20 +++++++++-----------
15 1 file changed, 9 insertions(+), 11 deletions(-)
16
17 diff --git a/dev-db/firebird/firebird-3.0.4.33054.0-r1.ebuild b/dev-db/firebird/firebird-3.0.4.33054.0-r2.ebuild
18 similarity index 96%
19 rename from dev-db/firebird/firebird-3.0.4.33054.0-r1.ebuild
20 rename to dev-db/firebird/firebird-3.0.4.33054.0-r2.ebuild
21 index 02ac62b72c4c..171554c2aebe 100644
22 --- a/dev-db/firebird/firebird-3.0.4.33054.0-r1.ebuild
23 +++ b/dev-db/firebird/firebird-3.0.4.33054.0-r2.ebuild
24 @@ -1,16 +1,18 @@
25 -# Copyright 1999-2021 Gentoo Authors
26 +# Copyright 1999-2022 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=7
30
31 MY_P=${PN/f/F}-$(ver_rs 4 '-')
32 -inherit autotools flag-o-matic user
33 +inherit autotools flag-o-matic
34
35 DESCRIPTION="Relational database offering many ANSI SQL:2003 and some SQL:2008 features"
36 HOMEPAGE="https://www.firebirdsql.org/"
37 SRC_URI="
38 https://github.com/FirebirdSQL/firebird/releases/download/R$(ver_rs 1-3 '_' $(ver_cut 1-3))/${MY_P}.tar.bz2
39 - doc? ( ftp://ftpc.inprise.com/pub/interbase/techpubs/ib_b60_doc.zip )"
40 + doc? ( ftp://ftpc.inprise.com/pub/interbase/techpubs/ib_b60_doc.zip )
41 +"
42 +S="${WORKDIR}/${MY_P}"
43
44 LICENSE="IDPL Interbase-1.0"
45 SLOT="0"
46 @@ -27,13 +29,14 @@ DEPEND="
47 dev-libs/libedit
48 dev-libs/libtommath
49 "
50 -RDEPEND="${DEPEND}
51 +RDEPEND="
52 + ${DEPEND}
53 + acct-group/firebird
54 + acct-user/firebird
55 xinetd? ( virtual/inetd )
56 !sys-cluster/ganglia
57 "
58
59 -S="${WORKDIR}/${MY_P}"
60 -
61 PATCHES=(
62 "${FILESDIR}"/${PN}-3.0.2.32703.0-unbundle.patch
63 "${FILESDIR}"/${PN}-3.0.2.32703.0-cloop-compiler.patch
64 @@ -50,11 +53,6 @@ pkg_pretend() {
65 fi
66 }
67
68 -pkg_setup() {
69 - enewgroup firebird 450
70 - enewuser firebird 450 /bin/sh /usr/$(get_libdir)/firebird firebird
71 -}
72 -
73 check_sed() {
74 MSG="sed of $3, required $2 line(s) modified $1"
75 einfo "${MSG}"