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>
* */*: Remove obsolete values from PYTHON_COMPATMichał Górny2021-01-311-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-libs/libsearpc: adding myself to maintainersQuentin Retornaz2020-10-061-1/+8
| | | | | | Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Quentin Retornaz <gentoo@retornaz.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-libs/libsearpc: add python3.{7,8,9} compatibilityQuentin Retornaz2020-10-061-1/+1
| | | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Quentin Retornaz <gentoo@retornaz.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-libs/libsearpc: do not install .a filesJakov Smolic2020-09-291-2/+2
| | | | | | | | Closes: https://bugs.gentoo.org/739708 Package-Manager: Portage-3.0.3, Repoman-3.0.0 Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Closes: https://github.com/gentoo/gentoo/pull/17342 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-libs/libsearpc: Remove oldMichał Górny2020-09-192-39/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-libs/libsearpc: Remove py2.7 where possibleMichał Górny2020-08-021-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-libs/libsearpc: Switch to PYTHON_MULTI_USEDEP APIMichał Górny2020-02-092-3/+7
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Clean PYTHON_COMPAT of obsolete implsMichał Górny2020-01-051-2/+2
| | | | | Closes: https://github.com/gentoo/gentoo/pull/14246 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-libs/libsearpc: use autotools.eclass to control amJoonas Niilola2019-12-181-2/+3
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-libs/libsearpc: version bump to 3.2.0Denis Efremov2019-12-182-0/+38
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Denis Efremov <efremov@linux.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-libs/libsearpc: Maintainer retiredJonas Stein2019-07-011-8/+2
| | | | | | | Maintainer asked for retirement. Bug: https://bugs.gentoo.org/632804 Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Jonas Stein <jstein@gentoo.org>
* net-libs/libsearpc: Cleanup old ebuild revisionsMoritz Schlarb2018-04-132-63/+0
| | | | Closes: https://github.com/gentoo/gentoo/pull/7887
* net-libs/libsearpc: Fix SRC_URIMoritz Schlarb2018-04-131-0/+36
| | | | | | | | | | Upstream has an insane usage of git tags, so the tag is called v3.1-latest, but it is actually the library version 3.0.8. On the next version bump, we at least need to change the SRC_URI to use the snapshot tarball, but right now this would lead to mirrors serving the wrong tarball, which is probably not the best thing to do. Closes: https://bugs.gentoo.org/652760
* net-libs/*: Update Manifest hashesMichał Górny2017-12-101-1/+1
|
* net-libs/libsearpc: installation improvements.Moritz Schlarb2017-11-151-0/+35
| | | | | | - Remove unnecessary .la file - Fix shebang in searpc-codegen.py Closes: https://github.com/gentoo/gentoo/pull/6005
* Globally add missing remote ID references to metadata.xmlJustin Lecher2017-04-291-1/+4
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* net-libs/libsearpc: remove broken ebuild.Patrice Clement2017-04-141-28/+0
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* net-libs/libsearpc: fix SRC_URI.Patrice Clement2017-04-141-0/+28
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* net-libs/libsearpc: new ebuild.Moritz Schlarb2017-04-133-0/+40
A simple C language RPC framework. Gentoo-Bug: https://bugs.gentoo.org/499698 Closes: https://github.com/gentoo/gentoo/pull/4198