summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-editors/hteditor: remove unused patchesMichael Mair-Keimberger2020-09-084-139/+0
| | | | | | | Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/17476 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* app-editors/hteditor: drop oldSergei Trofimovich2020-09-072-65/+0
| | | | | Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* app-editors/hteditor: stable 2.1.1_pre20161206 for ppc64Sergei Trofimovich2020-09-071-1/+1
| | | | | | | | stable wrt bug #736184 Package-Manager: Portage-3.0.5, Repoman-3.0.1 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* app-editors/hteditor: Stabilize 2.1.1_pre20161206 ppc, #736184Sam James2020-08-301-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/hteditor: x86 stable wrt bug #736184Agostino Sarubbo2020-08-111-1/+1
| | | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-editors/hteditor: amd64 stable wrt bug #736184Agostino Sarubbo2020-08-101-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-editors/hteditor: drop prefix keywordsSergei Trofimovich2020-07-052-2/+2
| | | | | | | | | | | | | | Repoman reports that ncurses is not keyworded there: ``` dependency.badinexp [fatal] 44 app-editors/hteditor/hteditor-2.1.0-r1.ebuild: DEPEND: ~x86-macos(prefix/darwin/macos/10.10/x86) ['sys-libs/ncurses:0='] ``` Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* app-editors/hteditor: bump up to 2.1.1_pre20161206Sergei Trofimovich2020-07-042-0/+50
| | | | | | | | | It's a snapshort of latest code available in upstream repository. Reported-by: Agostino Sarubbo Closes: https://bugs.gentoo.org/729252 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* app-editors/hteditor: force -std=c++98Sergei Trofimovich2020-06-231-1/+7
| | | | | | | | | Workaround build failure on clang by downgrading doen to C++ 98. Reported-by: Agostino Sarubbo Bug: https://bugs.gentoo.org/729252 Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* app-editors/hteditor: drop commented out codeSergei Trofimovich2020-05-101-4/+0
| | | | | | | Forgot to remove it. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* app-editors/hteditor: use ${CHOST}-ar, not ar, gug #722040Sergei Trofimovich2020-05-102-3/+18
| | | | | | | | | | AC_PATH_PROG needs absolute path and does not add ${CHOST} prefix. AC_CHECK_TOOL does the opposite. Use that. Reported-by: Agostino Sarubbo Closes: https://bugs.gentoo.org/722040 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* app-editors/hteditor: drop oldSergei Trofimovich2020-03-231-59/+0
| | | | | Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* app-editors/hteditor: ppc64 stable wrt bug #711376Agostino Sarubbo2020-03-031-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-editors/hteditor: ppc stable wrt bug #711376Agostino Sarubbo2020-03-031-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-editors/hteditor: amd64 stable wrt bug #711376Agostino Sarubbo2020-03-031-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-editors/hteditor: x86 stable wrt bug #711376Agostino Sarubbo2020-03-031-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-editors/hteditor: tweak for gcc-10Sergei Trofimovich2020-01-222-1/+38
| | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* app-editors/hteditor: add slyfox to maintainersSergei Trofimovich2019-11-191-1/+4
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* app-editors/hteditor: drop myself as a maintainerTim Harder2019-11-161-4/+1
| | | | Signed-off-by: Tim Harder <radhermit@gentoo.org>
* app-editors: Remove *-fbsd KEYWORDSMichał Górny2019-10-112-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-editors/hteditor: fix broken link in metadata.xmlFrancesco Turco2018-08-111-1/+1
| | | | | Closes: https://bugs.gentoo.org/663376 Closes: https://github.com/gentoo/gentoo/pull/9537
* app-editors/hteditor: pull format-string fixes, bug #521018Sergei Trofimovich2018-03-212-0/+117
| | | | | | | | | Pulled upstream fix as is: https://github.com/sebastianbiallas/ht/commit/5839355d67ff822593190473a41512ca19e4280a Reported-by: Agostino Sarubbo Closes: https://bugs.gentoo.org/521018 Package-Manager: Portage-2.3.24, Repoman-2.3.6
* app-editors/hteditor: fix build failure on g++-6/powerpc (noticed by iv_)Sergei Trofimovich2018-03-212-0/+46
| | | | | | | The patch is proposed upstream as https://github.com/sebastianbiallas/ht/pull/21 Package-Manager: Portage-2.3.24, Repoman-2.3.6
* app-editors/hteditor: Fix building against sys-libs/ncurses[tinfo] (bug ↵Jeroen Roovers2018-03-022-3/+21
| | | | | | #601080). Package-Manager: Portage-2.3.24, Repoman-2.3.6
* app-editors/*: Update Manifest hashesMichał Górny2017-12-091-1/+1
|
* app-editors/hteditor: fix build failure against gcc-7, bug #620732Sergei Trofimovich2017-06-072-0/+34
| | | | | Bug: https://bugs.gentoo.org/620732 Package-Manager: Portage-2.3.6, Repoman-2.3.2
* 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-editors/hteditor: update to EAPI 6 and add ncurses slot depTim Harder2017-01-211-5/+5
|
* app-editors/hteditor: remove oldTim Harder2017-01-212-50/+0
|
* app-editors/hteditor: ppc64 stable wrt bug #515300Agostino Sarubbo2017-01-181-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-editors/hteditor: ppc stable wrt bug #515300Agostino Sarubbo2017-01-151-2/+2
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-editors/hteditor: x86 stable wrt bug #515300Agostino Sarubbo2016-11-251-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-editors/hteditor: amd64 stable wrt bug #515300Agostino Sarubbo2016-11-251-2/+2
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sourceforge: switch to https:// URIsMike Frysinger2016-07-271-1/+1
|
* 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>
* proj/gentoo: Initial commitRobin H. Johnson2015-08-084-0/+113
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