summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-text/libetonyek: Fix dependency on >=dev-util/mdds-1.4.3Andreas Sturmlechner2020-03-161-1/+1
| | | | | Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* app-text/libetonyek: Update live ebuildNils Freydank2020-03-161-3/+3
| | | | | | Package-Manager: Portage-2.3.93, Repoman-2.3.20 Signed-off-by: Nils Freydank <holgersson@posteo.de> Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-111-0/+1
| | | | | | | | | | | | | | | | | | The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-text/libetonyek: Populate BDEPENDAndreas Sturmlechner2019-10-021-5/+7
| | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* app-text/libetonyek: Support --with-mdds=1.5Andreas Sturmlechner2019-09-121-5/+5
| | | | | | Closes: https://bugs.gentoo.org/674374 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* app-text/libetonyek: 0.1.9 version bumpAndreas Sturmlechner2018-12-301-7/+8
| | | | | Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* app-text/libetonyek: Dumb down dev-util/mdds pseudo slot detectionAndreas Sturmlechner2018-10-041-8/+12
| | | | | | | The previous solution was not that smart after all. Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11
* app-text/libetonyek: Relax dev-util/mdds version requirementAndreas Sturmlechner2018-10-041-6/+9
| | | | | | | | Make the sddm slot op work by querying x.y info from best_version. Bug: https://bugs.gentoo.org/667690 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11
* app-text/libetonyek: 0.1.8 version bumpAndreas Sturmlechner2018-04-271-1/+1
| | | | Package-Manager: Portage-2.3.31, Repoman-2.3.9
* app-text/libetonyek: Drop obsolete min GCC checkAndreas Sturmlechner2017-11-081-10/+1
| | | | | | Sync KEYWORDS. Package-Manager: Portage-2.3.13, Repoman-2.3.4
* app-text/libetonyek: use HTTPS for freedesktop.orgDavid Hicks2017-08-171-3/+3
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.3
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* app-text/libetonyek: Drop eutils.eclassAndreas Sturmlechner2016-12-171-5/+3
| | | | Package-Manager: portage-2.3.0
* app-text/libetonyek: Fix configure with mdds-1.2Andreas Sturmlechner2016-10-021-2/+3
| | | | Package-Manager: portage-2.3.0
* app-text/libetonyek: Fix build w/ mdds-1.2.0Andreas Sturmlechner2016-06-071-1/+1
| | | | | | | | | | Patch taken from Debian. See also: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=824584 Gentoo-bug: 584994 Package-Manager: portage-2.2.28 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* app-text/libetonyek: 0.1.6 version bumpAndreas Sturmlechner2016-02-221-7/+8
| | | | Package-Manager: portage-2.2.27
* app-text/libetonyek: Check for GCC >= 4.8, bug 557348Andreas Sturmlechner2016-02-221-0/+9
| | | | | | Pin mdds DEPEND to slot 0. Package-Manager: portage-2.2.27
* proj/gentoo: Initial commitRobin H. Johnson2015-08-081-0/+54
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