Compare commits
2 Commits
99295b0746
...
1e91579e95
Author | SHA1 | Date | |
---|---|---|---|
|
1e91579e95 | ||
|
82bef38993 |
@ -25,6 +25,8 @@
|
|||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
# This one upgrades the license to GNU General Public License v3
|
# This one upgrades the license to GNU General Public License v3
|
||||||
|
|
||||||
|
# shellcheck disable=1117
|
||||||
|
|
||||||
|
|
||||||
trap 'exit 128' INT
|
trap 'exit 128' INT
|
||||||
export PATH
|
export PATH
|
||||||
|
@ -1,18 +1,31 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
|
||||||
# Original author: XGQT
|
# This file is part of scripts.
|
||||||
# Licensed under the ISC License
|
|
||||||
# Copyright (c) 2020, src_prepare group
|
# scripts is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
|
||||||
|
# scripts is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with scripts. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
# Original author: Maciej Barć <xgqt@protonmail.com>
|
||||||
|
# Copyright (c) 2020-2021, src_prepare group
|
||||||
|
# Licensed under the GNU GPL v3 License
|
||||||
|
|
||||||
# Use this script to check which pkgs in a overlay might
|
# Use this script to check which pkgs in a overlay might
|
||||||
# be redundant - are in overlays other than the tested one
|
# be redundant - are in overlays other than the tested one
|
||||||
|
|
||||||
# Arguments:
|
# Arguments:
|
||||||
# 1 - overlay
|
# 1 - overlay
|
||||||
|
|
||||||
# depends (heavily) on eix (1)
|
# depends (heavily) on eix (1)
|
||||||
|
|
||||||
# Some eix options used here:
|
# Some eix options used here:
|
||||||
# --exact
|
# --exact
|
||||||
# --force-color
|
# --force-color
|
||||||
|
Loading…
Reference in New Issue
Block a user