delete old

git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@3040 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
geos_one
2011-11-12 17:53:15 +00:00
parent 4a18a96bee
commit 016082f3d4
45 changed files with 0 additions and 6562 deletions

View File

@@ -1,7 +0,0 @@
# ChangeLog for sys-devel/openwatcom
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
07 Nov 2010; Mario Fetka <mario.fetka@gmail.com> +metadata.xml:
initial checkin based on #206293

View File

@@ -1,10 +0,0 @@
AUX build.sh.patch 494 RMD160 bd6a6cdc97c8c6d328581352a4270e7e2d8f5505 SHA1 f6872a0282e5f06157cfbfef7412600752089903 SHA256 a28399a67e990e0e87aa8f617d2e2df16a09b4aabcacd953b5974a936c910de9
AUX wmake_c_mglob.c.patch 480 RMD160 be5c09f70696a57f666e920e62c26267720fa900 SHA1 1fc74047215bd607befb397f1f475d09cd9fe24d SHA256 2386c16c22e87d7547ff2c0d0d24e5ea8e8b15163f44e86f937c3e828768cd6d
DIST open_watcom_1.7.1-src.tar.bz2 26173755 RMD160 cc9bc3a5bf41a560058a4ffb3d55146cf9d4b40a SHA1 b9289221ffa8a595fcfce6a1a94bef5808bdf629 SHA256 14410438afd2d331e89dd2ae60a6e75e2db1251bba6f8a416a4b5987f8f4c712
DIST open_watcom_1.8.0-src.tar.bz2 27013448 RMD160 19051fed3a323aa271634ef398f146cabe195158 SHA1 7ac7ac7c6ed986e85d0fc080d0a06f3130d64b8e SHA256 191b66783e02d28f0c8503e9f82f820883134648349d8c917cefacb850ca4aef
DIST open_watcom_1.9.0-src.tar.bz2 27927922 RMD160 198f43cd08dd3f1829c6eb1f1ebfd00dca509403 SHA1 70922850abed798dc7c766eceb7797345a94f22e SHA256 6d303327988ee2dda60cfabebf3f45a9758aee4da117d41cf3153fccb7e5e4bf
EBUILD openwatcom-1.7.1.ebuild 969 RMD160 25ab08b4accce4bf8952663e8d0c1b4e06c7a5ad SHA1 d9f9a0a8e37e67e801e14e362dfe320ae04915e0 SHA256 702b7bcd3dfaffd4349d6b1ec7df918d0437cd2db98d2724e276081df80ad549
EBUILD openwatcom-1.8.0.ebuild 1021 RMD160 686e54be3109dfed8a8a98785ee356d58c097ac5 SHA1 23a7e4b1ca4848ef5afd04807ef044773babc680 SHA256 927c251c78a09397cef6344972cbe40ce1a4a5bbba14bf5bc06f031742fdc6d9
EBUILD openwatcom-1.9.0.ebuild 1018 RMD160 84875c85495ca2ac42ebc8e36c40c9850d461ed4 SHA1 2c6bb7b6d883f4e57564af46fd5fcc7758b9df88 SHA256 0254c717f97c64196fa3df43ccbacbf66088376df6670417fade0f31f48109cc
MISC ChangeLog 223 RMD160 fbf2655842c47ac26995304732b75109ec388ea7 SHA1 c954260bf8abb8d3a98595c8fdb118d5de357e3a SHA256 eb57058bfe55945d97d23766de6bcd957b33441c19dcedbbef4c8e9810311a24
MISC metadata.xml 1238 RMD160 c82938e77f387291d6a1c3bf9b0d802f2878dd12 SHA1 b5738f14922c69e78cfb867acdc65eeea25977bf SHA256 2c13f98be5fa8bdaf21ac86bcd00bbeb8944df5615de0cfce35ae4c00ef4b4d5

View File

@@ -1,16 +0,0 @@
--- orig/build.sh 2009-10-07 10:55:38.000000000 +0200
+++ new/build.sh 2009-10-07 10:55:19.000000000 +0200
@@ -4,10 +4,10 @@
# using the GNU C/C++ compiler tools. If you already have a working
# Open Watcom compiler, you do not need to use the bootstrap process
-if [ -f setvars ]; then
- . setvars
+if [ -f ./setvars ]; then
+ . ./setvars
else
- . setvars.sh
+ . ./setvars.sh
fi
if [ ! -f $DEVDIR/build/binl/wtouch ]; then
cp -p `which touch` $DEVDIR/build/binl/wtouch

View File

@@ -1,12 +0,0 @@
--- OW18src/bld/wmake/c/mglob.c.orig 2009-02-23 18:40:32.000000000 -0500
+++ OW18src/bld/wmake/c/mglob.c 2009-10-09 19:39:05.000000000 -0400
@@ -110,6 +110,8 @@
"__UNIX__=\n"
#if defined(__386__) || defined(__i386__) || defined(__i386)
"__LINUX386__=\n"
+ #elif defined(__x86_64)
+ "__LINUX386__=\n"
#elif defined(__PPC__) || defined(__ppc__) || defined(__powerpc__)
"__LINUXPPC__=\n"
#elif defined(__MIPS__) || defined(__mips__)

View File

@@ -1,34 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<!--
$Header: /var/cvsroot/gentoo-x86/skel.metadata.xml,v 1.18 2008/07/28 19:27:05 cardoe Exp $
This is the example metadata file.
The root element of this file is <pkgmetadata>. Within this element a
number of subelements are allowed: herd, maintainer, and
longdescription. herd is a required subelement.
For a full description look at:
http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=2&chap=4
Before committing, please remove the comments from this file. They are
not relevant for general metadata.xml files.
-->
<pkgmetadata>
<herd>no-herd</herd>
<maintainer>
<email>@gentoo.org</email>
<!-- <description>Description of the maintainership</description> -->
</maintainer>
<!-- <longdescription>Long description of the package</longdescription> -->
<!--
<use>
<flag name='flag'>Description of how USE='flag' affects this package</flag>
<flag name='userland_GNU'>Description of how USERLAND='GNU' affects this
package</flag>
<flag name='aspell'>Uses <pkg>app-text/aspell</pkg> for spell checking.
Requires an installed dictionary from <cat>app-dicts</cat></flag>
</use>
-->
</pkgmetadata>

View File

@@ -1,49 +0,0 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="2"
inherit eutils
LICENSE="OWPL-1"
DESCRIPTION="The Open Watcom compiler"
HOMEPAGE="http://www.openwatcom.org"
SRC_URI="ftp://ftp.heanet.ie/pub/openwatcom/source/open_watcom_${PV}-src.tar.bz2"
KEYWORDS="~x86"
SLOT="0"
IUSE="examples source"
DEPEND="sys-devel/gcc"
RESTRICT=""
S=${WORKDIR}
src_prepare() {
epatch "${FILESDIR}/build.sh.patch"
}
src_compile() {
./build.sh || die "build.sh failed"
}
src_install() {
mkdir -p "${D}"/opt
cp -R rel2 "${D}"/opt/openwatcom
ln -s binl "${D}"/opt/openwatcom/bin
use examples || rm -rf "${D}"/opt/openwatcom/samples
use source || rm -rf "${D}"/opt/openwatcom/src
INSTALL_DIR=/opt/openwatcom
local env_file=05${PN}
cat > ${env_file} <<-EOF
WATCOM=${INSTALL_DIR}
INCLUDE=${INSTALL_DIR}/lh
PATH=${INSTALL_DIR}/binl
EOF
doenvd ${env_file} || die "doenvd ${env_file} failed"
}

View File

@@ -1,50 +0,0 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="2"
inherit eutils
LICENSE="OWPL-1"
DESCRIPTION="The Open Watcom compiler"
HOMEPAGE="http://www.openwatcom.org"
SRC_URI="ftp://ftp.heanet.ie/pub/openwatcom/source/open_watcom_${PV}-src.tar.bz2"
KEYWORDS="~x86"
SLOT="0"
IUSE="examples source"
DEPEND="sys-devel/gcc"
RESTRICT=""
S=${WORKDIR}/OW18src
src_prepare() {
epatch "${FILESDIR}/build.sh.patch"
epatch "${FILESDIR}/wmake_c_mglob.c.patch"
}
src_compile() {
./build.sh || die "build.sh failed"
}
src_install() {
mkdir -p "${D}"/opt
cp -R rel2 "${D}"/opt/openwatcom
ln -s binl "${D}"/opt/openwatcom/bin
use examples || rm -rf "${D}"/opt/openwatcom/samples
use source || rm -rf "${D}"/opt/openwatcom/src
INSTALL_DIR=/opt/openwatcom
local env_file=05${PN}
cat > ${env_file} <<-EOF
WATCOM=${INSTALL_DIR}
INCLUDE=${INSTALL_DIR}/lh
PATH=${INSTALL_DIR}/binl
EOF
doenvd ${env_file} || die "doenvd ${env_file} failed"
}

View File

@@ -1,50 +0,0 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="2"
inherit eutils
LICENSE="OWPL-1"
DESCRIPTION="The Open Watcom compiler"
HOMEPAGE="http://www.openwatcom.org"
SRC_URI="ftp://ftp.heanet.ie/pub/openwatcom/source/open_watcom_${PV}-src.tar.bz2"
KEYWORDS="~x86"
SLOT="0"
IUSE="examples source"
DEPEND="sys-devel/gcc"
RESTRICT=""
S=${WORKDIR}/OW19
src_prepare() {
epatch "${FILESDIR}/build.sh.patch"
epatch "${FILESDIR}/wmake_c_mglob.c.patch"
}
src_compile() {
./build.sh || die "build.sh failed"
}
src_install() {
mkdir -p "${D}"/opt
cp -R rel2 "${D}"/opt/openwatcom
ln -s binl "${D}"/opt/openwatcom/bin
use examples || rm -rf "${D}"/opt/openwatcom/samples
use source || rm -rf "${D}"/opt/openwatcom/src
INSTALL_DIR=/opt/openwatcom
local env_file=05${PN}
cat > ${env_file} <<-EOF
WATCOM=${INSTALL_DIR}
INCLUDE=${INSTALL_DIR}/lh
PATH=${INSTALL_DIR}/binl
EOF
doenvd ${env_file} || die "doenvd ${env_file} failed"
}