summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2004-03-08 21:18:33 +0000
committerMarius Mauch <genone@gentoo.org>2004-03-08 21:18:33 +0000
commit5d0d6f4476eaa8b5cb91335ce548e732d54761b9 (patch)
tree74b9d9088ded2071f6ab8e8cbf776bd23c9d2d6e /dev-util/gambas
parentVersion bumped (diff)
downloadhistorical-5d0d6f4476eaa8b5cb91335ce548e732d54761b9.tar.gz
historical-5d0d6f4476eaa8b5cb91335ce548e732d54761b9.tar.bz2
historical-5d0d6f4476eaa8b5cb91335ce548e732d54761b9.zip
move /usr/lib/info to /usr/lib/gambas/info
Diffstat (limited to 'dev-util/gambas')
-rw-r--r--dev-util/gambas/ChangeLog5
-rw-r--r--dev-util/gambas/Manifest5
-rw-r--r--dev-util/gambas/files/info-location-0.90.patch22
-rw-r--r--dev-util/gambas/gambas-0.90-r1.ebuild5
4 files changed, 32 insertions, 5 deletions
diff --git a/dev-util/gambas/ChangeLog b/dev-util/gambas/ChangeLog
index 59e1cd0a5036..a0b5fce4c511 100644
--- a/dev-util/gambas/ChangeLog
+++ b/dev-util/gambas/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/gambas
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/gambas/ChangeLog,v 1.7 2004/03/08 19:42:19 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/gambas/ChangeLog,v 1.8 2004/03/08 21:18:33 genone Exp $
+
+ 08 Mar 2004; Marius Mauch <genone@gentoo.org> gambas-0.90-r1.ebuild:
+ move /usr/lib/info/* to /usr/lib/gambas/info/
*gambas-0.90-r1 (08 Mar 2004)
diff --git a/dev-util/gambas/Manifest b/dev-util/gambas/Manifest
index 7f212f7e8261..ee272ccc7bd2 100644
--- a/dev-util/gambas/Manifest
+++ b/dev-util/gambas/Manifest
@@ -1,10 +1,11 @@
MD5 897e731af30d058e1abacadf7aad669b gambas-0.82.ebuild 2085
-MD5 cb33b232e836891716623e138f3f06d3 gambas-0.90-r1.ebuild 1855
+MD5 295e87f52df4ee9610be8ebeff7de94c gambas-0.90-r1.ebuild 1903
MD5 8f03d1d1f91125b3598c17f8ffa97dde gambas-0.90.ebuild 1852
MD5 eb1e204967caa2cc1fb4559c8348e3dd gambas-0.72.ebuild 1560
-MD5 46b3c364c8b97aa2362868e9561dad45 ChangeLog 1819
+MD5 25f290dd890f15c485f1376cf67848dc ChangeLog 1939
MD5 622720c5c5e309d4457ff037f8a4175f metadata.xml 222
MD5 30893adf8f34f69b90fa4e9e736b579b files/non-symlink-0.82.patch 1489
+MD5 ef914d63f991882bd4c95e78c9eb069d files/info-location-0.90.patch 872
MD5 30893adf8f34f69b90fa4e9e736b579b files/non-symlink-0.90.patch 1489
MD5 ae2d9d9ca26d8cd07432890ecf5fe206 files/digest-gambas-0.72 65
MD5 2116ae384517062671a599bd0969c9ea files/digest-gambas-0.82 65
diff --git a/dev-util/gambas/files/info-location-0.90.patch b/dev-util/gambas/files/info-location-0.90.patch
new file mode 100644
index 000000000000..5f5e49dbb816
--- /dev/null
+++ b/dev-util/gambas/files/info-location-0.90.patch
@@ -0,0 +1,22 @@
+--- src/comp/gbi.c.orig 2004-03-08 21:46:41.263561816 +0100
++++ src/comp/gbi.c 2004-02-07 18:33:10.000000000 +0100
+@@ -633,7 +605,7 @@
+ if (strcmp(FILE_get_ext(name), ".component"))
+ continue;
+
+- path = STR_copy(FILE_set_ext(FILE_cat(_lib_path, "info", &name[4], NULL), ".info"));
++ path = STR_copy(FILE_set_ext(FILE_cat(_lib_path, "gambas/info", &name[4], NULL), ".info"));
+ name = STR_copy(FILE_get_basename(&name[4]));
+
+ out = fopen(path, "w");
+--- app/gambas/CComponent.class.orig 2004-03-08 22:06:19.147496240 +0100
++++ app/gambas/CComponent.class 2004-03-08 22:00:17.712442720 +0100
+@@ -124,7 +124,7 @@
+ All[sLig].Load
+ NEXT
+
+- sPath = Component.Path &/ "info" &/ Key & ".info"
++ sPath = Component.Path &/ "gambas/info" &/ Key & ".info"
+ IF NOT Exist(sPath) THEN
+ PRINT "Warning: cannot find "; sPath
+ RETURN
diff --git a/dev-util/gambas/gambas-0.90-r1.ebuild b/dev-util/gambas/gambas-0.90-r1.ebuild
index cfdbfac57c4e..0f3a77b067d9 100644
--- a/dev-util/gambas/gambas-0.90-r1.ebuild
+++ b/dev-util/gambas/gambas-0.90-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/gambas/gambas-0.90-r1.ebuild,v 1.1 2004/03/08 19:42:19 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/gambas/gambas-0.90-r1.ebuild,v 1.2 2004/03/08 21:18:33 genone Exp $
inherit eutils
@@ -28,8 +28,9 @@ src_unpack() {
rm Makefile*
cp "${FILESDIR}/Makefile.am-${PV}" ./Makefile.am
automake
- # patch against hardcoded paths
+ # patches against hardcoded paths
epatch ${FILESDIR}/non-symlink-${PV}.patch
+ epatch ${FILESDIR}/info-location-${PV}.patch
}
src_compile() {