summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* **/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/nfoview: revbump due to updated RDEPENDJoonas Niilola2021-06-181-0/+0
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-text/nfoview: add missing depTill Schäfer2021-06-181-1/+2
| | | | | | | | | - x11-libs/gtk+:3[introspection] Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Till Schäfer <till2.schaefer@uni-dortmund.de> Closes: https://github.com/gentoo/gentoo/pull/21304 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-text/nfoview: enable pytestTill Schäfer2021-06-181-2/+12
| | | | | | | | | use distutils_enable_tests pytest Closes: https://bugs.gentoo.org/796287 Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Till Schäfer <till2.schaefer@uni-dortmund.de> 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>
* */*: Remove obsolete values from PYTHON_COMPATMichał Górny2021-01-313-3/+3
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-text/nfoview: simplify ebuildSam James2020-12-162-24/+2
| | | | | | | | * No need to declare blank IUSE (default) * Use xdg.eclass for its lovely auto-cache updater Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* app-text/nfoview: update live to latest changesTill Schäfer2020-12-161-6/+9
| | | | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Till Schäfer <till2.schaefer@uni-dortmund.de> Closes: https://github.com/gentoo/gentoo/pull/18650 Signed-off-by: Sam James <sam@gentoo.org>
* app-text/nfoview: add python3_9 compatibilityTill Schäfer2020-12-161-1/+1
| | | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Till Schäfer <till2.schaefer@uni-dortmund.de> Signed-off-by: Sam James <sam@gentoo.org>
* app-text/nfoview: cleanup old versionsTill Schäfer2020-06-153-78/+0
| | | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Till Schäfer <till2.schaefer@uni-dortmund.de> Closes: https://github.com/gentoo/gentoo/pull/16122 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-text/nfoview: bump to 1.28Till Schäfer2020-06-152-0/+41
| | | | | | | | default font changed to media-fonts/cascadia-code Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Till Schäfer <till2.schaefer@uni-dortmund.de> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-text/nfoview: bump to version 1.27.1Till Schäfer2020-04-212-0/+41
| | | | | | | | | PYTHON_COMPAT added python3_8 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Till Schäfer <till2.schaefer@uni-dortmund.de> Closes: https://github.com/gentoo/gentoo/pull/15329 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* */*: Clean PYTHON_COMPAT of obsolete implsMichał Górny2020-01-053-6/+6
| | | | | Closes: https://github.com/gentoo/gentoo/pull/14246 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-text/nfoview: clean old ebuildsTill Schäfer2019-09-273-76/+0
| | | | | | | Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Till Schäfer <till2.schaefer@uni-dortmund.de> Closes: https://github.com/gentoo/gentoo/pull/13038 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-text/nfoview: bump to version 1.27Till Schäfer2019-09-272-0/+40
| | | | | | | | | migrate to EAPI 7 add gettext dependency Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Till Schäfer <till2.schaefer@uni-dortmund.de> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* */*: Remove python3_4 PYTHON_COMPAT correctlyMichał Górny2019-04-174-4/+4
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-text/nfoview: sync other ebuilds to 1.26Till Schäfer2019-01-073-22/+10
| | | | | | | | | * exclude python_targets_python3_7 for non live ebuilds Signed-off-by: Till Schäfer <till2.schaefer@uni-dortmund.de> Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* app-text/nfoview: bump to version 1.26Till Schäfer2019-01-072-0/+38
| | | | | | | | | | | | | * remove pkg_preinst * fix license * capitalize description * add python_targets_python3_7 Signed-off-by: Till Schäfer <till2.schaefer@uni-dortmund.de> Package-Manager: Portage-2.3.51, Repoman-2.3.11 Closes: https://github.com/gentoo/gentoo/pull/10669 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* app-text/nfoview: bump to 1.24Till Schäfer2018-04-262-0/+42
| | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 Closes: https://github.com/gentoo/gentoo/pull/8132
* app-text/nfoview: remove outdated/broken versionTill Schäfer2018-01-162-42/+0
| | | | | | Bug: https://bugs.gentoo.org/614314 Closes: https://github.com/gentoo/gentoo/pull/6868 Package-Manager: Portage-2.3.13, Repoman-2.3.3
* app-text/nfoview: fix bad distfile nameTill Schäfer2018-01-093-3/+3
| | | | | | | renamed from "${PV}.tar.gz" to "${P}.tar.gz" Package-Manager: Portage-2.3.13, Repoman-2.3.3 Closes: https://github.com/gentoo/gentoo/pull/6801
* app-text/nfoview: add upstream information to metadataCraig Andrews2018-01-081-0/+3
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* app-text/nfoview: version bump to 1.23Till Schäfer2018-01-083-3/+45
| | | | | | Closes: https://bugs.gentoo.org/643902 Closes: https://bugs.gentoo.org/614314 Package-Manager: Portage-2.3.13, Repoman-2.3.3
* app-text/nfoview: add proxy maintainerTill Schäfer2018-01-081-1/+8
| | | | | | | Till Schäfer <till2.schaefer@uni-dortmund.de> is added as proxy maintainer. Package-Manager: Portage-2.3.13, Repoman-2.3.3
* app-text/nfoview: [QA] Port to git-r3David Seifert2017-12-252-22/+18
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* Retirement: vapier package reassigmentAmy Liffey2017-12-201-3/+1
|
* app-text/*: Update Manifest hashesMichał Górny2017-12-091-1/+1
|
* app-text/nfoview: Support newer pythonPacho Ramos2017-04-242-4/+4
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-282-2/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* global: Drop dead implementations from PYTHON_COMPATMichał Górny2016-11-012-2/+2
|
* app-text/nfoview: Drop old version using eapi3 with gnome2-utils.eclassPacho Ramos2016-04-242-49/+0
| | | | Package-Manager: portage-2.2.28
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-1/+1
|
* 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>
* Use https by defaultJustin Lecher2015-08-243-3/+3
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* proj/gentoo: Initial commitRobin H. Johnson2015-08-085-0/+145
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