summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: Bump copyright on files touched this yearMichał Górny2020-02-115-5/+5
| | | | | | | 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>
* dev-lang/lua: fix pkgconfig for lua 5.3Victor Payno2020-01-231-0/+194
| | | | | | | Effectively adds 'lua5.3' to the end of the INSTALL_INC pkgconfig path. Signed-off-by: Victor Payno <vpayno+gentoo@gmail.com> Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-lang/lua: fix pkgconfig for lua 5.2Victor Payno2020-01-231-0/+194
| | | | | | | Effectively adds 'lua5.2' to the end of the INSTALL_INC pkgconfig path. Signed-off-by: Victor Payno <vpayno+gentoo@gmail.com> Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-lang/lua: fix pkgconfig for lua 5.1Victor Payno2020-01-231-0/+145
| | | | | | | Effectively adds 'lua5.1' to the end of the INSTALL_INC pkgconfig path. Signed-off-by: Victor Payno <vpayno+gentoo@gmail.com> Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-lang/lua: EAPI bumpRobin H. Johnson2020-01-234-0/+307
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* */*: [QA] Remove redundant `|| die` guardsDavid Seifert2019-12-111-3/+2
| | | | | | | | | | | | * Since all ebuilds in the tree are EAPI>=4, `|| die` on builtin commands is redundant and dead code. Closes: https://github.com/gentoo/gentoo/pull/13940 Reviewed-by: Ulrich Müller <ulm@gentoo.org> Reviewed-by: Michał Górny <mgorny@gentoo.org> Reviewed-by: Andreas K. Hüttel <dilfridge@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org>
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-114-0/+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>
* dev-lang: Remove *-fbsd KEYWORDSMichał Górny2019-10-1115-15/+15
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-lang/lua: add myself as maintainer as wellRobin H. Johnson2019-03-241-0/+4
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-lang/lua: fix pkgconfig for lua 5.2 & lua 5.3Robin H. Johnson2019-03-242-0/+384
| | | | | | | | | | | | Slotted Lua uses distinct names for libraries and the include path. This variant is explicitly compatible with Debian's layout as seen at [1]. [1] https://packages.debian.org/stretch/amd64/liblua5.3-dev/filelist Fixes: https://bugs.gentoo.org/592052 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-lang/lua: drop maintainershipRafael Martins2019-03-181-4/+0
| | | | | Package-Manager: Portage-2.3.49, Repoman-2.3.11 Signed-off-by: Rafael Martins <rafaelmartins@gentoo.org>
* dev-lang/lua: bump to 5.2.4 and 5.3.5, re-add upstream testsuiteRobin H. Johnson2019-01-2515-12/+375
| | | | | | Package-Manager: Portage-2.3.56, Repoman-2.3.12 Acked-By: Rafael Martins <rafaelmartins@gentoo.org> Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-lang/lua: mark s390 stableMikle Kolyada2018-12-301-2/+2
| | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* dev-lang/lua: fix slotted luaKarel Kočí2018-12-143-0/+430
| | | | | | | | | | | | | | | | Command changing pkg-config file to appropriate variant is written after sources are copied to multilib builds because of that it is not propagated to system it self. Moving it before multilib_copy_source is enough to have fully working slotted Lua. Bug: https://bugs.gentoo.org/672528 Signed-off-by: Karel Kočí <cynerd@email.cz> (cherry picked from commit f08c38554eaeea3a73908bb0f2af6055e3a19b44) Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> Fixes: https://github.com/gentoo/gentoo/pull/10571 Fixes: https://bugs.gentoo.org/672528
* Drop arm-linux keyword from tree.Benda Xu2018-08-318-8/+8
| | | | | | | | "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-lang/*: Update Manifest hashesMichał Górny2017-12-091-3/+3
|
* dev-lang/lua: fix pkgconfig for slotted Lua.Robin H. Johnson2017-08-163-0/+430
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.3
* dev-lang/lua: add ~arm64 to all slotsAlexis Ballier2017-06-283-3/+3
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-lang/lua: arm64 stable (needed bu syslog-ng).Michael Weber2017-03-011-1/+1
| | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="amd64,arm,arm64,ppc,ppc64"
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-285-5/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-lang/lua: dropped ~ia64-hpux ~x64-freebsd ~x86-interixFabian Groffen2017-01-294-7/+7
| | | | Package-Manager: portage-2.3.3
* dev-lang/lua: Fix amd64&x86 kws, #520480 c7+8Michał Górny2017-01-231-1/+1
| | | | | Mark stable on amd64 and x86 since it seems that the keywords were accidentally not committed while the arch tester confirmed them.
* dev-lang/lua: cleanup wrt bug #520480Rafael Martins2017-01-236-620/+0
| | | | Package-Manager: portage-2.2.28
* dev-lang/lua: ppc64 stable wrt bug #520480Agostino Sarubbo2017-01-181-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-lang/lua: ia64 stable wrt bug #520480Agostino Sarubbo2017-01-171-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-lang/lua: ppc stable wrt bug #520480Agostino Sarubbo2017-01-151-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-lang/lua: Stable for HPPA (bug #520480).Jeroen Roovers2017-01-141-1/+1
| | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --ignore-arches
* dev-lang/lua: sparc stable wrt bug #520480Agostino Sarubbo2017-01-111-2/+2
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-lang/lua: added 5.3.3, masked for testing (bug #541042)Rafael Martins2016-12-043-0/+229
| | | | Package-Manager: portage-2.2.28
* dev-lang/lua-5.1.5-r4: stable on alphaTobias Klausmann2016-12-021-1/+1
| | | | Gentoo-Bug: 520480
* dev-lang/lua: arm stable, bug #520480Markus Meier2016-11-301-1/+1
| | | | | Package-Manager: portage-2.3.2 RepoMan-Options: --include-arches="arm"
* dev-lang/lua: fix for bug #520480Rafael Martins2016-11-282-0/+147
| | | | Package-Manager: portage-2.2.28
* dev-lang/lua: remove unused patchesMichael Mair-Keimberger (asterix)2016-10-043-136/+0
|
* dev-lang/lua: Added sub-slot dependency for sys-libs/readline.Lars Wendler2016-09-195-9/+9
| | | | | Package-Manager: portage-2.3.1 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* dev-lang/lua: Add myself as co-maintainerWilliam Hubbs2016-08-071-0/+4
| | | | Package-Manager: portage-2.2.28
* dev-lang/lua: Cleanup per bug #150215Pacho Ramos2016-08-061-4/+0
| | | | Package-Manager: portage-2.3.0
* dev-lang/lua: Keyword 5.1.5-r3 for ~arm64Steev Klimaszewski2016-03-231-2/+2
| | | | Package-Manager: portage-2.2.28
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-2/+2
|
* Unify quoting in metadata.xml files for machine processingMichał Górny2016-01-241-1/+1
| | | | | | | Force unified quoting in all metadata.xml files since lxml does not preserve original use of single and double quotes. Ensuring unified quoting before the process allows distinguishing the GLEP 67-related metadata.xml changes from unrelated quoting changes.
* dev-lang/lua: adjust prefix in .pc file for PrefixFabian Groffen2016-01-111-0/+1
| | | | Package-Manager: portage-2.2.20-prefix
* dev-lang/lua: import Prefix changesFabian Groffen2016-01-044-6/+30
| | | | Package-Manager: portage-2.2.26
* 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-0834-0/+1780
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