summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* media-libs/libafterimage: cleanup oldAndrew Savchenko2021-05-201-107/+0
| | | | | Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>
* */*: Drop most stable hppa keywordsMatt Turner2020-12-311-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* */*: Drop stable ia64 keywordsMatt Turner2020-04-031-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@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>
* media-libs: Remove *-fbsd KEYWORDSMichał Górny2019-10-111-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* media-libs/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto).Arfrever Frehtes Taifersar Arahesis2018-05-111-2/+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>
* media-libs/libafterimage: Stable for HPPA (bug #597252).Jeroen Roovers2017-01-291-1/+1
| | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --ignore-arches
* media-libs/libafterimage-1.20-r2: stable on alphaTobias Klausmann2017-01-251-1/+1
| | | | Gentoo-Bug: 606290
* media-libs/libafterimage: ia64 stable wrt bug #606290Agostino Sarubbo2017-01-231-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* media-libs/libafterimage: sparc stable wrt bug #606290Agostino Sarubbo2017-01-221-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* media-libs/libafterimage: ppc stable wrt bug #606290Agostino Sarubbo2017-01-211-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* media-libs/libafterimage: ppc64 stable wrt bug #606290Agostino Sarubbo2017-01-201-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* media-libs/libafterimage: x86 stable wrt bug #606290Agostino Sarubbo2017-01-191-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* media-libs/libafterimage: amd64 stable wrt bug #606290Agostino Sarubbo2017-01-181-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* media-libs/libafterimage: fix invalid casts, see bug 571654Andrew Savchenko2017-01-181-0/+108
Fix invalid pointer usage as pointed out by Oliver Freyermuth <o.freyermuth@googlemail.com>, bug 571654, comment 23 which may lead to ROOT crash (comment 22). Patch by Oliver Freyermuth, comment 24. Also fix pointer signedness issue in import.c:2227. Package-Manager: Portage-2.3.3, Repoman-2.3.1 Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>