summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-04-30 09:25:11 +0000
committerAchim Gottinger <achim@gentoo.org>2001-04-30 09:25:11 +0000
commite3b270271258e0e61c3c4cc7939d24cc798f0a32 (patch)
treeea3571a7c6739bde646e3336a1cb8edee2bf06b8 /app-emulation
parentCleanup (diff)
downloadgentoo-2-e3b270271258e0e61c3c4cc7939d24cc798f0a32.tar.gz
gentoo-2-e3b270271258e0e61c3c4cc7939d24cc798f0a32.tar.bz2
gentoo-2-e3b270271258e0e61c3c4cc7939d24cc798f0a32.zip
Cleanup
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/wine/files/digest-wine-200010021
-rw-r--r--app-emulation/wine/files/digest-wine-200103051
-rw-r--r--app-emulation/wine/wine-20001002.ebuild32
3 files changed, 0 insertions, 34 deletions
diff --git a/app-emulation/wine/files/digest-wine-20001002 b/app-emulation/wine/files/digest-wine-20001002
deleted file mode 100644
index 2061de7d5ae5..000000000000
--- a/app-emulation/wine/files/digest-wine-20001002
+++ /dev/null
@@ -1 +0,0 @@
-MD5 9866f93a735c3df7a470e91d911e04a0 Wine-20001002.tar.gz
diff --git a/app-emulation/wine/files/digest-wine-20010305 b/app-emulation/wine/files/digest-wine-20010305
deleted file mode 100644
index b3263a22802e..000000000000
--- a/app-emulation/wine/files/digest-wine-20010305
+++ /dev/null
@@ -1 +0,0 @@
-MD5 84e52b1219978be76b7d1095c3b89b63 Wine-20010305.tar.gz
diff --git a/app-emulation/wine/wine-20001002.ebuild b/app-emulation/wine/wine-20001002.ebuild
deleted file mode 100644
index 285dc7e72a7b..000000000000
--- a/app-emulation/wine/wine-20001002.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20001002.ebuild,v 1.1 2000/10/26 15:02:06 achim Exp $
-
-A=Wine-${PV}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="Wine is a free implementation of Windows on Unix."
-SRC_URI="ftp://metalab.unc.edu/pub/Linux/ALPHA/wine/development/${A}"
-HOMEPAGE="http://www.winehq.com"
-
-
-src_compile() {
-
- cd ${S}
- try ./configure --prefix=/usr --libdir=/usr/lib/wine --sysconfdir=/etc/wine \
- --host=${CHOST} --enable-opengl
- try make depend
- try make
-
-}
-
-src_install () {
-
- cd ${S}
- try make prefix=${D}/usr libdir=${D}/usr/lib/wine install
- insinto /etc/wine
- doins ${FILESDIR}/wine.conf
- dodoc ANNOUNCE AUTHORS BUGS ChangeLog DEVELOPERS-HINTS LICENSE
- dodoc README WARRANTY
-}
-