summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: remove sparc64-solaris keywordFabian Groffen2023-05-251-1/+1
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* */*: remove sparc-solaris keywordFabian Groffen2023-05-251-1/+1
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* */*: remove x86-solaris keywordFabian Groffen2023-05-241-1/+1
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* dev-perl/HTTP-Cookies: keyword 6.100.0 for ~loongWANG Xuerui2022-05-141-2/+2
| | | | | | Tests passed on real hardware. Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* dev-perl/HTTP-Cookies: Remove oldAndreas K. Hüttel2021-11-022-32/+0
| | | | | Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* dev-perl/HTTP-Cookies: Stabilize 6.100.0 arm64, #805866Sam James2021-08-061-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-perl/HTTP-Cookies: x86 stable wrt bug #805866Agostino Sarubbo2021-08-031-1/+1
| | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.2 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-perl/HTTP-Cookies: Stabilize 6.100.0 arm, #805866Sam James2021-08-031-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-perl/HTTP-Cookies: stable 6.100.0 for hppa, bug #805866Rolf Eike Beer2021-08-031-1/+1
| | | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.2 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sam James <sam@gentoo.org>
* dev-perl/HTTP-Cookies: Stabilize 6.100.0 amd64, #805866Sam James2021-08-021-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-perl/HTTP-Cookies: Stabilize 6.100.0 sparc, #805866Sam James2021-08-011-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-perl/HTTP-Cookies: Stabilize 6.100.0 ppc64, #805866Sam James2021-08-011-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-perl/HTTP-Cookies: Stabilize 6.100.0 ppc, #805866Sam James2021-08-011-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-perl/HTTP-Cookies: Version bump 6.10Andreas K. Hüttel2021-06-152-0/+32
| | | | | Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* dev-perl/HTTP-Cookies: drop s390 to ~s390 (unstable)Sam James2021-04-051-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-perl/HTTP-Cookies: drop x86-macosFabian Groffen2021-01-061-2/+2
| | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* dev-perl/HTTP-Cookies: drop ppc-aix m68k-mintFabian Groffen2020-12-271-1/+1
| | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* dev-perl/HTTP-Cookies: Drop ~x64-cygwin re bug #665088Kent Fredric2020-07-181-1/+1
| | | | | | | | | | | Depends: - dev-perl/HTTP-Message - dev-perl/Try-Tiny - dev-perl/Capture-Tiny Bug: https://bugs.gentoo.org/665088 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* */*: Drop stable ia64 keywordsMatt Turner2020-04-031-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* */*: Discontinue Gentoo SuperH portMikle Kolyada2020-03-261-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --ignore-arches Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* */*: Bump copyright on files touched this yearMichał Górny2020-02-111-1/+1
| | | | | | | Update the copyright notice on all files that were touched since January 1st but did not have the notice updated. Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Drop stable alpha keywordsMatt Turner2020-01-251-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-111-0/+1
| | | | | | | | | | | | | | | | | | 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>
* dev-perl: Remove *-fbsd KEYWORDSMichał Górny2019-10-111-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-perl/HTTP-Cookies: Cleanup old versionsKent Fredric2019-07-253-60/+0
| | | | | Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/HTTP-Cookies: arm64 stableAaron Bauman2019-05-171-1/+1
| | | | | | Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.12 RepoMan-Options: --include-arches="arm64"
* dev-perl/HTTP-Cookies: keyword ~riscvAndreas K. Hüttel2019-05-041-2/+2
| | | | | Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* Drop arm-linux keyword from tree.Benda Xu2018-08-313-3/+3
| | | | | | | | "arm-linux" is considered deprecated, unmaintained and easily replaced by "arm". Closes: https://bugs.gentoo.org/664598 Reference: https://archives.gentoo.org/gentoo-dev/message/63bafa051cccd1eb3d2ade16823671fa
* dev-perl/HTTP-Cookies: stable 6.40.0 for hppa, bug #657636Sergei Trofimovich2018-07-231-1/+1
| | | | | | Bug: https://bugs.gentoo.org/657636 Package-Manager: Portage-2.3.43, Repoman-2.3.10 RepoMan-Options: --include-arches="hppa"
* dev-perl/HTTP-Cookies: arm stable wrt bug #657636Mikle Kolyada2018-07-231-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-perl/HTTP-Cookies: mark s390 stableMikle Kolyada2018-07-101-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-perl/HTTP-Cookies-6.40.0-r0: alpha stableTobias Klausmann2018-06-261-1/+1
| | | | Gentoo-Bug: http://bugs.gentoo.org/657636
* dev-perl/HTTP-Cookies: stable 6.40.0 for ppc64, bug #657636Sergei Trofimovich2018-06-241-1/+1
| | | | | | Bug: https://bugs.gentoo.org/657636 Package-Manager: Portage-2.3.40, Repoman-2.3.9 RepoMan-Options: --include-arches="ppc64"
* dev-perl/HTTP-Cookies: stable 6.40.0 for ppc, bug #657636Sergei Trofimovich2018-06-241-1/+1
| | | | | | Bug: https://bugs.gentoo.org/657636 Package-Manager: Portage-2.3.40, Repoman-2.3.9 RepoMan-Options: --include-arches="ppc"
* dev-perl/HTTP-Cookies: stable 6.40.0 for ia64, bug #657636Sergei Trofimovich2018-06-101-1/+1
| | | | | | Bug: https://bugs.gentoo.org/657636 Package-Manager: Portage-2.3.40, Repoman-2.3.9 RepoMan-Options: --include-arches="ia64"
* dev-perl/HTTP-Cookies: amd64 stable wrt bug #657636Aaron Bauman2018-06-101-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-perl/HTTP-Cookies: x86 stable (bug #657636)Thomas Deutschmann2018-06-101-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-perl/HTTP-Cookies: stable 6.40.0 for sparcRolf Eike Beer2018-06-091-2/+2
| | | | | | Bug: https://bugs.gentoo.org/657636 Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="sparc"
* dev-perl/*: Update Manifest hashesMichał Górny2017-12-091-3/+3
|
* dev-perl/HTTP-Cookies: Bump to version 6.40.0Kent Fredric2017-10-242-0/+31
| | | | | | | Upstream: - Packaging fixes Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-perl/HTTP-Cookies: fix mixed metadata.xml indentationKent Fredric2017-09-191-10/+10
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-perl/HTTP-Cookies: Bump to version 6.30.0Kent Fredric2017-04-052-0/+35
| | | | | | | | | | | - EAPI6 - Tests restored (Appear to be network-free now) Upstream: - Internal doc / testing fixes - Stop using bareword filehandles Package-Manager: Portage-2.3.4, Repoman-2.3.2
* dev-perl/HTTP-Cookies: add ~x64-cygwin keywordMichael Haubenwallner2017-03-211-1/+1
| | | | Package-Manager: portage-2.3.3
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-perl/HTTP-Cookies: dropped ~x86-interixFabian Groffen2017-01-291-2/+2
| | | | Package-Manager: portage-2.3.3
* dev-perl/HTTP-Cookies: Drop unneeded stable-on-exp bits.Kent Fredric2016-08-161-1/+1
| | | | Package-Manager: portage-2.3.0
* dev-perl/HTTP-Cookies: Remove old versionKent Fredric2016-02-201-25/+0
| | | | Package-Manager: portage-2.2.27
* dev-perl/HTTP-Cookies: Rename 6.0.1 to 6.10.0Kent Fredric2016-02-201-0/+25
| | | | | | This brings HTTP-Cookies in line with Gentoo's Perl Normalisation Scheme Package-Manager: portage-2.2.27
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-1/+1
|