summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-lang/nqp: Improve java bitsPatrick Lauer2023-02-271-15/+4
| | | | | | | | | | While nqp-j builds now rakudo fails to use it, so keep the java useflag masked for now. Thanks to vaukai for the work in the PR. Closes: https://github.com/gentoo/gentoo/pull/29299 Signed-off-by: Patrick Lauer <patrick@gentoo.org>
* dev-lang/nqp: EAPI 8Patrick Lauer2023-02-271-1/+1
| | | | Signed-off-by: Patrick Lauer <patrick@gentoo.org>
* dev-lang/nqp: remove broken java depPatrick Lauer2023-02-271-2/+1
| | | | Signed-off-by: Patrick Lauer <patrick@gentoo.org>
* dev-lang/nqp: Remove references to Perl 6Andreas K. Hüttel2021-12-131-1/+1
| | | | | | Closes: https://bugs.gentoo.org/827820 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* dev-lang/nqp: fix double KEYWORDSSam James2021-02-151-2/+1
| | | | | | | | | | Double KEYWORDS lines break tools like ekeyword and Nattka. As per PMS, blank/empty KEYWORDS is implied by not defining the variable. See: https://projects.gentoo.org/qa/policy-guide/ebuild-format.html#pg0105 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James <sam@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>
* dev-lang/nqp: [QA] Fix UnnecessarySlashStripDavid Seifert2020-02-081-1/+1
| | | | Signed-off-by: David Seifert <soap@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-lang/nqp: Convert live ebuild to EAPI7Kent Fredric2019-08-071-2/+3
| | | | | | | | | | | | | | | | | | Note that this ebuild currently is unusable as: 1. Using moar w/ moar-9999 currently has an odd problem where it needs to use a non-existent "ffi.h" 2. Using jvm currently is unsupportable as upstream currently requires jdk-1.9/9, which we presently don't have any support for in Gentoo. Hopefully these issues won't be present when I use this ebuild as a base for the most recently shipped nqp release. See also: https://github.com/perl6/nqp/issues/571 Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-lang/nqp: Employ ${EPREFIX} in --prefixKent Fredric2019-08-071-1/+1
| | | | | Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-lang/nqp: Force JDK/JRE 8 in dependenciesKent Fredric2019-08-071-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Due to jdk/jre-1.7 being mentioned in (R)DEPEND, java-pkg_javac-args injects "-source 1.7 -target 1.7" into the javac invocation, which is silly, as nqp then appends "-source 1.8" to it anyway, resulting in: javac -source 1.7 -target 1.7 -source 1.8 .... And javac then barfs: javac: source release 1.8 requires target release 1.8 Bumping the values in DEPENDS changes the javac invocation to: javac -source 1.8 -target 1.8 -source 1.8 ... Which of course then works. Subsequently, all existing nqp versions (other than -9999) now work for me with USE="java" just fine, where previously they wouldn't work at all. Closes: https://bugs.gentoo.org/631226 Closes: https://bugs.gentoo.org/626486 Closes: https://bugs.gentoo.org/635902 Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-lang/nqp: Use official releases instead of github tarballsKent Fredric2019-08-071-3/+2
| | | | | | | | | | | | | | | | | The existing SRC_URI's used githubs /tarball/ API, which is now obsoleted by the /archive/ API. Additionally, Upstream provide official release archives in /releases/ Both of these endpoints obsolete the use of the vcs-snapshot eclass. However, both of these endpoints return different archives, with different checksums, so cache-avoidance must be done for the checksums to give correct results for all users. Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-lang/nqp: use HTTPSMichael Mair-Keimberger2018-05-131-2/+2
| | | | Closes: https://github.com/gentoo/gentoo/pull/8304
* 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-lang/nqp: update 9999 to reflect 2016.05Marshall Brewer2016-06-021-45/+114
|
* dev-lang/nqp: re-add 9999, based on 2016.04-r1Marshall Brewer (Gentoo Key)2016-05-081-0/+91