summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedikt Boehm <hollow@gentoo.org>2005-07-07 19:52:42 +0000
committerBenedikt Boehm <hollow@gentoo.org>2005-07-07 19:52:42 +0000
commit46c4e97031451c60a67f503e1d5273068d866c53 (patch)
tree7fcf2e6507dc86d3a9e0bae85bc56944ce032a24 /app-portage
parentStable on ppc64 (diff)
downloadgentoo-2-46c4e97031451c60a67f503e1d5273068d866c53.tar.gz
gentoo-2-46c4e97031451c60a67f503e1d5273068d866c53.tar.bz2
gentoo-2-46c4e97031451c60a67f503e1d5273068d866c53.zip
fix bug 98218
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/eix/ChangeLog6
-rw-r--r--app-portage/eix/Manifest15
-rw-r--r--app-portage/eix/eix-0.2.6.ebuild3
-rw-r--r--app-portage/eix/files/0.2.6-cdb-cast.patch14
4 files changed, 24 insertions, 14 deletions
diff --git a/app-portage/eix/ChangeLog b/app-portage/eix/ChangeLog
index 9ed9f616f18f..db2d9c82743b 100644
--- a/app-portage/eix/ChangeLog
+++ b/app-portage/eix/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-portage/eix
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.35 2005/07/07 19:48:24 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.36 2005/07/07 19:52:42 hollow Exp $
+
+ 07 Jul 2005; Benedikt Boehm <hollow@gentoo.org>
+ +files/0.2.6-cdb-cast.patch, eix-0.2.6.ebuild:
+ fix bug 98218
07 Jul 2005; Benedikt Boehm <hollow@gentoo.org> eix-0.2.6.ebuild:
fix bug 98237
diff --git a/app-portage/eix/Manifest b/app-portage/eix/Manifest
index 7efc09fe0544..56fcc04733ed 100644
--- a/app-portage/eix/Manifest
+++ b/app-portage/eix/Manifest
@@ -1,21 +1,12 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 7b8cc323b51c1db17bf61208dadecd4e ChangeLog 4652
+MD5 92e9683add53df7094d004b3ff9d1f71 ChangeLog 4768
MD5 bd737296be27155ccf735dd459739c2b eix-0.2.1.ebuild 921
MD5 50b745d72e3082b34dd62fbc2aa6e1a5 eix-0.2.2.ebuild 1163
MD5 74c5aadf8e3e9d642a20e64d1afefec8 metadata.xml 239
-MD5 a91b1e12711c00c9ff46eaa9ce3322dd eix-0.2.6.ebuild 1262
+MD5 3d68761109cd5fa990e21b99f58bf6d7 eix-0.2.6.ebuild 1303
MD5 b012df8992488da6f22e677cba2e1f9c files/0.2.2-incorrect-masks.patch 1661
MD5 9033adc2410fa5477618aa28ae6d8582 files/0.2.2-unistd.h.patch 716
MD5 3a36ef63cff165b67afeb774a7edf9d1 files/0.2.6-package.cc.patch 461
+MD5 1df3eabe7a20b27cf2d3c1c0b2b5a090 files/0.2.6-cdb-cast.patch 516
MD5 943e6938455bf034be166ecbe03c88aa files/digest-eix-0.2.1 62
MD5 3eff250e62af117080bac27f4f2a9655 files/digest-eix-0.2.2 62
MD5 79cb9eb15d5c16732f94bf126ee8ca2f files/digest-eix-0.2.6 62
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.1 (GNU/Linux)
-
-iD8DBQFCzYe3mPFBzbX68WERApD3AJ9qQ60RiOmFP31hAW2GdW8i64x9rQCfYFRY
-aK0A8ZUdgJgCGuG/E78PIls=
-=YB2V
------END PGP SIGNATURE-----
diff --git a/app-portage/eix/eix-0.2.6.ebuild b/app-portage/eix/eix-0.2.6.ebuild
index b50a20f7fe2b..765a3355272a 100644
--- a/app-portage/eix/eix-0.2.6.ebuild
+++ b/app-portage/eix/eix-0.2.6.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/app-portage/eix/eix-0.2.6.ebuild,v 1.3 2005/07/07 19:48:24 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.2.6.ebuild,v 1.4 2005/07/07 19:52:42 hollow Exp $
inherit eutils flag-o-matic bash-completion
@@ -19,6 +19,7 @@ src_unpack() {
unpack ${A}
cd ${S}
epatch ${FILESDIR}/0.2.6-package.cc.patch
+ epatch ${FILESDIR}/0.2.6-cdb-cast.patch
}
src_compile() {
diff --git a/app-portage/eix/files/0.2.6-cdb-cast.patch b/app-portage/eix/files/0.2.6-cdb-cast.patch
new file mode 100644
index 000000000000..19ad5306432c
--- /dev/null
+++ b/app-portage/eix/files/0.2.6-cdb-cast.patch
@@ -0,0 +1,14 @@
+--- eix-0.2.6/src/cacheTk/cdbCache.cc 2005-07-07 16:24:27.000000000 +0200
++++ eix-0.2.6-new/src/cacheTk/cdbCache.cc 2005-07-07 16:24:56.000000000 +0200
+@@ -149,9 +149,9 @@
+
+ string get(uint32_t *dlen, void **data) {
+ uint32_t klen;
+- UINT32_UNPACK(current, &klen);
++ UINT32_UNPACK((char *)current, &klen);
+ current++;
+- UINT32_UNPACK(current, dlen);
++ UINT32_UNPACK((char *)current, dlen);
+ current++;
+ string key((char *)current, klen);
+ current = (uint32_t*)( (char *)current + (klen));