summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-perl/Expect: add 1.380.0Sam James2024-05-022-0/+34
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-perl/Expect: keyword 1.350.0-r1 for ~loongWANG Xuerui2022-05-141-2/+2
| | | | | | Tests passed on real hardware. Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* dev-perl/Expect: EAPI=8 bumpAndreas K. Hüttel2021-10-241-4/+3
| | | | | 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/Expect: drop s390 to ~s390 (unstable)Sam James2021-04-051-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-perl/Expect-1.350.0: marked ~{x86,amd64}-linux, bug #690140Fabian Groffen2020-08-171-1/+1
| | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Fabian Groffen <grobian@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/Expect: Cleanup old versionsKent Fredric2019-07-253-70/+0
| | | | | | | | | Note: Activity pending in bug #636702 may have to proceed to newer version targets. Bug: https://bugs.gentoo.org/636702 Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Expect: Add ~sh keyword wrt bug #690140Mikle Kolyada2019-07-221-1/+1
| | | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="~sh"
* dev-perl/Expect: Add ~riscv keywordMikle Kolyada2019-05-051-2/+2
| | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
* dev-perl/Expect: arm stable wrt bug #667266Mikle Kolyada2018-12-081-1/+1
| | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* dev-perl/Expect: s390 stable wrt bug #667266Mikle Kolyada2018-12-081-1/+1
| | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* dev-perl/Expect: stable 1.350.0 for hppa, bug #667266Sergei Trofimovich2018-12-011-1/+1
| | | | | | Package-Manager: Portage-2.3.52, Repoman-2.3.12 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-perl/Expect: amd64 stable wrt bug #667266Agostino Sarubbo2018-11-231-1/+1
| | | | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 RepoMan-Options: --include-arches="amd64"
* dev-perl/Expect-1.350.0-r0: alpha stableTobias Klausmann2018-10-121-1/+1
| | | | | Gentoo-Bug: http://bugs.gentoo.org/667266 Signed-off-by: Tobias Klausmann <klausman@gentoo.org>
* dev-perl/Expect-1.350.0: arm64 stable (bug #667266)Mart Raudsepp2018-10-071-1/+1
| | | | | Signed-off-by: Mart Raudsepp <leio@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11
* dev-perl/Expect-1.350.0: ppc64 stable, bug 667266Matt Turner2018-10-061-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-perl/Expect-1.350.0: ppc stable, bug 667266Matt Turner2018-10-061-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-perl/Expect: stable 1.350.0 for ia64, bug #667266Sergei Trofimovich2018-10-021-1/+1
| | | | | | Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11 RepoMan-Options: --include-arches="ia64"
* dev-perl/Expect: x86 stable (bug #667266)Thomas Deutschmann2018-10-011-2/+2
| | | | | Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11
* dev-perl/Expect: stable 1.350.0 for sparc, bug #667266Rolf Eike Beer2018-09-301-1/+1
| | | | | | | Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Package-Manager: Portage-2.3.49, Repoman-2.3.10 RepoMan-Options: --include-arches="sparc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-perl/Expect: Restore ~s390 keywordsKent Fredric2018-09-081-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-perl/Expect: mark s390 stableMikle Kolyada2018-06-091-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-perl/Expect: Copy forwards ~alpha and ~arm64 keywordingKent Fredric2018-06-081-1/+1
| | | | | | Dependencies are fully satisfied. Package-Manager: Portage-2.3.29, Repoman-2.3.9
* dev-perl/Expect-1.320.0-r1: arm64 stable (bug #638176)Mart Raudsepp2018-04-201-1/+1
| | | | Package-Manager: Portage-2.3.28, Repoman-2.3.9
* dev-perl/Expect-1.350.0: added ~mipsMatt Turner2018-03-271-1/+1
|
* dev-perl/Expect: Tested on ~amd64-fbsd (bug #636702)Michał Górny2018-02-221-2/+2
|
* dev-perl/Expect-1.320.0-r1: alpha stableTobias Klausmann2018-01-201-1/+1
| | | | Gentoo-Bug: http://bugs.gentoo.org/638176
* dev-perl/Expect: arm stable, bug #638176Markus Meier2018-01-101-2/+2
| | | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3 RepoMan-Options: --include-arches="arm"
* dev-perl/Expect: add ~arm64, bug #636702Markus Meier2017-12-211-1/+1
| | | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3 RepoMan-Options: --include-arches="arm64"
* dev-perl/*: Update Manifest hashesMichał Górny2017-12-091-3/+3
|
* dev-perl/Expect: stable 1.320.0-r1 for hppa, bug #638176Sergei Trofimovich2017-11-241-1/+1
| | | | | Package-Manager: Portage-2.3.16, Repoman-2.3.6 RepoMan-Options: --include-arches="hppa"
* dev-perl/Expect-1.320.0-r1: added ~alpha, bug 636702Matt Turner2017-11-231-1/+1
|
* dev-perl/Expect: stable 1.320.0-r1 for ppc64, bug #638176Sergei Trofimovich2017-11-231-1/+1
| | | | | Package-Manager: Portage-2.3.16, Repoman-2.3.6 RepoMan-Options: --include-arches="ppc64"
* dev-perl/Expect: stable 1.320.0-r1 for ia64, bug #638176Sergei Trofimovich2017-11-201-1/+1
| | | | | Package-Manager: Portage-2.3.14, Repoman-2.3.6 RepoMan-Options: --include-arches="ia64"
* dev-perl/Expect: Mark ~hppa too.Jeroen Roovers2017-11-201-1/+1
| | | | | Package-Manager: Portage-2.3.14, Repoman-2.3.6 RepoMan-Options: --ignore-arches
* dev-perl/Expect-1.320.0-r1: added ~mips, bug 636702Matt Turner2017-11-101-1/+1
|
* dev-perl/Expect: keyworded 1.350.0 for ia64, bug #636702Sergei Trofimovich2017-11-071-1/+1
| | | | | Package-Manager: Portage-2.3.13, Repoman-2.3.4 RepoMan-Options: --include-arches="ia64"
* dev-perl/Expect: keyworded 1.330.0 for ia64, bug #636702Sergei Trofimovich2017-11-071-2/+2
| | | | | Package-Manager: Portage-2.3.13, Repoman-2.3.4 RepoMan-Options: --include-arches="ia64"
* dev-perl/Expect: keyworded 1.320.0-r1 for ia64, bug #636702Sergei Trofimovich2017-11-071-2/+2
| | | | | Package-Manager: Portage-2.3.13, Repoman-2.3.4 RepoMan-Options: --include-arches="ia64"
* dev-perl/Expect: Bump to version 1.350.0Kent Fredric2017-05-222-0/+33
| | | | | | | Upstream: - Packaging fixes Package-Manager: Portage-2.3.5, Repoman-2.3.2
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-282-2/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-perl/Expect: Bump to version 1.330.0Kent Fredric2016-12-092-0/+36
| | | | | | | | | | - EAPI6 - Add USE="examples" Upstream: - Remove Test::Exception Package-Manager: portage-2.3.3
* 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.