summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conikost@gentoo.org>2022-03-29 21:34:50 +0200
committerConrad Kostecki <conikost@gentoo.org>2022-03-29 22:08:49 +0200
commitcd2d2a5fcde8a09916201a936c7566eb097f5269 (patch)
treef5d0606a271d2b943a64ec2b58c61421b48a8bb2 /dev-db/firebird
parentacct-user/firebird: add 0 (diff)
downloadgentoo-cd2d2a5fcde8a09916201a936c7566eb097f5269.tar.gz
gentoo-cd2d2a5fcde8a09916201a936c7566eb097f5269.tar.bz2
gentoo-cd2d2a5fcde8a09916201a936c7566eb097f5269.zip
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@gentoo.org>
Diffstat (limited to 'dev-db/firebird')
-rw-r--r--dev-db/firebird/firebird-3.0.4.33054.0-r2.ebuild (renamed from dev-db/firebird/firebird-3.0.4.33054.0-r1.ebuild)20
1 files 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
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}"