public inbox for gentoo-proxy-maint@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-proxy-maint] [PATCH] app-shells/mksh: Version cleanup, <57-r2
@ 2020-02-11 13:55 Haelwenn (lanodan) Monnier
  2020-02-11 14:14 ` Michał Górny
  0 siblings, 1 reply; 2+ messages in thread
From: Haelwenn (lanodan) Monnier @ 2020-02-11 13:55 UTC (permalink / raw
  To: gentoo-proxy-maint; +Cc: Haelwenn (lanodan) Monnier

This makes sys-fs/dmraid-1.0.0_rc16-r3[klibc] the last revdep of dev-libs/klibc

See: https://bugs.gentoo.org/653388
---
 app-shells/mksh/Manifest          |  1 -
 app-shells/mksh/mksh-56c.ebuild   | 47 ---------------------------
 app-shells/mksh/mksh-57-r1.ebuild | 53 -------------------------------
 app-shells/mksh/mksh-57.ebuild    | 47 ---------------------------
 4 files changed, 148 deletions(-)
 delete mode 100644 app-shells/mksh/mksh-56c.ebuild
 delete mode 100644 app-shells/mksh/mksh-57-r1.ebuild
 delete mode 100644 app-shells/mksh/mksh-57.ebuild

diff --git a/app-shells/mksh/Manifest b/app-shells/mksh/Manifest
index 33bfc6abe..64150f7d9 100644
--- a/app-shells/mksh/Manifest
+++ b/app-shells/mksh/Manifest
@@ -1,2 +1 @@
-DIST mksh-R56c.tgz 417218 BLAKE2B 3512855dd177be8432fe503716ca571a3c06ab3eeb6b44de923ab7d9eb9246087f627b7d7a3e9bb29a849da126b88c223864f140b136e922776ec7bd4a04e96d SHA512 7e4cd2d24c6bca2ebad7c6b02d158188e766bd4693d93f5bed198d69238aef078d42ce911431ad4e419e4af55083047d823bfad53973db5c6d8a685482770135
 DIST mksh-R57.tgz 419604 BLAKE2B 11af09535ace3fdd982189fb7d7f3e5961776c3bdbf6b981f4f1506a66ebdbd893efb9aa50a5a36fd8b3b7bd3e149021aad154888dc81e0de29f41e91eeb583c SHA512 7d7fa557c17da4f1f62f82877a136439efb6d4f9fde52b2df39214db09868982e756df6e4fe83498f9013cbcf3252dc383b00ddfafaa4c9f143ffded7cd255b3
diff --git a/app-shells/mksh/mksh-56c.ebuild b/app-shells/mksh/mksh-56c.ebuild
deleted file mode 100644
index dcdea2831..000000000
--- a/app-shells/mksh/mksh-56c.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="MirBSD KSH Shell"
-HOMEPAGE="http://mirbsd.de/mksh"
-SRC_URI="http://www.mirbsd.org/MirOS/dist/mir/mksh/${PN}-R${PV}.tgz"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux"
-IUSE="static"
-DEPEND="static? ( dev-libs/klibc )"
-RDEPEND=""
-S="${WORKDIR}/${PN}"
-
-src_compile() {
-	tc-export CC
-	# we want to build static with klibc
-	if use static ; then
-		unset CC
-		export CC="/usr/bin/klcc"
-		export LDSTATIC="-static"
-	fi
-	export CPPFLAGS="${CPPFLAGS} -DMKSH_DEFAULT_PROFILEDIR=\\\"${EPREFIX}/etc\\\""
-	sh Build.sh -r || die
-}
-
-src_install() {
-	exeinto /bin
-	doexe mksh
-	doman mksh.1
-	dodoc dot.mkshrc
-}
-
-src_test() {
-	./test.sh || die
-}
-
-pkg_postinst() {
-	ebegin "Updating /etc/shells"
-	( grep -v "^/bin/mksh$" "${ROOT}"etc/shells; echo "/bin/mksh" ) > "${T}"/shells
-	mv -f "${T}"/shells "${ROOT}"etc/shells
-	eend $?
-}
diff --git a/app-shells/mksh/mksh-57-r1.ebuild b/app-shells/mksh/mksh-57-r1.ebuild
deleted file mode 100644
index ba0d160f7..000000000
--- a/app-shells/mksh/mksh-57-r1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-if [[ $PV = 9999 ]]; then
-	inherit cvs
-	ECVS_SERVER="anoncvs.mirbsd.org:/cvs"
-	ECVS_MODULE="mksh"
-	ECVS_USER="_anoncvs"
-	ECVS_AUTH="ext"
-	KEYWORDS=""
-else
-	SRC_URI="http://www.mirbsd.org/MirOS/dist/mir/mksh/${PN}-R${PV}.tgz"
-	KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
-fi
-
-DESCRIPTION="MirBSD Korn Shell"
-HOMEPAGE="http://mirbsd.de/mksh"
-LICENSE="BSD"
-SLOT="0"
-IUSE="static test"
-RESTRICT="!test? ( test )"
-RDEPEND="static? ( dev-libs/klibc )"
-DEPEND="
-	${RDEPEND}
-	test? (
-		dev-lang/perl
-		sys-apps/ed
-	)
-"
-S="${WORKDIR}/${PN}"
-
-src_compile() {
-	tc-export CC
-	# we want to build static with klibc
-	if use static; then export CC="/usr/bin/klcc"; export LDSTATIC="-static"; fi
-	export CPPFLAGS="${CPPFLAGS} -DMKSH_DEFAULT_PROFILEDIR=\\\"${EPREFIX}/etc\\\""
-	sh Build.sh -r || die
-}
-
-src_install() {
-	into /
-	dobin mksh
-	doman mksh.1
-	dodoc dot.mkshrc
-}
-
-src_test() {
-	./test.sh -v || die
-}
diff --git a/app-shells/mksh/mksh-57.ebuild b/app-shells/mksh/mksh-57.ebuild
deleted file mode 100644
index ffb798a60..000000000
--- a/app-shells/mksh/mksh-57.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="MirBSD KSH Shell"
-HOMEPAGE="http://mirbsd.de/mksh"
-SRC_URI="http://www.mirbsd.org/MirOS/dist/mir/mksh/${PN}-R${PV}.tgz"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
-IUSE="static"
-DEPEND="static? ( dev-libs/klibc )"
-RDEPEND=""
-S="${WORKDIR}/${PN}"
-
-src_compile() {
-	tc-export CC
-	# we want to build static with klibc
-	if use static ; then
-		unset CC
-		export CC="/usr/bin/klcc"
-		export LDSTATIC="-static"
-	fi
-	export CPPFLAGS="${CPPFLAGS} -DMKSH_DEFAULT_PROFILEDIR=\\\"${EPREFIX}/etc\\\""
-	sh Build.sh -r || die
-}
-
-src_install() {
-	exeinto /bin
-	doexe mksh
-	doman mksh.1
-	dodoc dot.mkshrc
-}
-
-src_test() {
-	./test.sh || die
-}
-
-pkg_postinst() {
-	ebegin "Updating /etc/shells"
-	( grep -v "^/bin/mksh$" "${ROOT}"etc/shells; echo "/bin/mksh" ) > "${T}"/shells
-	mv -f "${T}"/shells "${ROOT}"etc/shells
-	eend $?
-}
-- 
2.24.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [gentoo-proxy-maint] [PATCH] app-shells/mksh: Version cleanup, <57-r2
  2020-02-11 13:55 [gentoo-proxy-maint] [PATCH] app-shells/mksh: Version cleanup, <57-r2 Haelwenn (lanodan) Monnier
@ 2020-02-11 14:14 ` Michał Górny
  0 siblings, 0 replies; 2+ messages in thread
From: Michał Górny @ 2020-02-11 14:14 UTC (permalink / raw
  To: Haelwenn (lanodan) Monnier, gentoo-proxy-maint

[-- Attachment #1: Type: text/plain, Size: 732 bytes --]

On Tue, 2020-02-11 at 14:55 +0100, Haelwenn (lanodan) Monnier wrote:
> This makes sys-fs/dmraid-1.0.0_rc16-r3[klibc] the last revdep of dev-libs/klibc
> 
> See: https://bugs.gentoo.org/653388
> ---
>  app-shells/mksh/Manifest          |  1 -
>  app-shells/mksh/mksh-56c.ebuild   | 47 ---------------------------
>  app-shells/mksh/mksh-57-r1.ebuild | 53 -------------------------------
>  app-shells/mksh/mksh-57.ebuild    | 47 ---------------------------
>  4 files changed, 148 deletions(-)
>  delete mode 100644 app-shells/mksh/mksh-56c.ebuild
>  delete mode 100644 app-shells/mksh/mksh-57-r1.ebuild
>  delete mode 100644 app-shells/mksh/mksh-57.ebuild
> 

Merged, thanks.

-- 
Best regards,
Michał Górny


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 618 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-02-11 14:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-11 13:55 [gentoo-proxy-maint] [PATCH] app-shells/mksh: Version cleanup, <57-r2 Haelwenn (lanodan) Monnier
2020-02-11 14:14 ` Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox