summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* ruby-ng-gnome2.eclass: Set @PROVIDESMichał Górny2021-09-021-0/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* ruby-ng-gnome2.eclass: drop non-necessary dieNaohiro Aota2020-07-301-2/+2
| | | | | | We don't need to die explicitly for ebuild helpers. Drop useless dies. Signed-off-by: Naohiro Aota <naota@gentoo.org>
* ruby-ng-gnome2.eclass: add support for 3.4.xNaohiro Aota2020-07-301-3/+9
| | | | | | Update SRC_URI since the primary release site is moved to github. Signed-off-by: Naohiro Aota <naota@gentoo.org>
* ruby-ng-gnome2.eclass: fold common all_ruby_prepareNaohiro Aota2020-07-301-0/+22
| | | | Signed-off-by: Naohiro Aota <naota@gentoo.org>
* ruby-ng-gnome2.eclass: support non-build packagesNaohiro Aota2020-07-301-4/+10
| | | | | | | | Some ruby-gnome2 ebuild does not build C bindings, so there is no need to call each_ruby_{configure,compile} and emake install of this eclass. Check if "extconf.rb" and "Makefile" to decide what to do. Signed-off-by: Naohiro Aota <naota@gentoo.org>
* ruby-ng-gnome2.eclass: implement common test codeNaohiro Aota2020-07-301-0/+23
| | | | | | | | Fold common test code from runy-gnome2 ebuild to this eclass. To support test under virtx, introduce RUBY_GNOME2_NEED_VIRTX variable. Signed-off-by: Naohiro Aota <naota@gentoo.org>
* ruby-ng-gnome2.eclass: add test dependencyNaohiro Aota2020-07-301-2/+5
| | | | Signed-off-by: Naohiro Aota <naota@gentoo.org>
* ruby-ng-gnome2.eclass: Use [[ instead of [Naohiro Aota2020-07-301-1/+1
| | | | Signed-off-by: Naohiro Aota <naota@gentoo.org>
* ruby-ng-gnome2.eclass: drop subbinding variableNaohiro Aota2020-07-301-3/+1
| | | | | | | Since we can set RUBY_S only from RUBY_FAKEGEM_NAME, we no longer need $subbinding. Signed-off-by: Naohiro Aota <naota@gentoo.org>
* ruby-ng-gnome2.eclass: fix LICENSENaohiro Aota2020-07-301-1/+1
| | | | | | All ruby-gnome2 packages in the tree is now licensed under LGPL-2.1+. Signed-off-by: Naohiro Aota <naota@gentoo.org>
* ruby-ng-gnome2.eclass: drop support for <EAPI=6Naohiro Aota2020-07-301-11/+4
| | | | | | | | All users of ruby-ng-gnome2 in the official tree are on EAPI=6, so we can drop old EAPI support to reduce "if" branches and make the feature updates simple. Signed-off-by: Naohiro Aota <naota@gentoo.org>
* ruby-ng-gnome2.eclass: drop support for 0.19.xNaohiro Aota2020-07-301-9/+5
| | | | | | | The official tree no longer have ruby-gnome2 packages with 0.19.x. Drop support for them. Signed-off-by: Naohiro Aota <naota@gentoo.org>
* eclass/ruby-ng-gnome2.eclass: update homepageHans de Graaff2018-12-111-2/+2
| | | | Signed-off-by: Hans de Graaff <graaff@gentoo.org>
* ruby-ng-gnome2.eclass: add @SUPPORTED_EAPISMichał Górny2018-08-151-0/+1
|
* ruby-ng-gnome2.eclass: add proper EAPI guardHans de Graaff2018-07-151-1/+9
|
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* proj/gentoo: Initial commitRobin H. Johnson2015-08-081-0/+93
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