summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-text/cmark: drop old versionConrad Kostecki2021-11-203-70/+0
| | | | | Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* app-text/cmark: Stabilize 0.30.2 x86, #824610Jakov Smolić2021-11-191-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* app-text/cmark: amd64 stable wrt bug #824610Agostino Sarubbo2021-11-191-1/+1
| | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-text/cmark: Stabilize 0.30.2 ppc64, #824610Sam James2021-11-191-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-text/cmark: Stabilize 0.30.2 ppc, #824610Sam James2021-11-191-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-text/cmark: remove old versionAzamat H. Hackimov2021-09-282-35/+0
| | | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/22422 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-text/cmark: update to 0.30.2Azamat H. Hackimov2021-09-282-0/+35
| | | | | | | | Updated to EAPI=8. Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com> Signed-off-by: Ionen Wolkens <ionen@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>
* app-text/cmark: remove old versionAzamat H. Hackimov2021-09-072-35/+0
| | | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/22069 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-text/cmark: update to 0.30.1Azamat H. Hackimov2021-09-072-0/+35
| | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com> Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-text/cmark: add python-3.10 compatibility to 0.30.0Joonas Niilola2021-07-081-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-text/cmark: update to 0.30.0Azamat H. Hackimov2021-07-082-0/+35
| | | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/21412 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* */*: Add proxied="yes" for non-@gentoo.org peopleMichał Górny2021-03-161-1/+1
| | | | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '/pkgmetadata/maintainer[substring(email, string-length(email) - string-length("@gentoo.org") + 1) != "@gentoo.org"]' \ -t attr -n proxied -v yes {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Add 'proxied="proxy"' for proxy-maint projectMichał Górny2021-03-161-1/+1
| | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '//maintainer[email="proxy-maint@gentoo.org"]' \ -t attr -n proxied -v proxy {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-text/cmark: fix tests (#767850)Azamat H. Hackimov2021-02-092-1/+36
| | | | | | | | | Fix tests runs with Python 3.8. Closes: https://bugs.gentoo.org/767850 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/19370 Signed-off-by: Sam James <sam@gentoo.org>
* */*: Remove obsolete values from PYTHON_COMPATMichał Górny2021-01-311-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-text/cmark: add support for new pythonAzamat H. Hackimov2020-09-291-1/+1
| | | | | | | | Added python3_8 and python3_9. Package-Manager: Portage-3.0.4, Repoman-2.3.23 Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* */*: [QA] Remove redundant <longdescription/>sMichał Górny2020-09-141-3/+0
| | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/17540 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Clean PYTHON_COMPAT of obsolete implsMichał Górny2020-01-051-2/+2
| | | | | Closes: https://github.com/gentoo/gentoo/pull/14246 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-text/cmark: Switch to cmake.eclassAndreas Sturmlechner2019-12-311-2/+2
| | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner <asturm@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>
* app-text/cmark: stable 0.29.0 for ppc64, bug #695498Sergei Trofimovich2019-09-261-1/+1
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.17 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* app-text/cmark: Drop 0.28.3Andreas Sturmlechner2019-07-182-34/+0
| | | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11
* app-text/cmark: x86 stable wrt bug #688814Agostino Sarubbo2019-07-181-1/+1
| | | | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="x86"
* app-text/cmark: ppc stable wrt bug #688814Agostino Sarubbo2019-07-181-1/+1
| | | | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="ppc"
* app-text/cmark: amd64 stable wrt bug #688814Agostino Sarubbo2019-07-181-1/+1
| | | | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="amd64"
* app-text/cmark: python3_7Andreas Sturmlechner2019-05-151-1/+1
| | | | | Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* app-text/cmark: bump to 0.29.0 (#685126)Azamat H. Hackimov2019-05-152-0/+34
| | | | | | | | | | Version bump to 0.29.0 Closes: https://bugs.gentoo.org/685126 Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com> Package-Manager: Portage-2.3.62, Repoman-2.3.11 Closes: https://github.com/gentoo/gentoo/pull/11984 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* */*: Drop python3_4 from PYTHON_COMPATMichał Górny2019-04-161-1/+1
| | | | | Closes: https://github.com/gentoo/gentoo/pull/11706 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-text/cmark: add subslot.Azamat H. Hackimov2019-03-111-1/+1
| | | | | | | Closes: https://bugs.gentoo.org/679230 Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com> Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* app-text/cmark: remove old version.Azamat H. Hackimov2019-03-112-34/+0
| | | | | | | Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com> Package-Manager: Portage-2.3.51, Repoman-2.3.11 Closes: https://github.com/gentoo/gentoo/pull/11228 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* app-text/cmark: amd64 stable wrt bug #666854Mikle Kolyada2019-02-251-1/+1
| | | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 RepoMan-Options: --include-arches="amd64"
* app-text/cmark: x86 stable (bug #666854)Thomas Deutschmann2019-02-241-1/+1
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* app-text/cmark: stable 0.28.3 for ppc, bug #666854Sergei Trofimovich2019-02-231-2/+2
| | | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* app-text/cmark: keyworded 0.28.3 for ppc/ppc64, bug #645236Sergei Trofimovich2018-01-281-2/+2
| | | | | Package-Manager: Portage-2.3.20, Repoman-2.3.6 RepoMan-Options: --include-arches="ppc ppc64"
* app-text/cmark: version bump to 0.28.3.Azamat H. Hackimov2017-12-012-0/+34
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3
* app-text/cmark: remove old version.Azamat H. Hackimov2017-12-012-42/+1
| | | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3 Closes: https://github.com/gentoo/gentoo/pull/6351
* app-text/cmark: stable 0.28.0 for x86/amd64, bug #631138Sergei Trofimovich2017-09-231-1/+1
| | | | | Package-Manager: Portage-2.3.10, Repoman-2.3.3 RepoMan-Options: --include-arches="amd64 x86"
* app-text/cmark: bump to 0.28.0Azamat H. Hackimov2017-08-043-1/+35
| | | | | Closes: https://github.com/gentoo/gentoo/pull/5289 Package-Manager: Portage-2.3.6, Repoman-2.3.1
* app-text/cmark: use python-any-r1 instead hardcoded, #615908Azamat H. Hackimov2017-04-201-2/+8
| | | | | | Bug: https://bugs.gentoo.org/615908 Closes: https://github.com/gentoo/gentoo/pull/4437 Package-Manager: Portage-2.3.3, Repoman-2.3.1
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* app-text/cmark: New package (#549682)Azamat H. Hackimov2017-01-093-0/+54
cmark is CommonMark parsing and rendering library and program in C. Gentoo-Bug: https://bugs.gentoo.org/549682 Package-Manager: portage-2.3.0