summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* gnome.org.eclass: Handle GNOME's .alpha/.beta/.rc versioningMatt Turner2023-04-011-2/+2
| | | | | | | | | | | | Tested by removing SRC_URI and S overrides in evince-44_rc.ebuild and glib-networking-2.76_beta.ebuild and confirming that we fetch the same distfile and build from the same source directory. Also confirmed that (alpha|beta|rc).<num> works by making a glib-networking-2.76_beta1.ebuild and seeing that we attempt to fetch glib-networking-2.76.beta.1.tar.xz. Signed-off-by: Matt Turner <mattst88@gentoo.org>
* gnome.org.eclass: Add GNOME_ORG_PV variableMatt Turner2023-04-011-0/+7
| | | | | | | Provides the package version in the format used upstream by GNOME projects. Signed-off-by: Matt Turner <mattst88@gentoo.org>
* gnome.org.eclass: Rename GNOME_ORG_PVP -> GNOME_ORG_RELEASEMatt Turner2023-04-011-4/+4
| | | | | | I don't think PVP stood for anything. Signed-off-by: Matt Turner <mattst88@gentoo.org>
* gnome.org.eclass: Quote argument of ":" commandUlrich Müller2023-03-261-5/+5
| | | | | | This avoids globbing, see: https://www.shellcheck.net/wiki/SC2223 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* *.eclass: @ECLASS-VARIABLE renamed to @ECLASS_VARIABLEUlrich Müller2022-03-241-3/+3
| | | | | Bug: https://bugs.gentoo.org/835396 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* gnome.org.eclass: EAPI 8 supportDavid Michael2021-07-021-4/+4
| | | | | Signed-off-by: David Michael <fedora.dm0@gmail.com> Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* gnome.org.eclass: fix @SUPPORTED_EAPIS eclassdocSam James2021-06-211-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* gnome.org.eclass: [QA] add EAPI guardSam James2021-06-201-10/+16
| | | | | Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org>
* gnome.org.eclass: mark GNOME_TARBALL_SUFFIX as @PRE_INHERITSam James2021-03-311-0/+1
| | | | | | | Controls the app-arch/xz-utils dependency in global scope. Signed-off-by: Sam James <sam@gentoo.org>
* gnome.org.eclass: Update GNOME_ORG_PVP logic for v40 releasesMatt Turner2021-03-211-3/+7
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* gnome.org.eclass: BDEPEND for xz-utils with EAPI-7Mart Raudsepp2019-02-111-1/+5
| | | | Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* gnome.org.eclass: keep inheriting versionator.eclass for older EAPIMart Raudsepp2019-02-111-1/+2
| | | | | | Some ebuilds rely on it still and fail to inherit it themselves. Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* gnome.org.eclass: use eapi7-verMarty E. Plummer2019-02-111-3/+3
| | | | | Signed-off-by: Marty E. Plummer <hanetzer@startmail.com> Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* eclass: gentoo.org has https per defaultJustin Lecher2015-09-251-1/+1
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* proj/gentoo: Initial commitRobin H. Johnson2015-08-081-0/+49
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