commit: cd2d2a5fcde8a09916201a936c7566eb097f5269 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Tue Mar 29 19:34:50 2022 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Tue Mar 29 20:08:49 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd2d2a5f
dev-db/firebird: migrate to glep-81 Bug: https://bugs.gentoo.org/781275 Closes: https://github.com/gentoo/gentoo/pull/24809 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> ....0-r1.ebuild => firebird-3.0.4.33054.0-r2.ebuild} | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) 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 similarity index 96% rename from dev-db/firebird/firebird-3.0.4.33054.0-r1.ebuild rename to dev-db/firebird/firebird-3.0.4.33054.0-r2.ebuild index 02ac62b72c4c..171554c2aebe 100644 --- a/dev-db/firebird/firebird-3.0.4.33054.0-r1.ebuild +++ b/dev-db/firebird/firebird-3.0.4.33054.0-r2.ebuild @@ -1,16 +1,18 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 MY_P=${PN/f/F}-$(ver_rs 4 '-') -inherit autotools flag-o-matic user +inherit autotools flag-o-matic DESCRIPTION="Relational database offering many ANSI SQL:2003 and some SQL:2008 features" HOMEPAGE="https://www.firebirdsql.org/" SRC_URI=" https://github.com/FirebirdSQL/firebird/releases/download/R$(ver_rs 1-3 '_' $(ver_cut 1-3))/${MY_P}.tar.bz2 - doc? ( ftp://ftpc.inprise.com/pub/interbase/techpubs/ib_b60_doc.zip )" + doc? ( ftp://ftpc.inprise.com/pub/interbase/techpubs/ib_b60_doc.zip ) +" +S="${WORKDIR}/${MY_P}" LICENSE="IDPL Interbase-1.0" SLOT="0" @@ -27,13 +29,14 @@ DEPEND=" dev-libs/libedit dev-libs/libtommath " -RDEPEND="${DEPEND} +RDEPEND=" + ${DEPEND} + acct-group/firebird + acct-user/firebird xinetd? ( virtual/inetd ) !sys-cluster/ganglia " -S="${WORKDIR}/${MY_P}" - PATCHES=( "${FILESDIR}"/${PN}-3.0.2.32703.0-unbundle.patch "${FILESDIR}"/${PN}-3.0.2.32703.0-cloop-compiler.patch @@ -50,11 +53,6 @@ pkg_pretend() { fi } -pkg_setup() { - enewgroup firebird 450 - enewuser firebird 450 /bin/sh /usr/$(get_libdir)/firebird firebird -} - check_sed() { MSG="sed of $3, required $2 line(s) modified $1" einfo "${MSG}"
