From f079f95c760141105abbe4022f8b5e5a45979652 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 2 Jan 2021 00:40:22 +0000 Subject: app-misc/dfshow: revbump for libconfig subslot dep Package-Manager: Portage-3.0.12-prefix, Repoman-3.0.2 Signed-off-by: Sam James --- app-misc/dfshow/dfshow-0.8.2_beta-r1.ebuild | 31 ++++++++++++++++++++++ app-misc/dfshow/dfshow-0.8.2_beta.ebuild | 31 ---------------------- app-misc/dfshow/dfshow-0.9.1_beta-r1.ebuild | 40 +++++++++++++++++++++++++++++ app-misc/dfshow/dfshow-0.9.1_beta.ebuild | 40 ----------------------------- 4 files changed, 71 insertions(+), 71 deletions(-) create mode 100644 app-misc/dfshow/dfshow-0.8.2_beta-r1.ebuild delete mode 100644 app-misc/dfshow/dfshow-0.8.2_beta.ebuild create mode 100644 app-misc/dfshow/dfshow-0.9.1_beta-r1.ebuild delete mode 100644 app-misc/dfshow/dfshow-0.9.1_beta.ebuild (limited to 'app-misc/dfshow') diff --git a/app-misc/dfshow/dfshow-0.8.2_beta-r1.ebuild b/app-misc/dfshow/dfshow-0.8.2_beta-r1.ebuild new file mode 100644 index 000000000000..5733b6700512 --- /dev/null +++ b/app-misc/dfshow/dfshow-0.8.2_beta-r1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit autotools + +MY_PV="${PV//_beta/-beta}" + +DESCRIPTION="DF-SHOW is a Unix-like rewrite of some of the applications from DF-EDIT" +HOMEPAGE="https://github.com/roberthawdon/dfshow" +SRC_URI="https://github.com/roberthawdon/dfshow/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" + +S="${WORKDIR}/${PN}-${MY_PV}" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND="dev-libs/libconfig:= + sys-libs/ncurses:0= +" +RDEPEND="${DEPEND}" + +src_prepare() { + default + sed -i 's/LDADD = -lncursesw -lm -lconfig/LDADD = -lncursesw -lm -lconfig -ltinfow/' Makefile.am || + die "sed in Makefile.am failed" + eautoreconf + eautomake --add-missing +} diff --git a/app-misc/dfshow/dfshow-0.8.2_beta.ebuild b/app-misc/dfshow/dfshow-0.8.2_beta.ebuild deleted file mode 100644 index 2b75216f7b96..000000000000 --- a/app-misc/dfshow/dfshow-0.8.2_beta.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools - -MY_PV="${PV//_beta/-beta}" - -DESCRIPTION="DF-SHOW is a Unix-like rewrite of some of the applications from DF-EDIT" -HOMEPAGE="https://github.com/roberthawdon/dfshow" -SRC_URI="https://github.com/roberthawdon/dfshow/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" - -S="${WORKDIR}/${PN}-${MY_PV}" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DEPEND="dev-libs/libconfig - sys-libs/ncurses:0= -" -RDEPEND="${DEPEND}" - -src_prepare() { - default - sed -i 's/LDADD = -lncursesw -lm -lconfig/LDADD = -lncursesw -lm -lconfig -ltinfow/' Makefile.am || - die "sed in Makefile.am failed" - eautoreconf - eautomake --add-missing -} diff --git a/app-misc/dfshow/dfshow-0.9.1_beta-r1.ebuild b/app-misc/dfshow/dfshow-0.9.1_beta-r1.ebuild new file mode 100644 index 000000000000..883ebd7c7fee --- /dev/null +++ b/app-misc/dfshow/dfshow-0.9.1_beta-r1.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit autotools bash-completion-r1 + +MY_PV="${PV//_beta/-beta}" +DESCRIPTION="DF-SHOW is a Unix-like rewrite of some of the applications from DF-EDIT" +HOMEPAGE="https://github.com/roberthawdon/dfshow" +SRC_URI="https://github.com/roberthawdon/dfshow/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${PN}-${MY_PV}" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND="dev-libs/libconfig:= + sys-libs/ncurses:0= +" +RDEPEND="${DEPEND}" + +src_prepare() { + default + sed -i 's/LDADD = -lncursesw -lm -lconfig/LDADD = -lncursesw -lm -lconfig -ltinfow/' Makefile.am || + die "sed in Makefile.am failed" + + eautoreconf +} + +src_install() { + default + + newbashcomp "${S}/misc/auto-completion/bash/sf-completion.bash" sf-completion + newbashcomp "${S}/misc/auto-completion/bash/show-completion.bash" show-completion + + insinto /usr/share/zsh/site-functions + doins "${S}/misc/auto-completion/zsh/_sf" + doins "${S}/misc/auto-completion/zsh/_show" +} diff --git a/app-misc/dfshow/dfshow-0.9.1_beta.ebuild b/app-misc/dfshow/dfshow-0.9.1_beta.ebuild deleted file mode 100644 index 29830de4a64a..000000000000 --- a/app-misc/dfshow/dfshow-0.9.1_beta.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools bash-completion-r1 - -MY_PV="${PV//_beta/-beta}" -DESCRIPTION="DF-SHOW is a Unix-like rewrite of some of the applications from DF-EDIT" -HOMEPAGE="https://github.com/roberthawdon/dfshow" -SRC_URI="https://github.com/roberthawdon/dfshow/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${PN}-${MY_PV}" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DEPEND="dev-libs/libconfig - sys-libs/ncurses:0= -" -RDEPEND="${DEPEND}" - -src_prepare() { - default - sed -i 's/LDADD = -lncursesw -lm -lconfig/LDADD = -lncursesw -lm -lconfig -ltinfow/' Makefile.am || - die "sed in Makefile.am failed" - - eautoreconf -} - -src_install() { - default - - newbashcomp "${S}/misc/auto-completion/bash/sf-completion.bash" sf-completion - newbashcomp "${S}/misc/auto-completion/bash/show-completion.bash" show-completion - - insinto /usr/share/zsh/site-functions - doins "${S}/misc/auto-completion/zsh/_sf" - doins "${S}/misc/auto-completion/zsh/_show" -} -- cgit v1.2.3-65-gdbad