summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-lisp/asdf: Revert texinfo dependency and other small fixesUlrich Müller2023-07-271-8/+8
| | | | | | | | | | | - virtual/texi2dvi was correct; it is needed for texi2pdf. - Use constant install location for the HTML documentation. - Drop old blockers, these packages have been removed in 2012. - Move test dependency to BDEPEND. - Update HOMEPAGE and SRC_URI. Bug: https://bugs.gentoo.org/883439 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* dev-lisp/asdf: fix install for USE=docalfr2023-07-271-10/+9
| | | | | | | | Further, the documentation is always built from the texinfo. Closes: https://bugs.gentoo.org/883439 Signed-off-by: alfr <alfr0451@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* */*: remove x86-solaris keywordFabian Groffen2023-05-241-1/+1
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* dev-lisp/asdf: Keyword 3.3.5 riscv, #840239Raymond Wong2022-05-141-1/+1
| | | | | Signed-off-by: Raymond Wong <infiwang@pm.me> Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-lisp/asdf: Keyword 3.3.5 mips, #840239Raymond Wong2022-04-281-1/+1
| | | | | Signed-off-by: Raymond Wong <infiwang@pm.me> Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-lisp/asdf: Fix "test-utilities.script" testRaymond Wong2022-04-272-0/+32
| | | | | | | | | Patch is already done upstream, drop on next version bump. Closes: https://bugs.gentoo.org/841335 Signed-off-by: Raymond Wong <infiwang@pm.me> Closes: https://github.com/gentoo/gentoo/pull/25226 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-lisp/asdf: drop 3.1.5, 3.3.1, 3.3.2, 3.3.2-r1Sam James2022-03-045-201/+0
| | | | | Closes: https://bugs.gentoo.org/828735 Signed-off-by: Sam James <sam@gentoo.org>
* dev-lisp/asdf: Stabilize 3.3.5 sparc, #828735Sam James2022-02-281-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-lisp/asdf: Stabilize 3.3.5 ppc, #828735Jakov Smolić2022-02-171-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-lisp/asdf: Stabilize 3.3.5 ppc64, #828735Jakov Smolić2022-02-171-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-lisp/asdf: fix DeprecatedInsintoConrad Kostecki2022-02-131-5/+5
| | | | Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* dev-lisp/asdf: Stabilize 3.3.5 amd64, #828735Sam James2022-01-311-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-lisp/asdf: Stabilize 3.3.5 x86, #828735Sam James2022-01-271-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-lisp/asdf: Keyword 3.3.5 ppc64, #748582Arthur Zamarin2022-01-121-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-lisp/asdf: update EAPI 6 -> 7Sam James2022-01-031-9/+25
| | | | | | Notably fix tests too. Signed-off-by: Sam James <sam@gentoo.org>
* dev-lisp/asdf: add 3.3.5Nathan Ringo2022-01-032-0/+53
| | | | | | Closes: https://bugs.gentoo.org/830466 Signed-off-by: Nathan Ringo <nathan@remexre.xyz> Signed-off-by: Sam James <sam@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-lisp/asdf: eutils--Sam James2021-04-181-1/+1
| | | | | Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3 Signed-off-by: Sam James <sam@gentoo.org>
* dev-lisp/asdf: eutils--Sam James2021-04-163-3/+3
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-lisp/asdf: drop x86-macosFabian Groffen2021-01-064-8/+8
| | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 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>
* */*: 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-lisp/asdf: remove duplicate SLOT variablePetr Vaněk2019-11-184-16/+8
| | | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Ulrich Müller <ulm@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13697
* dev-lisp/asdf: Revert accidental stablePatrick Lauer2018-08-041-1/+1
| | | | Package-Manager: Portage-2.3.44, Repoman-2.3.10
* dev-lisp/asdf: Fix test dependenciesPatrick Lauer2018-08-042-1/+54
| | | | Package-Manager: Portage-2.3.44, Repoman-2.3.10
* dev-lisp/asdf: Drop old version 3.3.0Chema Alonso Josa2018-05-052-53/+0
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-lisp/asdf: Bump version to 3.2.2Chema Alonso Josa2018-05-052-0/+53
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-lisp/asdf: Drops dependency on dev-lisp/asdf-binary-locationsChema Alonso Josa2018-03-093-3/+0
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-lisp/asdf: Drops gentoo-init dependenciesChema Alonso Josa2018-03-083-5/+3
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-lisp/asdf: Drops old versionsChema Alonso Josa2018-03-087-305/+0
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-lisp/asdf: Updates gentoo-init dependencyChema Alonso Josa2018-03-041-1/+1
| | | | | Bug: https://bugs.gentoo.org/649504 Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-lisp/asdf: Drops old version 3.0.3Chema Alonso Josa2018-03-042-50/+0
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-lisp/asdf: Drop oldAndreas K. Hüttel2018-03-032-42/+0
| | | | | Closes: https://bugs.gentoo.org/644266 Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-lisp/asdf: stable 3.1.5 for ppc64, bug #577744Sergei Trofimovich2018-03-031-1/+1
| | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="ppc64"
* dev-lisp/asdf: stable 3.1.5 for ia64, bug #577744Sergei Trofimovich2018-02-191-2/+2
| | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="ia64"
* dev-lisp/asdf-3.1.5-r0: alpha stableTobias Klausmann2018-01-281-1/+1
| | | | Gentoo-Bug: http://bugs.gentoo.org/577744
* dev-lisp/*: Update Manifest hashesMichał Górny2017-12-091-10/+10
|
* dev-lisp/asdf: Bumps version to 3.3.1Chema Alonso Josa2017-11-152-0/+55
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-lisp/asdf: Appends virtual/commonlisp to PDEPENDChema Alonso Josa2017-10-301-1/+2
| | | | | Closes: https://bugs.gentoo.org/635444 Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-lisp/asdf: Rolls back last commit due to circular deps in bug #630528Chema Alonso Josa2017-10-301-1/+0
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-lisp/asdf: Adds Common Lisp dependencyChema Alonso Josa2017-10-281-1/+1
| | | | | Bug: https://bugs.gentoo.org/635444 Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-lisp/asdf: Bumps version to 3.3.0Chema Alonso Josa2017-10-072-0/+55
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-lisp/asdf: Installs asdf.info only when >=dev-lisp/sbcl-1.4.0Chema Alonso Josa2017-10-011-1/+4
| | | | | | Gentoo-Bug: 605752 Package-Manager: Portage-2.3.8, Repoman-2.3.1
* dev-lisp/asdf: Adds test phase. Installs info file.Chema Alonso Josa2017-10-011-0/+60
| | | | | | | Gentoo-Bug: 605752 Gentoo-Bug: 623494 Package-Manager: Portage-2.3.8, Repoman-2.3.1
* dev-lisp/asdf: Drops old versionChema Alonso Josa2017-04-052-50/+0
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-lisp/asdf: Bumps version to 3.2.1Chema Alonso Josa2017-04-052-0/+48
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-288-8/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-lisp/asdf: Restoring KEYWORDS for version 1.89Chema Alonso Josa2017-02-151-1/+1
| | | | Package-Manager: portage-2.3.3