Skip to content

Commit

Permalink
dev-lang/rebol-bin: bump to snapshot from 2014, bug #450864
Browse files Browse the repository at this point in the history
Added amd64 experimental binaries, added QA_PREBUILT.

Bug: https://bugs.gentoo.org/450864

Package-Manager: portage-2.3.0
  • Loading branch information
Sergei Trofimovich committed Jul 15, 2016
1 parent bae75a7 commit bde8ed3
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev-lang/rebol-bin/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
DIST r3-a111-4-4.tar.gz 269516 SHA256 421c84f86b4649eaccaffe69c3a2b1bd856929e63711eea81da49d10bcdc05a4 SHA512 060b01197c242ceda20fe84228a5ae7d2a329eac04549ad5e0f368bc91baea515143e541ed9815a14aba9b3d571a22ff0d643716dc21452d5aeeb7678938455e WHIRLPOOL e3bb2de479e3620a6209c7e7dd245b9725422f7eb8bd3fc1db588d28dd605f2f19e5bf9f3ceec0a9f9978e360f02d59f6b781ed5f633eca17ea1656eae8292cb
DIST r3-g25033f8 553424 SHA256 9a7ae292bbecdd4fcc6246035c837668b5cb1725375ec5534774612496f305b9 SHA512 8376e0d6e708777539f9639d5c78120aa02e7364d269435bec6ef6b0527e8321e0135ea1cb005246cb7e3387cf5c941864933e21c21fb3f0e322f5c8ea118ec3 WHIRLPOOL 613f7343c9fc0c5e176ef1e3051a4e3721856483fa23ec6d5fec344382355ddc7dd7226a0facf430bd25c268efa32f9074598206c22314e6bcb20ef72cd66017
DIST r3-linux-x64-gbf237fc 563560 SHA256 3ddb6e7d90fda9623676f7bc0dfc28e373e047e9c73c7c8df77b314aec34a832 SHA512 e984a10c59aa66a081dd8aee8ad7376cc50c600211167468b8fb9b461481b7e8df50b974de931d5c6ce31df3f70dd108f9e890daeb759da525ea81ebf9c5dc35 WHIRLPOOL 1a1274294194ddd9d9235b4876038e3f2a286e1f932cb40793b778f63012429ebcb353f978f116dbb45079c494e50e8cdfca3f6a980a27ce479111bc7e5c5856
4 changes: 4 additions & 0 deletions dev-lang/rebol-bin/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,8 @@
<email>[email protected]</email>
<name>Patrick Lauer</name>
</maintainer>
<maintainer type="person">
<email>[email protected]</email>
<name>Sergei Trofimovich</name>
</maintainer>
</pkgmetadata>
40 changes: 40 additions & 0 deletions dev-lang/rebol-bin/rebol-bin-3_pre20140304.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=6
DESCRIPTION="Relative Expression-Based Object Language"
HOMEPAGE="http://rebol.com"

# download links are from
# http://rebolsource.net/
# amd64 is of experimental build
git_commit=25033f8
SRC_URI="
amd64? ( http://rebolsource.net/downloads/experimental/r3-linux-x64-gbf237fc )
x86? ( http://rebolsource.net/downloads/linux-x86/r3-g${git_commit} )
"

# sourcecode uses this license:
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

QA_PREBUILT="opt/rebol/r3"

S=${WORKDIR}

src_unpack() {
mkdir -p "${S}"
cp "${DISTDIR}/${A}" "${S}"/r3 || die
}

src_compile() {
:
}

src_install() {
exeinto /opt/rebol
doexe r3
}

0 comments on commit bde8ed3

Please sign in to comment.