summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/xharbour')
-rw-r--r--dev-lang/xharbour/ChangeLog3
-rw-r--r--dev-lang/xharbour/Manifest3
-rw-r--r--dev-lang/xharbour/big.diff43
3 files changed, 4 insertions, 45 deletions
diff --git a/dev-lang/xharbour/ChangeLog b/dev-lang/xharbour/ChangeLog
index c22613051..74aafd65c 100644
--- a/dev-lang/xharbour/ChangeLog
+++ b/dev-lang/xharbour/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 09 Mar 2009; Christian Ruppert (idl0r) <spooky85@gmail.com> -big.diff:
+ removed useless big.diff :)
+
08 Mar 2009; Phil Krylov (philkrylov) <phil.krylov@gmail.com>
xharbour-1.0.0_beta1.ebuild, +big.diff, +files/xharbour-override-cc.patch:
Fixed tc-getCC usage and a typo in ChangeLog.
diff --git a/dev-lang/xharbour/Manifest b/dev-lang/xharbour/Manifest
index 8a7d401bd..953bc74ab 100644
--- a/dev-lang/xharbour/Manifest
+++ b/dev-lang/xharbour/Manifest
@@ -6,6 +6,5 @@ AUX xharbour-parallel-make.patch 3736 RMD160 3c4d3986a912c463b4c4dbfd73d79cea96e
AUX xharbour-skip-static-utils.patch 256 RMD160 afd46e6127a2bbcae080c14edfe5e833933b614c SHA1 17e4951348de79196138d199e7df5c8704df370c SHA256 4a0b6792b3126ff8fc24e00ebd15ea77de12542476d5990d3298f356e607d2a9
DIST xharbour-1.0.0-beta1.src.tar.gz 4599382 RMD160 201c45aee776efbd41da5c4bd7c2cb7637c78f48 SHA1 b874ec86a265ad80263c400f0e72516082747719 SHA256 0ec6faf77be2a3842465e6dc1337c760331152fbe1f9f2f95c18e59823cd3e66
EBUILD xharbour-1.0.0_beta1.ebuild 2955 RMD160 61916bcc6a448336bfa1501a9c2ae44a589ee73b SHA1 b7f487b0b584487eecb249f6c39e61aa942dacd5 SHA256 413daa4ae87c4b566179552363c4b3845c415046e187660dfbbc6d03584c8e5b
-MISC ChangeLog 899 RMD160 8e2bf6ecdf5c71146504a37e21c61f642939b3ef SHA1 6cae796210a05b4d0304c6715191d59d3e8b0960 SHA256 63bf735bf2ce9cb8931d899b47c4e2a994b8400a4dd0b4a62d64f46fb84572d0
-MISC big.diff 1448 RMD160 c4ff591839e00efe2c3cc1deed77e2e3e657cd63 SHA1 bf10d77b1eea7c95ab39c949a8f3050576229d49 SHA256 613d19ac0717969e1f4bc6332e566cc04ac3c0d1c9deb8c175d10515995bd818
+MISC ChangeLog 1003 RMD160 135251a6ee881c3b74b6006209e69e98253c9f03 SHA1 3ce2050d468e07dd50b5bf6ff2a20ce30a5831c2 SHA256 f2a48c31491476700abe9f16e8e35d896d919ca708300d6290e0853bc956d3d2
MISC metadata.xml 243 RMD160 acce2888cb02b47c1948846ff447513f4cb6283e SHA1 8666a3eb22d98103aa8ac03907b85906e143e2cf SHA256 4b6fe2a2b60f72ca8aa59e7e0208c01e802058d5cd2ce1f3609f8bae5320d29c
diff --git a/dev-lang/xharbour/big.diff b/dev-lang/xharbour/big.diff
deleted file mode 100644
index ee082fae6..000000000
--- a/dev-lang/xharbour/big.diff
+++ /dev/null
@@ -1,43 +0,0 @@
-Index: files/xharbour-override-cc.patch
-===================================================================
---- files/xharbour-override-cc.patch (revision 0)
-+++ files/xharbour-override-cc.patch (revision 0)
-@@ -0,0 +1,16 @@
-+--- xharbour-1.0.0-beta1/config/linux/gcc.cf.orig2 2009-03-09 01:57:04.000000000 +0300
-++++ xharbour-1.0.0-beta1/config/linux/gcc.cf 2009-03-09 01:59:07.000000000 +0300
-+@@ -4,11 +4,13 @@
-+
-+ include $(TOP)$(ROOT)config/$(HB_ARCHITECTURE)/global.cf
-+
-++ifeq ($(HB_CMP),)
-+ ifeq ($(HB_COMPILER),gpp)
-+ HB_CMP = g++
-+ else
-+ HB_CMP = $(HB_COMPILER)
-+ endif
-++endif
-+
-+ OBJ_EXT = .o
-+ EXE_EXT =
-Index: xharbour-1.0.0_beta1.ebuild
-===================================================================
---- xharbour-1.0.0_beta1.ebuild (revision 8031)
-+++ xharbour-1.0.0_beta1.ebuild (working copy)
-@@ -34,6 +34,7 @@
- "${FILESDIR}"/${PN}-as-needed.patch
- "${FILESDIR}"/${PN}-fPIC.patch
- "${FILESDIR}"/${PN}-mkinstdir.patch
-+ "${FILESDIR}"/${PN}-override-cc.patch
- "${FILESDIR}"/${PN}-parallel-make.patch
- "${FILESDIR}"/${PN}-skip-static-utils.patch
- )
-@@ -48,7 +49,8 @@
- HB_WITHOUT_GTSLN=$(useq slang || echo yes) \
- HB_MT=$(useq threads && echo MT) \
- HB_WITHOUT_X11=$(useq X || echo yes) \
-- HB_COMPILER="$(tc-getCC)" \
-+ HB_COMPILER="gcc" \
-+ HB_CMP="$(tc-getCC)" \
- HB_ARCHITECTURE="$(uname -s | sed -e 's/-//g;y/BDFHLNOPSUX/bdfhlnopsux/;s/.*bsd/bsd/')" \
- HB_GT_LIB="gtstd" \
- HB_MULTI_GT="yes" \