diff options
author | Matt Jolly <kangie@gentoo.org> | 2024-10-14 13:51:00 +1000 |
---|---|---|
committer | Matt Jolly <kangie@gentoo.org> | 2024-10-14 13:54:04 +1000 |
commit | a09b76391f5a042233769bdc44a366d0939cf855 (patch) | |
tree | 067f74276900b90fc4752a6591ebf0cc3ed12248 /sci-calculators | |
parent | sci-calculators/transcalc: add 0.14.1 (diff) | |
download | gentoo-a09b76391f5a042233769bdc44a366d0939cf855.tar.gz gentoo-a09b76391f5a042233769bdc44a366d0939cf855.tar.bz2 gentoo-a09b76391f5a042233769bdc44a366d0939cf855.zip |
sci-calculators/transcalc: drop 0.14-r2
Signed-off-by: Matt Jolly <kangie@gentoo.org>
Diffstat (limited to 'sci-calculators')
-rw-r--r-- | sci-calculators/transcalc/transcalc-0.14-r2.ebuild | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/sci-calculators/transcalc/transcalc-0.14-r2.ebuild b/sci-calculators/transcalc/transcalc-0.14-r2.ebuild deleted file mode 100644 index b6c144a8b7ff..000000000000 --- a/sci-calculators/transcalc/transcalc-0.14-r2.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Microwave and RF transmission line calculator" -HOMEPAGE="http://transcalc.sourceforge.net" -SRC_URI="http://transcalc.sourceforge.net/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" - -RDEPEND="x11-libs/gtk+:2" -DEPEND="${RDEPEND}" - -# patch from debian -PATCHES=( - "${FILESDIR}"/${P}-fd-perm.patch - "${FILESDIR}"/${P}-fno-common.patch -) - -src_prepare() { - default - - # respect flags - sed -i -e 's|^CFLAGS=|#CFLAGS=|g' configure || die - # syntax errors - sed -i \ - -e 's/ythesize/ynthesize/g' \ - src/{setup_menu.c,help.h} docs/transcalc.sgml README || die -} |