summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny van Dyk <kugelfang@gentoo.org>2004-08-29 20:35:04 +0000
committerDanny van Dyk <kugelfang@gentoo.org>2004-08-29 20:35:04 +0000
commit73fe9b09ed97e47d52abfb2773d04321b3ea6c6f (patch)
treeda221b4a1ca98a4d22cfed1760ab64cedc4d6be2
parentVersion bumped. (diff)
downloadhistorical-73fe9b09ed97e47d52abfb2773d04321b3ea6c6f.tar.gz
historical-73fe9b09ed97e47d52abfb2773d04321b3ea6c6f.tar.bz2
historical-73fe9b09ed97e47d52abfb2773d04321b3ea6c6f.zip
gnuconfig_update on amd64. ~amd64
-rw-r--r--app-accessibility/sphinx2/ChangeLog5
-rw-r--r--app-accessibility/sphinx2/Manifest14
-rw-r--r--app-accessibility/sphinx2/sphinx2-0.4.ebuild7
3 files changed, 11 insertions, 15 deletions
diff --git a/app-accessibility/sphinx2/ChangeLog b/app-accessibility/sphinx2/ChangeLog
index 9bbe515da93e..6bba8d6a1c88 100644
--- a/app-accessibility/sphinx2/ChangeLog
+++ b/app-accessibility/sphinx2/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-accessibility/sphinx2
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/sphinx2/ChangeLog,v 1.5 2004/06/24 21:24:56 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/sphinx2/ChangeLog,v 1.6 2004/08/29 20:35:04 kugelfang Exp $
+
+ 29 Aug 2004; Danny van Dyk <kugelfang@gentoo.org> sphinx2-0.4.ebuild:
+ Marked ~amd64. gnuconfig_update allows successfull ./configure on amd64.
29 Apr 2004; Jon Hood <squinky86@gentoo.org> +files/sphinx2-gcc3.4.patch,
sphinx2-0.4.ebuild:
diff --git a/app-accessibility/sphinx2/Manifest b/app-accessibility/sphinx2/Manifest
index 31a284d8f9c3..5b17d67d7309 100644
--- a/app-accessibility/sphinx2/Manifest
+++ b/app-accessibility/sphinx2/Manifest
@@ -1,15 +1,5 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 bb915df3ef3763cd6c14d9b582d1ce02 ChangeLog 931
+MD5 060f56dd1367eb2c17c407cfeff8a0b2 ChangeLog 1080
MD5 4f5d797c455932135181f0c31b5e71b2 metadata.xml 185
-MD5 1e24bb2b75a6576928f7d2ed09ebb30e sphinx2-0.4.ebuild 621
+MD5 e27ec6d1bb426c56e13cfd71266812ba sphinx2-0.4.ebuild 678
MD5 661f3a7fe20835f0211d5b65728792ec files/digest-sphinx2-0.4 64
MD5 5a2847b2fd0380db77d31a3111c5fdc9 files/sphinx2-gcc3.4.patch 892
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.9.8 (GNU/Linux)
-
-iD8DBQFA3EunHTu7gpaalycRArkrAKDFKFJ+O9FxCPmBRm4HRy2EeDYnLwCgv2OJ
-NKRd97vcATutDGg+WnWdIxA=
-=lLiE
------END PGP SIGNATURE-----
diff --git a/app-accessibility/sphinx2/sphinx2-0.4.ebuild b/app-accessibility/sphinx2/sphinx2-0.4.ebuild
index 1199bea7b049..a40f415600c9 100644
--- a/app-accessibility/sphinx2/sphinx2-0.4.ebuild
+++ b/app-accessibility/sphinx2/sphinx2-0.4.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/sphinx2/sphinx2-0.4.ebuild,v 1.5 2004/06/25 15:58:20 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/sphinx2/sphinx2-0.4.ebuild,v 1.6 2004/08/29 20:35:04 kugelfang Exp $
-inherit eutils
+inherit eutils gnuconfig
MY_P=${P/_/}
S=${WORKDIR}/${MY_P}
@@ -21,6 +21,9 @@ src_unpack() {
unpack ${A}
cd ${S}
epatch ${FILESDIR}/sphinx2-gcc3.4.patch
+ if use amd64 ; then
+ gnuconfig_update
+ fi
}
src_install() {