Compare commits
No commits in common. "1e91579e958ddfefed90a2bf5402653c37e0b329" and "99295b074623bb4c5cd68574b175e0a063fa3e99" have entirely different histories.
1e91579e95
...
99295b0746
@ -25,8 +25,6 @@
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# This one upgrades the license to GNU General Public License v3
|
||||
|
||||
# shellcheck disable=1117
|
||||
|
||||
|
||||
trap 'exit 128' INT
|
||||
export PATH
|
||||
|
@ -1,31 +1,18 @@
|
||||
#!/bin/sh
|
||||
|
||||
|
||||
# This file is part of scripts.
|
||||
|
||||
# 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
|
||||
# Original author: XGQT
|
||||
# Licensed under the ISC License
|
||||
# Copyright (c) 2020, src_prepare group
|
||||
|
||||
# Use this script to check which pkgs in a overlay might
|
||||
# be redundant - are in overlays other than the tested one
|
||||
|
||||
# Arguments:
|
||||
# 1 - overlay
|
||||
|
||||
# depends (heavily) on eix (1)
|
||||
|
||||
# Some eix options used here:
|
||||
# --exact
|
||||
# --force-color
|
||||
|
Loading…
Reference in New Issue
Block a user