summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Kursawe <phosphan@gentoo.org>2003-11-07 13:45:32 +0000
committerPatrick Kursawe <phosphan@gentoo.org>2003-11-07 13:45:32 +0000
commit365891db462fbed0aa3024daea771103d3f51396 (patch)
tree85a6fe890f2038580235d2a005547c6f2a2cb0ad /app-sci/singular
parentAdded another patch, see bug 26115 (diff)
downloadgentoo-2-365891db462fbed0aa3024daea771103d3f51396.tar.gz
gentoo-2-365891db462fbed0aa3024daea771103d3f51396.tar.bz2
gentoo-2-365891db462fbed0aa3024daea771103d3f51396.zip
Added another patch, see bug 26115
Diffstat (limited to 'app-sci/singular')
-rw-r--r--app-sci/singular/ChangeLog6
-rw-r--r--app-sci/singular/Manifest3
-rw-r--r--app-sci/singular/files/singular-2.0.4-gentoo.diff21
3 files changed, 27 insertions, 3 deletions
diff --git a/app-sci/singular/ChangeLog b/app-sci/singular/ChangeLog
index 3ced131e9dbd..8bd1d332cd64 100644
--- a/app-sci/singular/ChangeLog
+++ b/app-sci/singular/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-sci/singular
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/singular/ChangeLog,v 1.3 2003/11/06 13:05:57 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/singular/ChangeLog,v 1.4 2003/11/07 13:45:26 phosphan Exp $
+
+ 07 Nov 2003; Patrick Kursawe <phosphan@gentoo.org>
+ files/singular-2.0.4-gentoo.diff:
+ Forgot one patch (see bug 26115)
06 Nov 2003; Patrick Kursawe <phosphan@gentoo.org> singular-2.0.4-r1.ebuild:
Slight modifications to the install function - the singular.info file has a
diff --git a/app-sci/singular/Manifest b/app-sci/singular/Manifest
index 166b207b793e..7a1b3ee940bd 100644
--- a/app-sci/singular/Manifest
+++ b/app-sci/singular/Manifest
@@ -1,7 +1,6 @@
-MD5 32de55a4cecdf124330c4c1f95e041ef foo 610
MD5 b855f61a43f9b7c8674f863674cd129e singular-2.0.4.ebuild 2670
MD5 69125371194acc819f92b02052ce408e singular-2.0.4-r1.ebuild 3664
-MD5 a9d5ab73c18b38d03abbe6e50f09ee1f ChangeLog 841
+MD5 2994d1c2f48f1c73db79701f1c1a32cd ChangeLog 966
MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156
MD5 b1383ace2a0b30413341982e4e34341f files/fake_ssh 150
MD5 b52673163a28446aae41691abc3e705d files/digest-singular-2.0.4 862
diff --git a/app-sci/singular/files/singular-2.0.4-gentoo.diff b/app-sci/singular/files/singular-2.0.4-gentoo.diff
index 3f990c729127..b63d075e930a 100644
--- a/app-sci/singular/files/singular-2.0.4-gentoo.diff
+++ b/app-sci/singular/files/singular-2.0.4-gentoo.diff
@@ -68,3 +68,24 @@
#include <dlfcn.h>
static void* kernel_handle = NULL;
+--- singuname.sh 2003-08-07 12:48:09.000000000 +0200
++++ singuname.sh.new 2003-08-07 12:50:14.000000000 +0200
+@@ -180,6 +180,18 @@
+ echo ${prefix}-Unknown
+ exit 1
+ fi
++# PowerPC Linux ########################################################
++elif (echo $uname_a | $egrep " ppc " > $devnull)
++then
++ prefix=ppc
++ if (echo $uname_a | $egrep "Linux" > $devnull)
++ then
++ echo ${prefix}-Linux
++ exit 0
++ else
++ echo ${prefix}-Unknown
++ exit 1
++ fi
+ else # Unknown ########################################################
+ echo Unknown
+ exit 2