summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: Clean PYTHON_COMPAT of obsolete implsMichał Górny2020-01-052-4/+4
| | | | | Closes: https://github.com/gentoo/gentoo/pull/14246 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-libs/xrootd: do not set -Werror in normal buildsMarek Szuba2019-12-303-2/+30
| | | | | | | | | Backported to 4.8 and 4.9 from 4.10. Should allow these versions to build under gcc-9. Closes: https://bugs.gentoo.org/703412 Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-libs/xrootd: bump to 4.11.1 and EAPI 7Marek Szuba2019-12-272-0/+114
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-libs/xrootd: remove redundant USE=rbd from 4.10.1Marek Szuba2019-12-201-3/+1
| | | | | | | | | | | Since version 4.10.0 xrootd upstream no longer bundle XrdCeph code with core XRootD so all this flag did in this ebuild was create an unnecessary dependency on sys-cluster/ceph and produce configure-time warnings. Closes: https://bugs.gentoo.org/691600 Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-113-1/+4
| | | | | | | | | | | | | | | | | | 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/xrootd: version bump to 4.10.1Guilherme Amadio2019-10-012-3/+2
| | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
* net-libs/xrootd: version bump to 4.10.0Guilherme Amadio2019-08-052-0/+116
| | | | | | Closes: https://bugs.gentoo.org/689550 Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
* net-libs/xrootd: remove unused patch.Michael Mair-Keimberger2019-03-261-11/+0
| | | | | | Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11499 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* net-libs/xrootd: drop oldGuilherme Amadio2019-03-133-198/+0
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
* net-libs/xrootd: bump to 4.9.0Guilherme Amadio2019-03-132-0/+116
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
* net-libs/xrootd: x86 stable (bug #638420)Thomas Deutschmann2018-12-071-1/+1
| | | | | Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* net-libs/xrootd: amd64 stable wrt bug #638420Agostino Sarubbo2018-12-051-2/+2
| | | | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 RepoMan-Options: --include-arches="amd64"
* net-libs/xrootd: version bump to 4.8.3Guilherme Amadio2018-05-183-0/+174
| | | | Package-Manager: Portage-2.3.38, Repoman-2.3.9
* net-libs/xrootd: add fuse slot dependencyGuilherme Amadio2018-05-182-4/+4
| | | | Package-Manager: Portage-2.3.38, Repoman-2.3.9
* net-libs/*: Update Manifest hashesMichał Górny2017-12-101-2/+2
|
* Drop remaining $Id$ and $Header$ from files.Ulrich Müller2017-02-284-4/+0
| | | | Bug: 611234
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-282-2/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* net-libs/xrootd: remove unused confdAndrew Savchenko2017-01-041-9/+0
| | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>
* net-libs/xrootd: remove oldAndrew Savchenko2017-01-042-79/+0
| | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>
* net-libs/xrootd: fix bug 603016 for boxes w/o SONAMEAndrew Savchenko2017-01-022-4/+4
| | | | | | | | | On some boxes SONAME is misteriously omitted, I can't reproduce this, but for xrootd plugins this is not a problem, so it is safe to replace QA_SONAME_NO_SYMLINK by QA_SONAME. Package-Manager: Portage-2.3.3, Repoman-2.3.1 Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>
* net-libs/xrootd: x86 stable wrt bug #601870Agostino Sarubbo2016-12-311-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-libs/xrootd: amd64 stable wrt bug #601870Agostino Sarubbo2016-12-311-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-libs/xrootd: fix bug 603016Andrew Savchenko2016-12-302-0/+10
| | | | | | | | | | | As explained[1] by upstream libXrd.*-4.so files are xrootd plugins which are not supposed to be linked directly with, so adding QA_SONAME_NO_SYMLINK exception for them. [1] https://github.com/xrootd/xrootd/issues/447 Package-Manager: portage-2.3.3 Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>
* net-libs/xrootd: remove oldAndrew Savchenko2016-12-263-88/+0
| | | | | Package-Manager: portage-2.3.3 Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>
* net-libs/xrootd: add python supportAndrew Savchenko2016-12-261-10/+41
| | | | | | | | | | - Add support for python bindings, upstream support only python-2.{4..7}. - Optionally install python docs and examples. - Add perl dep for provided utils. Package-Manager: portage-2.3.3 Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>
* net-libs/xrootd: version bumpAndrew Savchenko2016-12-263-0/+81
| | | | | | | | | - version bump to 4.5.0; - add USE=rbd for Ceph's Rados Block Device support; - sort cmake args. Package-Manager: portage-2.3.3 Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>
* net-libs/xrootd: Version bump to 4.4.0David Seifert2016-10-023-2/+81
| | | | | | | | Gentoo-bug: 595314 * EAPI=6 * Make PATCHES -p1 compliant Package-Manager: portage-2.3.1
* net-libs/xrootd: use #!/sbin/openrc-run instead of #!/sbin/runscriptAustin English2016-05-184-4/+4
|
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-1/+1
|
* Replace all herds with appropriate projects (GLEP 67)Michał Górny2016-01-241-1/+4
| | | | | Replace all uses of herd with appropriate project maintainers, or no maintainers in case of herds requested to be disbanded.
* Revert DOCTYPE SYSTEM https changes in metadata.xmlMike Gilbert2015-08-241-1/+1
| | | | | | | repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
* Use https by defaultJustin Lecher2015-08-241-1/+1
| | | | | | Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
* proj/gentoo: Initial commitRobin H. Johnson2015-08-0811-0/+363
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