diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-lang/mozart-stdlib | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'dev-lang/mozart-stdlib')
8 files changed, 411 insertions, 0 deletions
diff --git a/dev-lang/mozart-stdlib/Manifest b/dev-lang/mozart-stdlib/Manifest new file mode 100644 index 000000000000..c93bc52a8f1e --- /dev/null +++ b/dev-lang/mozart-stdlib/Manifest @@ -0,0 +1 @@ +DIST mozart-1.4.0.20080704-std.tar.gz 1305359 SHA256 c94ca56d68aeb506e1454e14aaf6f3347005060e054cde5f82d62ed5e58cff39 SHA512 5b9d9811d739c3533b7f1fa98757d842b506d58a3fd5d89ee2c1d9c036b3130f152da05b19036c8c1609057e361d71b106a728afea47140ebab3b4fc82441aed WHIRLPOOL 8b7034d1d721533e2c563839e6345edce56a413d1e929639454c4720119ec8d89a320f45302cabf778fcb64e4c9fa3c2d6c7a2b0ab7955675a6494562a2098e5 diff --git a/dev-lang/mozart-stdlib/files/mozart-stdlib-1.3.2-doc.patch b/dev-lang/mozart-stdlib/files/mozart-stdlib-1.3.2-doc.patch new file mode 100644 index 000000000000..1752bb9f5187 --- /dev/null +++ b/dev-lang/mozart-stdlib/files/mozart-stdlib-1.3.2-doc.patch @@ -0,0 +1,179 @@ +diff -ur mozart-1.3.2.20060615-std.orig/adt/makefile.oz mozart-1.3.2.20060615-std/adt/makefile.oz +--- mozart-1.3.2.20060615-std.orig/adt/makefile.oz 2004-05-19 11:40:35.000000000 +1200 ++++ mozart-1.3.2.20060615-std/adt/makefile.oz 2007-02-17 12:29:43.000000000 +1300 +@@ -4,14 +4,5 @@ + 'Dictionary.ozf' 'Cell.ozf' + %%'Generator.ozf' + ] +- doc : [ +- 'index.html' +- 'cell.html' +- 'counter.html' +- 'dictionary.html' +- %%'generator.html' +- 'queue.html' +- 'stack.html' +- ] + + ) +diff -ur mozart-1.3.2.20060615-std.orig/makefile.oz mozart-1.3.2.20060615-std/makefile.oz +--- mozart-1.3.2.20060615-std.orig/makefile.oz 2004-05-19 20:05:19.000000000 +1200 ++++ mozart-1.3.2.20060615-std/makefile.oz 2007-02-17 12:29:25.000000000 +1300 +@@ -10,12 +10,4 @@ + 'os' + 'net' + ] +- doc : [ +- 'index.html' +- 'ozdoc.css' +- 'page.gif' +- 'string.html' +- 'mapping.html' +- 'generator.html' +- ] + ) +diff -ur mozart-1.3.2.20060615-std.orig/net/makefile.oz mozart-1.3.2.20060615-std/net/makefile.oz +--- mozart-1.3.2.20060615-std.orig/net/makefile.oz 2004-05-18 11:33:41.000000000 +1200 ++++ mozart-1.3.2.20060615-std/net/makefile.oz 2007-02-17 12:29:54.000000000 +1300 +@@ -1,4 +1,3 @@ + makefile( + lib : ['URL.ozf'] +- doc : ['index.html' 'url.html'] + ) +\ No newline at end of file +diff -ur mozart-1.3.2.20060615-std.orig/os/makefile.oz mozart-1.3.2.20060615-std/os/makefile.oz +--- mozart-1.3.2.20060615-std.orig/os/makefile.oz 2004-05-18 11:33:41.000000000 +1200 ++++ mozart-1.3.2.20060615-std/os/makefile.oz 2007-02-17 12:30:07.000000000 +1300 +@@ -1,4 +1,3 @@ + makefile( + lib : ['Path.ozf' 'Shell.ozf'] +- doc : ['index.html' 'path.html' 'shell.html'] + ) +diff -ur mozart-1.3.2.20060615-std.orig/wp/makefile.oz mozart-1.3.2.20060615-std/wp/makefile.oz +--- mozart-1.3.2.20060615-std.orig/wp/makefile.oz 2004-05-18 11:33:41.000000000 +1200 ++++ mozart-1.3.2.20060615-std/wp/makefile.oz 2007-02-17 12:30:24.000000000 +1300 +@@ -2,5 +2,4 @@ + subdirs : ['qtk' + %'qhtml' + ] +- doc : ['index.html'] + ) +diff -ur mozart-1.3.2.20060615-std.orig/wp/qtk/makefile.oz mozart-1.3.2.20060615-std/wp/qtk/makefile.oz +--- mozart-1.3.2.20060615-std.orig/wp/qtk/makefile.oz 2004-02-28 03:05:22.000000000 +1300 ++++ mozart-1.3.2.20060615-std/wp/qtk/makefile.oz 2007-02-17 12:31:29.000000000 +1300 +@@ -117,96 +117,4 @@ + %%src : ['QTk.ozf' 'QTkDevel.ozf' 'QTkBare.ozf'] + rules : o( + 'QTk.ozf' : ozl('QTkBare.ozf')) +- doc : ['html/button.gif' +- 'html/bwoz1.gif' +- 'html/canvas.gif' +- 'html/checkbutton.gif' +- 'html/color.gif' +- 'html/dropdownlistbox.gif' +- 'html/entry.gif' +- 'html/grid.gif' +- 'html/index.html' +- 'html/label.gif' +- 'html/line.gif' +- 'html/listbox.gif' +- 'html/listcont.oz' +- 'html/load.gif' +- 'html/menubutton.gif' +- 'html/message.gif' +- 'html/node1.html' +- 'html/node10.html' +- 'html/node11.html' +- 'html/node12.html' +- 'html/node13.html' +- 'html/node14.html' +- 'html/node15.html' +- 'html/node16.html' +- 'html/node17.html' +- 'html/node18.html' +- 'html/node19.html' +- 'html/node2.html' +- 'html/node20.html' +- 'html/node21.html' +- 'html/node22.html' +- 'html/node23.html' +- 'html/node24.html' +- 'html/node25.html' +- 'html/node26.html' +- 'html/node27.html' +- 'html/node28.html' +- 'html/node29.html' +- 'html/node3.html' +- 'html/node30.html' +- 'html/node31.html' +- 'html/node32.html' +- 'html/node33.html' +- 'html/node34.html' +- 'html/node35.html' +- 'html/node36.html' +- 'html/node37.html' +- 'html/node38.html' +- 'html/node39.html' +- 'html/node4.html' +- 'html/node40.html' +- 'html/node41.html' +- 'html/node42.html' +- 'html/node43.html' +- 'html/node44.html' +- 'html/node45.html' +- 'html/node5.html' +- 'html/node6.html' +- 'html/node7.html' +- 'html/node8.html' +- 'html/node9.html' +- 'html/notepad.oz' +- 'html/numberentry.gif' +- 'html/ozdoc.css' +- 'html/page.gif' +- 'html/panel.gif' +- 'html/picture1.gif' +- 'html/picture10.gif' +- 'html/picture100.gif' +- 'html/picture11.gif' +- 'html/picture2.gif' +- 'html/picture3.gif' +- 'html/picture4.gif' +- 'html/picture5.gif' +- 'html/picture6.gif' +- 'html/picture8.gif' +- 'html/picture9.gif' +- 'html/placeholder.gif' +- 'html/printcanvas.gif' +- 'html/radiobutton.gif' +- 'html/rubberframe.gif' +- 'html/scale.gif' +- 'html/scrollbar.gif' +- 'html/scrollframe.gif' +- 'html/space.gif' +- 'html/tbbutton.gif' +- 'html/tbcheckbutton.gif' +- 'html/tbradiobutton.gif' +- 'html/tdlr.gif' +- 'html/text.gif' +- 'html/toplevel.gif' +- ] + ) +diff -ur mozart-1.3.2.20060615-std.orig/xml/makefile.oz mozart-1.3.2.20060615-std/xml/makefile.oz +--- mozart-1.3.2.20060615-std.orig/xml/makefile.oz 2004-05-18 11:33:42.000000000 +1200 ++++ mozart-1.3.2.20060615-std/xml/makefile.oz 2007-02-17 12:31:52.000000000 +1300 +@@ -1,4 +1,3 @@ + makefile( + subdirs:['parser'] +- doc : ['index.html'] + ) +\ No newline at end of file +diff -ur mozart-1.3.2.20060615-std.orig/xml/parser/makefile.oz mozart-1.3.2.20060615-std/xml/parser/makefile.oz +--- mozart-1.3.2.20060615-std.orig/xml/parser/makefile.oz 2004-05-18 11:33:42.000000000 +1200 ++++ mozart-1.3.2.20060615-std/xml/parser/makefile.oz 2007-02-17 12:37:58.000000000 +1300 +@@ -1,6 +1,5 @@ + makefile( + lib : ['Parser.ozf'] +- doc : ['index.html' 'example.xml'] + version : '0.5' + uri : 'x-oz://system/xml' + % mogul : 'mogul:/duchier/xml/parser' diff --git a/dev-lang/mozart-stdlib/files/mozart-stdlib-1.3.2-ozmake.patch b/dev-lang/mozart-stdlib/files/mozart-stdlib-1.3.2-ozmake.patch new file mode 100644 index 000000000000..1f6b2022001c --- /dev/null +++ b/dev-lang/mozart-stdlib/files/mozart-stdlib-1.3.2-ozmake.patch @@ -0,0 +1,78 @@ +diff -ur mozart-1.3.2.20060615-std.orig/Makefile.in mozart-1.3.2.20060615-std/Makefile.in +--- mozart-1.3.2.20060615-std.orig/Makefile.in 2004-05-19 02:22:05.000000000 +1200 ++++ mozart-1.3.2.20060615-std/Makefile.in 2007-02-17 11:12:09.000000000 +1300 +@@ -12,6 +12,7 @@ + NOTDIRSRCDIR = $(notdir $(SRCDIR)) + BUILDDATE = $(shell date '+%Y%m%d') + VERSION = $(shell $(OZTOOL) version) ++BINDIR = /usr/bin + + ifeq ($(PLATFORM),win32-i486) + OZEMULATOR = $(shell $(CYGPATH) $(PREFIX)/platform/win32-i486/emulator.dll) +@@ -22,11 +23,14 @@ + $(OZENGINE) ozmake/ozmake.ozf --prefix=$(CYG_PREFIX) --srcdir=$(CYG_SRCDIR) + + build.ozmake: +- cd ozmake && $(MAKE) ozmake.ozf ++ cd ozmake && $(MAKE) ozmake + + 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 ++ mkdir -p $(BINDIR) ++ cp ozmake/ozmake $(BINDIR) ++ chmod +x $(BINDIR)/ozmake + + export CLEANDIR + +diff -ur mozart-1.3.2.20060615-std.orig/ozmake/Attribs.oz mozart-1.3.2.20060615-std/ozmake/Attribs.oz +--- mozart-1.3.2.20060615-std.orig/ozmake/Attribs.oz 2004-05-15 03:21:43.000000000 +1200 ++++ mozart-1.3.2.20060615-std/ozmake/Attribs.oz 2007-02-17 09:29:47.000000000 +1300 +@@ -458,7 +458,7 @@ + end + + meth get_oz_home($) {Path.expand {Property.get 'oz.home'}} end +- meth get_oz_bindir($) {Path.resolve Attribs,get_oz_home($) 'bin'} end ++ meth get_oz_bindir($) {Path.resolve '/usr' 'bin'} end + meth get_oz_engine($) + if @OzEngine==unit then + P={Path.resolveAtom Attribs,get_oz_bindir($) 'ozengine.exe'} +diff -ur mozart-1.3.2.20060615-std.orig/ozmake/Makefile.in mozart-1.3.2.20060615-std/ozmake/Makefile.in +--- mozart-1.3.2.20060615-std.orig/ozmake/Makefile.in 2004-04-01 00:52:55.000000000 +1200 ++++ mozart-1.3.2.20060615-std/ozmake/Makefile.in 2007-02-17 10:55:26.000000000 +1300 +@@ -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 -ur mozart-1.3.2.20060615-std.orig/ozmake/Makefile.vars mozart-1.3.2.20060615-std/ozmake/Makefile.vars +--- mozart-1.3.2.20060615-std.orig/ozmake/Makefile.vars 2005-06-05 01:47:45.000000000 +1200 ++++ mozart-1.3.2.20060615-std/ozmake/Makefile.vars 2007-02-17 08:42:20.000000000 +1300 +@@ -13,6 +13,6 @@ + MakeGUI.oz Fixes.oz DatabaseLib.oz CHANGES Config.oz Mogul.oz \ + Pickler.oz ExecutorFast.oz Depends.oz Requires.oz + PKG_INSTALLS = ozmake.ozf +-PKG_INSTALLS_BIN= ozmake ozmake.win ++PKG_INSTALLS_BIN= ozmake + PKG_UPDATE = tgz tarz + PKG_INSTALLS_DOC= index.html CHANGES +diff -ur mozart-1.3.2.20060615-std.orig/ozmake/makefile.oz mozart-1.3.2.20060615-std/ozmake/makefile.oz +--- mozart-1.3.2.20060615-std.orig/ozmake/makefile.oz 2004-05-22 09:37:24.000000000 +1200 ++++ mozart-1.3.2.20060615-std/ozmake/makefile.oz 2007-02-17 12:15:46.000000000 +1300 +@@ -4,8 +4,8 @@ + mogul : 'mogul:/mozart/ozmake' + author: 'mogul:/duchier/denys' + lib : ['ozmake.ozf'] +- bin : ['ozmake.exe'] +- doc : ['index.html' 'CHANGES'] ++% bin : ['ozmake.exe'] ++% doc : ['index.html' 'CHANGES'] + rules : + o( + 'ozmake.ozf' : ozl('Main.ozf') diff --git a/dev-lang/mozart-stdlib/files/mozart-stdlib-1.3.2-r1-ozmake.patch b/dev-lang/mozart-stdlib/files/mozart-stdlib-1.3.2-r1-ozmake.patch new file mode 100644 index 000000000000..12a621390ebd --- /dev/null +++ b/dev-lang/mozart-stdlib/files/mozart-stdlib-1.3.2-r1-ozmake.patch @@ -0,0 +1,78 @@ +diff -ur mozart-1.3.2.20060615-std.orig/Makefile.in mozart-1.3.2.20060615-std/Makefile.in +--- mozart-1.3.2.20060615-std.orig/Makefile.in 2004-05-19 02:22:05.000000000 +1200 ++++ mozart-1.3.2.20060615-std/Makefile.in 2007-02-17 11:12:09.000000000 +1300 +@@ -12,6 +12,7 @@ + NOTDIRSRCDIR = $(notdir $(SRCDIR)) + BUILDDATE = $(shell date '+%Y%m%d') + VERSION = $(shell $(OZTOOL) version) ++BINDIR = $(PREFIX)/bin + + ifeq ($(PLATFORM),win32-i486) + OZEMULATOR = $(shell $(CYGPATH) $(PREFIX)/platform/win32-i486/emulator.dll) +@@ -22,11 +23,14 @@ + $(OZENGINE) ozmake/ozmake.ozf --prefix=$(CYG_PREFIX) --srcdir=$(CYG_SRCDIR) + + build.ozmake: +- cd ozmake && $(MAKE) ozmake.ozf ++ cd ozmake && $(MAKE) ozmake + + 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 ++ mkdir -p $(BINDIR) ++ cp ozmake/ozmake $(BINDIR) ++ chmod +x $(BINDIR)/ozmake + + export CLEANDIR + +diff -ur mozart-1.3.2.20060615-std.orig/ozmake/Attribs.oz mozart-1.3.2.20060615-std/ozmake/Attribs.oz +--- mozart-1.3.2.20060615-std.orig/ozmake/Attribs.oz 2004-05-15 03:21:43.000000000 +1200 ++++ mozart-1.3.2.20060615-std/ozmake/Attribs.oz 2007-02-17 09:29:47.000000000 +1300 +@@ -458,7 +458,7 @@ + end + + meth get_oz_home($) {Path.expand {Property.get 'oz.home'}} end +- meth get_oz_bindir($) {Path.resolve Attribs,get_oz_home($) 'bin'} end ++ meth get_oz_bindir($) {Path.resolve '/usr/lib/mozart' 'bin'} end + meth get_oz_engine($) + if @OzEngine==unit then + P={Path.resolveAtom Attribs,get_oz_bindir($) 'ozengine.exe'} +diff -ur mozart-1.3.2.20060615-std.orig/ozmake/Makefile.in mozart-1.3.2.20060615-std/ozmake/Makefile.in +--- mozart-1.3.2.20060615-std.orig/ozmake/Makefile.in 2004-04-01 00:52:55.000000000 +1200 ++++ mozart-1.3.2.20060615-std/ozmake/Makefile.in 2007-02-17 10:55:26.000000000 +1300 +@@ -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 -ur mozart-1.3.2.20060615-std.orig/ozmake/Makefile.vars mozart-1.3.2.20060615-std/ozmake/Makefile.vars +--- mozart-1.3.2.20060615-std.orig/ozmake/Makefile.vars 2005-06-05 01:47:45.000000000 +1200 ++++ mozart-1.3.2.20060615-std/ozmake/Makefile.vars 2007-02-17 08:42:20.000000000 +1300 +@@ -13,6 +13,6 @@ + MakeGUI.oz Fixes.oz DatabaseLib.oz CHANGES Config.oz Mogul.oz \ + Pickler.oz ExecutorFast.oz Depends.oz Requires.oz + PKG_INSTALLS = ozmake.ozf +-PKG_INSTALLS_BIN= ozmake ozmake.win ++PKG_INSTALLS_BIN= ozmake + PKG_UPDATE = tgz tarz + PKG_INSTALLS_DOC= index.html CHANGES +diff -ur mozart-1.3.2.20060615-std.orig/ozmake/makefile.oz mozart-1.3.2.20060615-std/ozmake/makefile.oz +--- mozart-1.3.2.20060615-std.orig/ozmake/makefile.oz 2004-05-22 09:37:24.000000000 +1200 ++++ mozart-1.3.2.20060615-std/ozmake/makefile.oz 2007-02-17 12:15:46.000000000 +1300 +@@ -4,8 +4,8 @@ + mogul : 'mogul:/mozart/ozmake' + author: 'mogul:/duchier/denys' + lib : ['ozmake.ozf'] +- bin : ['ozmake.exe'] +- doc : ['index.html' 'CHANGES'] ++% bin : ['ozmake.exe'] ++% doc : ['index.html' 'CHANGES'] + rules : + o( + 'ozmake.ozf' : ozl('Main.ozf') 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 new file mode 100644 index 000000000000..f4102a47b272 --- /dev/null +++ b/dev-lang/mozart-stdlib/files/mozart-stdlib-1.4.0-docroot.patch @@ -0,0 +1,13 @@ +--- 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 new file mode 100644 index 000000000000..6cdc6153f6e3 --- /dev/null +++ b/dev-lang/mozart-stdlib/files/mozart-stdlib-1.4.0-ozload.patch @@ -0,0 +1,13 @@ +--- 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/metadata.xml b/dev-lang/mozart-stdlib/metadata.xml new file mode 100644 index 000000000000..b60aa8b6a4a7 --- /dev/null +++ b/dev-lang/mozart-stdlib/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer> + <email>keri@gentoo.org</email> + <name>Keri Harris</name> +</maintainer> +</pkgmetadata> diff --git a/dev-lang/mozart-stdlib/mozart-stdlib-1.4.0-r1.ebuild b/dev-lang/mozart-stdlib/mozart-stdlib-1.4.0-r1.ebuild new file mode 100644 index 000000000000..47a78579eb97 --- /dev/null +++ b/dev-lang/mozart-stdlib/mozart-stdlib-1.4.0-r1.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="2" + +inherit eutils + +MY_P="mozart-${PV}.20080704-std" + +DESCRIPTION="The Mozart Standard Library" +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-std.tar.gz" +LICENSE="Mozart" + +SLOT="0" +KEYWORDS="-amd64 ppc -ppc64 x86" +IUSE="" + +DEPEND="dev-lang/mozart" +RDEPEND="${DEPEND}" + +S="${WORKDIR}"/${MY_P} + +src_prepare() { + epatch "${FILESDIR}"/${P}-ozload.patch + epatch "${FILESDIR}"/${P}-docroot.patch +} + +src_install() { + emake \ + PREFIX="${D}"/usr/lib/mozart \ + DOCROOT="${D}"/usr/share/doc/${PF} \ + install || die "emake install failed" + + dosym /usr/lib/mozart/bin/ozmake /usr/bin/ozmake || die + + doman ozmake/ozmake.1 || die + docinto mozart-ozmake + dodoc ozmake/{DESIGN,NOTES,README} || die +} |