diff options
author | Aaron Bauman <bman@gentoo.org> | 2020-09-26 15:07:03 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-09-26 15:40:08 -0400 |
commit | f6709293a0ea388709484784296b15fab65577d5 (patch) | |
tree | d2e91974b246b27a0eb1305673539d0223b5b364 /app-misc/boxes | |
parent | app-misc/boxes: forward port keywords (diff) | |
download | gentoo-f6709293a0ea388709484784296b15fab65577d5.tar.gz gentoo-f6709293a0ea388709484784296b15fab65577d5.tar.bz2 gentoo-f6709293a0ea388709484784296b15fab65577d5.zip |
app-misc/boxes: drop old EAPI=5
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'app-misc/boxes')
-rw-r--r-- | app-misc/boxes/boxes-1.1.2-r1.ebuild | 40 | ||||
-rw-r--r-- | app-misc/boxes/boxes-1.1.2-r2.ebuild | 40 |
2 files changed, 0 insertions, 80 deletions
diff --git a/app-misc/boxes/boxes-1.1.2-r1.ebuild b/app-misc/boxes/boxes-1.1.2-r1.ebuild deleted file mode 100644 index 93e8b104e3ef..000000000000 --- a/app-misc/boxes/boxes-1.1.2-r1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit flag-o-matic toolchain-funcs - -DESCRIPTION="Draw any kind of boxes around your text" -HOMEPAGE="https://boxes.thomasjensen.com/ https://github.com/ascii-boxes/boxes" -SRC_URI="https://github.com/ascii-boxes/boxes/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 ~ia64 ~mips ppc ppc64 sparc x86" -IUSE="" - -DEPEND=" - sys-devel/bison - sys-devel/flex - " - -src_prepare() { - append-cflags -Iregexp -I. -ansi -std=c99 - append-ldflags -Lregexp - sed \ - -e 's:STRIP=true:STRIP=false:g' \ - -i src/Makefile || die -} - -src_compile() { - emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" -} - -src_install() { - dobin src/boxes - doman doc/boxes.1 - dodoc README.md - insinto /usr/share/boxes - doins boxes-config -} diff --git a/app-misc/boxes/boxes-1.1.2-r2.ebuild b/app-misc/boxes/boxes-1.1.2-r2.ebuild deleted file mode 100644 index e09f30d48d46..000000000000 --- a/app-misc/boxes/boxes-1.1.2-r2.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit flag-o-matic toolchain-funcs - -DESCRIPTION="Draw any kind of boxes around your text" -HOMEPAGE="https://boxes.thomasjensen.com/ https://github.com/ascii-boxes/boxes" -SRC_URI="https://github.com/ascii-boxes/boxes/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" -IUSE="" - -DEPEND=" - sys-devel/bison - sys-devel/flex - " - -src_prepare() { - append-cflags -Iregexp -I. -ansi -std=c99 - append-ldflags -Lregexp - sed \ - -e 's:STRIP=true:STRIP=false:g' \ - -i src/Makefile || die -} - -src_compile() { - emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" -} - -src_install() { - dobin src/boxes - doman doc/boxes.1 - dodoc README.md - insinto /usr/share - newins boxes-config boxes -} |