public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Keri Harris" <keri@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/xsb/
Date: Fri, 19 Feb 2016 17:18:57 +0000 (UTC)	[thread overview]
Message-ID: <1455902233.56e4d19a0d021cee96232d10466fbffafb28aa1f.keri@gentoo> (raw)

commit:     56e4d19a0d021cee96232d10466fbffafb28aa1f
Author:     Keri Harris <keri <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 19 17:14:31 2016 +0000
Commit:     Keri Harris <keri <AT> gentoo <DOT> org>
CommitDate: Fri Feb 19 17:17:13 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56e4d19a

dev-lang/xsb: respect host config in toplevel xsb-script

Package-Manager: portage-2.2.26

 dev-lang/xsb/Manifest         | 2 +-
 dev-lang/xsb/xsb-3.6.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lang/xsb/Manifest b/dev-lang/xsb/Manifest
index 01598cf..0cba9e8 100644
--- a/dev-lang/xsb/Manifest
+++ b/dev-lang/xsb/Manifest
@@ -5,4 +5,4 @@ DIST XSB360.tar.gz 12842882 SHA256 bb8d2b30e598574e263ddb48b7569e5582953a0c4f8b1
 DIST xsb-3.3.6-gentoo-patchset-1.tar.gz 17711 SHA256 7630aa3497a80e6a39580bb050da8169318842de3f6b17a8b1f8a721ea6ec0e4 SHA512 a554833e974973f3bf6ad9d63d1e7bcbe358cfccdd35ad3f982375cfa171637484277c9c8be95c5eea34dac87845d02b6abc7d4675e1ff324c64603ae06338d1 WHIRLPOOL 5a0c6bfcc554e5c34f57acf1de2001bfbdea7e18e2ed1037409f58dc2151199c79af01f7d7cca8b7dea79bfe571fca8ff6b1f78ab368d7255e49dab8fe61fa3e
 DIST xsb-3.3.7-gentoo-patchset-0.tar.gz 18248 SHA256 2eaad6dedac906f207c24713d92115086196f3c626d1b0e0401c71b4bfe10038 SHA512 3943000e40abad25da8fef2983e059dadf6d794a5a40406a3fb9d7e29506afb0d5ad1d86b0825849ea7dd9741fdfafa2b71fc2fd26cc2b679e39d85f76a91959 WHIRLPOOL d2d51c482d1ff207709c8ed280eb148c632d81d4670ead646c8eb5a62651932dbe292adca03060d1b591405fdbad274be1b767fd3e19e5a4f4e4da3fd4277ea6
 DIST xsb-3.5.0-gentoo-patchset-0.tar.gz 5337 SHA256 3dbdbc3bbbfeac4083221ec89d524026fa9ec8a528baacb1c1e3495629a0bbee SHA512 a1158d4480dada855c3cdb80b065b1c3ac2c9b7e8da16ce0a39e7ffb70821c547ae2ba3bf1776a2c70f02bf85828bedbaa81cf4be469c7aeced5d8df541aa998 WHIRLPOOL 1b61a1136433e3119eb6a4018adf8aafd67bbc90333452fb9cb4ac49957a05fd4b40fd64ef7bfc5e472cd2c4277d62f8d3b5db1bf3f9e5f9d396133ae78c8e84
-DIST xsb-3.6.0-gentoo-patchset-0.tar.gz 6202 SHA256 d981abc037a9a04d86c6c090221e8cd089810b369f6dc620b1ff239ed8830dc0 SHA512 7aa559a8a275274fc9e0f0cd6f590529c784265ac724831f87c0b91ef87aeb895ea7bb3a79bd095d74b323c7f683e8611effffee14d69df6fd3bcbbbf0cd857d WHIRLPOOL 3290ae9c6b2f8cf61a09a5284cc3ba0ad23fb39d251f26b4342f78e7204b098a4eb39f7ddca2e67be89eb861d0f453ab398353f4a56909a9ef321906a5c02edf
+DIST xsb-3.6.0-gentoo-patchset-1.tar.gz 6919 SHA256 d3551a46280124b31f04ad6141bbc75214293ae95ad340da16303e54a4475313 SHA512 b0e35ddc7ab436cc9a294fcaaf14bb67f6a10e74fc67089530a4f5e2c1e694ca92246790402235540ec9b4df4e9551f5db098c925a7ec555089e0991a7975806 WHIRLPOOL 23242227caf5c4ef0064ef6faab54485afe09d4af6fb7db53da0351eccbc4087a553dfe0e2d40a0d12710e3e5d084a63cffdcc30955fce8092c2dfc2dd8e59ba

diff --git a/dev-lang/xsb/xsb-3.6.0.ebuild b/dev-lang/xsb/xsb-3.6.0.ebuild
index 7b393b5..d04cd2a 100644
--- a/dev-lang/xsb/xsb-3.6.0.ebuild
+++ b/dev-lang/xsb/xsb-3.6.0.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 
 MY_P="XSB${PV//./}"
 
-PATCHSET_VER="0"
+PATCHSET_VER="1"
 
 inherit eutils autotools java-pkg-opt-2
 


             reply	other threads:[~2016-02-19 17:19 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-19 17:18 Keri Harris [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-12  9:04 [gentoo-commits] repo/gentoo:master commit in: dev-lang/xsb/ Sam James
2024-07-29  8:55 Arthur Zamarin
2024-07-28 15:52 Arthur Zamarin
2024-07-27  9:08 Arthur Zamarin
2024-05-17  3:56 Sam James
2024-05-17  3:56 Sam James
2024-05-17  3:56 Sam James
2022-09-22  4:09 Sam James
2021-08-06 12:51 Keri Harris
2021-05-15  6:49 Keri Harris
2021-05-10 12:59 Keri Harris
2021-05-10 11:25 Keri Harris
2021-05-08 14:52 Keri Harris
2021-05-02  7:55 Keri Harris
2021-03-13  9:08 Keri Harris
2020-09-26  9:37 Keri Harris
2020-09-12 13:14 Keri Harris
2020-07-20 14:07 Keri Harris
2020-07-18 12:03 Keri Harris
2020-07-18  9:29 Keri Harris
2020-07-17 13:43 Keri Harris
2019-02-08 19:45 Brian Evans
2017-10-03 11:52 Keri Harris
2017-09-30 12:36 Keri Harris
2017-09-27 19:42 Keri Harris
2017-09-24  9:30 Keri Harris
2017-02-25 10:22 Manuel Rüger
2017-02-16 17:26 Agostino Sarubbo
2017-02-16 17:16 Agostino Sarubbo
2016-02-19 20:51 Keri Harris
2016-02-19 15:54 Keri Harris

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1455902233.56e4d19a0d021cee96232d10466fbffafb28aa1f.keri@gentoo \
    --to=keri@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox