summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-emulation/fuse: filter out LTO flagsMarek Szuba2022-06-291-2/+5
| | | | | Closes: https://bugs.gentoo.org/854522 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-emulation/fuse: fix BadDefaultUseFlagsSam James2021-06-031-1/+1
| | | | | | | | | | | -foo in IUSE is discouraged. It is equivalent (in every meaningful case) to 'foo' but confuses parsing tools like e.g. packages.gentoo.org. Dropping '-' from these flags has no impact on the actual default behaviour. See: https://devmanual.gentoo.org/general-concepts/use-flags/index.html#iuse-defaults Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/fuse: drop 1.5.7Marek Szuba2021-05-133-95/+0
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-emulation/fuse-1.6.0: depend on media-sound/pulseaudioMarek Szuba2021-03-191-0/+1
| | | | | | Experimental or not, this IS a dependency. Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-emulation/fuse: bump to 1.6.0 and EAPI-7Marek Szuba2021-03-183-0/+118
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-emulation/fuse: take over maintenanceMarek Szuba2021-03-151-1/+4
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-emulation/fuse: retire proxied maintainerSam James2021-03-051-8/+1
| | | | | Bug: https://bugs.gentoo.org/626774 Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/fuse: use libjsw if not using SDLJan Ziak2020-10-101-2/+3
| | | | | | | Closes: https://bugs.gentoo.org/743394 Signed-off-by: Jan Ziak <0xe2.0x9a.0x9b@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/17615 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-emulation/fuse: fix building with GCC 10Jan Ziak2020-10-102-0/+14
| | | | | Signed-off-by: Jan Ziak <0xe2.0x9a.0x9b@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-emulation/fuse: drop oldJan Ziak2020-10-102-80/+0
| | | | | Signed-off-by: Jan Ziak <0xe2.0x9a.0x9b@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-emulation/fuse: avoid /usr/lib in the link command lineJan Ziak2020-08-163-2/+42
| | | | | | Closes: https://bugs.gentoo.org/734182 Signed-off-by: Jan Ziak <0xe2.0x9a.0x9b@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-emulation/fuse: remove old version 1.5.5Jan Ziak2018-12-162-69/+0
| | | | | Signed-off-by: Jan Ziak <0xe2.0x9a.0x9b@gmail.com> Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* app-emulation/fuse: bump to version 1.5.7Jan Ziak2018-12-162-0/+69
| | | | | | Signed-off-by: Jan Ziak <0xe2.0x9a.0x9b@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/10620 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* app-emulation/fuse: Make USE=memlimit localMichał Górny2018-11-281-0/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-emulation/fuse: remove old version 1.5.3Jan Ziak2018-10-182-69/+0
| | | | | | Signed-off-by: Jan Ziak <0xe2.0x9a.0x9b@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/10093 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-emulation/fuse: bump to version 1.5.6Jan Ziak2018-10-182-0/+69
| | | | | Signed-off-by: Jan Ziak <0xe2.0x9a.0x9b@gmail.com> Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-emulation/fuse: remove old version 1.5.2Jan Ziak2018-07-072-65/+0
|
* app-emulation/fuse: bump to version 1.5.5Jan Ziak2018-07-072-0/+69
|
* app-emulation/fuse: Fix src_test to use 'test' targetMichał Górny2018-05-121-0/+4
| | | | | | The upstream Makefile is apparently using a custom 'test' target to run tests, while the 'check' target is a no-op. Update the ebuild accordingly.
* app-emulation/fuse: remove old version 1.5.1Jan Ziak2018-05-123-65/+0
|
* app-emulation/fuse: bump to version 1.5.3Jan Ziak2018-05-122-0/+65
|
* app-emulation/fuse: Fix RDEPEND sortingAndreas Sturmlechner2018-04-051-2/+3
| | | | Package-Manager: Portage-2.3.28, Repoman-2.3.9
* app-emulation/fuse: remove old version 1.5.0Jan Ziak2018-04-052-65/+0
|
* app-emulation/fuse: bump to version 1.5.2Jan Ziak2018-04-052-0/+64
| | | | Closes: https://github.com/gentoo/gentoo/pull/7770
* app-emulation/fuse: make USE flags satisfiableJan Ziak2018-03-142-13/+19
| | | | | | | Makes default backend USE flags non-contradictory. Closes: https://bugs.gentoo.org/649180 Closes: https://github.com/gentoo/gentoo/pull/7372
* app-emulation/fuse: remove old version 1.4.0Jan Ziak2018-03-052-65/+0
| | | | Closes: https://github.com/gentoo/gentoo/pull/7357
* app-emulation/fuse: bump to version 1.5.1Jan Ziak2018-03-052-0/+65
|
* app-emulation/fuse: version bump to version 1.5.0.Jan Ziak2017-12-152-2/+2
|
* app-emulation/fuse: Update Manifest hashes.Ulrich Müller2017-12-101-2/+2
|
* app-emulation/fuse: verson bump to version 1.4.0.Jan Ziak2017-09-152-9/+9
| | | | Closes: https://github.com/gentoo/gentoo/pull/5633
* app-emulation/fuse: fix libspectrum version dependencyJan Ziak2017-08-101-1/+1
|
* app-emulation/fuse: sort RDEPEND and econf alphabeticallyJan Ziak2017-08-061-7/+7
| | | | Closes: https://github.com/gentoo/gentoo/pull/5276
* app-emulation/fuse: bump to version 1.3.8Jan Ziak2017-08-062-0/+65
|
* app-emulation/fuse: Remove broken old versionMarek Szuba2017-08-014-116/+0
|
* app-emulation/fuse: new maintainerMarek Szuba2017-08-011-1/+8
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1
* app-emulation/fuse: Version bump to 1.3.7Marek Szuba2017-08-012-0/+65
| | | | | | | Submitted-By: Jan Ziak <0xe2.0x9a.0x9b@gmail.com> Closes: 5125 Package-Manager: Portage-2.3.6, Repoman-2.3.1
* app-emulation/fuse: Remove oldAndreas K. Huettel2017-06-122-96/+0
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* app-emulation/fuse: remove inactive proxied maintainerGöktürk Yüksek2017-03-081-9/+1
| | | | Package-Manager: Portage-2.3.0, Repoman-2.3.1
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-282-2/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* app-emulation/fuse: ppc stable wrt bug #610072Agostino Sarubbo2017-02-241-1/+1
| | | | | | Package-Manager: portage-2.3.3 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-emulation/fuse: x86 stable wrt bug #610072Agostino Sarubbo2017-02-221-1/+1
| | | | | | Package-Manager: portage-2.3.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-emulation/fuse: amd64 stable wrt bug #610072Agostino Sarubbo2017-02-221-2/+2
| | | | | | Package-Manager: portage-2.3.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-emulation/fuse: Specify proper slotsPacho Ramos2016-10-121-3/+3
| | | | Package-Manager: portage-2.3.1
* app-emulation/fuse: workaround underlinking against libm, bug #370265Sergei Trofimovich2016-08-271-2/+4
| | | | | | | Reported-by: Diego Elio Pettenò Bug: https://bugs.gentoo.org/370265 Package-Manager: portage-2.3.0
* app-emulation/fuse: Cleanup per bug #231477Pacho Ramos2016-08-061-5/+0
| | | | Package-Manager: portage-2.3.0
* app-emulation/fuse: minor tidy to metadata.xmlIan Delaney2016-04-011-1/+1
| | | | Package-Manager: portage-2.2.28
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-3/+3
|
* Replace all herds with appropriate projects (GLEP 67)Michał Górny2016-01-241-1/+4
| | | | | Replace all uses of herd with appropriate project maintainers, or no maintainers in case of herds requested to be disbanded.
* Revert DOCTYPE SYSTEM https changes in metadata.xmlMike Gilbert2015-08-241-1/+1
| | | | | | | repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720