summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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