summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-p2p/eiskaltdcpp: fix CMake MisplacedEclassVarSam James2021-10-042-6/+2
| | | | | Closes: https://bugs.gentoo.org/811582 Signed-off-by: Sam James <sam@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/eiskaltdcpp: Update from l10n.eclass to plocale.eclassUlrich Müller2021-07-042-6/+6
| | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* net-p2p/eiskaltdcpp: Add strip-linguas to inheritUlrich Müller2021-06-301-1/+1
| | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* net-p2p/eiskaltdcpp: fix MultipleKeywordsLinesSam James2021-03-192-2/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* */*: Add proxied="yes" for klondikeMichał Górny2021-03-161-1/+1
| | | | 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>
* */*: Normalize metadata.xml filesMichał Górny2021-03-161-1/+1
| | | | | | | | | | | Normalize quoting, replace '>' with entities, replace unnecessary entities, remove trailing empty lines. Done via: find -name metadata.xml -exec xml ed -P -L -d //none {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-p2p/eiskaltdcpp: Strip ie locale when USE=gtkFrancisco Blas (klondike) Izquierdo Riera2021-03-091-0/+1
| | | | | | | | | | | | | | | | | | | | Eiskaltdc++ is planning to drop the GTK+ based GUI in the next version and has asked translators not to consider it when creating new translations. As a result of this, the ie translation does not includes the locale for the GTK library which results in an error when the ebuild tries to compile it. To address this, we filter the ie locale from the LINGUAS variable whenever the gtk USE flag is set, to address the issue and still allow using GTK if needed. Closes: https://bugs.gentoo.org/774192 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Francisco Blas Izquierdo Riera (klondike) <klondike@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/19818 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-p2p/eiskaltdcpp: Bump to 2.4.2Francisco Blas (klondike) Izquierdo Riera2021-03-045-51/+8
| | | | | | | | | | | | | | Bump to 2.4.2 which fixes an issue with searches. Add da and ie translations. Remove FindASPELL module provided by modern Cmake. Remove old patches that are now in upstream. Port changes to the live ebuild too. Closes: https://bugs.gentoo.org/774027 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Francisco Blas Izquierdo Riera (klondike) <klondike@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/19745 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-p2p/eiskaltdcpp: use pkg_setup to setup lua correctly in 2.4.1Joonas Niilola2021-02-281-0/+4
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-p2p/eiskaltdcpp: Drop XML-RPC supportFrancisco Blas (klondike) Izquierdo Riera2021-02-283-39/+12
| | | | | | | | | | | | | | | | | | | | | | | It fails to compile with newer versions of Eiskaltdc++ and upstream is already planning to drop it (see [1]). Patching the daemon to fix these errors is not trivial and this codepath may introduce other issues as it is not well tested. While we are at this, also merge JSON support with the daemon and cli USE flags as there is no point on keeping it as a separated USE flag. If you intend to readd ZML-RPC, please first write a patch that addresses the compilation issues. [1] https://github.com/eiskaltdcpp/eiskaltdcpp/issues/440 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Francisco Blas Izquierdo Riera (klondike) <klondike@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/18854 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-p2p/eiskaltdcpp: Fix upnp compilationFrancisco Blas (klondike) Izquierdo Riera2021-02-282-0/+27
| | | | | | | | | | The UPNP mapping manager was missing including the format.h file as part of their includes. Add a patch (also submitted to upstream) to address this. Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Francisco Blas Izquierdo Riera (klondike) <klondike@gentoo.org> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-p2p/eiskaltdcpp: Drop older versions and backported patchesFrancisco Blas (klondike) Izquierdo Riera2021-02-2810-505/+15
| | | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Francisco Blas Izquierdo Riera (klondike) <klondike@gentoo.org> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-p2p/eiskaltdcpp: Update to 2.4.1Francisco Blas (klondike) Izquierdo Riera2021-02-284-9/+219
| | | | | | | | | | | | | | | | | | | | * Update to 2.4.1 * Add gold USE flag * make.defaults has USE=cli enable json by default too to keep CI happy * Correctly indicate support for lua-5.2 * Drop boost dependency * All gcc and clang versions on the portage tree support c++14 so no need for a explicit check * Port also these changes to the live ebuild * Take ownership of the package * Fix compilation when lua is disabled and lua is not available on the system. * Update longdescription. (Thanks tehnick). Closes: https://bugs.gentoo.org/749249 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Francisco Blas Izquierdo Riera (klondike) <klondike@gentoo.org> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-p2p/eiskaltdcpp: fix double KEYWORDSSam James2021-02-152-4/+2
| | | | | | | | | | Double KEYWORDS lines break tools like ekeyword and Nattka. As per PMS, blank/empty KEYWORDS is implied by not defining the variable. See: https://projects.gentoo.org/qa/policy-guide/ebuild-format.html#pg0105 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* net-p2p/eiskaltdcpp: remove oldMarek Szuba2021-01-251-149/+0
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-p2p/eiskaltdcpp-9999: migrate to lua-single.eclassMarek Szuba2020-12-151-15/+21
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-p2p/eiskaltdcpp: limit unmigrated ebuilds to dev-lang/lua:0Marek Szuba2020-12-031-2/+2
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-p2p/eiskaltdcpp: migrate to lua-single.eclassMarek Szuba2020-10-142-0/+167
| | | | | | | The docs only mention Lua 5.1 so let's stick with that, even though the old ebuild allows all dev-lang/lua slots in dependencies. Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-p2p/*: Update Manifest hashesMichał Górny2017-12-101-1/+1
|
* net-p2p/eiskaltdcpp: Cleanup old and Qt4-basedAndreas Sturmlechner2017-09-243-166/+18
| | | | | | | metadata.xml indentation. Gentoo-bug: 631788 Package-Manager: Portage-2.3.8, Repoman-2.3.3
* net-p2p/eiskaltdcpp: 2.2.10 version bumpAndreas Sturmlechner2017-09-187-0/+494
| | | | | | | Backport upstream fixes for net-libs/miniupnpc-2. Thanks-to: Francisco Blas (klondike) Izquierdo Riera <klondike@gentoo.org> Gentoo-Bug: 578308, 615276
* net-p2p/eiskaltdcpp: EAPI 6, qt4 -> qt5, fdo-mime -> xdg-utilsAndreas Sturmlechner2017-09-181-67/+82
| | | | | | | | | | | - add new PLOCALES - add subslot operators - drop obsolete GCC check - drop useless USE flags, simplify REQUIRED_USE - sort DEPENDs and REQUIRED_USE Gentoo-bug: 556588 Package-Manager: Portage-2.3.8, Repoman-2.3.1
* Globally add missing remote ID references to metadata.xmlJustin Lecher2017-04-291-14/+17
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* net-p2p/eiskaltdcpp: remove unresponsive proxied maintainerGöktürk Yüksek2017-03-051-8/+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>
* net-p2p/eiskaltdcpp: migrate away from google code #544092Göktürk Yüksek2016-11-273-7/+7
| | | | Package-Manager: portage-2.3.0
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-2/+2
|
* 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
* 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-084-0/+319
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