public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/fuse/
Date: Thu, 14 Sep 2017 22:21:38 +0000 (UTC)	[thread overview]
Message-ID: <1505427674.ab19d9d70ab99e8bf4a5a0f4016bcc39cdc4ecce.monsieurp@gentoo> (raw)

commit:     ab19d9d70ab99e8bf4a5a0f4016bcc39cdc4ecce
Author:     Jan Ziak <0xe2.0x9a.0x9b <AT> gmail <DOT> com>
AuthorDate: Wed Sep  6 09:32:58 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Sep 14 22:21:14 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab19d9d7

app-emulation/fuse: verson bump to version 1.4.0.

Closes: https://github.com/gentoo/gentoo/pull/5633

 app-emulation/fuse/Manifest                              |  2 +-
 .../fuse/{fuse-1.3.7.ebuild => fuse-1.4.0.ebuild}        | 16 ++++++++--------
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/app-emulation/fuse/Manifest b/app-emulation/fuse/Manifest
index 330540545b3..7b2b6c935c7 100644
--- a/app-emulation/fuse/Manifest
+++ b/app-emulation/fuse/Manifest
@@ -1,2 +1,2 @@
-DIST fuse-1.3.7.tar.gz 1644585 SHA256 ba57f4b4c1a7ed398b8d85b7da14b85bd346023bed17d8d7b6ed3e0452e7b4b0 SHA512 68a251de93a71a6ca8c107a9bd4258e6b4f5643af5dd76c0855ebfcfcaba768b932e6d0d0ab7b521ecaef50d975b86b4bfb7094e9a72ec6bf7d94911823d0886 WHIRLPOOL aab8ffdfd40ebbac9f88736dff98891f0eb51e43548ceb0c4d1ccba241009304c431651ed0c034797290eb79e6ffdd97f45591dd6efb426a60f0e511f642cf0f
 DIST fuse-1.3.8.tar.gz 1645303 SHA256 299b7efe342c6268a05e805c20427083bcec127ad36b1ebfd4ae7294978a7de1 SHA512 e048d984bfc405e8e9801812fcf4b0b62c8bdb67eb573a815157a1f76e4c752303c919dc62b351db25c156b944c4b1b6d28595f8ce86390221039852baf13aa6 WHIRLPOOL a1dec25d878e49c11a4d69b59cce594a4a0ee075ad7b758eaa9afda9dfc6cbb2f6fded96938c4ca8473416f7f741cf3d4314fcf015aaacdb87b69387378a1ed0
+DIST fuse-1.4.0.tar.gz 1652821 SHA256 75ac811534c7e352f238b1959a7f6478661bc4103f96dd1166ec395ad7523d97 SHA512 e5d0e65820f54d0ac0447d50aa89ea4ba3e6bb717e270ae813c640a9b36fe015c68f194edacb5cbe8899ee7893c30cab4493ed297919e962e722e9d3e1f72001 WHIRLPOOL 64f043b26ff5e6dcc0c1f33c106328c61ac86c16844f9d56951737c96e1fdb20ed196edb2940a220089ed05e8ba524621b65f2984a9aa04d88ae67dd7123dcef

diff --git a/app-emulation/fuse/fuse-1.3.7.ebuild b/app-emulation/fuse/fuse-1.4.0.ebuild
similarity index 91%
rename from app-emulation/fuse/fuse-1.3.7.ebuild
rename to app-emulation/fuse/fuse-1.4.0.ebuild
index 9c2d6dfb79a..818bbdff2be 100644
--- a/app-emulation/fuse/fuse-1.3.7.ebuild
+++ b/app-emulation/fuse/fuse-1.4.0.ebuild
@@ -15,18 +15,18 @@ IUSE="alsa ao fbcon gpm gtk joystick memlimit png sdl svga X xml"
 # Only one UI back-end can be enabled at a time
 REQUIRED_USE="^^ ( X fbcon gtk sdl svga )"
 
-RDEPEND=">=app-emulation/libspectrum-1.3.5
+RDEPEND=">=app-emulation/libspectrum-1.4.0
 	dev-libs/glib:2
-	X? ( x11-libs/libX11
-		x11-libs/libXext )
 	alsa? ( media-libs/alsa-lib )
 	ao? ( media-libs/libao )
 	gpm? ( sys-libs/gpm )
 	gtk? ( x11-libs/gtk+:3 )
 	joystick? ( media-libs/libjsw )
+	png? ( media-libs/libpng:0= sys-libs/zlib )
 	sdl? ( media-libs/libsdl )
 	svga? ( media-libs/svgalib )
-	png? ( media-libs/libpng:0= sys-libs/zlib )
+	X? ( x11-libs/libX11
+		x11-libs/libXext )
 	xml? ( dev-libs/libxml2:2 )"
 DEPEND="${RDEPEND}
 	fbcon? ( virtual/linux-sources )
@@ -53,12 +53,12 @@ src_configure() {
 	econf \
 		--without-win32 \
 		${guiflag} \
-		$(use_with gpm) \
 		$(use_with alsa) \
 		$(use_with ao libao) \
+		$(use_with gpm) \
 		$(use_with joystick) \
 		$(use_enable joystick ui-joystick) \
-		$(use_with xml libxml2) \
-		$(use_with png ) \
-		$(use_enable memlimit smallmem)
+		$(use_enable memlimit smallmem) \
+		$(use_with png) \
+		$(use_with xml libxml2)
 }


             reply	other threads:[~2017-09-14 22:21 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-14 22:21 Patrice Clement [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-06-11 18:22 [gentoo-commits] repo/gentoo:master commit in: app-emulation/fuse/ Andreas Sturmlechner
2023-05-23 19:53 Marek Szuba
2022-10-11  9:11 Marek Szuba
2022-06-29  6:53 Marek Szuba
2021-03-19 11:03 Marek Szuba
2021-03-18 15:04 Marek Szuba
2021-03-15 12:49 Marek Szuba
2021-03-05 19:39 Sam James
2020-10-10  7:22 Joonas Niilola
2020-10-10  7:22 Joonas Niilola
2018-12-16 19:30 Andreas Sturmlechner
2018-12-16 19:30 Andreas Sturmlechner
2018-11-28  9:58 Michał Górny
2018-10-18 19:38 Michał Górny
2018-10-18 19:38 Michał Górny
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
2018-04-05 14:12 Andreas Sturmlechner
2018-04-05 14:12 Andreas Sturmlechner
2018-04-05 14:12 Andreas Sturmlechner
2018-03-14 17:27 Michał Górny
2018-03-05 16:27 Michał Górny
2018-03-05 16:27 Michał Górny
2017-12-15  8:23 Patrice Clement
2017-12-10  9:27 Ulrich Müller
2017-08-10 11:01 Michał Górny
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-12 17:29 Andreas Hüttel
2017-03-08  7:37 Göktürk Yüksek
2016-10-12 18:11 Pacho Ramos
2016-08-27 16:37 Sergei Trofimovich
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=1505427674.ab19d9d70ab99e8bf4a5a0f4016bcc39cdc4ecce.monsieurp@gentoo \
    --to=monsieurp@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