summaryrefslogtreecommitdiff
path: root/dev-php/libvirt-php
AgeCommit message (Collapse)Author
2025-10-09dev-php/libvirt-php: Don't rely on libxml2 to provide ATTRIBUTE_UNUSEDMichal Privoznik
In the past, libxml2 used to declare some attributes in its headers, with ATTRIBUTE_UNUSED being one of them. Some projects (like libvirt-php) misused this. But after libxml2 was cleaned up and stopped polluting header files (see commit in backported patch), these projects have to redefine the macro themselves. Closes: https://bugs.gentoo.org/963308 Signed-off-by: Michal Privoznik <michal.privoznik@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44111 Closes: https://github.com/gentoo/gentoo/pull/44111 Signed-off-by: Sam James <sam@gentoo.org>
2025-07-13*/*: remove reference to php8.1Bertrand Jacquin
php 8.1 is no longer part of portage tree since 2025-03-17 via e8ed8932868769feef9cdd284e84e878c7bb8a26. Bug: https://bugs.gentoo.org/959495 Signed-off-by: Bertrand Jacquin <bertrand@jacquin.bzh> Part-of: https://github.com/gentoo/gentoo/pull/42868 Signed-off-by: Sam James <sam@gentoo.org>
2025-05-05dev-php/libvirt-php: add dev-libs/libxml2 subslot op for incoming ABI breakAlfred Wingate
Signed-off-by: Alfred Wingate <parona@protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/41919 Signed-off-by: Sam James <sam@gentoo.org>
2024-11-23dev-php/libvirt-php: remove unused patch(es)Michael Mair-Keimberger
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
2024-11-09dev-php/libvirt-php: fix USE_PHP in -9999 ebuildMichael Orlitzky
Presumably this supports newer versions of PHP if the latest non-live ebuild does. Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
2024-11-09dev-php/libvirt-php: drop 0.5.6, 0.5.7Michael Orlitzky
(Preparing to mask php:8.1) Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
2024-10-17dev-php/libvirt-php: Update HOMEPAGEMichal Privoznik
The homepage for the project moved to a new location in commit [1] and now is: https://php.libvirt.org/ while the old one is set up to redirect to the new one. 1: https://gitlab.com/libvirt/libvirt/-/commit/da74a4ed70f31466c05f5841cdb07fbc0d35f65b Signed-off-by: Michal Privoznik <michal.privoznik@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
2024-10-17dev-php/libvirt-php: Update SRC_URIMichal Privoznik
The sources are available directly at https://download.libvirt.org, the old path https://libvirt.org/sources/ is kept around for compatibility reasons but redirects to the new one. Commit [1] changed the location on libvirt.org too. 1: https://gitlab.com/libvirt/libvirt/-/commit/d2d26e98d60af191deec61bc6dcccf9c881992f2 Signed-off-by: Michal Privoznik <michal.privoznik@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
2024-03-14dev-php/libvirt-php: bump to v0.5.8Michal Privoznik
Signed-off-by: Michal Privoznik <michal.privoznik@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/35535 Signed-off-by: Sam James <sam@gentoo.org>
2024-01-18dev-php/libvirt-php: cleanup php8-0Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2023-09-15*/*: remove USE=php_targets_php7-4David Seifert
Closes: https://github.com/gentoo/gentoo/pull/32762 Signed-off-by: David Seifert <soap@gentoo.org>
2022-12-24dev-php/libvirt-php: bump to v0.5.7Michal Privoznik
Signed-off-by: Michal Privoznik <michal.privoznik@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/28588 Signed-off-by: Sam James <sam@gentoo.org>
2022-12-24dev-php/libvirt-php: Drop remove-imagick-check.patch from live ebuildMichal Privoznik
The upstream has dropped the imagick dependency here [1]. Therefore, there's no need to apply our patch that does the same. The patch is still valid for libvirt-php-0.5.6.ebuild though, so the file is not removed, yet. 1: https://gitlab.com/libvirt/libvirt-php/-/commit/d907c69f1cb0ab40bce1f4c53e6560aaf9392961 Signed-off-by: Michal Privoznik <michal.privoznik@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
2022-10-28dev-php/libvirt-php: drop 0.5.5-r1, 0.5.5_p20211020Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2022-08-19dev-php/libvirt-php: add gitlab upstream metadataSam James
Signed-off-by: Sam James <sam@gentoo.org>
2022-06-15dev-php/libvirt-php: bump to v0.5.6Michal Privoznik
Signed-off-by: Michal Privoznik <michal.privoznik@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/25903 Signed-off-by: Sam James <sam@gentoo.org>
2022-03-21dev-php/libvirt-php: Keyword snapshot ~amd64 after testingBrian Evans
Signed-off-by: Brian Evans <grknight@gentoo.org>
2022-03-18dev-php/libvirt-php: Add new snapshot buildBrian Evans
Needs further testing before restoring keywords Signed-off-by: Brian Evans <grknight@gentoo.org>
2022-03-16dev-php/libvirt-php: Update targetsBrian Evans
Signed-off-by: Brian Evans <grknight@gentoo.org>
2021-09-11**/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller
Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
2021-05-28dev-php/libvirt-php: fix docinto argument (avoid double 'prefix')Sam James
Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org>
2021-03-03dev-php/libvirt-php: Apply gcc-10 workaroundJakov Smolic
Closes: https://bugs.gentoo.org/728326 Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: Sam James <sam@gentoo.org>
2021-01-21dev-php/libvirt-php: Update live ebuildBrian Evans
PHP 8 is broken until upstream fixes things Signed-off-by: Brian Evans <grknight@gentoo.org>
2020-06-15dev-php/libvirt-php: bump to v0.5.5Thomas Deutschmann
Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
2020-04-26Reflect move of libvirt repositoriesMichal Privoznik
Libvirt and related projects moved from self hosting to gitlab.com hosting. The old repos were made a read only mirror of their gitlab images. Reflect this change in the live ebuilds. https://www.redhat.com/archives/libvir-list/2020-April/msg00329.html Signed-off-by: Michal Privoznik <mprivozn@redhat.com> Closes: https://github.com/gentoo/gentoo/pull/15478 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
2019-12-05dev-php/libvirt-php: Drop oldBrian Evans
Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Brian Evans <grknight@gentoo.org>
2019-11-29*/*: Reassign dev-zero@'s packagesMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2019-06-07dev-php/libvirt-php: add PHP 7.3 supportThomas Deutschmann
Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
2018-04-10dev-php/libvirt-php: Version bump to 0.5.4; update live buildBrian Evans
Package-Manager: Portage-2.3.28, Repoman-2.3.9
2018-03-22dev-php/libvirt-php: Adjust unpack and prepare wrt eclass changesBrian Evans
Package-Manager: Portage-2.3.24, Repoman-2.3.6
2017-12-09dev-php/*: Update Manifest hashesMichał Górny
2017-10-19dev-php/libvirt-php: Drop oldBrian Evans
Package-Manager: Portage-2.3.11, Repoman-2.3.3
2017-08-18dev-php/libvirt-php: drop nonexistent "AUTHORS" from the live ebuild.Michael Orlitzky
The upstream repo no longer contains an "AUTHORS" file, so drop it from the live ebuild. Thanks to Michal Prívozník for the report and the fix. Gentoo-Bug: 628174 Package-Manager: Portage-2.3.6, Repoman-2.3.1
2017-07-11dev-php/libvirt-php: Drop php5-5 from 0.5.2Brian Evans
Package-Manager: Portage-2.3.6, Repoman-2.3.2
2017-07-01dev-php/libvirt-php: Update live ebuild to match 0.5.3 changesBrian Evans
Package-Manager: Portage-2.3.6, Repoman-2.3.2
2017-07-01dev-php/libvirt-php: Version bump to 0.5.3Brian Evans
Package-Manager: Portage-2.3.6, Repoman-2.3.2
2017-02-28Drop $Id$ per council decision in bug #611234.Robin H. Johnson
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
2016-08-16dev-php/libvirt-php: drop old version 0.4.8Matthias Maier
Package-Manager: portage-2.2.28
2016-08-16dev-php/libvirt-php: version bump to 0.5.2Matthias Maier
Package-Manager: portage-2.2.28
2016-08-16dev-php/libvirt-php: Update live build, bug #588218Matthias Maier
Thanks to Michal Privoznik for the updated ebuild Package-Manager: portage-2.2.28
2016-08-16dev-php/libvirt-php: add libvirt project as maintainerMatthias Maier
Package-Manager: portage-2.2.28
2016-01-24Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny
2016-01-24Replace all herds with appropriate projects (GLEP 67)Michał Górny
Replace all uses of herd with appropriate project maintainers, or no maintainers in case of herds requested to be disbanded.
2015-08-24Revert DOCTYPE SYSTEM https changes in metadata.xmlMike Gilbert
repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
2015-08-24Use https by defaultJustin Lecher
Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
2015-08-08proj/gentoo: Initial commitRobin H. Johnson
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