summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-01-31 13:41:05 +0000
committerMarius Mauch <genone@gentoo.org>2007-01-31 13:41:05 +0000
commit2b72543ca754b158085116f9627abd7882b82afc (patch)
treec290b2e2478a5f57bb539ff657a918be9b666f58 /dev-db/firebird
parentAdded APPCATEGORY so a .desktop file will be installed (diff)
downloadhistorical-2b72543ca754b158085116f9627abd7882b82afc.tar.gz
historical-2b72543ca754b158085116f9627abd7882b82afc.tar.bz2
historical-2b72543ca754b158085116f9627abd7882b82afc.zip
Replacing einfo with elog
Package-Manager: portage-2.1.2-r4
Diffstat (limited to 'dev-db/firebird')
-rw-r--r--dev-db/firebird/ChangeLog8
-rw-r--r--dev-db/firebird/files/digest-firebird-1.5.12
-rw-r--r--dev-db/firebird/files/digest-firebird-1.5.22
-rw-r--r--dev-db/firebird/firebird-1.5.1.ebuild52
-rw-r--r--dev-db/firebird/firebird-1.5.2.ebuild52
-rw-r--r--dev-db/firebird/firebird-1.5.3-r1.ebuild52
-rw-r--r--dev-db/firebird/firebird-1.5.3.ebuild52
7 files changed, 114 insertions, 106 deletions
diff --git a/dev-db/firebird/ChangeLog b/dev-db/firebird/ChangeLog
index b87d0a0e4669..fe2d71de489c 100644
--- a/dev-db/firebird/ChangeLog
+++ b/dev-db/firebird/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-db/firebird
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/ChangeLog,v 1.48 2006/11/23 20:33:20 blubb Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/ChangeLog,v 1.49 2007/01/31 13:38:06 genone Exp $
+
+ 31 Jan 2007; Marius Mauch <genone@gentoo.org> firebird-1.5.1.ebuild,
+ firebird-1.5.2.ebuild, firebird-1.5.3.ebuild, firebird-1.5.3-r1.ebuild:
+ Replacing einfo with elog
23 Nov 2006; <blubb@gentoo.org> firebird-1.5.3-r1.ebuild:
stable on amd64
diff --git a/dev-db/firebird/files/digest-firebird-1.5.1 b/dev-db/firebird/files/digest-firebird-1.5.1
index 0f81ff77df3b..17974844614d 100644
--- a/dev-db/firebird/files/digest-firebird-1.5.1
+++ b/dev-db/firebird/files/digest-firebird-1.5.1
@@ -1 +1,3 @@
MD5 b638ddc71661d63c69a3758d00310010 firebird-1.5.1.4481.tar.bz2 4528253
+RMD160 b1c8201838b90b8c4d395c883f9128db490ef15c firebird-1.5.1.4481.tar.bz2 4528253
+SHA256 b3c42debfb0781a411ed449b90da4c143bd420fbdbe73fe1e15c7d727826fad3 firebird-1.5.1.4481.tar.bz2 4528253
diff --git a/dev-db/firebird/files/digest-firebird-1.5.2 b/dev-db/firebird/files/digest-firebird-1.5.2
index c502f86d5731..9d954dd0216c 100644
--- a/dev-db/firebird/files/digest-firebird-1.5.2
+++ b/dev-db/firebird/files/digest-firebird-1.5.2
@@ -1 +1,3 @@
MD5 fea53ed5213cff4bd96513fb1a6c0ca2 firebird-1.5.2.4731.tar.bz2 4764015
+RMD160 fd82dc9dbc5ada51847011cec4f0f9d6f510bc53 firebird-1.5.2.4731.tar.bz2 4764015
+SHA256 a04a52746a4f8ffd4d98ae2f15fc4b4ed7d55b9ddaa8937108c29d37a6c117e9 firebird-1.5.2.4731.tar.bz2 4764015
diff --git a/dev-db/firebird/firebird-1.5.1.ebuild b/dev-db/firebird/firebird-1.5.1.ebuild
index 2281f4403e7d..c95649631377 100644
--- a/dev-db/firebird/firebird-1.5.1.ebuild
+++ b/dev-db/firebird/firebird-1.5.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# 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-1.5.1.ebuild,v 1.17 2006/03/23 14:57:42 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/firebird-1.5.1.ebuild,v 1.18 2007/01/31 13:38:06 genone Exp $
inherit flag-o-matic eutils
@@ -113,26 +113,26 @@ src_install() {
}
pkg_postinst() {
- einfo
- einfo "1. If haven't done so already, please run:"
- einfo
- einfo " \"emerge --config =${PF}\""
- einfo
- einfo " to create lockfiles, set permissions and more"
- einfo
- einfo "2. Firebird now runs with it's own user. Please remember to"
- einfo " set permissions to firebird:firebird on databases you "
- einfo " already have (if any)."
- einfo
+ 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
- einfo "3. You've built the stand alone deamon version,"
- einfo " SuperServer. If you were using pre 1.5.0 ebuilds"
- einfo " you're probably have one installed via xinetd. please"
- einfo " remember to disable it (usually in /etc/xinetd.d/firebird),"
- einfo " since the current one has it's own init script under"
- einfo " /etc/init.d"
+ 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
}
@@ -190,11 +190,11 @@ pkg_config() {
chown firebird:firebird /etc/firebird/{isc4.*,security.*}
chmod 660 /etc/firebird/{isc4.*,security.*}
- einfo
- einfo "Converted old isc4.gdb to security.fdb, isc4.gdb has been "
- einfo "renamed to isc4.gdb.old. if you had previous security.fdb, "
- einfo "it's backed to security.fdb.old (all under /etc/firebird)."
- einfo
+ elog
+ elog "Converted old isc4.gdb to security.fdb, isc4.gdb has been "
+ elog "renamed to isc4.gdb.old. if you had previous security.fdb, "
+ elog "it's backed to security.fdb.old (all under /etc/firebird)."
+ elog
fi
# we need to enable local access to the server
@@ -218,6 +218,6 @@ pkg_config() {
einfo "Added ${HS_NAME} to /etc/hosts.equiv"
fi
- einfo "If you're using UDFs, please remember to move them"
- einfo "to /opt/firebird/UDF"
+ elog "If you're using UDFs, please remember to move them"
+ elog "to /opt/firebird/UDF"
}
diff --git a/dev-db/firebird/firebird-1.5.2.ebuild b/dev-db/firebird/firebird-1.5.2.ebuild
index 2a2c3477ad19..e6410eb4833d 100644
--- a/dev-db/firebird/firebird-1.5.2.ebuild
+++ b/dev-db/firebird/firebird-1.5.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# 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-1.5.2.ebuild,v 1.11 2006/03/23 14:57:42 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/firebird-1.5.2.ebuild,v 1.12 2007/01/31 13:38:06 genone Exp $
inherit flag-o-matic eutils
@@ -113,26 +113,26 @@ src_install() {
}
pkg_postinst() {
- einfo
- einfo "1. If haven't done so already, please run:"
- einfo
- einfo " \"emerge --config =${PF}\""
- einfo
- einfo " to create lockfiles, set permissions and more"
- einfo
- einfo "2. Firebird now runs with it's own user. Please remember to"
- einfo " set permissions to firebird:firebird on databases you "
- einfo " already have (if any)."
- einfo
+ 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
- einfo "3. You've built the stand alone deamon version,"
- einfo " SuperServer. If you were using pre 1.5.0 ebuilds"
- einfo " you're probably have one installed via xinetd. please"
- einfo " remember to disable it (usually in /etc/xinetd.d/firebird),"
- einfo " since the current one has it's own init script under"
- einfo " /etc/init.d"
+ 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
}
@@ -190,11 +190,11 @@ pkg_config() {
chown firebird:firebird /etc/firebird/{isc4.*,security.*}
chmod 660 /etc/firebird/{isc4.*,security.*}
- einfo
- einfo "Converted old isc4.gdb to security.fdb, isc4.gdb has been "
- einfo "renamed to isc4.gdb.old. if you had previous security.fdb, "
- einfo "it's backed to security.fdb.old (all under /etc/firebird)."
- einfo
+ elog
+ elog "Converted old isc4.gdb to security.fdb, isc4.gdb has been "
+ elog "renamed to isc4.gdb.old. if you had previous security.fdb, "
+ elog "it's backed to security.fdb.old (all under /etc/firebird)."
+ elog
fi
# we need to enable local access to the server
@@ -218,6 +218,6 @@ pkg_config() {
einfo "Added ${HS_NAME} to /etc/hosts.equiv"
fi
- einfo "If you're using UDFs, please remember to move them"
- einfo "to /opt/firebird/UDF"
+ elog "If you're using UDFs, please remember to move them"
+ elog "to /opt/firebird/UDF"
}
diff --git a/dev-db/firebird/firebird-1.5.3-r1.ebuild b/dev-db/firebird/firebird-1.5.3-r1.ebuild
index c1c8f340a94f..c05b65943856 100644
--- a/dev-db/firebird/firebird-1.5.3-r1.ebuild
+++ b/dev-db/firebird/firebird-1.5.3-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# 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-1.5.3-r1.ebuild,v 1.8 2006/11/23 20:33:20 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/firebird-1.5.3-r1.ebuild,v 1.9 2007/01/31 13:38:06 genone Exp $
inherit flag-o-matic eutils
@@ -138,26 +138,26 @@ src_install() {
}
pkg_postinst() {
- einfo
- einfo "1. If haven't done so already, please run:"
- einfo
- einfo " \"emerge --config =${PF}\""
- einfo
- einfo " to create lockfiles, set permissions and more"
- einfo
- einfo "2. Firebird now runs with it's own user. Please remember to"
- einfo " set permissions to firebird:firebird on databases you "
- einfo " already have (if any)."
- einfo
+ 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
- einfo "3. You've built the stand alone deamon version,"
- einfo " SuperServer. If you were using pre 1.5.0 ebuilds"
- einfo " you're probably have one installed via xinetd. please"
- einfo " remember to disable it (usually in /etc/xinetd.d/firebird),"
- einfo " since the current one has it's own init script under"
- einfo " /etc/init.d"
+ 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
}
@@ -215,11 +215,11 @@ pkg_config() {
chown firebird:firebird /etc/firebird/{isc4.*,security.*}
chmod 660 /etc/firebird/{isc4.*,security.*}
- einfo
- einfo "Converted old isc4.gdb to security.fdb, isc4.gdb has been "
- einfo "renamed to isc4.gdb.old. if you had previous security.fdb, "
- einfo "it's backed to security.fdb.old (all under /etc/firebird)."
- einfo
+ elog
+ elog "Converted old isc4.gdb to security.fdb, isc4.gdb has been "
+ elog "renamed to isc4.gdb.old. if you had previous security.fdb, "
+ elog "it's backed to security.fdb.old (all under /etc/firebird)."
+ elog
fi
# we need to enable local access to the server
@@ -243,6 +243,6 @@ pkg_config() {
einfo "Added ${HS_NAME} to /etc/hosts.equiv"
fi
- einfo "If you're using UDFs, please remember to move them"
- einfo "to /opt/firebird/UDF"
+ elog "If you're using UDFs, please remember to move them"
+ elog "to /opt/firebird/UDF"
}
diff --git a/dev-db/firebird/firebird-1.5.3.ebuild b/dev-db/firebird/firebird-1.5.3.ebuild
index 095e0576dbad..b4118e7c34b3 100644
--- a/dev-db/firebird/firebird-1.5.3.ebuild
+++ b/dev-db/firebird/firebird-1.5.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# 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-1.5.3.ebuild,v 1.7 2006/03/23 14:57:42 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/firebird-1.5.3.ebuild,v 1.8 2007/01/31 13:38:06 genone Exp $
inherit flag-o-matic eutils
@@ -113,26 +113,26 @@ src_install() {
}
pkg_postinst() {
- einfo
- einfo "1. If haven't done so already, please run:"
- einfo
- einfo " \"emerge --config =${PF}\""
- einfo
- einfo " to create lockfiles, set permissions and more"
- einfo
- einfo "2. Firebird now runs with it's own user. Please remember to"
- einfo " set permissions to firebird:firebird on databases you "
- einfo " already have (if any)."
- einfo
+ 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
- einfo "3. You've built the stand alone deamon version,"
- einfo " SuperServer. If you were using pre 1.5.0 ebuilds"
- einfo " you're probably have one installed via xinetd. please"
- einfo " remember to disable it (usually in /etc/xinetd.d/firebird),"
- einfo " since the current one has it's own init script under"
- einfo " /etc/init.d"
+ 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
}
@@ -190,11 +190,11 @@ pkg_config() {
chown firebird:firebird /etc/firebird/{isc4.*,security.*}
chmod 660 /etc/firebird/{isc4.*,security.*}
- einfo
- einfo "Converted old isc4.gdb to security.fdb, isc4.gdb has been "
- einfo "renamed to isc4.gdb.old. if you had previous security.fdb, "
- einfo "it's backed to security.fdb.old (all under /etc/firebird)."
- einfo
+ elog
+ elog "Converted old isc4.gdb to security.fdb, isc4.gdb has been "
+ elog "renamed to isc4.gdb.old. if you had previous security.fdb, "
+ elog "it's backed to security.fdb.old (all under /etc/firebird)."
+ elog
fi
# we need to enable local access to the server
@@ -218,6 +218,6 @@ pkg_config() {
einfo "Added ${HS_NAME} to /etc/hosts.equiv"
fi
- einfo "If you're using UDFs, please remember to move them"
- einfo "to /opt/firebird/UDF"
+ elog "If you're using UDFs, please remember to move them"
+ elog "to /opt/firebird/UDF"
}