Versions
v1.1.1 :: 0 :: gentoo
- Modified
- License
- GPL-2
- Keywords
- amd64 ppc x86
- USE flags
- ncurses
USE flags
General
- ncurses
- Add ncurses support (console display library)
Dependencies
Runtime Dependencies
Bugs
- 934984
- app-admin/xstow-1.1.1 fails to compile: cppdir.cc:842:24: error: PATH_MAX was not declared in this scope
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Petr Vaněk · gentoo
app-admin/xstow: drop 1.1.0
Signed-off-by: Petr Vaněk <arkamar@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
app-admin/xstow: Stabilize 1.1.1 amd64, #944595
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
app-admin/xstow: Stabilize 1.1.1 x86, #944595
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
app-admin/xstow: Stabilize 1.1.1 ppc, #944595
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michael Mair-Keimberger · gentoo
app-admin/xstow: add 1.1.1
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/36967 Signed-off-by: Florian Schmaus <flow@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Lucio Sauer · gentoo
*/*: inline mirror://sourceforge
bump copyright of touched ebuilds to 2024 Signed-off-by: Lucio Sauer <watermanpaint@posteo.net> Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michael Mair-Keimberger · gentoo
app-admin/xstow: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-admin/xstow: drop 1.0.2, 1.0.2-r1
Bug: https://bugs.gentoo.org/886655 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
app-admin/xstow: Stabilize 1.1.0 amd64, #886655
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-admin/xstow: Stabilize 1.1.0 x86, #886655
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-admin/xstow: Stabilize 1.1.0 ppc, #886655
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-admin/xstow: style tweaks
Signed-off-by: Sam James <sam@gentoo.org> - Martin Oberzalek · gentoo
app-admin/xstow: add 1.1.0
new upstream release xstow-1.1.0 Signed-off-by: Martin Oberzalek <kingleo@gmx.at> Closes: https://github.com/gentoo/gentoo/pull/26616 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-admin/xstow: update EAPI 7 -> 8; fix build with GCC 12 and Clang
Also dodir -> keepdir, hence revbump. Closes: https://bugs.gentoo.org/729114 Closes: https://bugs.gentoo.org/840359 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-admin/xstow: drop 1.0.1
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
app-admin/xstow: x86 stable wrt bug #790065
Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-admin/xstow: Stabilize 1.0.2 ppc, #790065
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-admin/xstow: Stabilize 1.0.2 amd64, #790065
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-admin/xstow: drop duplicate patch
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
app-admin/xstow: Capitalise DESCRIPTION, change 'default' usage
* DESCRTPTION is usually captalised at the beginning * Add 'default' in src_prepare before eautoreconf to allow people to apply patches in e.g. /etc/portage/patches to any part of the code * Remove 'default' in src_configure because it just calls econf without the ncurses argument (USE flag) Signed-off-by: Sam James <sam@gentoo.org> - Martin Oberzalek · gentoo
app-admin/xstow: Bumped to version xstow-1.0.2
update to EAP7, fixes EPREFIX glitches Assigned Martin Oberzalek as proxy maintainer Signed-off-by: Martin Oberzalek <kingleo@gmx.at> Package-Manager: Portage-3.0.18, Repoman-3.0.3 Closes: https://github.com/gentoo/gentoo/pull/20255 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-admin/xstow: port to EAPI 7, fix Prefix
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
*/*: [QA] Remove redundant `|| die` guards
* Since all ebuilds in the tree are EAPI>=4, `|| die` on builtin commands is redundant and dead code. Closes: https://github.com/gentoo/gentoo/pull/13940 Reviewed-by: Ulrich Müller <ulm@gentoo.org> Reviewed-by: Michał Górny <mgorny@gentoo.org> Reviewed-by: Andreas K. Hüttel <dilfridge@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org> - David Seifert · gentoo
app-admin/xstow: [QA] Fix dependency.missingslot
Package-Manager: Portage-2.3.16, Repoman-2.3.6 - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - Robin H. Johnson · gentoo
proj/gentoo: Initial commit
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