summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeri Harris <keri@gentoo.org>2012-08-26 19:57:31 +0000
committerKeri Harris <keri@gentoo.org>2012-08-26 19:57:31 +0000
commitfbb9e5e96f1bfb55d1fc7b7d5cb42ff539399246 (patch)
tree233bb47f8334744486fafa873dca0cce379f3e86 /dev-lang/mozart
parentAdd ~s390 wrt #399329 (diff)
downloadgentoo-2-fbb9e5e96f1bfb55d1fc7b7d5cb42ff539399246.tar.gz
gentoo-2-fbb9e5e96f1bfb55d1fc7b7d5cb42ff539399246.tar.bz2
gentoo-2-fbb9e5e96f1bfb55d1fc7b7d5cb42ff539399246.zip
Remove old versions
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang/mozart')
-rw-r--r--dev-lang/mozart/ChangeLog6
-rw-r--r--dev-lang/mozart/mozart-1.3.2-r1.ebuild127
-rw-r--r--dev-lang/mozart/mozart-1.3.2.ebuild116
-rw-r--r--dev-lang/mozart/mozart-1.4.0-r1.ebuild116
-rw-r--r--dev-lang/mozart/mozart-1.4.0.ebuild114
5 files changed, 5 insertions, 474 deletions
diff --git a/dev-lang/mozart/ChangeLog b/dev-lang/mozart/ChangeLog
index c314ffda003b..8605cb7f9f66 100644
--- a/dev-lang/mozart/ChangeLog
+++ b/dev-lang/mozart/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-lang/mozart
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/mozart/ChangeLog,v 1.38 2012/08/22 10:42:47 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/mozart/ChangeLog,v 1.39 2012/08/26 19:57:31 keri Exp $
+
+ 26 Aug 2012; <keri@gentoo.org> -mozart-1.3.2.ebuild, -mozart-1.3.2-r1.ebuild,
+ -mozart-1.4.0.ebuild, -mozart-1.4.0-r1.ebuild:
+ Remove old versions
22 Aug 2012; Michael Weber <xmw@gentoo.org> mozart-1.4.0-r2.ebuild:
ppc stable (bug 396885).
diff --git a/dev-lang/mozart/mozart-1.3.2-r1.ebuild b/dev-lang/mozart/mozart-1.3.2-r1.ebuild
deleted file mode 100644
index 897cf040d432..000000000000
--- a/dev-lang/mozart/mozart-1.3.2-r1.ebuild
+++ /dev/null
@@ -1,127 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/mozart/mozart-1.3.2-r1.ebuild,v 1.7 2012/03/18 15:41:16 armin76 Exp $
-
-inherit elisp-common eutils
-
-MY_P="mozart-${PV}.20060615"
-
-DESCRIPTION="Mozart is an advanced development platform for intelligent, distributed applications"
-HOMEPAGE="http://www.mozart-oz.org/"
-SRC_URI="http://www.mozart-oz.org/download/mozart-ftp/store/1.3.2-2006-06-15-tar/mozart-1.3.2.20060615-src.tar.gz
- doc? ( http://www.mozart-oz.org/download/mozart-ftp/store/1.3.2-2006-06-15-tar/mozart-1.3.2.20060615-doc.tar.gz )"
-LICENSE="Mozart"
-
-SLOT="0"
-KEYWORDS="-amd64 ~ppc -ppc64 ~x86"
-IUSE="doc emacs gdbm static tcl threads tk"
-
-RDEPEND="dev-lang/perl
- dev-libs/gmp
- sys-libs/zlib
- emacs? ( virtual/emacs )
- gdbm? ( sys-libs/gdbm )
- tcl? ( tk? (
- dev-lang/tk
- dev-lang/tcl ) )"
-DEPEND="${RDEPEND}
- sys-devel/bison
- sys-devel/flex"
-
-SITEFILE=50${PN}-gentoo.el
-
-S="${WORKDIR}"/${MY_P}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- epatch "${FILESDIR}"/${P}-portage.patch
- epatch "${FILESDIR}"/${P}-contrib.patch
- epatch "${FILESDIR}"/${P}-emubin.patch
- epatch "${FILESDIR}"/${P}-gcc4.patch
- epatch "${FILESDIR}"/${P}-const-cast.patch
- epatch "${FILESDIR}"/${P}-nostrip.patch
- epatch "${FILESDIR}"/${P}-ozplatform.patch
- epatch "${FILESDIR}"/${P}-ri-fpe.patch
-}
-
-src_compile() {
- local myconf="\
- --without-global-oz \
- --enable-opt=none"
-
- if use tcl && use tk ; then
- myconf="${myconf} --enable-wish"
- else
- myconf="${myconf} --disable-wish"
- fi
-
- econf \
- ${myconf} \
- --enable-contrib \
- --enable-contrib-regex \
- --enable-contrib-os \
- --enable-contrib-micq \
- --enable-contrib-ri \
- --enable-contrib-davinci \
- --enable-contrib-reflect \
- --enable-contrib-investigator \
- --enable-contrib-fcp \
- --enable-contrib-compat \
- --enable-contrib-directory \
- --disable-contrib-psql \
- --disable-contrib-lp \
- --disable-doc \
- $(use_enable doc contrib-doc) \
- $(use_enable gdbm contrib-gdbm) \
- $(use_enable emacs compile-elisp) \
- $(use_enable static link-static) \
- $(use_enable threads threaded) \
- || die "econf failed"
-
- emake bootstrap || die "emake bootstrap failed"
-}
-
-src_test() {
- cd "${S}"/share/test
- emake -j1 boot-oztest || die "emake boot-oztest failed"
- emake -j1 boot-check || die "emake boot-check failed"
-}
-
-src_install() {
- emake \
- PREFIX="${D}"/usr/lib/mozart \
- ELISPDIR="${D}${SITELISP}/${PN}" \
- install || die "emake install failed"
-
- dosym /usr/lib/mozart/bin/convertTextPickle /usr/bin/convertTextPickle
- dosym /usr/lib/mozart/bin/oldpickle2text /usr/bin/oldpickle2text
- dosym /usr/lib/mozart/bin/oz /usr/bin/oz
- dosym /usr/lib/mozart/bin/ozc /usr/bin/ozc
- dosym /usr/lib/mozart/bin/ozd /usr/bin/ozd
- dosym /usr/lib/mozart/bin/ozengine /usr/bin/ozengine
- dosym /usr/lib/mozart/bin/ozl /usr/bin/ozl
- dosym /usr/lib/mozart/bin/oztool /usr/bin/oztool
- dosym /usr/lib/mozart/bin/pickle2text /usr/bin/pickle2text
- dosym /usr/lib/mozart/bin/text2pickle /usr/bin/text2pickle
-
- if use emacs; then
- elisp-site-file-install "${FILESDIR}/${SITEFILE}" \
- || die "elisp-site-file-install failed"
- fi
-
- if use doc ; then
- dohtml -r "${WORKDIR}"/mozart/doc/*
- fi
-
- dodoc README
-}
-
-pkg_postinst() {
- use emacs && elisp-site-regen
-}
-
-pkg_postrm() {
- use emacs && elisp-site-regen
-}
diff --git a/dev-lang/mozart/mozart-1.3.2.ebuild b/dev-lang/mozart/mozart-1.3.2.ebuild
deleted file mode 100644
index 9ec61c5c5023..000000000000
--- a/dev-lang/mozart/mozart-1.3.2.ebuild
+++ /dev/null
@@ -1,116 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/mozart/mozart-1.3.2.ebuild,v 1.16 2012/03/18 15:41:16 armin76 Exp $
-
-inherit elisp-common eutils
-
-MY_P="mozart-${PV}.20060615"
-
-DESCRIPTION="Mozart is an advanced development platform for intelligent, distributed applications"
-HOMEPAGE="http://www.mozart-oz.org/"
-SRC_URI="http://www.mozart-oz.org/download/mozart-ftp/store/1.3.2-2006-06-15-tar/mozart-1.3.2.20060615-src.tar.gz
- doc? ( http://www.mozart-oz.org/download/mozart-ftp/store/1.3.2-2006-06-15-tar/mozart-1.3.2.20060615-doc.tar.gz )"
-LICENSE="Mozart"
-
-SLOT="0"
-KEYWORDS="-amd64 ppc -ppc64 x86"
-IUSE="doc emacs gdbm static tcl threads tk"
-
-RDEPEND="dev-lang/perl
- dev-libs/gmp
- sys-libs/zlib
- emacs? ( virtual/emacs )
- gdbm? ( sys-libs/gdbm )
- tcl? ( tk? (
- dev-lang/tk
- dev-lang/tcl ) )"
-DEPEND="${RDEPEND}
- sys-devel/bison
- sys-devel/flex"
-
-SITEFILE=50${PN}-gentoo.el
-
-S="${WORKDIR}"/${MY_P}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-portage.patch
- epatch "${FILESDIR}"/${P}-contrib.patch
- epatch "${FILESDIR}"/${P}-emubin.patch
- epatch "${FILESDIR}"/${P}-gcc4.patch
- epatch "${FILESDIR}"/${P}-const-cast.patch
- epatch "${FILESDIR}"/${P}-nostrip.patch
- epatch "${FILESDIR}"/${P}-ozplatform.patch
- epatch "${FILESDIR}"/${P}-ri-fpe.patch
-}
-
-src_compile() {
- local myconf="\
- --without-global-oz \
- --enable-opt=none"
-
- if use tcl && use tk ; then
- myconf="${myconf} --enable-wish"
- else
- myconf="${myconf} --disable-wish"
- fi
-
- econf \
- ${myconf} \
- --enable-contrib \
- --enable-contrib-regex \
- --enable-contrib-os \
- --enable-contrib-micq \
- --enable-contrib-ri \
- --enable-contrib-davinci \
- --enable-contrib-reflect \
- --enable-contrib-investigator \
- --enable-contrib-fcp \
- --enable-contrib-compat \
- --enable-contrib-directory \
- --disable-contrib-psql \
- --disable-contrib-lp \
- --disable-doc \
- $(use_enable doc contrib-doc) \
- $(use_enable gdbm contrib-gdbm) \
- $(use_enable emacs compile-elisp) \
- $(use_enable static link-static) \
- $(use_enable threads threaded) \
- || die "econf failed"
-
- emake -j1 bootstrap || die "emake bootstrap failed"
-}
-
-src_test() {
- cd "${S}"/share/test
- emake -j1 boot-oztest || die "emake boot-oztest failed"
- emake -j1 boot-check || die "emake boot-check failed"
-}
-
-src_install() {
- emake -j1 \
- PREFIX="${D}"/usr/lib/mozart \
- BINDIR="${D}"/usr/bin \
- ELISPDIR="${D}${SITELISP}/${PN}" \
- install || die "emake install failed"
-
- if use emacs; then
- elisp-site-file-install "${FILESDIR}/${SITEFILE}" \
- || die "elisp-site-file-install failed"
- fi
-
- if use doc ; then
- dohtml -r "${WORKDIR}"/mozart/doc/*
- fi
-
- dodoc README
-}
-
-pkg_postinst() {
- use emacs && elisp-site-regen
-}
-
-pkg_postrm() {
- use emacs && elisp-site-regen
-}
diff --git a/dev-lang/mozart/mozart-1.4.0-r1.ebuild b/dev-lang/mozart/mozart-1.4.0-r1.ebuild
deleted file mode 100644
index c8535aa55687..000000000000
--- a/dev-lang/mozart/mozart-1.4.0-r1.ebuild
+++ /dev/null
@@ -1,116 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/mozart/mozart-1.4.0-r1.ebuild,v 1.2 2012/03/18 15:41:16 armin76 Exp $
-
-EAPI="2"
-
-inherit elisp-common eutils
-
-PATCHSET_VER="2"
-MY_P="mozart-${PV}.20080704"
-
-DESCRIPTION="Mozart is an advanced development platform for intelligent, distributed applications"
-HOMEPAGE="http://www.mozart-oz.org/"
-SRC_URI="http://www.mozart-oz.org/download/mozart-ftp/store/1.4.0-2008-07-02-tar/mozart-1.4.0.20080704-src.tar.gz
- mirror://gentoo/${P}-gentoo-patchset-${PATCHSET_VER}.tar.gz
- doc? ( http://www.mozart-oz.org/download/mozart-ftp/store/1.4.0-2008-07-02-tar/mozart-1.4.0.20080704-doc.tar.gz )"
-LICENSE="Mozart"
-
-SLOT="0"
-KEYWORDS="-amd64 ~ppc -ppc64 ~x86"
-IUSE="doc emacs gdbm static tcl threads tk"
-
-RDEPEND="dev-lang/perl
- dev-libs/gmp
- sys-libs/zlib
- emacs? ( virtual/emacs )
- gdbm? ( sys-libs/gdbm )
- tcl? ( tk? (
- dev-lang/tk
- dev-lang/tcl ) )"
-DEPEND="${RDEPEND}
- sys-devel/bison
- sys-devel/flex"
-
-SITEFILE=50${PN}-gentoo.el
-
-S="${WORKDIR}"/${MY_P}
-
-src_prepare() {
- EPATCH_FORCE=yes
- EPATCH_SUFFIX=patch
- epatch "${WORKDIR}"/${PV}
-}
-
-src_configure() {
- local myconf="\
- --without-global-oz \
- --enable-opt=none"
-
- if use tcl && use tk ; then
- myconf="${myconf} --enable-wish"
- else
- myconf="${myconf} --disable-wish"
- fi
-
- econf \
- ${myconf} \
- --disable-doc \
- --enable-contrib \
- --disable-contrib-micq \
- $(use_enable doc contrib-doc) \
- $(use_enable gdbm contrib-gdbm) \
- $(use_enable tk contrib-tk) \
- $(use_enable emacs compile-elisp) \
- $(use_enable static link-static) \
- $(use_enable threads threaded)
-}
-
-src_compile() {
- emake bootstrap || die "emake bootstrap failed"
-}
-
-src_test() {
- # Mozart tests must be run single-threaded
- cd "${S}"/share/test
- emake -j1 boot-oztest || die "emake boot-oztest failed"
- emake -j1 boot-check || die "emake boot-check failed"
-}
-
-src_install() {
- emake \
- PREFIX="${D}"/usr/lib/mozart \
- ELISPDIR="${D}${SITELISP}/${PN}" \
- install || die "emake install failed"
-
- dosym /usr/lib/mozart/bin/convertTextPickle /usr/bin/convertTextPickle || die
- dosym /usr/lib/mozart/bin/oldpickle2text /usr/bin/oldpickle2text || die
- dosym /usr/lib/mozart/bin/ozc /usr/bin/ozc || die
- dosym /usr/lib/mozart/bin/ozd /usr/bin/ozd || die
- dosym /usr/lib/mozart/bin/ozengine /usr/bin/ozengine || die
- dosym /usr/lib/mozart/bin/ozl /usr/bin/ozl || die
- dosym /usr/lib/mozart/bin/ozplatform /usr/bin/ozplatform || die
- dosym /usr/lib/mozart/bin/oztool /usr/bin/oztool || die
- dosym /usr/lib/mozart/bin/pickle2text /usr/bin/pickle2text || die
- dosym /usr/lib/mozart/bin/text2pickle /usr/bin/text2pickle || die
-
- if use emacs; then
- dosym /usr/lib/mozart/bin/oz /usr/bin/oz || die
- elisp-site-file-install "${FILESDIR}/${SITEFILE}" \
- || die "elisp-site-file-install failed"
- fi
-
- if use doc ; then
- dohtml -r "${WORKDIR}"/mozart/doc/* || die
- fi
-
- dodoc README || die
-}
-
-pkg_postinst() {
- use emacs && elisp-site-regen
-}
-
-pkg_postrm() {
- use emacs && elisp-site-regen
-}
diff --git a/dev-lang/mozart/mozart-1.4.0.ebuild b/dev-lang/mozart/mozart-1.4.0.ebuild
deleted file mode 100644
index cd2737d4bb4b..000000000000
--- a/dev-lang/mozart/mozart-1.4.0.ebuild
+++ /dev/null
@@ -1,114 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/mozart/mozart-1.4.0.ebuild,v 1.13 2012/03/18 15:41:16 armin76 Exp $
-
-inherit elisp-common eutils
-
-PATCHSET_VER="1"
-MY_P="mozart-${PV}.20080704"
-
-DESCRIPTION="Mozart is an advanced development platform for intelligent, distributed applications"
-HOMEPAGE="http://www.mozart-oz.org/"
-SRC_URI="http://www.mozart-oz.org/download/mozart-ftp/store/1.4.0-2008-07-02-tar/mozart-1.4.0.20080704-src.tar.gz
- mirror://gentoo/${P}-gentoo-patchset-${PATCHSET_VER}.tar.gz
- doc? ( http://www.mozart-oz.org/download/mozart-ftp/store/1.4.0-2008-07-02-tar/mozart-1.4.0.20080704-doc.tar.gz )"
-LICENSE="Mozart"
-
-SLOT="0"
-KEYWORDS="-amd64 ~ppc -ppc64 ~x86"
-IUSE="doc emacs gdbm static tcl threads tk"
-
-RDEPEND="dev-lang/perl
- dev-libs/gmp
- sys-libs/zlib
- emacs? ( virtual/emacs )
- gdbm? ( sys-libs/gdbm )
- tcl? ( tk? (
- dev-lang/tk
- dev-lang/tcl ) )"
-DEPEND="${RDEPEND}
- sys-devel/bison
- sys-devel/flex"
-
-SITEFILE=50${PN}-gentoo.el
-
-S="${WORKDIR}"/${MY_P}
-
-src_unpack() {
- unpack ${A}
-
- EPATCH_FORCE=yes
- EPATCH_SUFFIX=patch
- epatch "${WORKDIR}"/${PV}
-}
-
-src_compile() {
- local myconf="\
- --without-global-oz \
- --enable-opt=none"
-
- if use tcl && use tk ; then
- myconf="${myconf} --enable-wish"
- else
- myconf="${myconf} --disable-wish"
- fi
-
- econf \
- ${myconf} \
- --disable-doc \
- --enable-contrib \
- --disable-contrib-micq \
- $(use_enable doc contrib-doc) \
- $(use_enable gdbm contrib-gdbm) \
- $(use_enable tk contrib-tk) \
- $(use_enable emacs compile-elisp) \
- $(use_enable static link-static) \
- $(use_enable threads threaded)
-
- emake bootstrap || die "emake bootstrap failed"
-}
-
-src_test() {
- # Mozart tests must be run single-threaded
- cd "${S}"/share/test
- emake -j1 boot-oztest || die "emake boot-oztest failed"
- emake -j1 boot-check || die "emake boot-check failed"
-}
-
-src_install() {
- emake \
- PREFIX="${D}"/usr/lib/mozart \
- ELISPDIR="${D}${SITELISP}/${PN}" \
- install || die "emake install failed"
-
- dosym /usr/lib/mozart/bin/convertTextPickle /usr/bin/convertTextPickle || die
- dosym /usr/lib/mozart/bin/oldpickle2text /usr/bin/oldpickle2text || die
- dosym /usr/lib/mozart/bin/oz /usr/bin/oz || die
- dosym /usr/lib/mozart/bin/ozc /usr/bin/ozc || die
- dosym /usr/lib/mozart/bin/ozd /usr/bin/ozd || die
- dosym /usr/lib/mozart/bin/ozengine /usr/bin/ozengine || die
- dosym /usr/lib/mozart/bin/ozl /usr/bin/ozl || die
- dosym /usr/lib/mozart/bin/ozplatform /usr/bin/ozplatform || die
- dosym /usr/lib/mozart/bin/oztool /usr/bin/oztool || die
- dosym /usr/lib/mozart/bin/pickle2text /usr/bin/pickle2text || die
- dosym /usr/lib/mozart/bin/text2pickle /usr/bin/text2pickle || die
-
- if use emacs; then
- elisp-site-file-install "${FILESDIR}/${SITEFILE}" \
- || die "elisp-site-file-install failed"
- fi
-
- if use doc ; then
- dohtml -r "${WORKDIR}"/mozart/doc/* || die
- fi
-
- dodoc README || die
-}
-
-pkg_postinst() {
- use emacs && elisp-site-regen
-}
-
-pkg_postrm() {
- use emacs && elisp-site-regen
-}