diff options
author | 2003-11-07 13:45:32 +0000 | |
---|---|---|
committer | 2003-11-07 13:45:32 +0000 | |
commit | 7e27a7a486c2c07d8733d041a74fe25fa5c3ba06 (patch) | |
tree | 39078f0ef2f246d256adf05851c3ce79efeb6ba8 /app-sci/singular | |
parent | Added another patch, see bug 26115 (diff) | |
download | historical-7e27a7a486c2c07d8733d041a74fe25fa5c3ba06.tar.gz historical-7e27a7a486c2c07d8733d041a74fe25fa5c3ba06.tar.bz2 historical-7e27a7a486c2c07d8733d041a74fe25fa5c3ba06.zip |
Added another patch, see bug 26115
Diffstat (limited to 'app-sci/singular')
-rw-r--r-- | app-sci/singular/Manifest | 3 | ||||
-rw-r--r-- | app-sci/singular/files/singular-2.0.4-gentoo.diff | 21 |
2 files changed, 22 insertions, 2 deletions
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 |