summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Thomson <wltjr@gentoo.org>2007-10-01 15:08:59 +0000
committerWilliam Thomson <wltjr@gentoo.org>2007-10-01 15:08:59 +0000
commitbf786a0b6216df23c9e0b81a6d5a6f9e35689e96 (patch)
tree2ffdabbb5ff33685c3bc4899c0bfc13f27e926ee /dev-db/firebird
parentfix cameras.desc to include drivers from libgphoto-2.4.0 (diff)
downloadgentoo-2-bf786a0b6216df23c9e0b81a6d5a6f9e35689e96.tar.gz
gentoo-2-bf786a0b6216df23c9e0b81a6d5a6f9e35689e96.tar.bz2
gentoo-2-bf786a0b6216df23c9e0b81a6d5a6f9e35689e96.zip
Ebuild QA, quoted , added , etc. No changes that effect installed files or etc, so no rev bump. Removed past revision
(Portage version: 2.1.3.11)
Diffstat (limited to 'dev-db/firebird')
-rw-r--r--dev-db/firebird/ChangeLog7
-rw-r--r--dev-db/firebird/files/digest-firebird-2.0.3.12981.0-r16
-rw-r--r--dev-db/firebird/firebird-2.0.3.12981.0-r1.ebuild238
-rw-r--r--dev-db/firebird/firebird-2.0.3.12981.0-r2.ebuild90
4 files changed, 39 insertions, 302 deletions
diff --git a/dev-db/firebird/ChangeLog b/dev-db/firebird/ChangeLog
index 832216d8b449..9fcfb02a198b 100644
--- a/dev-db/firebird/ChangeLog
+++ b/dev-db/firebird/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-db/firebird
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/ChangeLog,v 1.74 2007/10/01 05:39:32 wltjr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/ChangeLog,v 1.75 2007/10/01 15:08:58 wltjr Exp $
+
+ 01 Oct 2007; William L. Thomson Jr. <wltjr@gentoo.org>
+ -firebird-2.0.3.12981.0-r1.ebuild, firebird-2.0.3.12981.0-r2.ebuild:
+ Ebuild QA, quoted , added , etc. No changes that effect installed files or
+ etc, so no rev bump. Removed past revision
*firebird-2.0.3.12981.0-r2 (01 Oct 2007)
diff --git a/dev-db/firebird/files/digest-firebird-2.0.3.12981.0-r1 b/dev-db/firebird/files/digest-firebird-2.0.3.12981.0-r1
deleted file mode 100644
index 9d8d28d4fe6b..000000000000
--- a/dev-db/firebird/files/digest-firebird-2.0.3.12981.0-r1
+++ /dev/null
@@ -1,6 +0,0 @@
-MD5 9a28587a596a149eb01f006be1cb2ddb Firebird-2.0.3.12981-0.tar.bz2 12623689
-RMD160 6a1139b30a77070e6e74bdaebc5d9bdd52e32509 Firebird-2.0.3.12981-0.tar.bz2 12623689
-SHA256 7abda7a3a35abeb4d2ff38b99e6238d713184e6c70a786777b7adcbad6b1261e Firebird-2.0.3.12981-0.tar.bz2 12623689
-MD5 e48478a6034eb449ad502495e83a0764 ib_b60_doc.zip 10530848
-RMD160 c64b4b6bc9125929928517ba072558a58ddf577d ib_b60_doc.zip 10530848
-SHA256 8c0158678b2a2fe3ba3abfea1f5487fc5af2644d66837ab8a558f5ad6b6cfd6d ib_b60_doc.zip 10530848
diff --git a/dev-db/firebird/firebird-2.0.3.12981.0-r1.ebuild b/dev-db/firebird/firebird-2.0.3.12981.0-r1.ebuild
deleted file mode 100644
index 1636a679f469..000000000000
--- a/dev-db/firebird/firebird-2.0.3.12981.0-r1.ebuild
+++ /dev/null
@@ -1,238 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/firebird-2.0.3.12981.0-r1.ebuild,v 1.2 2007/09/21 07:16:34 mr_bones_ Exp $
-
-inherit flag-o-matic eutils autotools versionator
-
-MY_P=Firebird-$(replace_version_separator 4 -)
-
-DESCRIPTION="A relational database offering many ANSI SQL-99 features"
-HOMEPAGE="http://firebird.sourceforge.net/"
-#SRC_URI="mirror://sourceforge/firebird/${MY_P}.tar.bz2
-SRC_URI="http://www.firebirdsql.org/download/prerelease/source/${MY_P}.tar.bz2
- doc? ( ftp://ftpc.inprise.com/pub/interbase/techpubs/ib_b60_doc.zip )"
-
-LICENSE="Interbase-1.0"
-SLOT="0"
-KEYWORDS="~amd64 -ia64 ~x86"
-IUSE="doc xinetd examples debug"
-RESTRICT="userpriv"
-
-RDEPEND="dev-libs/libedit
- dev-libs/icu"
-DEPEND="${RDEPEND}
- doc? ( app-arch/unzip )"
-RDEPEND="${RDEPEND}
- xinetd? ( virtual/inetd )"
-
-S="${WORKDIR}/${MY_P}"
-
-pkg_setup() {
- enewgroup firebird 450
- enewuser firebird 450 /bin/bash /usr/share/firebird firebird
-}
-
-src_unpack() {
- if use doc; then
- # Unpack docs
- mkdir "${WORKDIR}/manuals"
- cd "${WORKDIR}/manuals"
- unpack ib_b60_doc.zip
- cd "${WORKDIR}"
- fi
-
- unpack "${MY_P}.tar.bz2"
-
- mkdir -p "${WORKDIR}/../etc" \
- "${WORKDIR}/usr" \
- "${WORKDIR}/var/log/firebird" \
- "${WORKDIR}/var/run/firebird"
- cd "${WORKDIR}/usr"; ln -s "${WORKDIR}/${MY_P}/gen/firebird/bin"
- cd "${WORKDIR}/../etc"; ln -s "${WORKDIR}/${MY_P}/gen/firebird" firebird
-
- cd "${S}"
-
- epatch "${FILESDIR}/${P}-external-libs.patch"
- epatch "${FILESDIR}/${P}-make-deps.patch"
- epatch "${FILESDIR}/${P}-paths.patch"
-
- find "${S}" -name \*.sh -print0 | xargs -0 chmod +x
- rm -rf "${S}"/extern/{editline,icu}
-
- eautoreconf
-}
-
-src_compile() {
- filter-flags -fprefetch-loop-arrays
- filter-mfpmath sse
-
- econf \
- --prefix=/usr/share/firebird --with-editline \
- $(use_enable !xinetd superserver) \
- $(use_enable debug) \
- ${myconf} || die "econf failed"
- emake -j1 || die "error during make"
-}
-
-src_install() {
- cd "${S}/gen/firebird"
-
- if use examples; then
- docinto examples
- dodoc examples/*
- fi
-
-# Seems to be ignored?
-# insinto /usr/share/firebird/bin
-# dobin bin/{changeRunUser,restoreRootRunUser,changeDBAPassword}.sh
- rm bin/*.sh || die "Could not remove *sh files"
-
- insinto /usr/bin
- dobin bin/*
-
- insinto /usr/include
- doins include/*
-
- insinto /usr/lib
- dolib.so lib/*.so*
- dolib.a lib/*.a*
-
- insinto /usr/share/firebird
- doins *.msg
-
- insinto /usr/share/firebird/help
- doins help/help.fdb
-
- insinto /usr/share/firebird/upgrade
- doins "${S}"/src/misc/upgrade/v2/*
-
- insinto /etc/firebird
- insopts -m0644 -o firebird -g firebird
- doins misc/*
- doins ../install/misc/aliases.conf
- insopts -m0660 -o firebird -g firebird
- doins security2.fdb
-
- exeinto /usr/share/firebird/UDF
- doexe UDF/*.so
-
- exeinto /usr/share/firebird/intl
- doexe intl/*.so
- newexe intl/libfbintl.so fbintl
-
- diropts -m 755 -o firebird -g firebird
- dodir /var/log/firebird
- dodir /var/run/firebird
- keepdir /var/log/firebird
- keepdir /var/run/firebird
-
- # create links for backwards compatibility
- cd "${D}/usr/lib"
- ln -s libfbclient.so libgds.so
- ln -s libfbclient.so libgds.so.0
- ln -s libfbclient.so libfbclient.so.1
-
- if use xinetd ; then
- insinto /etc/xinetd.d
- newins "${S}/gen/install/misc/${PN}.xinetd.2" "${PN}" || die "newins xinetd file failed"
- else
- newinitd "${FILESDIR}/${PN}.init.d.2" ${PN}
- newconfd "${FILESDIR}/firebird.conf.d.2" ${PN}
- fperms 640 /etc/conf.d/firebird
- fi
- doenvd "${FILESDIR}/70${PN}"
-
- # Install docs
- use doc && dodoc "${WORKDIR}"/manuals/*
-}
-
-pkg_postinst() {
- # Hack to fix ownership/perms
- chown -fR firebird:firebird /etc/firebird /usr/share/firebird
- chmod 750 /etc/firebird
-
- elog
- elog "Firebird is no longer installed in /opt. Binaries are in"
- elog "/usr/bin. The core, udfs, etc are in /usr/share/firebird. Logs"
- elog "are in /var/log/firebird, and lock files in /var/run/firebird"
- elog "Please report any problems or issues to bugs.gentoo.org."
- elog
-
-# elog
-# elog "1. If haven't done so already, please run:"
-# elog
-# elog " \"emerge --config =${PF}\""
-# elog
-# elog " to create lockfiles, set permissions and more"
-# elog
-# elog "2. Firebird now runs with it's own user. Please remember to"
-# elog " set permissions to firebird:firebird on databases you "
-# elog " already have (if any)."
-# elog
-#
-# if ! use xinetd
-# then
-# elog "3. You've built the stand alone deamon version,"
-# elog " SuperServer. If you were using pre 1.5.0 ebuilds"
-# elog " you're probably have one installed via xinetd. please"
-# elog " remember to disable it (usually in /etc/xinetd.d/firebird),"
-# elog " since the current one has it's own init script under"
-# elog " /etc/init.d"
-# fi
-}
-
-pkg_config() {
- cd /usr/share/firebird
-
- # if found /etc/security.gdb from previous install, backup, and restore as
- # /etc/security2.fdb
- if [ -f /etc/firebird/security.gdb ]
- then
- # if we have scurity2.fdb already, back it 1st
- if [ -f /etc/firebird/security2.fdb ] ; then
- cp /etc/firebird/security2.fdb /etc/firebird/security2.fdb.old
- fi
- gbak -B /etc/firebird/security.gdb /etc/firebird/security.gbk
- gbak -R /etc/firebird/security.gbk /etc/firebird/security2.fdb
- mv /etc/firebird/security.gdb /etc/firebird/security.gdb.old
- rm /etc/firebird/security.gbk
-
- # make sure they are readable only to firebird
- chown firebird:firebird /etc/firebird/{security.*,security2.*}
- chmod 660 /etc/firebird/{security.*,security2.*}
-
- einfo
- einfo "Converted old security.gdb to security2.fdb, security.gdb has been "
- einfo "renamed to security.gdb.old. if you had previous security2.fdb, "
- einfo "it's backed to security2.fdb.old (all under /etc/firebird)."
- einfo
- fi
-
- # we need to enable local access to the server
- if [ ! -f /etc/hosts.equiv ] ; then
- touch /etc/hosts.equiv
- chown root:0 /etc/hosts.equiv
- chmod u=rw,go=r /etc/hosts.equiv
- fi
-
- # add 'localhost.localdomain' to the hosts.equiv file...
- if grep -q 'localhost.localdomain$' /etc/hosts.equiv 2>/dev/null; then
- echo "localhost.localdomain" >> /etc/hosts.equiv
- einfo "Added localhost.localdomain to /etc/hosts.equiv"
- fi
-
- # add 'localhost' to the hosts.equiv file...
- if grep -q 'localhost$' /etc/hosts.equiv 2>/dev/null; then
- echo "localhost" >> /etc/hosts.equiv
- einfo "Added localhost to /etc/hosts.equiv"
- fi
-
- HS_NAME=`hostname`
- if grep -q ${HS_NAME} /etc/hosts.equiv 2>/dev/null; then
- echo "${HS_NAME}" >> /etc/hosts.equiv
- einfo "Added ${HS_NAME} to /etc/hosts.equiv"
- fi
-
- einfo "If you're using UDFs, please remember to move them"
- einfo "to /usr/share/firebird/UDF"
-}
diff --git a/dev-db/firebird/firebird-2.0.3.12981.0-r2.ebuild b/dev-db/firebird/firebird-2.0.3.12981.0-r2.ebuild
index 6589fe2ab61a..3f2ad3eb0990 100644
--- a/dev-db/firebird/firebird-2.0.3.12981.0-r2.ebuild
+++ b/dev-db/firebird/firebird-2.0.3.12981.0-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/firebird-2.0.3.12981.0-r2.ebuild,v 1.1 2007/10/01 05:39:33 wltjr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/firebird-2.0.3.12981.0-r2.ebuild,v 1.2 2007/10/01 15:08:58 wltjr Exp $
inherit flag-o-matic eutils autotools versionator
@@ -65,8 +65,7 @@ src_compile() {
filter-flags -fprefetch-loop-arrays
filter-mfpmath sse
- econf \
- --prefix=/usr/share/firebird --with-editline \
+ econf --prefix=/usr/share/firebird --with-editline \
$(use_enable !xinetd superserver) \
$(use_enable debug) \
${myconf} || die "econf failed"
@@ -76,11 +75,6 @@ src_compile() {
src_install() {
cd "${S}/gen/firebird"
- if use examples; then
- docinto examples
- dodoc examples/*
- fi
-
# Seems to be ignored?
# insinto /usr/share/firebird/bin
# dobin bin/{changeRunUser,restoreRootRunUser,changeDBAPassword}.sh
@@ -136,7 +130,7 @@ src_install() {
if use xinetd ; then
insinto /etc/xinetd.d
- newins "${S}/gen/install/misc/${PN}.xinetd.2" "${PN}" || die "newins xinetd file failed"
+ newins "${S}/gen/install/misc/${PN}.xinetd.2" ${PN} || die "newins xinetd file failed"
else
newinitd "${FILESDIR}/${PN}.init.d.2" ${PN}
newconfd "${FILESDIR}/firebird.conf.d.2" ${PN}
@@ -146,12 +140,17 @@ src_install() {
# Install docs
use doc && dodoc "${WORKDIR}"/manuals/*
+
+ if use examples; then
+ docinto examples
+ dodoc examples/*
+ fi
}
pkg_postinst() {
# Hack to fix ownership/perms
- chown -fR firebird:firebird ${ROOT}/etc/firebird ${ROOT}/usr/share/firebird
- chmod 750 ${ROOT}/etc/firebird
+ chown -fR firebird:firebird "${ROOT}/etc/firebird" "${ROOT}/usr/share/firebird"
+ chmod 750 "${ROOT}/etc/firebird"
elog
elog "Firebird is no longer installed in /opt. Binaries are in"
@@ -159,78 +158,55 @@ pkg_postinst() {
elog "are in /var/log/firebird, and lock files in /var/run/firebird"
elog "Please report any problems or issues to bugs.gentoo.org."
elog
-
-# elog
-# elog "1. If haven't done so already, please run:"
-# elog
-# elog " \"emerge --config =${PF}\""
-# elog
-# elog " to create lockfiles, set permissions and more"
-# elog
-# elog "2. Firebird now runs with it's own user. Please remember to"
-# elog " set permissions to firebird:firebird on databases you "
-# elog " already have (if any)."
-# elog
-#
-# if ! use xinetd
-# then
-# elog "3. You've built the stand alone deamon version,"
-# elog " SuperServer. If you were using pre 1.5.0 ebuilds"
-# elog " you're probably have one installed via xinetd. please"
-# elog " remember to disable it (usually in /etc/xinetd.d/firebird),"
-# elog " since the current one has it's own init script under"
-# elog " /etc/init.d"
-# fi
}
pkg_config() {
# if found /etc/security.gdb from previous install, backup, and restore as
# /etc/security2.fdb
- if [ -f /etc/firebird/security.gdb ]
- then
+ if [ -f "${ROOT}/etc/firebird/security.gdb" ] ; then
# if we have scurity2.fdb already, back it 1st
- if [ -f /etc/firebird/security2.fdb ] ; then
- cp /etc/firebird/security2.fdb /etc/firebird/security2.fdb.old
+ if [ -f "${ROOT}/etc/firebird/security2.fdb" ] ; then
+ cp "${ROOT}/etc/firebird/security2.fdb" "${ROOT}/etc/firebird/security2.fdb.old"
fi
- gbak -B /etc/firebird/security.gdb /etc/firebird/security.gbk
- gbak -R /etc/firebird/security.gbk /etc/firebird/security2.fdb
- mv /etc/firebird/security.gdb /etc/firebird/security.gdb.old
- rm /etc/firebird/security.gbk
+ gbak -B "${ROOT}/etc/firebird/security.gdb" "${ROOT}/etc/firebird/security.gbk"
+ gbak -R "${ROOT}/etc/firebird/security.gbk" "${ROOT}/etc/firebird/security2.fdb"
+ mv "${ROOT}/etc/firebird/security.gdb" "${ROOT}/etc/firebird/security.gdb.old"
+ rm "${ROOT}/etc/firebird/security.gbk"
# make sure they are readable only to firebird
- chown firebird:firebird /etc/firebird/{security.*,security2.*}
- chmod 660 /etc/firebird/{security.*,security2.*}
+ chown firebird:firebird "${ROOT}/etc/firebird/{security.*,security2.*}"
+ chmod 660 "${ROOT}/etc/firebird/{security.*,security2.*}"
einfo
einfo "Converted old security.gdb to security2.fdb, security.gdb has been "
einfo "renamed to security.gdb.old. if you had previous security2.fdb, "
- einfo "it's backed to security2.fdb.old (all under /etc/firebird)."
+ einfo "it's backed to security2.fdb.old (all under ${ROOT}/etc/firebird)."
einfo
fi
# we need to enable local access to the server
- if [ ! -f /etc/hosts.equiv ] ; then
- touch /etc/hosts.equiv
- chown root:0 /etc/hosts.equiv
- chmod u=rw,go=r /etc/hosts.equiv
+ if [ ! -f "${ROOT}/etc/hosts.equiv" ] ; then
+ touch "${ROOT}/etc/hosts.equiv"
+ chown root:0 "${ROOT}/etc/hosts.equiv"
+ chmod u=rw,go=r "${ROOT}/etc/hosts.equiv"
fi
# add 'localhost.localdomain' to the hosts.equiv file...
- if grep -q 'localhost.localdomain$' /etc/hosts.equiv 2>/dev/null; then
- echo "localhost.localdomain" >> /etc/hosts.equiv
- einfo "Added localhost.localdomain to /etc/hosts.equiv"
+ if [ grep -q 'localhost.localdomain$' "${ROOT}/etc/hosts.equiv" 2>/dev/null ] ; then
+ echo "localhost.localdomain" >> "${ROOT}/etc/hosts.equiv"
+ einfo "Added localhost.localdomain to ${ROOT}/etc/hosts.equiv"
fi
# add 'localhost' to the hosts.equiv file...
- if grep -q 'localhost$' /etc/hosts.equiv 2>/dev/null; then
- echo "localhost" >> /etc/hosts.equiv
- einfo "Added localhost to /etc/hosts.equiv"
+ if [ grep -q 'localhost$' "${ROOT}/etc/hosts.equiv" 2>/dev/null ] ; then
+ echo "localhost" >> "${ROOT}/etc/hosts.equiv"
+ einfo "Added localhost to ${ROOT}/etc/hosts.equiv"
fi
HS_NAME=`hostname`
- if grep -q ${HS_NAME} /etc/hosts.equiv 2>/dev/null; then
- echo "${HS_NAME}" >> /etc/hosts.equiv
- einfo "Added ${HS_NAME} to /etc/hosts.equiv"
+ if [ grep -q ${HS_NAME} "${ROOT}/etc/hosts.equiv" 2>/dev/null ] ; then
+ echo "${HS_NAME}" >> "${ROOT}/etc/hosts.equiv"
+ einfo "Added ${HS_NAME} to ${ROOT}/etc/hosts.equiv"
fi
einfo "If you're using UDFs, please remember to move them"