summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarol Wojtaszek <sekretarz@gentoo.org>2005-06-14 17:15:04 +0000
committerKarol Wojtaszek <sekretarz@gentoo.org>2005-06-14 17:15:04 +0000
commit2fac6f1a53cd36298a4fee7076d692ce80f54ad3 (patch)
treec0c30f8a8dd5dc34b724d13252dab37a68b2ae13 /dev-db/firebird
parent2.9.9d x86 stable, removing old versions. (diff)
downloadhistorical-2fac6f1a53cd36298a4fee7076d692ce80f54ad3.tar.gz
historical-2fac6f1a53cd36298a4fee7076d692ce80f54ad3.tar.bz2
historical-2fac6f1a53cd36298a4fee7076d692ce80f54ad3.zip
Fixed path in ebuild to install /etc/env.d/70firebird correctly, bug #95731
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'dev-db/firebird')
-rw-r--r--dev-db/firebird/ChangeLog6
-rw-r--r--dev-db/firebird/Manifest18
-rw-r--r--dev-db/firebird/files/70firebird5
-rw-r--r--dev-db/firebird/firebird-1.5.1.ebuild4
-rw-r--r--dev-db/firebird/firebird-1.5.2.ebuild4
5 files changed, 25 insertions, 12 deletions
diff --git a/dev-db/firebird/ChangeLog b/dev-db/firebird/ChangeLog
index 2921d692f526..79b3e92d57d1 100644
--- a/dev-db/firebird/ChangeLog
+++ b/dev-db/firebird/ChangeLog
@@ -1,6 +1,10 @@
# 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.30 2005/03/01 15:02:35 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/ChangeLog,v 1.31 2005/06/14 17:15:04 sekretarz Exp $
+
+ 14 Jun 2005; <sekretarz@gentoo.org> files/70firebird,
+ firebird-1.5.1.ebuild, firebird-1.5.2.ebuild:
+ Fixed path in ebuild to install /etc/env.d/70firebird correctly, bug #95731
01 Mar 2005; Carsten Lohrke <carlo@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 d3553eb8eaae..eea92b946d8f 100644
--- a/dev-db/firebird/Manifest
+++ b/dev-db/firebird/Manifest
@@ -1,6 +1,9 @@
-MD5 24f1856f70715bcc37aab72100d49223 firebird-1.5.1.ebuild 6388
-MD5 9b1db4ce30ba32a94b65890e97e62c4c firebird-1.5.2.ebuild 6312
-MD5 2872daf36abd795ea4d2c3ad1a116a6f ChangeLog 4323
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 94a940ddd09c0ea61211ad7cbf6a3f8f firebird-1.5.1.ebuild 6394
+MD5 622e74f0861080dd638a5bbb431b5a0f firebird-1.5.2.ebuild 6317
+MD5 f8e066c112e547a6419f81459b196d3a ChangeLog 4510
MD5 70eaf71c2018b87fe06aed9df3799509 metadata.xml 225
MD5 c5f5e6bae2cae891269931331e69f1ca files/firebird.conf.d 80
MD5 19238be258dea758cf3f082df5ae813a files/firebird.init.d 697
@@ -8,6 +11,13 @@ 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 a71afe7683db444d9647fc136eaeb1c1 files/70firebird 77
+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)
+
+iD8DBQFCryoHZ/iYVBmujdURAv8fAJ0T5ZNT0VJWFN9dYx7fqLn4JWHXNQCgoHAi
+2BGdnclOvDPExUmWIDYWwuw=
+=aLXY
+-----END PGP SIGNATURE-----
diff --git a/dev-db/firebird/files/70firebird b/dev-db/firebird/files/70firebird
index 1f6d91cece6f..eebf96b9f0b1 100644
--- a/dev-db/firebird/files/70firebird
+++ b/dev-db/firebird/files/70firebird
@@ -1,3 +1,2 @@
-INTERBASE=/opt/interbase
-PATH=/opt/interbase/bin
-ROOTPATH=/opt/interbase/bin
+PATH=/opt/firebird/bin
+ROOTPATH=/opt/firebird/bin
diff --git a/dev-db/firebird/firebird-1.5.1.ebuild b/dev-db/firebird/firebird-1.5.1.ebuild
index a49afb95c0da..02c89075f7f7 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.9 2005/03/01 15:02:35 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/firebird-1.5.1.ebuild,v 1.10 2005/06/14 17:15:04 sekretarz Exp $
inherit flag-o-matic eutils
@@ -72,7 +72,7 @@ src_install() {
insinto /etc/conf.d ; newins ${FILESDIR}/firebird.conf.d firebird
fperms 640 /etc/conf.d/firebird
fi
- insinto /etc/env.d ; newins ${FILESDIR}/70${P} 70firebird
+ insinto /etc/env.d ; newins ${FILESDIR}/70${PN} 70firebird
# Following is adapted from postinstall.sh
diff --git a/dev-db/firebird/firebird-1.5.2.ebuild b/dev-db/firebird/firebird-1.5.2.ebuild
index 840ec13633ab..c4cc35bbb6b1 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.2 2005/03/01 15:02:35 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/firebird-1.5.2.ebuild,v 1.3 2005/06/14 17:15:04 sekretarz Exp $
inherit flag-o-matic eutils
@@ -65,7 +65,7 @@ src_install() {
insinto /etc/conf.d ; newins ${FILESDIR}/firebird.conf.d firebird
fperms 640 /etc/conf.d/firebird
fi
- insinto /etc/env.d ; newins ${FILESDIR}/70${P} 70firebird
+ insinto /etc/env.d ; newins ${FILESDIR}/70${PN} 70firebird
# Following is adapted from postinstall.sh