Skip to content

Commit

Permalink
app-shells/squirrelsh: use https, fix LICENSE, calling ar diretly, bu…
Browse files Browse the repository at this point in the history
…g #722436

Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>

Closes: https://bugs.gentoo.org/722436
  • Loading branch information
mm1ke committed Jan 1, 2024
1 parent faa4e29 commit 1706a39
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions app-shells/squirrelsh/squirrelsh-1.2.7-r1.ebuild
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit edo toolchain-funcs

DESCRIPTION="Cross-platform object-oriented scripting shell using the squirrel language"
HOMEPAGE="http://squirrelsh.sourceforge.net/"
HOMEPAGE="https://squirrelsh.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}-src.tar.bz2"

LICENSE="GPL-3"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE="doc"
Expand All @@ -31,6 +31,7 @@ PATCHES=(
src_configure() {
# This package uses a custom written configure script
edo ./configure --prefix="${D}"/usr \
--with-librarian="$(tc-getAR) rc" \
--with-cc="$(tc-getCC)" \
--with-cpp="$(tc-getCXX)" \
--with-linker="$(tc-getCXX)" \
Expand Down
7 changes: 4 additions & 3 deletions app-shells/squirrelsh/squirrelsh-1.2.7.ebuild
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit toolchain-funcs

DESCRIPTION="Cross-platform object-oriented scripting shell using the squirrel language"
HOMEPAGE="http://squirrelsh.sourceforge.net/"
HOMEPAGE="https://squirrelsh.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}-src.tar.bz2"

LICENSE="GPL-3"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE="doc"
Expand All @@ -30,6 +30,7 @@ PATCHES=(
src_configure() {
#This package uses a custom written configure script
./configure --prefix="${D}"/usr \
--with-librarian="$(tc-getAR) rc" \
--with-cc="$(tc-getCC)" \
--with-cpp="$(tc-getCXX)" \
--with-linker="$(tc-getCXX)" \
Expand Down

0 comments on commit 1706a39

Please sign in to comment.