summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-lang/nqp: Bump to version 2019.07.1Kent Fredric2019-08-072-0/+160
| | | | | | | | | | Note: USE="java" is currently unsupportable, and will be shortly followed with a package.use.mask entry, as it requires JDK9 to work, and JDK9+ support is somewhat taking a pre-climate-change glacial pace. Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Kent Fredric <kentnl@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-076-6/+6
| | | | | 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-077-168/+168
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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: Trim useless blank in 2018.06.ebuildKent Fredric2019-08-071-1/+0
| | | | | 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-077-21/+16
| | | | | | | | | | | | | | | | | 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: BumpPatrick Lauer2019-03-162-0/+160
| | | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 X-Autogenerated-SOB: yes Signed-off-by: Patrick Lauer <patrick@gentoo.org>
* dev-lang/nqp: BumpPatrick Lauer2019-01-262-0/+160
| | | | | | Package-Manager: Portage-2.3.58, Repoman-2.3.12 X-Autogenerated-SOB: Yes Signed-off-by: Patrick Lauer <patrick@gentoo.org>
* dev-lang/nqp: OldPatrick Lauer2018-09-297-960/+0
| | | | Package-Manager: Portage-2.3.50, Repoman-2.3.11
* dev-lang/nqp: BumpPatrick Lauer2018-09-292-0/+160
| | | | Package-Manager: Portage-2.3.50, Repoman-2.3.11
* dev-lang/nqp: BumpPatrick Lauer2018-09-102-0/+160
| | | | Package-Manager: Portage-2.3.49, Repoman-2.3.10
* dev-lang/nqp: BumpPatrick Lauer2018-07-072-0/+160
| | | | Package-Manager: Portage-2.3.41, Repoman-2.3.9
* dev-lang/nqp: BumpPatrick Lauer2018-05-262-0/+160
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-lang/nqp: use HTTPSMichael Mair-Keimberger2018-05-136-7/+7
| | | | Closes: https://github.com/gentoo/gentoo/pull/8304
* dev-lang/nqp: BumpPatrick Lauer2018-05-042-0/+160
| | | | Package-Manager: Portage-2.3.36, Repoman-2.3.9
* dev-lang/nqp: BumpPatrick Lauer2018-04-292-0/+160
| | | | Package-Manager: Portage-2.3.31, Repoman-2.3.9
* dev-lang/nqp: Maintainer retiredJonas Stein2018-04-031-4/+0
| | | | | | Proxied maintainer was retired due to inactivity. Bug: https://bugs.gentoo.org/632854 Package-Manager: Portage-2.3.28, Repoman-2.3.9
* dev-lang/nqp: BumpPatrick Lauer2018-03-302-0/+160
| | | | Package-Manager: Portage-2.3.27, Repoman-2.3.7
* dev-lang/nqp: Remove oldPatrick Lauer2018-02-277-960/+0
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-lang/nqp: BumpPatrick Lauer2018-02-222-0/+160
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-lang/nqp: BumpPatrick Lauer2018-02-132-0/+160
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-lang/nqp: BumpPatrick Lauer2018-01-132-0/+160
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-lang/nqp: BumpPatrick Lauer2017-12-162-0/+160
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-lang/*: Update Manifest hashesMichał Górny2017-12-091-4/+4
|
* dev-lang/nqp: BumpPatrick Lauer2017-11-022-0/+160
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.4
* dev-lang/nqp: Remove oldPatrick Lauer2017-09-227-960/+0
| | | | Package-Manager: Portage-2.3.10, Repoman-2.3.3
* dev-lang/nqp: BumpPatrick Lauer2017-09-222-0/+160
| | | | Package-Manager: Portage-2.3.10, Repoman-2.3.3
* dev-lang/nqp: BumpPatrick Lauer2017-09-162-0/+160
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-lang/nqp: remove unused patchesMichael Mair-Keimberger (asterix)2017-08-091-214/+0
| | | | Closes: https://github.com/gentoo/gentoo/pull/5337
* dev-lang/nqp: BumpPatrick Lauer2017-07-284-322/+2
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.3
* dev-lang/nqp: BumpPatrick Lauer2017-06-262-0/+160
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-lang/nqp: BumpPatrick Lauer2017-06-032-0/+160
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-lang/nqp: BumpPatrick Lauer2017-04-252-0/+160
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* dev-lang/nqp: BumpPatrick Lauer2017-04-082-0/+160
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* dev-lang/nqp: BumpPatrick Lauer2017-03-102-0/+160
| | | | Package-Manager: Portage-2.3.4, Repoman-2.3.2
* 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/nqp: BumpPatrick Lauer2017-01-282-0/+161
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-lang/nqp: Remove oldPatrick Lauer2016-12-289-1096/+0
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-lang/nqp: BumpPatrick Lauer2016-12-282-0/+161
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-lang/nqp: BumpPatrick Lauer2016-11-252-0/+161
| | | | Package-Manager: portage-2.3.2
* dev-lang/nqp: BumpPatrick Lauer2016-10-202-0/+161
| | | | Package-Manager: portage-2.3.2
* dev-lang/nqp: BumpPatrick Lauer2016-09-302-0/+161
| | | | Package-Manager: portage-2.3.0
* dev-lang/nqp: BumpPatrick Lauer2016-08-232-0/+161
| | | | Package-Manager: portage-2.3.0
* dev-lang/nqp: BumpPatrick Lauer2016-07-202-0/+161
| | | | Package-Manager: portage-2.3.0
* dev-lang/nqp: BumpPatrick Lauer2016-06-282-0/+161
| | | | Package-Manager: portage-2.3.0
* dev-lang/nqp: update 9999 to reflect 2016.05Marshall Brewer2016-06-021-45/+114
|
* dev-lang/nqp: version bump 2016.05Marshall Brewer2016-06-022-0/+161
| | | | - removed patch (was included upstream)
* dev-lang/nqp: revbump 2016.04-r3Marshall Brewer2016-06-023-100/+161
| | | | | | | | - enabled proper use of jna:4 (by Chewi) - using multibuild.eclass to enable custom java install procedure - minor qa corrections - warn before installation with NQP and Rakudo present - drop system-libs use-flag (from ebuilds and metadata.xml)
* dev-lang/nqp: drop old (2016.01 & 2016.02)Marshall Brewer2016-06-023-130/+0
|
* dev-lang/nqp: revbump 2016.04-r2 (fixes compile failure)Marshall Brewer (Gentoo Key)2016-05-091-5/+11
| | | | | | | Logic error when determining options for Configure.pl. Gentoo-Bug: 582520 Package-Manager: portage-2.2.28