summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2002-09-23 07:16:39 +0000
committerMike Frysinger <vapier@gentoo.org>2002-09-23 07:16:39 +0000
commit1c6d72ad867b3237e34baf9958ef5c905986daeb (patch)
tree8e803fc524cd8df6e95e80c2dbcbd4aa08611507 /app-emulation
parentChanged GPL to GPL-2 in LICENSE (diff)
downloadhistorical-1c6d72ad867b3237e34baf9958ef5c905986daeb.tar.gz
historical-1c6d72ad867b3237e34baf9958ef5c905986daeb.tar.bz2
historical-1c6d72ad867b3237e34baf9958ef5c905986daeb.zip
Changed GPL to GPL-2 in LICENSE and removed pkg_setup check for PPC arch
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/mol/ChangeLog16
-rw-r--r--app-emulation/mol/mol-0.9.63.ebuild11
-rw-r--r--app-emulation/mol/mol-0.9.64.ebuild11
-rw-r--r--app-emulation/mol/mol-0.9.65.ebuild11
4 files changed, 21 insertions, 28 deletions
diff --git a/app-emulation/mol/ChangeLog b/app-emulation/mol/ChangeLog
index be0a7c44c009..6f2e0be8968d 100644
--- a/app-emulation/mol/ChangeLog
+++ b/app-emulation/mol/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-emulation/mol
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/mol/ChangeLog,v 1.5 2002/07/21 01:01:12 sunflare Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/mol/ChangeLog,v 1.6 2002/09/23 07:16:39 vapier Exp $
+
+*mol-0.9.65 (20 July 2002)
+
+ 23 Sep 2002; Mike Frysinger <vapier@gentoo.org>
+
+ Changed LICENSE from GPL to GPL-2 and removed pkg_setup check for ARCH
20 July 2002; Phil Bordelon <sunflare@gentoo.org> mol-0.9.63.ebuild mol-0.9.64.ebuild :
@@ -9,6 +15,10 @@
*mol-0.9.64 (12 July 2002)
+ 23 Sep 2002; Mike Frysinger <vapier@gentoo.org>
+
+ Changed LICENSE from GPL to GPL-2 and removed pkg_setup check for ARCH
+
12 July 2002; Gerk (gerk@gentoo.org)
Added 0.9.64, simple bump and moved to
@@ -16,6 +26,10 @@
*mol-0.9.63 (5 May 2002)
+ 23 Sep 2002; Mike Frysinger <vapier@gentoo.org>
+
+ Changed LICENSE from GPL to GPL-2 and removed pkg_setup check for ARCH
+
22 June 2002; Gerk (gerk@gentoo.org)
Added ARCH checks and missing env vars to build, no revision
diff --git a/app-emulation/mol/mol-0.9.63.ebuild b/app-emulation/mol/mol-0.9.63.ebuild
index d5ef2d049f86..9fe29b3957c7 100644
--- a/app-emulation/mol/mol-0.9.63.ebuild
+++ b/app-emulation/mol/mol-0.9.63.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/mol/mol-0.9.63.ebuild,v 1.8 2002/08/02 05:06:04 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/mol/mol-0.9.63.ebuild,v 1.9 2002/09/23 07:16:39 vapier Exp $
S=${WORKDIR}/${P}
DESCRIPTION="MOL (Mac-on-Linux) is a PPC-only program to run Mac OS <=9.2 natively within Linux"
@@ -10,16 +10,9 @@ HOMEPAGE="http://www.maconlinux.net/"
DEPEND="virtual/glibc"
RDEPEND=""
SLOT="0"
-LICENSE="GPL"
+LICENSE="GPL-2"
KEYWORDS="ppc -x86 -sparc -sparc64"
-pkg_setup() {
- if [ ${ARCH} != "ppc" ] ; then
- eerror "Sorry, this is a PPC only package."
- die "Sorry, this as a PPC only pacakge."
- fi
-}
-
src_compile() {
./configure --prefix=/usr || die "This is a ppc-only package (time to buy that iBook, no?)"
diff --git a/app-emulation/mol/mol-0.9.64.ebuild b/app-emulation/mol/mol-0.9.64.ebuild
index 7bbd341ce1b8..15a589de7fdb 100644
--- a/app-emulation/mol/mol-0.9.64.ebuild
+++ b/app-emulation/mol/mol-0.9.64.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/mol/mol-0.9.64.ebuild,v 1.3 2002/08/02 05:06:04 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/mol/mol-0.9.64.ebuild,v 1.4 2002/09/23 07:16:39 vapier Exp $
S=${WORKDIR}/${P}
DESCRIPTION="MOL (Mac-on-Linux) is a PPC-only program to run Mac OS <=9.2 natively within Linux"
@@ -10,16 +10,9 @@ HOMEPAGE="http://www.maconlinux.net/"
DEPEND="virtual/glibc"
RDEPEND=""
SLOT="0"
-LICENSE="GPL"
+LICENSE="GPL-2"
KEYWORDS="ppc -x86 -sparc -sparc64"
-pkg_setup() {
- if [ ${ARCH} != "ppc" ] ; then
- eerror "Sorry, this is a PPC only package."
- die "Sorry, this as a PPC only pacakge."
- fi
-}
-
src_compile() {
./configure --prefix=/usr || die "This is a ppc-only package (time to buy that iBook, no?)"
diff --git a/app-emulation/mol/mol-0.9.65.ebuild b/app-emulation/mol/mol-0.9.65.ebuild
index 07fc42c3b164..c4f193a189f4 100644
--- a/app-emulation/mol/mol-0.9.65.ebuild
+++ b/app-emulation/mol/mol-0.9.65.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/mol/mol-0.9.65.ebuild,v 1.2 2002/09/20 20:13:03 trance Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/mol/mol-0.9.65.ebuild,v 1.3 2002/09/23 07:16:39 vapier Exp $
S=${WORKDIR}/${P}
DESCRIPTION="MOL (Mac-on-Linux) is a PPC-only program to run Mac OS X and under natively within Linux"
@@ -10,16 +10,9 @@ HOMEPAGE="http://www.maconlinux.net/"
DEPEND="virtual/glibc"
RDEPEND=""
SLOT="0"
-LICENSE="GPL"
+LICENSE="GPL-2"
KEYWORDS="ppc -x86 -sparc -sparc64"
-pkg_setup() {
- if [ ${ARCH} != "ppc" ] ; then
- eerror "Sorry, this is a PPC only package."
- die "Sorry, this as a PPC only pacakge."
- fi
-}
-
src_compile() {
./configure --prefix=/usr || die "This is a ppc-only package (time to buy that iBook, no?)"