Page MenuHomeSolus

D3990.diff
No OneTemporary

D3990.diff

Index: Makefile
===================================================================
--- /dev/null
+++ Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
Index: abi_used_libs
===================================================================
--- /dev/null
+++ abi_used_libs
@@ -0,0 +1,5 @@
+libc.so.6
+libdl.so.2
+libgcc_s.so.1
+libm.so.6
+libstdc++.so.6
Index: package.yml
===================================================================
--- /dev/null
+++ package.yml
@@ -0,0 +1,25 @@
+name : opam
+version : 2.0.0
+release : 1
+homepage : https://opam.ocaml.org/
+source :
+ # Note: Ensure that the 'full' version of the package is used, otherwise deps are downloaded over the network at build time.
+ - https://github.com/ocaml/opam/releases/download/2.0.0/opam-full-2.0.0.tar.gz : 9dad4fcb4f53878c9daa6285d8456ccc671e21bfa71544d1f926fb8a63bfed25
+license : LGPL-2.1
+component : programming.tools
+summary : Opam is a source-based package manager for OCaml
+description: |
+ Opam is a source-based package manager for OCaml. It supports multiple simultaneous compiler installations, flexible package constraints, and a Git-friendly development workflow.
+builddeps :
+ - ocaml
+rundeps :
+ - ocaml
+setup : |
+ %configure
+build : |
+ %make lib-ext
+ # Note: -j1 must currently be passed to force make to build serially. This doesn't impact build performance and dune executes builds in parallel.
+ # See the following github issue for more information: https://github.com/ocaml/opam/issues/3585
+ %make -j1
+install : |
+ %make_install
\ No newline at end of file
Index: pspec_x86_64.xml
===================================================================
--- /dev/null
+++ pspec_x86_64.xml
@@ -0,0 +1,74 @@
+<PISI>
+ <Source>
+ <Name>opam</Name>
+ <Homepage>https://opam.ocaml.org/</Homepage>
+ <Packager>
+ <Name>Joe Alden</Name>
+ <Email>me@joealden.com</Email>
+ </Packager>
+ <License>LGPL-2.1</License>
+ <PartOf>programming.tools</PartOf>
+ <Summary xml:lang="en">Opam is a source-based package manager for OCaml</Summary>
+ <Description xml:lang="en">Opam is a source-based package manager for OCaml. It supports multiple simultaneous compiler installations, flexible package constraints, and a Git-friendly development workflow.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>opam</Name>
+ <Summary xml:lang="en">Opam is a source-based package manager for OCaml</Summary>
+ <Description xml:lang="en">Opam is a source-based package manager for OCaml. It supports multiple simultaneous compiler installations, flexible package constraints, and a Git-friendly development workflow.
+</Description>
+ <PartOf>programming.tools</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin/opam</Path>
+ <Path fileType="executable">/usr/bin/opam-installer</Path>
+ <Path fileType="data">/usr/doc/opam-installer/CHANGES</Path>
+ <Path fileType="data">/usr/doc/opam-installer/LICENSE</Path>
+ <Path fileType="data">/usr/doc/opam-installer/README.md</Path>
+ <Path fileType="library">/usr/lib/opam-installer/META</Path>
+ <Path fileType="library">/usr/lib/opam-installer/opam</Path>
+ <Path fileType="man">/usr/share/man/man1/opam-admin-cache.1</Path>
+ <Path fileType="man">/usr/share/man/man1/opam-admin-filter.1</Path>
+ <Path fileType="man">/usr/share/man/man1/opam-admin-index.1</Path>
+ <Path fileType="man">/usr/share/man/man1/opam-admin-lint.1</Path>
+ <Path fileType="man">/usr/share/man/man1/opam-admin-list.1</Path>
+ <Path fileType="man">/usr/share/man/man1/opam-admin-upgrade.1</Path>
+ <Path fileType="man">/usr/share/man/man1/opam-admin.1</Path>
+ <Path fileType="man">/usr/share/man/man1/opam-clean.1</Path>
+ <Path fileType="man">/usr/share/man/man1/opam-config.1</Path>
+ <Path fileType="man">/usr/share/man/man1/opam-env.1</Path>
+ <Path fileType="man">/usr/share/man/man1/opam-exec.1</Path>
+ <Path fileType="man">/usr/share/man/man1/opam-help.1</Path>
+ <Path fileType="man">/usr/share/man/man1/opam-info.1</Path>
+ <Path fileType="man">/usr/share/man/man1/opam-init.1</Path>
+ <Path fileType="man">/usr/share/man/man1/opam-install.1</Path>
+ <Path fileType="man">/usr/share/man/man1/opam-installer.1</Path>
+ <Path fileType="man">/usr/share/man/man1/opam-lint.1</Path>
+ <Path fileType="man">/usr/share/man/man1/opam-list.1</Path>
+ <Path fileType="man">/usr/share/man/man1/opam-pin.1</Path>
+ <Path fileType="man">/usr/share/man/man1/opam-reinstall.1</Path>
+ <Path fileType="man">/usr/share/man/man1/opam-remote.1</Path>
+ <Path fileType="man">/usr/share/man/man1/opam-remove.1</Path>
+ <Path fileType="man">/usr/share/man/man1/opam-repository.1</Path>
+ <Path fileType="man">/usr/share/man/man1/opam-search.1</Path>
+ <Path fileType="man">/usr/share/man/man1/opam-show.1</Path>
+ <Path fileType="man">/usr/share/man/man1/opam-source.1</Path>
+ <Path fileType="man">/usr/share/man/man1/opam-switch.1</Path>
+ <Path fileType="man">/usr/share/man/man1/opam-uninstall.1</Path>
+ <Path fileType="man">/usr/share/man/man1/opam-unpin.1</Path>
+ <Path fileType="man">/usr/share/man/man1/opam-update.1</Path>
+ <Path fileType="man">/usr/share/man/man1/opam-upgrade.1</Path>
+ <Path fileType="man">/usr/share/man/man1/opam-var.1</Path>
+ <Path fileType="man">/usr/share/man/man1/opam.1</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2018-10-08</Date>
+ <Version>2.0.0</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Joe Alden</Name>
+ <Email>me@joealden.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Wed, Aug 2, 9:10 AM (6 d, 10 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5794060
Default Alt Text
D3990.diff (6 KB)

Event Timeline