summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: Add proxied="yes" for non-@gentoo.org peopleMichał Górny2021-03-161-1/+1
| | | | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '/pkgmetadata/maintainer[substring(email, string-length(email) - string-length("@gentoo.org") + 1) != "@gentoo.org"]' \ -t attr -n proxied -v yes {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Add 'proxied="proxy"' for proxy-maint projectMichał Górny2021-03-161-1/+1
| | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '//maintainer[email="proxy-maint@gentoo.org"]' \ -t attr -n proxied -v proxy {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-fs/simple-mtpfs: drop oldJakov Smolic2020-10-122-31/+0
| | | | | | Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sys-fs/simple-mtpfs: amd64 stable wrt bug #745138Agostino Sarubbo2020-10-091-1/+1
| | | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-fs/simple-mtpfs: x86 stable wrt bug #745138Agostino Sarubbo2020-10-071-1/+1
| | | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-fs/simple-mtpfs: restrict fuse slot againJakov Smolic2020-09-081-1/+1
| | | | | | | | Closes: https://bugs.gentoo.org/740864 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Closes: https://github.com/gentoo/gentoo/pull/17455 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sys-fs/simple-mtpfs: update fuse dependency slotJakov Smolic2020-09-061-1/+1
| | | | | | | Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Closes: https://github.com/gentoo/gentoo/pull/17431 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sys-fs/simple-mtpfs: add new proxy maintainerJakov Smolic2020-09-051-1/+8
| | | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Closes: https://github.com/gentoo/gentoo/pull/17121 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sys-fs/simple-mtpfs: bump to 0.4.0Jakov Smolic2020-09-052-0/+31
| | | | | | | Closes: https://bugs.gentoo.org/737104 Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* */*: Bump copyright on files touched this yearMichał Górny2020-02-111-1/+1
| | | | | | | Update the copyright notice on all files that were touched since January 1st but did not have the notice updated. Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-fs/simple-mtpfs: [QA] Fix HomepageInSrcUriDavid Seifert2020-01-131-1/+1
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* */*: Add maintainer-needed comment to all unmaintained packagesMichał Górny2019-07-171-0/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-fs/simple-mtpfs: Remove 0.1Johannes Huber2018-07-122-26/+0
| | | | | | Uses deprecated EAPI 5 and superseded by 0.3.0. Package-Manager: Portage-2.3.42, Repoman-2.3.9
* sys-fs/simple-mtpfs: amd64 stableJason Zaman2018-02-151-1/+1
| | | | | Gentoo-bug: 646842 Package-Manager: Portage-2.3.19, Repoman-2.3.6
* sys-fs/simple-mtpfs: x86 stable (bug #646842)Thomas Deutschmann2018-02-121-2/+2
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* sys-fs: Update Manifest hashes.Ulrich Müller2017-12-091-2/+2
|
* sys-fs/simple-mtpfs: drop the live ebuild.Michael Orlitzky2017-07-251-30/+0
| | | | | | | | The live ebuild is not useful at the moment (v0.3.0 is up-to-date) and it's unmaintained and throwing a repoman warning, so I've dropped it for now. Package-Manager: Portage-2.3.6, Repoman-2.3.1
* sys-fs/simple-mtpfs: new version 0.3.0.Michael Orlitzky2017-07-253-31/+31
| | | | | | | | | | This new version comes with a new EAPI=6. To avoid the autotools-utils eclass, I had to introduce an src_prepare() phase that calls eautoreconf. I also dropped the "9999" stuff for simplicity. Gentoo-Bug: 619502 Package-Manager: Portage-2.3.6, Repoman-2.3.1
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-283-3/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* sys-fs/simple-mtpfs: Cleanup per bug #282559Pacho Ramos2016-08-071-4/+0
| | | | Package-Manager: portage-2.3.0
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-1/+1
|
* 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
* Use https by defaultJustin Lecher2015-08-241-1/+1
| | | | | | Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
* proj/gentoo: Initial commitRobin H. Johnson2015-08-085-0/+110
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed