summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: Normalize metadata.xml filesMichał Górny2021-03-161-1/+0
| | | | | | | | | | | 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-libs/loudmouth: arm64 keyworded (bug #757669)Sam James2020-12-141-1/+1
| | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* */*: Drop stable ia64 keywordsMatt Turner2020-04-032-2/+2
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* */*: Bump copyright on files touched this yearMichał Górny2020-02-112-2/+2
| | | | | | | 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>
* */*: Drop stable alpha keywordsMatt Turner2020-01-252-2/+2
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-113-2/+5
| | | | | | | | | | | | | | | | | | The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-libs/loudmouth: stable 1.5.3-r3 for sparc, bug #679180Rolf Eike Beer2019-06-031-1/+1
| | | | | | | Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="sparc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* net-libs/loudmouth: alpha stable wrt bug #679180Mikle Kolyada2019-05-031-1/+1
| | | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="alpha"
* net-libs/loudmouth: arm stable wrt bug #679180Mikle Kolyada2019-03-161-1/+1
| | | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="arm"
* net-libs/loudmouth: stable 1.5.3-r3 for ppc64, bug #679180Sergei Trofimovich2019-03-131-1/+1
| | | | | | | Tested-by: ernsteiswuerfel Package-Manager: Portage-2.3.62, Repoman-2.3.12 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* net-libs/loudmouth: amd64 stable wrt bug #679180Mikle Kolyada2019-03-031-1/+1
| | | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 RepoMan-Options: --include-arches="amd64"
* net-libs/loudmouth: x86 stable (bug #679180)Thomas Deutschmann2019-03-031-1/+1
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* net-libs/loudmouth: stable 1.5.3-r3 for ppc, bug #679180Sergei Trofimovich2019-03-021-1/+1
| | | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* net-libs/loudmouth: stable 1.5.3-r3 for ia64, bug #679180Sergei Trofimovich2019-03-021-1/+1
| | | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 RepoMan-Options: --include-arches="ia64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* net-libs/loudmouth: EAPI=7Andrey Utkin2019-01-311-1/+1
| | | | | Package-Manager: Portage-2.3.49, Repoman-2.3.12 Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
* net-libs/loudmouth: use official tarballsAndrey Utkin2019-01-312-9/+4
| | | | | | | | | | | | | | | | Previously, Github-generated tarballs were used. These required extra build step known as "bootstrapping", which required eautoreconf run, and imposed a dependency on dev-util/gtk-doc (which I worked around earlier rather inelegantly). At the same time, this change has a side effect of disabling -Werror in compilation flags, which is the reason of bug 673434. Suggested-by: Mart Raudsepp <leio@gentoo.org> Bug: https://bugs.gentoo.org/673434 Package-Manager: Portage-2.3.49, Repoman-2.3.12 Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
* net-libs/loudmouth: add new revision 1.5.3-r3Andrey Utkin2019-01-311-0/+60
| | | | | | | Cloned from -r2 verbatim, for further changes. Package-Manager: Portage-2.3.49, Repoman-2.3.12 Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
* net-libs/loudmouth: add dep dev-util/glib-utilsAndrey Utkin2018-10-291-0/+1
| | | | | | | | | | | | | | | | | | | Add build-time dependency on dev-util/glib-utils. Since few tools are not installed by dev-libs/glib-2.56.2 ebuild anymore, loudmouth fails to build, emitting such error: net-libs/loudmouth-1.5.3-r1 : /.../sh:line <snip>: glib-genmarshal: command not found This commit fixes the error. Conditional operator depending on dev-libs/glib version is not needed as this is handled by dev-util/glib-utils-2.52.3 being empty and not conflicting with dev-libs/glib. Bug: https://bugs.gentoo.org/667392 Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.10
* net-libs/loudmouth: specify libidn slotAndrey Utkin2018-10-291-1/+1
| | | | | | | | | Fix repoman warning: net-libs/loudmouth/loudmouth-1.5.3-r2.ebuild: RDEPEND: 'net-dns/libidn' matches more than one slot, please specify an explicit slot and/or use the := or :* slot operator Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.10
* net-libs/loudmouth: add 1.5.3-r2Andrey Utkin2018-10-291-0/+59
| | | | | | | | Clone new revision from -r1 (with keywords dropped to unstable) in order to commit improvements here. Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.10
* net-libs/loudmouth: properly get rid of gtk-doc depAndrey Utkin2018-08-222-1/+16
| | | | | | | Terribly sorry for not testing my changes thoroughly. Fixes: b913bf8ca79a ("net-libs/loudmouth: drop unused doc building deps") Package-Manager: Portage-2.3.40, Repoman-2.3.9
* net-libs/loudmouth: drop unused doc building depsAndrey Utkin2018-08-211-2/+0
| | | | | | | Unconditional dependency on dev-util/gtk-doc{,-am} was declared, but the documentation building was not implemented. Package-Manager: Portage-2.3.40, Repoman-2.3.9
* net-libs/loudmouth: stable 1.5.3-r1 for ppc, bug #653156Sergei Trofimovich2018-07-301-1/+1
| | | | | | Tested-by: ernsteiswuerfel Package-Manager: Portage-2.3.44, Repoman-2.3.10 RepoMan-Options: --include-arches="ppc"
* net-libs/loudmouth: set myself as maintainerAndrey Utkin2018-07-101-1/+4
| | | | | | Was up for grabs. Package-Manager: Portage-2.3.40, Repoman-2.3.9
* net-libs/loudmouth: Drop oldPacho Ramos2018-07-014-120/+2
| | | | Package-Manager: Portage-2.3.41, Repoman-2.3.9
* net-libs/loudmouth: stable 1.5.3-r1 for ppc64, bug #653156Sergei Trofimovich2018-06-241-1/+1
| | | | | | Bug: https://bugs.gentoo.org/653156 Package-Manager: Portage-2.3.40, Repoman-2.3.9 RepoMan-Options: --include-arches="ppc64"
* net-libs/loudmouth-1.5.3-r1: alpha stableTobias Klausmann2018-06-181-1/+1
| | | | Gentoo-Bug: http://bugs.gentoo.org/653156
* net-libs/loudmouth: amd64 stable wrt bug #653156Mikle Kolyada2018-05-271-1/+1
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* net-libs/loudmouth: stable 1.5.3-r1 for sparcRolf Eike Beer2018-05-261-1/+1
| | | | | | Bug: https://bugs.gentoo.org/653156 Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="sparc"
* net-libs/loudmouth: x86 stable (bug #653156)Thomas Deutschmann2018-05-261-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* net-libs/loudmouth: stable 1.5.3-r1 for ia64, bug #653156Sergei Trofimovich2018-05-251-1/+1
| | | | | | Bug: https://bugs.gentoo.org/653156 Package-Manager: Portage-2.3.38, Repoman-2.3.9 RepoMan-Options: --include-arches="ia64"
* net-libs/loudmouth: Drop oldPacho Ramos2018-04-1412-657/+0
| | | | Package-Manager: Portage-2.3.28, Repoman-2.3.9
* net-libs/loudmouth: Also set subslot dep for gnutlsPacho Ramos2018-04-141-2/+1
| | | | Package-Manager: Portage-2.3.28, Repoman-2.3.9
* net-libs/loudmouth: Revbump for EAPI-6Peter Levine2018-04-141-0/+59
| | | | Package-Manager: Portage-2.3.16, Repoman-2.3.6
* net-libs/loudmouth: Fix building with GCC-7Peter Levine2018-04-142-1/+27
| | | | | | Bug: https://bugs.gentoo.org/618330 Closes: https://bugs.gentoo.org/618330 Package-Manager: Portage-2.3.16, Repoman-2.3.6
* net-libs/*: Update Manifest hashesMichał Górny2017-12-101-3/+3
|
* net-libs/loudmouth: stable 1.5.2-r1 for ppc, bug #619488Sergei Trofimovich2017-11-121-1/+1
| | | | | Package-Manager: Portage-2.3.13, Repoman-2.3.4 RepoMan-Options: --include-arches="ppc"
* net-libs/loudmouth: x86 stable (bug #619488)Thomas Deutschmann2017-11-071-1/+1
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.4
* net-libs/loudmouth: Stable on amd64Manuel Rüger2017-11-071-1/+1
| | | | Package-Manager: Portage-2.3.12, Repoman-2.3.4
* net-libs/loudmouth: stable 1.5.2-r1 for sparc, bug #619488 (thanks to Rolf ↵Sergei Trofimovich2017-11-021-1/+1
| | | | | | | Eike Beer) Package-Manager: Portage-2.3.13, Repoman-2.3.4 RepoMan-Options: --include-arches="sparc"
* net-libs/loudmouth: stable 1.5.2-r1 for ppc64, bug #619488Sergei Trofimovich2017-10-291-1/+1
| | | | | Package-Manager: Portage-2.3.13, Repoman-2.3.4 RepoMan-Options: --include-arches="ppc64"
* net-libs/loudmouth-1.5.2-r1: alpha stableTobias Klausmann2017-10-221-1/+1
| | | | Gentoo-Bug: http://bugs.gentoo.org/619488
* net-libs/loudmouth: stable 1.5.2-r1 for ia64, bug #619488Sergei Trofimovich2017-09-161-2/+2
| | | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3 RepoMan-Options: --include-arches="ia64"
* 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-libs/loudmouth: version bumpWolfram Schlich2016-03-292-0/+59
| | | | Package-Manager: portage-2.2.28
* net-libs/loudmouth: added dependency on dev-util/gtk-doc (fixes bug ↵Wolfram Schlich2016-01-283-57/+1
| | | | | | #572990); removed short-lived version 1.5.1. Package-Manager: portage-2.2.27
* net-libs/loudmouth: switched back SRC_URI to github now that the release tag ↵Wolfram Schlich2016-01-272-3/+3
| | | | | | is in place Package-Manager: portage-2.2.27
* net-libs/loudmouth: version bump (with temporarily different SRC_URI)Wolfram Schlich2016-01-272-0/+58
| | | | Package-Manager: portage-2.2.27
* net-libs/loudmouth: version bump (new upstream) with new USE=openssl; added ↵Wolfram Schlich2016-01-253-10/+68
| | | | | | myself as maintainer, removed the gnome herd as agreed upon with EvaSDK. Package-Manager: portage-2.2.27
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-1/+1
|