summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* media-gfx/mypaint: Drop oldPacho Ramos2018-10-135-321/+0
| | | | | Signed-off-by: Pacho Ramos <pacho@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* media-gfx/mypaint: Pull missing and automagic depsPacho Ramos2018-10-131-0/+81
| | | | | | | Closes: https://bugs.gentoo.org/578580 Closes: https://bugs.gentoo.org/657482 Signed-off-by: Pacho Ramos <pacho@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* media-gfx/mypaint: Be robust to scons CXXFLAGS issuesSebastian Pipping2018-08-081-0/+78
| | | | | | | Upstream scons bug: https://github.com/SCons/scons/issues/3017 Package-Manager: Portage-2.3.43, Repoman-2.3.10
* media-gfx/mypaint: drop broken multilib handlingGuillaume Castagnino2018-07-311-0/+77
| | | | | | | | | | | | | The current multilib handling is only partial as it moves libs to $(get_libdir) but does not fix the python entry point to load librbries from the correct directory. The bug is only triggered on SYMLINK_LIB systems. As this package will never be installed for multiple libdirs, drop this and stick to upstream. Closes: https://bugs.gentoo.org/648960 Closes: https://github.com/gentoo/gentoo/pull/9337 Package-Manager: Portage-2.3.44, Repoman-2.3.10
* */*: Reassign packages from hwoarangMichał Górny2018-07-191-5/+2
| | | | Bug: https://bugs.gentoo.org/251364
* media-gfx/mypaint: Clean dev-libs/protobuf dependencies.Arfrever Frehtes Taifersar Arahesis2018-04-303-12/+3
|
* media-gfx/mypaint: Remove linguas_* from IUSE.Ulrich Müller2018-01-053-12/+3
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* media-gfx/*: Update Manifest hashesMichał Górny2017-12-101-3/+3
|
* media-gfx/mypaint: Strip empty metadata.xml elementsMichał Górny2017-10-041-2/+0
|
* media-gfx/mypaint: Depend on || ( dev-python/protobuf-python ↵Arfrever Frehtes Taifersar Arahesis2017-09-213-4/+13
| | | | dev-libs/protobuf[python] ).
* Globally add missing remote ID references to metadata.xmlJustin Lecher2017-04-291-7/+10
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-283-3/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* media-gfx/mypaint: Bump to version 1.2.1Lars Wendler2017-01-221-0/+89
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* media-libs/libmypaint: Bump to version 1.3.0Lars Wendler2017-01-221-0/+1
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* media-gfx/mypaint: Drop oldPacho Ramos2017-01-156-306/+0
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* media-gfx/mypaint: remove unused patchMichael Mair-Keimberger (asterix)2017-01-041-26/+0
| | | | Closes: https://github.com/gentoo/gentoo/pull/3255
* media-gfx/mypaint: x86 stable wrt bug #593554Agostino Sarubbo2017-01-021-2/+2
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* media-gfx/mypaint-1.1.0-r2: stable on amd64Tobias Klausmann2016-12-201-1/+1
| | | | Gentoo-Bug: 593554
* media-gfx/mypaint: Version bump. Ebuild by darkstalker ↵Markos Chandras2016-03-062-0/+85
| | | | | | <slayerbeast@gmail.com>. Bug #572300 Package-Manager: portage-2.2.27
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-1/+1
|
* Unify quoting in metadata.xml files for machine processingMichał Górny2016-01-241-1/+0
| | | | | | | Force unified quoting in all metadata.xml files since lxml does not preserve original use of single and double quotes. Ensuring unified quoting before the process allows distinguishing the GLEP 67-related metadata.xml changes from unrelated quoting changes.
* 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-0812-0/+525
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