summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-p2p/mldonkey: add some missing depsJoonas Niilola2022-02-281-4/+18
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-p2p/mldonkey: rework init.d/service filesJesus P Rey (Chuso)2022-02-284-140/+33
| | | | | | | | | | Add systemd service unit and remove obsolete settings from the OpenRC script. Signed-off-by: Jesus P Rey <gentoo@chuso.net> Closes: https://bugs.gentoo.org/480050 Closes: https://github.com/gentoo/gentoo/pull/22851 Signed-off-by: Joonas Niilola <juippis@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>
* net-p2p/mldonkey: Patch for C++17 support.Jesus P Rey (Chuso)2021-07-162-0/+65
| | | | | | | Signed-off-by: Jesus P Rey <gentoo@chuso.net> Closes: https://bugs.gentoo.org/790134 Closes: https://github.com/gentoo/gentoo/pull/21663 Signed-off-by: Sam James <sam@gentoo.org>
* net-p2p/mldonkey: revbump to propagate changesJoonas Niilola2021-04-101-0/+0
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-p2p/mldonkey: Add net-analyzer/openbsd-netcat as an alternativeJesus P Rey (Chuso)2021-04-101-3/+4
| | | | | | | | | ...to net-analyzer/netcat. Signed-off-by: Jesus P Rey <gentoo@chuso.net> Closes: https://bugs.gentoo.org/775971 Closes: https://github.com/gentoo/gentoo/pull/20188 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* */*: 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>
* net-p2p/mldonkey: revision bump to 3.1.7-r1Jesus P Rey (Chuso)2021-02-183-26/+50
| | | | | | | | Adds support to send init.d commands via telnet in addition to http. Signed-off-by: Jesus P Rey <gentoo@chuso.net> Closes: https://bugs.gentoo.org/338017 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-p2p/mldonkey: removing stable keyword for ocaml-4.04 removalAlfredo Tupone2021-02-171-2/+2
| | | | | Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
* net-p2p/mldonkey: remove unused patchesMichael Mair-Keimberger2020-11-192-157/+0
| | | | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/18302 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-p2p/mldonkey: cleanup oldSam James2020-11-073-360/+0
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* net-p2p/mldonkey: Stabilize 3.1.7 ppc, #749954Sam James2020-11-071-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-p2p/mldonkey: stabilize 3.1.7 on amd64Joonas Niilola2020-10-191-1/+1
| | | | | Bug: https://bugs.gentoo.org/749954 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-p2p/mldonkey: stabilize 3.1.7 on x86Joonas Niilola2020-10-191-1/+1
| | | | | Bug: https://bugs.gentoo.org/749954 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-p2p/mldonkey: Fix BitTorrent dependency on dev-ml/numJesus P Rey (Chuso)2020-10-191-1/+1
| | | | | | | Signed-off-by: Jesus P Rey <gentoo@chuso.net> Closes: https://bugs.gentoo.org/749951 Closes: https://github.com/gentoo/gentoo/pull/17955 Signed-off-by: Sam James <sam@gentoo.org>
* net-p2p/mldonkey: add subslot depsSam James2020-10-172-4/+4
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-p2p/mldonkey: fix MissingSlotDep, MissingUseDepDefault in oldSam James2020-10-173-11/+19
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Sam James <sam@gentoo.org>
* net-p2p/mldonkey: cleanup redundant versionSam James2020-10-171-172/+0
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Sam James <sam@gentoo.org>
* net-p2p/mldonkey: misc fixupsSam James2020-10-171-10/+9
| | | | | | | | - Drop sparc keyword (OCaml was dekeyworded there recently) - Fix dependencies Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Sam James <sam@gentoo.org>
* net-p2p/mldonkey: new maintainerJesus P Rey (Chuso)2020-10-171-1/+8
| | | | | | | Signed-off-by: Jesus P Rey <gentoo@chuso.net> Bug: https://bugs.gentoo.org/635932 Closes: https://github.com/gentoo/gentoo/pull/16648 Signed-off-by: Sam James <sam@gentoo.org>
* net-p2p/mldonkey: version bump to 3.1.7Jesus P Rey (Chuso)2020-10-172-0/+184
| | | | | | | | | | | Signed-off-by: Jesus P Rey <gentoo@chuso.net> Bug: https://bugs.gentoo.org/595798 Bug: https://bugs.gentoo.org/705582 Closes: https://bugs.gentoo.org/582136 Closes: https://bugs.gentoo.org/615322 Closes: https://bugs.gentoo.org/635932 Closes: https://bugs.gentoo.org/704684 Signed-off-by: Sam James <sam@gentoo.org>
* */*: depeywork dev-lang/ocaml and revdeps on sparcSergei Trofimovich2020-10-033-3/+3
| | | | Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* */*: [QA] Remove redundant <longdescription/>sMichał Górny2020-09-141-1/+0
| | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/17540 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-p2p/mldonkey: drop to ~hppaRolf Eike Beer2020-03-201-2/+2
| | | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* */*: Remove ml@ from packages maintainersMichał Górny2019-12-131-5/+2
| | | | | Bug: https://bugs.gentoo.org/695782 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-p2p: Remove *-fbsd KEYWORDSMichał Górny2019-10-113-3/+3
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Remove redundant descriptions of USE=magicMichał Górny2019-08-191-1/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-p2p/mldonkey: Replace STRIP_MASK with RESTRICT=stripMichał Górny2019-07-053-6/+9
| | | | | Closes: https://bugs.gentoo.org/651456 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-p2p/mldonkey: keyworded 3.1.6-r1 for ppc64, bug #667034Sergei Trofimovich2018-11-041-2/+2
| | | | | | | Tested-by: ernsteiswuerfel Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 RepoMan-Options: --include-arches="ppc64"
* net-p2p/mldonkey: [QA] Rely on default value of WANT_AUTOCONFDavid Seifert2018-01-053-9/+6
| | | | | | | | * Specifying WANT_AUTOCONF=2.5 is unnecessary as this will choose the most recent version of Autoconf anyways. It only impedes future bumps of Autoconf. Package-Manager: Portage-2.3.19, Repoman-2.3.6
* net-p2p/*: Update Manifest hashesMichał Górny2017-12-101-2/+2
|
* Globally add missing remote ID references to metadata.xmlJustin Lecher2017-04-291-3/+4
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* net-p2p/mldonkey: Mark ~hppa (bug #608758).Jeroen Roovers2017-04-251-1/+1
| | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2 RepoMan-Options: --ignore-arches
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-283-3/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* net-p2p/mldonkey: Add upnp useflag, mostly by Richard Grenville in bug #408277.Alexis Ballier2017-02-091-0/+177
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* net-p2p/mldonkey: Put under ml herd.Alexis Ballier2017-01-311-1/+4
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* net-p2p/mldonkey: bump to 3.1.6Alexis Ballier2017-01-312-0/+174
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* net-p2p/mldonkey: remove unused patchMichael Mair-Keimberger (asterix)2017-01-181-44/+0
| | | | Closes: https://github.com/gentoo/gentoo/pull/3516
* net-p2p/mldonkey: remove old versionAustin English2016-05-031-173/+0
| | | | Package-Manager: portage-2.2.26
* net-p2p/mldonkey: use #!/sbin/openrc-run instead of #!/sbin/runscriptAustin English2016-05-032-1/+176
| | | | | | Gentoo-Bug: https://bugs.gentoo.org/573846 Package-Manager: portage-2.2.26
* net-p2p/mldonkey: fix build with ocaml 4.03Alexis Ballier2016-05-032-0/+146
| | | | | Package-Manager: portage-2.2.28 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
* net-p2p/mldonkey: remove oldMichael Palimaka2016-03-172-171/+0
| | | | Package-Manager: portage-2.2.28
* net-p2p/mldonkey: ppc stable wrt bug #564660Agostino Sarubbo2016-03-161-1/+1
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* metadata.xml: Add maintainer-needed comment to packages without maintainer.Ulrich Müller2016-02-281-0/+1
| | | | Bug: 575810
* net-p2p/mldonkey: x86 stable wrt bug #564660Agostino Sarubbo2016-02-141-1/+1
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-p2p/mldonkey: amd64 stable wrt bug #564660Agostino Sarubbo2016-02-131-1/+1
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-p2p/mldonkey: Stable for HPPA (bug #564660).Jeroen Roovers2016-02-131-1/+1
| | | | | Package-Manager: portage-2.2.27 RepoMan-Options: --ignore-arches
* net-p2p/mldonkey: add missing dep on camlp4, bug #452408Alexis Ballier2016-02-021-0/+1
| | | | | Package-Manager: portage-2.2.27 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
* Replace all herds with appropriate projects (GLEP 67)Michał Górny2016-01-241-1/+0
| | | | | Replace all uses of herd with appropriate project maintainers, or no maintainers in case of herds requested to be disbanded.