summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* x11-misc/imake: minor cleanupsIonen Wolkens2021-04-151-4/+2
| | | | | | | | | - added bug ref - moved xorg-proto to BDEPEND - removed xorg-cf-files from DEPEND (not needed at build time) Signed-off-by: Ionen Wolkens <sudinave@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* x11-misc/imake: ease usage with toolchain's -native-symlinksIonen Wolkens2021-04-155-0/+110
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is to provide a more-sane way for ebuilds to fix their bugs, without really altering how imake behaves. There's four notable known runtime issues with -native-symlinks: - checks if /usr/bin/cc exists (without executing), if missing it skips setting some defines and notably causes generated Makefiles to use makedepend over gccmakedep resulting in some build failures. - `ld -v` inoring LD, no failure but gives a QA warning (bug #729630), also prevents a define from being set and given previous issue rather ensure they're conserved (slightly used in xorg-cf-files). - `gcc -E` ignoring CC/CPP, causes build failure if missing. imake has IMAKECPP to change this but can't take arguments leading to build failure if setting to $(tc-getCPP) which often has -E. - `xmkmf -a` sometimes calls imake again in an imake-generated Makefile leading to the environment's CC/LD being ignored again. Added patches to fix each. xmkmf-using ebuilds wanting to take advantage of this need something along the lines of: BDEPEND=">=x11-misc/imake-1.0.8-r1" CC="$(tc-getBUILD_CC)" LD="$(tc-getLD)" \ IMAKECPP=${IMAKECPP:-$(tc-getCPP)} xmkmf ... || die emake CC="$(tc-getCC)" ... +test with -native-symlinks to ensure don't need more emake vars. (only CC should be BUILD_* here, LD not used to link) IMAKECPP is used this way to allow users to override without changing normal CPP. imake uses traditional CPP and clang notably doesn't play that well with that. Closes: https://bugs.gentoo.org/729630 Signed-off-by: Ionen Wolkens <sudinave@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* x11-misc/imake: drop s390 to ~s390 (unstable)Sam James2021-04-051-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-*/*: Remove XORG_STATICMatt Turner2021-01-101-1/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-misc/imake: drop x86-macosFabian Groffen2021-01-061-2/+2
| | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* */*: Drop most stable hppa keywordsMatt Turner2020-12-311-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-misc/imake: Pass CPP explicitlyDavid Seifert2020-07-041-1/+5
| | | | | | Closes: https://bugs.gentoo.org/722046 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: David Seifert <soap@gentoo.org>
* */*: Drop stable ia64 keywordsMatt Turner2020-04-031-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* */*: Discontinue Gentoo SuperH portMikle Kolyada2020-03-261-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --ignore-arches Signed-off-by: Mikle Kolyada <zlogene@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>
* x11-misc: Remove *-fbsd KEYWORDSMichał Górny2019-10-111-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* x11-misc/imake: arm64 stableAaron Bauman2019-05-141-1/+1
| | | | | | Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.12 RepoMan-Options: --include-arches="arm64"
* x11-misc/imake: Drop old versionsMatt Turner2019-05-013-70/+0
| | | | | Signed-off-by: Matt Turner <mattst88@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
* x11-misc/imake-1.0.8: hppa stable, bug 682846Matt Turner2019-05-011-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-misc/imake: stable 1.0.8 for sparc, bug #682846Rolf Eike Beer2019-04-281-1/+1
| | | | | | | Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="sparc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* x11-misc/imake: s390 stable wrt bug #682846Mikle Kolyada2019-04-281-1/+1
| | | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="s390"
* x11-misc/imake-1.0.8: ppc64 stable, bug 682846Matt Turner2019-04-271-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-misc/imake-1.0.8: ppc stable, bug 682846Matt Turner2019-04-271-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-misc/imake-1.0.8: alpha stable, bug 682846Matt Turner2019-04-271-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-misc/imake: stable 1.0.8 for ia64, bug #682846Sergei Trofimovich2019-04-271-1/+1
| | | | | | Package-Manager: Portage-2.3.65, Repoman-2.3.12 RepoMan-Options: --include-arches="ia64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* x11-misc/imake: x86 stable wrt bug #682846Mikle Kolyada2019-04-271-1/+1
| | | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="x86"
* x11-misc/imake: arm stable wrt bug #682846Mikle Kolyada2019-04-271-1/+1
| | | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="arm"
* x11-misc/imake: amd64 stable wrt bug #682846Aaron Bauman2019-04-271-1/+1
| | | | | Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
* x11-misc/*: Update HOMEPAGE and EGIT_REPO_URI.Arfrever Frehtes Taifersar Arahesis2019-03-291-3/+3
| | | | | | Bug: https://bugs.gentoo.org/681708 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-misc/imake: Version bump to 1.0.8Matt Turner2019-03-162-0/+16
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-misc/imake: Remove live ebuildMatt Turner2019-03-161-50/+0
| | | | | | imake's dead. There's not much point in a live ebuild. Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-misc/imake: mark s390 stableMikle Kolyada2018-12-311-1/+1
| | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* x11-misc/imake: Drop old versionsMatt Turner2018-11-281-23/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-misc/imake-1.0.7-r1: hppa stable, bug 668900Matt Turner2018-11-281-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-misc/imake-1.0.7-r1: ia64 stable, bug 668900Matt Turner2018-11-271-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-misc/imake: amd64 stable wrt bug #668900Mikle Kolyada2018-11-171-1/+1
| | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* x11-misc/imake-1.0.7-r1: alpha stable, bug 668900Matt Turner2018-11-101-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-misc/imake: x86 stable (bug #668900)Thomas Deutschmann2018-11-041-1/+1
| | | | | Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* x11-misc/imake: stable 1.0.7-r1 for sparc, bug #668900Rolf Eike Beer2018-11-041-1/+1
| | | | | | | Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Package-Manager: Portage-2.3.49, Repoman-2.3.11 RepoMan-Options: --include-arches="sparc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* x11-misc/imake-1.0.7-r1: ppc64 stable, bug 668900Matt Turner2018-11-031-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-misc/imake-1.0.7-r1: ppc stable, bug 668900Matt Turner2018-11-031-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-misc/imake: amd64 stable wrt bug #668900Mikle Kolyada2018-11-031-2/+2
| | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11
* Drop arm-linux keyword from tree.Benda Xu2018-08-313-3/+3
| | | | | | | | "arm-linux" is considered deprecated, unmaintained and easily replaced by "arm". Closes: https://bugs.gentoo.org/664598 Reference: https://archives.gentoo.org/gentoo-dev/message/63bafa051cccd1eb3d2ade16823671fa
* x11-misc/imake: add live ebuildMarty E. Plummer2018-07-271-0/+50
| | | | Package-Manager: Portage-2.3.41, Repoman-2.3.9
* x11-misc/imake: port to EAPI 7Marty E. Plummer2018-07-272-0/+69
| | | | Package-Manager: Portage-2.3.41, Repoman-2.3.9
* x11-misc/imake: mark s390 stableMikle Kolyada2018-06-281-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* x11-misc/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto).Arfrever Frehtes Taifersar Arahesis2018-05-211-2/+2
|
* x11-misc: Update Manifest hashes.Ulrich Müller2017-12-091-1/+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>
* x11-misc/imake: dropped ~x86-interixFabian Groffen2017-01-291-2/+2
| | | | Package-Manager: portage-2.3.3
* x11-misc/imake: Remove oldManuel Rüger2016-03-133-50/+0
| | | | Package-Manager: portage-2.2.28
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-1/+1
|
* Replace all herds with appropriate projects (GLEP 67)Michał Górny2016-01-241-1/+4
| | | | | Replace all uses of herd with appropriate project maintainers, or no maintainers in case of herds requested to be disbanded.
* 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