public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-lang/mozart-stdlib/files/, dev-lang/mozart-stdlib/
@ 2020-09-11 14:39 Keri Harris
  0 siblings, 0 replies; only message in thread
From: Keri Harris @ 2020-09-11 14:39 UTC (permalink / raw
  To: gentoo-commits

commit:     42fbf51fccf61197a377967b84de3ac48fa99307
Author:     Keri Harris <keri <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 11 14:38:37 2020 +0000
Commit:     Keri Harris <keri <AT> gentoo <DOT> org>
CommitDate: Fri Sep 11 14:38:37 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42fbf51f

dev-lang/mozart-stdlib: remove old (broken) version

Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Keri Harris <keri <AT> gentoo.org>

 dev-lang/mozart-stdlib/Manifest                    |  1 -
 .../files/mozart-stdlib-1.4.0-docroot.patch        | 13 --------
 .../files/mozart-stdlib-1.4.0-ozload.patch         | 13 --------
 .../mozart-stdlib/mozart-stdlib-1.4.0-r2.ebuild    | 35 ----------------------
 4 files changed, 62 deletions(-)

diff --git a/dev-lang/mozart-stdlib/Manifest b/dev-lang/mozart-stdlib/Manifest
index 35d4e0af1e8..740685a3e6a 100644
--- a/dev-lang/mozart-stdlib/Manifest
+++ b/dev-lang/mozart-stdlib/Manifest
@@ -1,3 +1,2 @@
-DIST mozart-1.4.0.20080704-std.tar.gz 1305359 BLAKE2B 1dc665a801f2ab1a87b6256279cf097053865b6d78c8131f15188b5b5e25d4b70c34c8dc590b9c4c708ece9821ba1d46fc62ddec698471ff5c629dfcee171a71 SHA512 5b9d9811d739c3533b7f1fa98757d842b506d58a3fd5d89ee2c1d9c036b3130f152da05b19036c8c1609057e361d71b106a728afea47140ebab3b4fc82441aed
 DIST mozart-stdlib-2.0.1-gentoo-patchset-0.tar.gz 1237 BLAKE2B c18fbaba2860faed1ab1b53cc9ead90af338da8fc673c08e167463c784e1b31ec9b6edadb1a55cf70d25f545e88fa226ccec313df09f1ecaa16eb619f9242b8d SHA512 84f2c44124901f63ee11706cdd573b2f6a4eb8427d12560be8f0772bb872ca9f5a14ad3f047ce64da8060188f21ccf774b1866ecc439381294822c6d9a41f2eb
 DIST mozart2-stdlib-2.0.1.tar.gz 1315353 BLAKE2B b2bd25634dc9194af6dc5e23da369515b3a55e0b23bf6d1bf312d0b8eb9f92eee732ea9cf14ebd659e0e296f77c1b1cffa13a74885279bfc5fc0be5d583fd8c3 SHA512 8bb481b00cd9b62aef348dba9e905b3210d1a2fd219cf561d7d243dc0ead135d3ca53378a5945deedfc67ae076ca72008dd098f4a326f00992764123b682f79c

diff --git a/dev-lang/mozart-stdlib/files/mozart-stdlib-1.4.0-docroot.patch b/dev-lang/mozart-stdlib/files/mozart-stdlib-1.4.0-docroot.patch
deleted file mode 100644
index f4102a47b27..00000000000
--- a/dev-lang/mozart-stdlib/files/mozart-stdlib-1.4.0-docroot.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- mozart-1.4.0.20080704-std.orig/Makefile.in	2004-05-19 02:22:05.000000000 +1200
-+++ mozart-1.4.0.20080704-std/Makefile.in	2010-11-20 13:33:30.000000000 +1300
-@@ -25,8 +25,8 @@
- 	cd ozmake && $(MAKE) ozmake.ozf
- 
- install: all
--	$(OZENGINE) ozmake/ozmake.ozf --prefix=$(CYG_PREFIX) --srcdir=$(CYG_SRCDIR) --install --nosavedb
--	$(OZENGINE) ozmake/ozmake.ozf --prefix=$(CYG_PREFIX) --srcdir=$(CYG_SRCDIR)/ozmake --builddir=$(CYG_BUILDDIR_OZMAKE) --install --nosavedb
-+	$(OZENGINE) ozmake/ozmake.ozf --prefix=$(CYG_PREFIX) --srcdir=$(CYG_SRCDIR) --docroot=$(DOCROOT) --install --nosavedb
-+	$(OZENGINE) ozmake/ozmake.ozf --prefix=$(CYG_PREFIX) --srcdir=$(CYG_SRCDIR)/ozmake --builddir=$(CYG_BUILDDIR_OZMAKE) --docroot=$(DOCROOT) --install --nosavedb
- 
- export CLEANDIR
- 

diff --git a/dev-lang/mozart-stdlib/files/mozart-stdlib-1.4.0-ozload.patch b/dev-lang/mozart-stdlib/files/mozart-stdlib-1.4.0-ozload.patch
deleted file mode 100644
index 6cdc6153f6e..00000000000
--- a/dev-lang/mozart-stdlib/files/mozart-stdlib-1.4.0-ozload.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- mozart-1.4.0.20080704-std.orig/ozmake/Makefile.in	2004-04-01 00:52:55.000000000 +1200
-+++ mozart-1.4.0.20080704-std/ozmake/Makefile.in	2008-07-06 19:56:25.000000000 +1200
-@@ -37,8 +37,8 @@
- 
- # these additional 2 lines makes it possible to build in a directory
- # different from the source directory
--OZLOAD = prefix=$(CYGSRCDIR)=$(CYGBUILDDIR)$(OZLOADSEP)root=$(CYGBUILDDIR)$(OZLOADSEP)root=$(CYGSRCDIR)$(OZLOADSEP)cache=~/.oz/cache$(OZLOADSEP)cache=$(OZHOME)/cache
--export OZLOAD
-+#OZLOAD = prefix=$(CYGSRCDIR)=$(CYGBUILDDIR)$(OZLOADSEP)root=$(CYGBUILDDIR)$(OZLOADSEP)root=$(CYGSRCDIR)$(OZLOADSEP)cache=~/.oz/cache$(OZLOADSEP)cache=$(OZHOME)/cache
-+#export OZLOAD
- 
- XSLTPROC	= @VAR_XSLTPROC@
- LYNX		= @VAR_LYNX@

diff --git a/dev-lang/mozart-stdlib/mozart-stdlib-1.4.0-r2.ebuild b/dev-lang/mozart-stdlib/mozart-stdlib-1.4.0-r2.ebuild
deleted file mode 100644
index 16efae7b182..00000000000
--- a/dev-lang/mozart-stdlib/mozart-stdlib-1.4.0-r2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_P="mozart-${PV}.20080704-std"
-
-DESCRIPTION="The Mozart Standard Library"
-HOMEPAGE="https://mozart.github.io/ https://github.com/mozart/mozart"
-SRC_URI="mirror://sourceforge/project/mozart-oz/v1/1.4.0-2008-07-02-tar/${MY_P}.tar.gz"
-LICENSE="Mozart"
-
-SLOT="0"
-KEYWORDS="-amd64 ppc -ppc64 x86"
-
-DEPEND="dev-lang/mozart"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}"/${MY_P}
-
-PATCHES=( "${FILESDIR}"/${P}-ozload.patch
-	"${FILESDIR}"/${P}-docroot.patch )
-
-src_install() {
-	emake \
-		PREFIX="${D}"/usr/lib/mozart \
-		DOCROOT="${D}"/usr/share/doc/${PF} \
-		install
-
-	dosym /usr/lib/mozart/bin/ozmake /usr/bin/ozmake
-
-	doman ozmake/ozmake.1
-	docinto mozart-ozmake
-	dodoc ozmake/{DESIGN,NOTES,README}
-}


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-09-11 14:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-11 14:39 [gentoo-commits] repo/gentoo:master commit in: dev-lang/mozart-stdlib/files/, dev-lang/mozart-stdlib/ Keri Harris

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox