Commit Graph

14 Commits

Author SHA1 Message Date
Maximilian Downey Twiss
99ac930743 Use Package.load_package instead of require_relative in package files to avoid global scope conflicts (See #7283, #3150, 3b09159) (#10202) 2024-07-26 00:01:20 -05:00
SupeChicken666
d6c5ce79e6 Remove redundant use of .to_s (#8917) 2023-11-10 07:44:50 -05:00
Ed Reel
2a24abc070 Change fake packages to use properties of the dependency package(s). (#8167)
Fix linter issues

Co-authored-by: chronos <noreply@github.com>
2023-04-10 08:40:01 -04:00
Maximilian Downey Twiss
de24923ee8 Add Rubocop CI (#7083)
* Rename IgnoredPatterns to AllowedPatterns.

* Exclude docopt.rb (not our code) from Rubocop

* Disable Style/RedundantReturn

* Disable Style/MutableConstant

* Disable Style/NumericLiterals

* Set Layout/IndentationStyle to spaces

* Temporarily disable various cops.

* Add Rubocop CI via Octocop

* Lint tree with rubocop -A -c .rubocop.yml

Co-authored-by: Satadru Pramanik <satadru@gmail.com>
2022-08-22 13:31:25 -04:00
Satadru Pramanik
8741e63838 combine nss & nspr (-> 3.69.1, 4.32) as they share source package (#6183)
* combine nss & nspr (-> 3.69.1, 4.32) as they share source package

* recommended changes

* Add i686 binary

Co-authored-by: Ed Reel <edreel@gmail.com>
2021-09-14 08:24:21 -05:00
Ed Reel
f7c9a99f2d Transition binary repo from GitHub to GitLab (#5702) 2021-04-28 16:22:06 -04:00
Ed Reel
df801b93f5 Update binary_url to github in all packages (#5675)
Add gh.sh script to tools

Add .gitignore

Update download_binary.sh

Update README.md
2021-04-21 15:39:00 -04:00
Ed Reel
30a1f8719d Transition binary repo from Bintray to SourceForge (#5608) 2021-04-13 10:11:55 -04:00
saltedcoffii
d3d09e1898 Licensed ma* to nz* 2021-03-20 15:59:01 -04:00
Ed Reel
241caa0d7f Add pre-built binaries for packages l-x (#4640) 2020-11-27 16:18:18 -05:00
satmandu
a177ce61f1 Update NSPR & NSS (#4609)
* nspr -> 4.29

* nss -> 3.59

* remove .so.TOC files from library folder at install

* Rubyized
2020-11-25 08:51:33 -06:00
Ed Reel
9617751bbd Add check for package compatibility 2020-05-14 23:57:07 -05:00
Ed Reel
c5a6bc1aba Update nss and nspr packages (#3510)
Update nspr from 4.20 to 4.22

Update nss from 3.42 to 3.46

Add pre-built binaries
2019-10-02 00:12:00 -04:00
Ed Reel
94b779e67b Add libvpx, nspr and nss packages (#3178)
Add pre-built binaries

Make sure x86_64 libraries are installed in #{CREW_PREFIX}/lib64

Update x86_64 pre-built binary
2019-02-18 10:50:05 -05:00