mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
dev-lang/algol68g: bump to 3.11.1
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
DIST algol68g-3.10.13.tar.gz 673220 BLAKE2B 7af7bc4b03110df631c233cd671b1ea5c198248bb504db196c165e9acd65fef21a7796dc406fca9bb8b1fd7ba45256a240173ad5dfda8ca436d50f1045f32390 SHA512 bba6be70dddaec987f45946559f5bf1cde4da0d78c8847a87c2d9f7619c6c312ade2c0098e6187e610706a037f9d21d839a4b9567418f32aa45f5469f329aaba
|
||||
DIST algol68g-3.11.0.tar.gz 680452 BLAKE2B dcf5c52641458025a49d4279a3f2c57cfbbf04fd294179e9db0b111fb7e0470cf57a4299b2786beb0980ee89bbd88ad488e55c6e0a99a94b99d07bb29ac0a777 SHA512 5bc303f4a65988724fde319209482900bf30bb5152a02660166f018d1e27007f1ba9bc55640da15b28d3be56c9d5a650f3d2ade53e11a0e10fb8fc690ab1ae48
|
||||
DIST algol68g-3.11.1.tar.gz 680752 BLAKE2B b6c661d8f5b160420f6a11ec54713e8c72bd7f8994dae4eacd4658ed870994e3068c6f9706e22d1b140455c14a6f2f0c7543fb81c5e0599db3660d1e77ebb0ec SHA512 f53f2344c964bdb8e9bbbc784a1b1f8134a6b07e2f14db89be95a53aa310f483b0757235b3ae9d897c6dbee40a9109101112a4c9c630f93e9094d9637b52173a
|
||||
|
||||
42
dev-lang/algol68g/algol68g-3.11.1.ebuild
Normal file
42
dev-lang/algol68g/algol68g-3.11.1.ebuild
Normal file
@@ -0,0 +1,42 @@
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=9
|
||||
|
||||
DESCRIPTION="Algol 68 Genie compiler-interpreter"
|
||||
HOMEPAGE="https://jmvdveer.home.xs4all.nl/en.algol-68-genie.html"
|
||||
SRC_URI="https://dev.gentoo.org/~xgqt/distfiles/mirrored/${P}.tar.gz
|
||||
https://jmvdveer.home.xs4all.nl/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="+curl +gsl +mpfr +ncurses plotutils postgres +readline"
|
||||
|
||||
RDEPEND="
|
||||
curl? ( net-misc/curl )
|
||||
gsl? ( sci-libs/gsl:= )
|
||||
mpfr? ( dev-libs/mpfr:= )
|
||||
plotutils? ( media-libs/plotutils )
|
||||
postgres? ( dev-db/postgresql:* )
|
||||
readline? ( sys-libs/readline:= )
|
||||
"
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
"
|
||||
|
||||
PATCHES=( "${FILESDIR}/${PN}-3.3.21-configure-implicit.patch" )
|
||||
|
||||
src_configure() {
|
||||
local -a myconf=(
|
||||
$(use_enable curl)
|
||||
$(use_enable gsl)
|
||||
$(use_enable mpfr)
|
||||
$(use_enable ncurses curses)
|
||||
$(use_enable plotutils)
|
||||
$(use_enable postgres postgresql)
|
||||
$(use_enable readline)
|
||||
$(use_with ncurses)
|
||||
)
|
||||
econf "${myconf[@]}"
|
||||
}
|
||||
Reference in New Issue
Block a user