summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarol Wojtaszek <sekretarz@gentoo.org>2005-08-24 09:04:30 +0000
committerKarol Wojtaszek <sekretarz@gentoo.org>2005-08-24 09:04:30 +0000
commitd71262773d28b4bc1fe37580cae448bc27ca4095 (patch)
treeeacf84734c93f8f92757fb5381f5babdd5d0ff22
parentRemove old ebuilds. (diff)
downloadhistorical-d71262773d28b4bc1fe37580cae448bc27ca4095.tar.gz
historical-d71262773d28b4bc1fe37580cae448bc27ca4095.tar.bz2
historical-d71262773d28b4bc1fe37580cae448bc27ca4095.zip
Changed chown root:root to root:0 to be compliant with BSD and Darwin, bug #103563
Package-Manager: portage-1.589-cvs
-rw-r--r--dev-db/firebird/ChangeLog7
-rw-r--r--dev-db/firebird/Manifest24
-rw-r--r--dev-db/firebird/firebird-1.5.1.ebuild4
-rw-r--r--dev-db/firebird/firebird-1.5.2.ebuild4
4 files changed, 22 insertions, 17 deletions
diff --git a/dev-db/firebird/ChangeLog b/dev-db/firebird/ChangeLog
index f7b225d21c2f..7718c4ee392b 100644
--- a/dev-db/firebird/ChangeLog
+++ b/dev-db/firebird/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-db/firebird
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/ChangeLog,v 1.32 2005/07/31 18:39:17 sekretarz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/ChangeLog,v 1.33 2005/08/24 09:04:30 sekretarz Exp $
+
+ 24 Aug 2005; <sekretarz@gentoo.org> firebird-1.5.1.ebuild,
+ firebird-1.5.2.ebuild:
+ Changed chown root:root to root:0 to be compliant with BSD and Darwin, bug
+ #103563
31 Jul 2005; <sekretarz@gentoo.org> firebird-1.5.1.ebuild,
firebird-1.5.2.ebuild:
diff --git a/dev-db/firebird/Manifest b/dev-db/firebird/Manifest
index 8a5235520451..60f6dcc24fa6 100644
--- a/dev-db/firebird/Manifest
+++ b/dev-db/firebird/Manifest
@@ -1,23 +1,23 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 a6d70ff25c50231ea7c8f7a66223f830 ChangeLog 4762
-MD5 1a7f044d05db1e72df7867a9000f0a3a firebird-1.5.1.ebuild 6540
-MD5 301ad54a89a11f8b9525b45bd5f4dbe6 firebird-1.5.2.ebuild 6463
+MD5 c183e3ea4cb943c55b37a172fefa2db6 firebird-1.5.1.ebuild 6537
+MD5 ef4bb5a3c242e0fe4f581e1d63dac04d firebird-1.5.2.ebuild 6460
+MD5 9eb7985037fcbd085b3803f8a7973650 ChangeLog 4936
MD5 70eaf71c2018b87fe06aed9df3799509 metadata.xml 225
-MD5 d3278f869be37481ddde143f5ee98c4a files/70firebird 50
-MD5 d3278f869be37481ddde143f5ee98c4a files/70firebird-1.5.0 50
-MD5 606e690fe61535cc02d7314616e263fb files/digest-firebird-1.5.1 73
-MD5 9019505bedbd32c5cec6700c075f3872 files/digest-firebird-1.5.2 73
-MD5 5b28cc81eff2c59fbee652dc2c6ed483 files/firebird-1.5.0.xinetd 425
-MD5 5bc644b4558c11069e2a946e029d70bb files/firebird-1.5.1-gcc34.patch 5906
MD5 c5f5e6bae2cae891269931331e69f1ca files/firebird.conf.d 80
MD5 19238be258dea758cf3f082df5ae813a files/firebird.init.d 697
+MD5 d3278f869be37481ddde143f5ee98c4a files/70firebird-1.5.0 50
MD5 b0d6de21d0e14d41983d440d5675e9d5 files/firebird.xinetd 206
+MD5 5b28cc81eff2c59fbee652dc2c6ed483 files/firebird-1.5.0.xinetd 425
+MD5 5bc644b4558c11069e2a946e029d70bb files/firebird-1.5.1-gcc34.patch 5906
+MD5 d3278f869be37481ddde143f5ee98c4a files/70firebird 50
+MD5 606e690fe61535cc02d7314616e263fb files/digest-firebird-1.5.1 73
+MD5 9019505bedbd32c5cec6700c075f3872 files/digest-firebird-1.5.2 73
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
-iD8DBQFC7ThGZ/iYVBmujdURAgwwAJ0bYgJY/jQR1/2sjlstR8mTF/R9TgCggVUE
-p3HU2yK2iptSYPd8dOHAZDQ=
-=s8t3
+iD8DBQFDDFIFZ/iYVBmujdURAqvFAJ0VFvq7C5Wl2j6uZ1IPTYl0GhbesgCguIIQ
+wNJsD9271MztZTyzv6Wpuls=
+=rH49
-----END PGP SIGNATURE-----
diff --git a/dev-db/firebird/firebird-1.5.1.ebuild b/dev-db/firebird/firebird-1.5.1.ebuild
index af06814eab84..82fc65c5e190 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-2005 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.11 2005/07/31 18:39:17 sekretarz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/firebird-1.5.1.ebuild,v 1.12 2005/08/24 09:04:30 sekretarz Exp $
inherit flag-o-matic eutils
@@ -201,7 +201,7 @@ pkg_config() {
if [ ! -f /etc/hosts.equiv ]
then
touch /etc/hosts.equiv
- chown root:root /etc/hosts.equiv
+ chown root:0 /etc/hosts.equiv
chmod u=rw,go=r /etc/hosts.equiv
fi
diff --git a/dev-db/firebird/firebird-1.5.2.ebuild b/dev-db/firebird/firebird-1.5.2.ebuild
index faa20cb2a122..6d051a5afad5 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-2005 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.4 2005/07/31 18:39:17 sekretarz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/firebird-1.5.2.ebuild,v 1.5 2005/08/24 09:04:30 sekretarz Exp $
inherit flag-o-matic eutils
@@ -194,7 +194,7 @@ pkg_config() {
if [ ! -f /etc/hosts.equiv ]
then
touch /etc/hosts.equiv
- chown root:root /etc/hosts.equiv
+ chown root:0 /etc/hosts.equiv
chmod u=rw,go=r /etc/hosts.equiv
fi