summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-libs/bglibs: keyword 2.04-r2 for ~riscvAlex Fan2021-07-211-2/+2
| | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Alex Fan <alexfanqi@yahoo.com> Signed-off-by: Yixun Lan <dlan@gentoo.org>
* dev-libs/bglibs: Parallel build is buggyPacho Ramos2020-05-211-1/+3
| | | | | | Bug: https://bugs.gentoo.org/343617 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
* dev-libs/bglibs: sparc stable wrt bug #688158Agostino Sarubbo2020-04-081-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/bglibs: properly align buffers on stackRolf Eike Beer2020-04-052-0/+122
| | | | | | | Closes: https://bugs.gentoo.org/700190 Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Closes: https://github.com/gentoo/gentoo/pull/15226 Signed-off-by: Joonas Niilola <juippis@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>
* dev-libs/bglibs: migrate from dev-tex/xcolorMikle Kolyada2019-11-041-1/+1
| | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* dev-libs/bglibs: Remove oldAndreas K. Hüttel2019-07-074-224/+0
| | | | | | Bug: https://bugs.gentoo.org/688158 Package-Manager: Portage-2.3.67, Repoman-2.3.16 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* dev-libs/bglibs: alpha stable wrt bug #688158Agostino Sarubbo2019-06-271-1/+1
| | | | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="alpha"
* dev-libs/bglibs: x86 stable wrt bug #688158Agostino Sarubbo2019-06-211-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"
* dev-libs/bglibs: amd64 stable wrt bug #688158Mikle Kolyada2019-06-201-1/+1
| | | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="amd64"
* dev-libs/bglibs: ppc stable wrt bug #688158Agostino Sarubbo2019-06-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"
* dev-libs/bglibs: remove oldAndreas K. Hüttel2019-06-062-52/+0
| | | | | Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* dev-libs/bglibs: drop to maintainer-neededStefan Strogin2019-05-171-4/+1
| | | | | Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Stefan Strogin <steils@gentoo.org>
* dev-libs/bglibs: EAPI7, update ebuildMichael Mair-Keimberger2019-05-171-0/+86
| | | | | Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: Stefan Strogin <steils@gentoo.org>
* Revert "dev-libs/bglibs: EAPI7, update ebuild"Stefan Strogin2019-05-172-86/+76
| | | | | | | This reverts commit 43fa55326a98ef86cf81f61572555399e899d9fa. Accidentally removed bglibs-1.106-r1. Signed-off-by: Stefan Strogin <steils@gentoo.org>
* dev-libs/bglibs: EAPI7, update ebuildMichael Mair-Keimberger2019-05-172-76/+86
| | | | | | | Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://bugs.gentoo.org/380649 Closes: https://github.com/gentoo/gentoo/pull/11794 Signed-off-by: Stefan Strogin <steils@gentoo.org>
* dev-libs/bglibs: add libtool to BDEPEND; minor fixesStefan Strogin2019-05-171-4/+5
| | | | | | | | | Drop redundant ${S} in src_prepare; fix LICENSE. Bug: https://bugs.gentoo.org/380649 Closes: https://github.com/gentoo/gentoo/pull/11924 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Stefan Strogin <steils@gentoo.org>
* dev-libs/bglibs: bump version to 2.04Stefan Strogin2019-05-042-0/+73
| | | | | | | | | | | | - Change SLOT to "0/2". The soname also changed from libbg.so.1 to libbg.so.2. - Add USE=doc. Do not install *.tex files, generate a pdf instead. - EAPI=7. - Mask the new version for revdeps testing. Closes: https://bugs.gentoo.org/591300 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Stefan Strogin <stefan.strogin@gmail.com>
* dev-libs/bglibs: alpha stable wrt bug #679456Mikle Kolyada2019-05-021-1/+1
| | | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="alpha"
* dev-libs/bglibs: stable 1.106-r1 for hppa, bug #679456Sergei Trofimovich2019-03-171-1/+1
| | | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-libs/bglibs: stable 1.106-r1 for ppc, bug #679456Sergei Trofimovich2019-03-161-2/+2
| | | | | | | Tested-by: ernsteiswuerfel Package-Manager: Portage-2.3.62, Repoman-2.3.12 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-libs/bglibs: remove unused patchMichael Mair-Keimberger2018-07-111-87/+0
| | | | Closes: https://github.com/gentoo/gentoo/pull/9118
* dev-libs/bglibs: drop old EAPIsAaron Bauman2018-05-283-141/+0
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* */*: Specify EAPI=0 explicitly, to ease grepsMichał Górny2018-05-012-2/+6
| | | | Closes: https://github.com/gentoo/gentoo/pull/8199
* dev-libs/*: Update Manifest hashesMichał Górny2017-12-091-3/+3
|
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-284-4/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-libs/bglibs: x86 stable wrt bug #453310Agostino Sarubbo2016-06-131-1/+1
| | | | | | Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/bglibs: amd64 stable wrt bug #453310Agostino Sarubbo2016-06-131-1/+1
| | | | | | Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* 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-088-0/+426
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