From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/libspectrum/
Date: Sun, 6 Aug 2017 11:15:50 +0000 (UTC) [thread overview]
Message-ID: <1502018141.1e70dc8f152d4e4564d58bcaf8b72c1d627336d2.mgorny@gentoo> (raw)
commit: 1e70dc8f152d4e4564d58bcaf8b72c1d627336d2
Author: Jan Ziak <0xe2.0x9a.0x9b <AT> gmail <DOT> com>
AuthorDate: Thu Aug 3 16:33:28 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug 6 11:15:41 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e70dc8f
app-emulation/libspectrum: bump to version 1.3.6
app-emulation/libspectrum/Manifest | 1 +
app-emulation/libspectrum/libspectrum-1.3.6.ebuild | 35 ++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/app-emulation/libspectrum/Manifest b/app-emulation/libspectrum/Manifest
index 604c92bb096..a0c1f2df9a3 100644
--- a/app-emulation/libspectrum/Manifest
+++ b/app-emulation/libspectrum/Manifest
@@ -1,2 +1,3 @@
DIST libspectrum-1.1.1.tar.gz 502942 SHA256 178d3607af2109b6b8dafac4f91912745b9f3c087319945c3a886bb7fe7989d5 SHA512 61197c8d1d6b4b595b55cf7e8f8c43423935291a9fbc688f1bb06d4c3ef53dbcf391a96f0528443518c2ca2d6fe187ee56d5ed915702f13a16ad44aa16037f49 WHIRLPOOL c89c7c3183f9d960dcedf789c763687e66cdaea1b2c41fdd41c1f1b0484cc9039790415bf8f231ff2bea0914fe2ababfd6d174338141bee13859521bf73caa92
DIST libspectrum-1.3.5.tar.gz 502777 SHA256 674c3c973af342054a3613686a57f5ddd425c2b83cd84a07bcbe5c89f312461d SHA512 2c4447f94d0ada671f2ea17437bd71c85535d600917052fe835e66b634c833356a5b7e425fcd12666b31b3165453fcaa599e8a0fb60494e6a4583bd06f4a474f WHIRLPOOL 57fdcd23cc8eb1a8b1d55406b95e1db38600a057bf552b67e625ad82bd5126caaead0c064302622155b8485ab904cb8a76e1f44749b26d1bb75ea702cf42b115
+DIST libspectrum-1.3.6.tar.gz 503554 SHA256 31c85d85bc17acbf7465f7d7805fc84dfc4830cee3715b929d4440aaacb6ef47 SHA512 691d4525468396b48f9fd8580b2d93060816094bbb8f8d581b537a1028f1cfa9ceac24a3032008456a8d0dfc144d8b753bbf01c3358fb5fdc50534d232d84d58 WHIRLPOOL af15c5d5c6092000baeebc577658cddf777b51d9a093208dd7bc1dd8c89e29debe5c325c06292b22528fa02f9c63dc480435afeec828eb78966bababc736d670
diff --git a/app-emulation/libspectrum/libspectrum-1.3.6.ebuild b/app-emulation/libspectrum/libspectrum-1.3.6.ebuild
new file mode 100644
index 00000000000..512ea8f1d24
--- /dev/null
+++ b/app-emulation/libspectrum/libspectrum-1.3.6.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Spectrum emulation library"
+HOMEPAGE="http://fuse-emulator.sourceforge.net/libspectrum.php"
+SRC_URI="mirror://sourceforge/fuse-emulator/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="audiofile bzip2 gcrypt zlib"
+
+RDEPEND="dev-libs/glib:2
+ audiofile? ( >=media-libs/audiofile-0.3.6 )
+ bzip2? ( >=app-arch/bzip2-1.0 )
+ gcrypt? ( dev-libs/libgcrypt:0 )
+ zlib? ( sys-libs/zlib )"
+DEPEND="${RDEPEND}
+ dev-lang/perl
+ virtual/pkgconfig"
+
+src_configure() {
+ econf \
+ $(use_with audiofile libaudiofile) \
+ $(use_with bzip2 bzip2) \
+ $(use_with gcrypt libgcrypt) \
+ $(use_with zlib zlib)
+}
+
+src_install() {
+ default
+ dodoc doc/*.txt *.txt
+}
next reply other threads:[~2017-08-06 11:15 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-06 11:15 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-10-11 9:11 [gentoo-commits] repo/gentoo:master commit in: app-emulation/libspectrum/ Marek Szuba
2022-09-07 14:30 Marek Szuba
2021-05-13 19:50 Marek Szuba
2021-03-18 13:45 Marek Szuba
2021-03-15 12:49 Marek Szuba
2021-03-05 19:39 Sam James
2020-06-07 12:12 Joonas Niilola
2020-06-07 12:12 Joonas Niilola
2018-07-07 12:39 Andreas Sturmlechner
2018-07-07 12:39 Andreas Sturmlechner
2018-05-12 15:55 Michał Górny
2018-05-12 15:55 Michał Górny
2018-05-12 15:55 Michał Górny
2017-12-15 8:23 Patrice Clement
2017-09-14 22:21 Patrice Clement
2017-08-06 11:15 Michał Górny
2017-08-06 11:15 Michał Górny
2017-08-01 10:54 Marek Szuba
2017-08-01 10:54 Marek Szuba
2017-06-11 15:16 Andreas Hüttel
2017-03-08 7:37 Göktürk Yüksek
2016-08-06 12:47 Pacho Ramos
2016-04-01 2:29 Ian Delaney
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=1502018141.1e70dc8f152d4e4564d58bcaf8b72c1d627336d2.mgorny@gentoo \
--to=mgorny@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