Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move {dev-util → dev-build}/gtk-doc-am | Michał Górny | 2024-01-17 | 1 | -2/+2 |
| | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/34819 Signed-off-by: Michał Górny <mgorny@gentoo.org> | ||||
* | net-libs/libdmapsharing: Drop old versions | Matt Turner | 2023-09-05 | 2 | -50/+0 |
| | | | | Signed-off-by: Matt Turner <mattst88@gentoo.org> | ||||
* | net-libs/libdmapsharing: Stabilize 3.9.13 x86, #913218 | Arthur Zamarin | 2023-08-30 | 1 | -1/+1 |
| | | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> | ||||
* | net-libs/libdmapsharing: Stabilize 3.9.13 amd64, #913218 | Arthur Zamarin | 2023-08-30 | 1 | -1/+1 |
| | | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> | ||||
* | net-libs/libdmapsharing: Stabilize 3.9.13 arm64, #913218 | Arthur Zamarin | 2023-08-29 | 1 | -1/+1 |
| | | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> | ||||
* | net-libs/libdmapsharing: Drop SLOT="3.0" | Matt Turner | 2023-08-14 | 2 | -51/+0 |
| | | | | Signed-off-by: Matt Turner <mattst88@gentoo.org> | ||||
* | net-libs/libdmapsharing: keyword 3.9.13 for ~loong | WANG Xuerui | 2023-07-27 | 1 | -1/+1 |
| | | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org> | ||||
* | net-libs/libdmapsharing: Version bump to 3.9.13 | Matt Turner | 2023-07-21 | 2 | -0/+46 |
| | | | | Signed-off-by: Matt Turner <mattst88@gentoo.org> | ||||
* | net-libs/libdmapsharing: Stabilize 3.9.12 arm64, #907624 | Sam James | 2023-06-03 | 1 | -1/+1 |
| | | | | Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | net-libs/libdmapsharing: Stabilize 3.9.12 x86, #907624 | Sam James | 2023-06-03 | 1 | -1/+1 |
| | | | | Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | net-libs/libdmapsharing: Stabilize 3.9.12 amd64, #907624 | Sam James | 2023-06-03 | 1 | -1/+1 |
| | | | | Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | net-libs/libdmapsharing: Version bump to 3.9.12 | Matt Turner | 2023-03-30 | 2 | -0/+50 |
| | | | | Signed-off-by: Matt Turner <mattst88@gentoo.org> | ||||
* | net-libs/libdmapsharing: Set remote-id | Matt Turner | 2022-10-31 | 1 | -4/+7 |
| | | | | Signed-off-by: Matt Turner <mattst88@gentoo.org> | ||||
* | net-libs/libdmapsharing: Drop old versions | Matt Turner | 2022-08-17 | 2 | -50/+0 |
| | | | | Signed-off-by: Matt Turner <mattst88@gentoo.org> | ||||
* | net-libs/libdmapsharing: Stabilize 2.9.41 x86, #861029 | Sam James | 2022-08-07 | 1 | -1/+1 |
| | | | | Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | net-libs/libdmapsharing: Stabilize 2.9.41 amd64, #861029 | Sam James | 2022-08-07 | 1 | -1/+1 |
| | | | | Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | net-libs/libdmapsharing: Stabilize 2.9.41 arm64, #861029 | Sam James | 2022-07-29 | 1 | -1/+1 |
| | | | | Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | net-libs/libdmapsharing: add 2.9.41 | Sam James | 2022-06-17 | 2 | -0/+51 |
| | | | | Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | **/metadata.xml: Replace http by https in DOCTYPE element | Ulrich Müller | 2021-09-11 | 1 | -1/+1 |
| | | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org> | ||||
* | net-libs/libdmapsharing: keyword ~riscv | Yixun Lan | 2021-08-27 | 1 | -1/+1 |
| | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Yixun Lan <dlan@gentoo.org> | ||||
* | net-libs/libdmapsharing: Stabilize 2.9.39 arm64, #773172 | Sam James | 2021-03-04 | 1 | -2/+2 |
| | | | | Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | */*: [QA] Fix trivial cases of MissingTestRestrict | Michał Górny | 2019-12-11 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | 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/libdmapsharing: add explicit build dep on glib-utils | Mart Raudsepp | 2018-10-07 | 1 | -1/+2 |
| | | | | | | Closes: https://bugs.gentoo.org/667630 Signed-off-by: Mart Raudsepp <leio@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 | ||||
* | net-libs/libdmapsharing: use HTTPS | Michael Mair-Keimberger | 2018-05-04 | 1 | -3/+3 |
| | |||||
* | net-libs/libdmapsharing: remove old | Mart Raudsepp | 2017-12-22 | 2 | -48/+0 |
| | | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6 | ||||
* | net-libs/libdmapsharing: x86 stable (bug #635938) | Thomas Deutschmann | 2017-12-19 | 1 | -1/+1 |
| | | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6 | ||||
* | net-libs/libdmapsharing-2.9.39-r0: amd64 stable | Tobias Klausmann | 2017-12-16 | 1 | -1/+1 |
| | | | | Gentoo-Bug: http://bugs.gentoo.org/635938 | ||||
* | net-libs/*: Update Manifest hashes | Michał Górny | 2017-12-10 | 1 | -2/+2 |
| | |||||
* | net-libs/libdmapsharing: version bump 2.9.37 → 2.9.39 | Gilles Dartiguelongue | 2017-08-27 | 2 | -0/+48 |
| | | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3 | ||||
* | net-libs/libdmapsharing: keyword ~arm64 | Alexis Ballier | 2017-07-29 | 1 | -1/+1 |
| | | | | Package-Manager: Portage-2.3.6, Repoman-2.3.3 | ||||
* | Drop $Id$ per council decision in bug #611234. | Robin H. Johnson | 2017-02-28 | 1 | -1/+0 |
| | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | net-libs/libdmapsharing: remove old | Mart Raudsepp | 2017-02-16 | 2 | -49/+0 |
| | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 | ||||
* | net-libs/libdmapsharing: x86 stable, bug 606818 | Pacho Ramos | 2017-02-11 | 1 | -1/+1 |
| | | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="x86" | ||||
* | net-libs/libdmapsharing: amd64 stable, bug 606818 | Pacho Ramos | 2017-02-11 | 1 | -2/+2 |
| | | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="amd64" | ||||
* | net-libs/libdmapsharing: Drop old | Pacho Ramos | 2016-12-05 | 2 | -49/+0 |
| | | | | Package-Manager: portage-2.3.2 | ||||
* | net-libs/libdmapsharing: Version bump | Pacho Ramos | 2016-12-05 | 2 | -0/+49 |
| | | | | Package-Manager: portage-2.3.2 | ||||
* | net-libs/libdmapsharing: x86 stable, bug 587010 | Pacho Ramos | 2016-10-01 | 1 | -1/+1 |
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="x86" | ||||
* | net-libs/libdmapsharing: amd64 stable, bug 587010 | Pacho Ramos | 2016-10-01 | 1 | -1/+1 |
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="amd64" | ||||
* | net-libs/libdmapsharing: clean up old revision | Gilles Dartiguelongue | 2016-09-11 | 2 | -51/+0 |
| | | | | Package-Manager: portage-2.3.0 | ||||
* | net-libs/libdmapsharing: version bump 2.9.35 → 2.9.36 | Gilles Dartiguelongue | 2016-09-11 | 2 | -0/+49 |
| | | | | Package-Manager: portage-2.3.0 | ||||
* | net-libs/libdmapsharing: x86 stable, bug 584468 | Pacho Ramos | 2016-06-11 | 1 | -1/+1 |
| | | | | | Package-Manager: portage-2.3.0_rc1 RepoMan-Options: --include-arches="x86" | ||||
* | net-libs/libdmapsharing: amd64 stable, bug 584468 | Pacho Ramos | 2016-06-11 | 1 | -1/+1 |
| | | | | | Package-Manager: portage-2.3.0_rc1 RepoMan-Options: --include-arches="amd64" | ||||
* | net-libs/libdmapsharing: Version bump | Pacho Ramos | 2016-05-29 | 2 | -0/+49 |
| | | | | Package-Manager: portage-2.3.0_rc1 | ||||
* | net-libs/libdmapsharing: Drop old | Pacho Ramos | 2016-05-29 | 2 | -51/+0 |
| | | | | Package-Manager: portage-2.3.0_rc1 | ||||
* | Set appropriate maintainer types in metadata.xml (GLEP 67) | Michał Górny | 2016-01-24 | 1 | -1/+1 |
| | |||||
* | Replace all herds with appropriate projects (GLEP 67) | Michał Górny | 2016-01-24 | 1 | -1/+4 |
| | | | | | Replace all uses of herd with appropriate project maintainers, or no maintainers in case of herds requested to be disbanded. | ||||
* | net-libs/libdmapsharing: x86 stable wrt bug #565086 | Agostino Sarubbo | 2015-11-11 | 1 | -1/+1 |
| | | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="x86" | ||||
* | net-libs/libdmapsharing: amd64 stable wrt bug #565086 | Agostino Sarubbo | 2015-11-10 | 1 | -1/+1 |
| | | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="amd64" | ||||
* | net-libs/libdmapsharing: Drop old | Pacho Ramos | 2015-11-07 | 2 | -58/+0 |
| | | | | Package-Manager: portage-2.2.23 | ||||
* | net-libs/libdmapsharing: Version bump, avahi[dbus] is needed (#561072 by ↵ | Pacho Ramos | 2015-11-07 | 2 | -0/+51 |
| | | | | | | Toralf Förster) Package-Manager: portage-2.2.23 |