public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-util/shc/
@ 2018-11-06  7:52 Sergey Popov
  0 siblings, 0 replies; 6+ messages in thread
From: Sergey Popov @ 2018-11-06  7:52 UTC (permalink / raw
  To: gentoo-commits

commit:     7e47ec5ddcd2f4f4394779fa57d061e1aefddb65
Author:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  6 07:50:29 2018 +0000
Commit:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Tue Nov  6 07:50:50 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e47ec5d

dev-util/shc: version bump

Reported-by: manwe <manwe <AT> manwe.pl>
Signed-off-by: Sergey Popov <pinkbyte <AT> gentoo.org>
Closes: https://bugs.gentoo.org/670358
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-util/shc/Manifest         |  1 +
 dev-util/shc/shc-3.9.6.ebuild | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+)

diff --git a/dev-util/shc/Manifest b/dev-util/shc/Manifest
index 78df3056b62..fa1aa8749bd 100644
--- a/dev-util/shc/Manifest
+++ b/dev-util/shc/Manifest
@@ -1 +1,2 @@
 DIST shc-3.8.9.tgz 20536 BLAKE2B 68f2c18f79e28bcbf5116428ec16a4b6eceffba686aaf3e9075f14a77793831bbb9c80c7f44a849f152eb164000956a383343d4dc8b49fc8cf68758aa9a4d27e SHA512 e8a4f9b0ef6e90fc99ebeeb0af36b89d1020209429c9651a036ab1f51a293d9faa3b775b7f040e91997b6ff5a487cb45943fc3548fa6fa3e7282e0d6f74d2cd4
+DIST shc-3.9.6.tar.gz 122644 BLAKE2B bef9993f49ffc7a1119862c8bd4b520a6122505493a59269218c6d46a0780e0788d3c9acc3975e642f9ea0bfd5a3907f0c1ff54bbc20c01fc630b2da096fc479 SHA512 dbda4af6740a8a719976d7260133ab3d92552ea08416e2b1ec4815e83349507ed68eb1e52a78b34e2c129dd40eafcce84ef7bf0d97d28073ee3af4598f804ed2

diff --git a/dev-util/shc/shc-3.9.6.ebuild b/dev-util/shc/shc-3.9.6.ebuild
new file mode 100644
index 00000000000..60de37b1332
--- /dev/null
+++ b/dev-util/shc/shc-3.9.6.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A (shell-) script compiler/scrambler"
+HOMEPAGE="https://neurobin.org/projects/softwares/unix/shc/"
+SRC_URI="https://github.com/neurobin/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
+
+src_install() {
+	dobin src/shc
+	doman shc.1
+	dodoc ChangeLog README.md
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/shc/
@ 2018-12-18 13:22 Sergey Popov
  0 siblings, 0 replies; 6+ messages in thread
From: Sergey Popov @ 2018-12-18 13:22 UTC (permalink / raw
  To: gentoo-commits

commit:     3a4f54e37aa49424a85419d8c88596df67668240
Author:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 18 13:15:32 2018 +0000
Commit:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Tue Dec 18 13:22:19 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a4f54e3

dev-util/shc: drop old

Signed-off-By: Sergey Popov <pinkbyte <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-util/shc/Manifest         |  1 -
 dev-util/shc/shc-3.8.9.ebuild | 37 -------------------------------------
 2 files changed, 38 deletions(-)

diff --git a/dev-util/shc/Manifest b/dev-util/shc/Manifest
index fa1aa8749bd..904baa79c1e 100644
--- a/dev-util/shc/Manifest
+++ b/dev-util/shc/Manifest
@@ -1,2 +1 @@
-DIST shc-3.8.9.tgz 20536 BLAKE2B 68f2c18f79e28bcbf5116428ec16a4b6eceffba686aaf3e9075f14a77793831bbb9c80c7f44a849f152eb164000956a383343d4dc8b49fc8cf68758aa9a4d27e SHA512 e8a4f9b0ef6e90fc99ebeeb0af36b89d1020209429c9651a036ab1f51a293d9faa3b775b7f040e91997b6ff5a487cb45943fc3548fa6fa3e7282e0d6f74d2cd4
 DIST shc-3.9.6.tar.gz 122644 BLAKE2B bef9993f49ffc7a1119862c8bd4b520a6122505493a59269218c6d46a0780e0788d3c9acc3975e642f9ea0bfd5a3907f0c1ff54bbc20c01fc630b2da096fc479 SHA512 dbda4af6740a8a719976d7260133ab3d92552ea08416e2b1ec4815e83349507ed68eb1e52a78b34e2c129dd40eafcce84ef7bf0d97d28073ee3af4598f804ed2

diff --git a/dev-util/shc/shc-3.8.9.ebuild b/dev-util/shc/shc-3.8.9.ebuild
deleted file mode 100644
index 78178e4f1ae..00000000000
--- a/dev-util/shc/shc-3.8.9.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit toolchain-funcs
-
-DESCRIPTION="A (shell-) script compiler/scrambler"
-HOMEPAGE="http://www.datsi.fi.upm.es/~frosal"
-SRC_URI="http://www.datsi.fi.upm.es/~frosal/sources/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ppc ~sparc x86"
-IUSE=""
-
-RESTRICT="test"
-
-src_prepare() {
-	# respect LDFLAGS
-	sed -i makefile -e 's:$(CC) $(CFLAGS):& $(LDFLAGS):' || die
-	# fix source file name wrt bug #433970
-	mv {${P},${PN}}.c || die
-}
-
-src_compile() {
-	## the "test"-target leads to an access-violation -> so we skip it
-	## as it's only for demonstration purposes anyway.
-	emake CC=$(tc-getCC) CFLAGS="${CFLAGS}" shc
-}
-
-src_install() {
-	dobin shc
-	doman shc.1
-	newdoc shc.README README
-	dodoc CHANGES
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/shc/
@ 2018-12-18 13:22 Sergey Popov
  0 siblings, 0 replies; 6+ messages in thread
From: Sergey Popov @ 2018-12-18 13:22 UTC (permalink / raw
  To: gentoo-commits

commit:     a099739f9a1bb4504405a0b61788ccc29bf54724
Author:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 18 13:15:15 2018 +0000
Commit:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Tue Dec 18 13:21:05 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a099739f

dev-util/shc: stable on amd64/ppc/x86

Signed-off-By: Sergey Popov <pinkbyte <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-util/shc/shc-3.9.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/shc/shc-3.9.6.ebuild b/dev-util/shc/shc-3.9.6.ebuild
index 60de37b1332..a72c0f210b1 100644
--- a/dev-util/shc/shc-3.9.6.ebuild
+++ b/dev-util/shc/shc-3.9.6.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/neurobin/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha amd64 ppc ~sparc x86"
 
 src_install() {
 	dobin src/shc


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/shc/
@ 2022-04-04 11:02 Sergey Popov
  0 siblings, 0 replies; 6+ messages in thread
From: Sergey Popov @ 2022-04-04 11:02 UTC (permalink / raw
  To: gentoo-commits

commit:     5b16fc7097f6603194f0e61d5d21407fe3eb195d
Author:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  4 11:02:33 2022 +0000
Commit:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Mon Apr  4 11:02:47 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b16fc70

dev-util/shc: version bump

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Sergey Popov <pinkbyte <AT> gentoo.org>

 dev-util/shc/Manifest         |  1 +
 dev-util/shc/shc-4.0.3.ebuild | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+)

diff --git a/dev-util/shc/Manifest b/dev-util/shc/Manifest
index 904baa79c1e7..5215e22fbb35 100644
--- a/dev-util/shc/Manifest
+++ b/dev-util/shc/Manifest
@@ -1 +1,2 @@
 DIST shc-3.9.6.tar.gz 122644 BLAKE2B bef9993f49ffc7a1119862c8bd4b520a6122505493a59269218c6d46a0780e0788d3c9acc3975e642f9ea0bfd5a3907f0c1ff54bbc20c01fc630b2da096fc479 SHA512 dbda4af6740a8a719976d7260133ab3d92552ea08416e2b1ec4815e83349507ed68eb1e52a78b34e2c129dd40eafcce84ef7bf0d97d28073ee3af4598f804ed2
+DIST shc-4.0.3.tar.gz 124246 BLAKE2B 1f3046cc3955c979ef585567f4e0e0016a0b96c9032fe8fd93072c2cfd8031b9de4095627d2b7c571f79c9656181269fff81a4d2d3ff6fdc3c40f00708c8b764 SHA512 78fbab26c652b3c3a41401e044ae69776fbdf5d28736c55bcf111f4261f863f6d97d81e87ad9288faf9c9a3299c1453dcca9ffd9d9ea04a1ff2b7299257e8cf7

diff --git a/dev-util/shc/shc-4.0.3.ebuild b/dev-util/shc/shc-4.0.3.ebuild
new file mode 100644
index 000000000000..4bc77efcd7a9
--- /dev/null
+++ b/dev-util/shc/shc-4.0.3.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="A (shell-) script compiler/scrambler"
+HOMEPAGE="https://neurobin.org/projects/softwares/unix/shc/"
+SRC_URI="https://github.com/neurobin/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
+
+src_install() {
+	dobin src/shc
+	doman shc.1
+	dodoc ChangeLog README.md
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/shc/
@ 2022-04-04 12:10 Sergey Popov
  0 siblings, 0 replies; 6+ messages in thread
From: Sergey Popov @ 2022-04-04 12:10 UTC (permalink / raw
  To: gentoo-commits

commit:     41ea1f45ef8603a287ff4723df43dac0103843ce
Author:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  4 12:09:21 2022 +0000
Commit:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Mon Apr  4 12:10:46 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41ea1f45

dev-util/shc-4.0.3: fix tests

Closes: https://bugs.gentoo.org/836761
Reported-by: Agostino Sarubbo <ago <AT> gentoo.org>
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Sergey Popov <pinkbyte <AT> gentoo.org>

 dev-util/shc/shc-4.0.3.ebuild | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/dev-util/shc/shc-4.0.3.ebuild b/dev-util/shc/shc-4.0.3.ebuild
index 4bc77efcd7a9..818f2d0868eb 100644
--- a/dev-util/shc/shc-4.0.3.ebuild
+++ b/dev-util/shc/shc-4.0.3.ebuild
@@ -11,6 +11,30 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
 
+IUSE="test"
+
+DEPEND="test? (
+	app-shells/bash:0
+	app-shells/dash
+	app-shells/ksh
+	app-shells/tcsh
+	app-shells/zsh
+)"
+RDEPEND=""
+
+src_prepare() {
+	# ash requires sys-apps/busybox[make-symlinks], so exclude it too
+	# Exclude app-shells/rc from tests
+	# Fix path for app-shells/tcsh
+	sed -i \
+		-e "s:'/bin/ash'::" \
+		-e "s:'/usr/bin/rc'::" \
+		-e "s:/usr/bin/tcsh:/bin/tcsh:" \
+		test/ttest.sh || die
+
+	default
+}
+
 src_install() {
 	dobin src/shc
 	doman shc.1


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/shc/
@ 2022-04-04 12:29 Sergey Popov
  0 siblings, 0 replies; 6+ messages in thread
From: Sergey Popov @ 2022-04-04 12:29 UTC (permalink / raw
  To: gentoo-commits

commit:     26cc4bf8c4cbf01d37076577c7ae5023cdf3bed8
Author:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  4 12:29:35 2022 +0000
Commit:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Mon Apr  4 12:29:43 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26cc4bf8

dev-util/shc-4.0.3: fix missing RESTRICT for tests

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Sergey Popov <pinkbyte <AT> gentoo.org>

 dev-util/shc/shc-4.0.3.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-util/shc/shc-4.0.3.ebuild b/dev-util/shc/shc-4.0.3.ebuild
index 818f2d0868eb..54e8330f0f8b 100644
--- a/dev-util/shc/shc-4.0.3.ebuild
+++ b/dev-util/shc/shc-4.0.3.ebuild
@@ -22,6 +22,8 @@ DEPEND="test? (
 )"
 RDEPEND=""
 
+RESTRICT="!test? ( test )"
+
 src_prepare() {
 	# ash requires sys-apps/busybox[make-symlinks], so exclude it too
 	# Exclude app-shells/rc from tests


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

end of thread, other threads:[~2022-04-04 12:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-06  7:52 [gentoo-commits] repo/gentoo:master commit in: dev-util/shc/ Sergey Popov
  -- strict thread matches above, loose matches on Subject: below --
2018-12-18 13:22 Sergey Popov
2018-12-18 13:22 Sergey Popov
2022-04-04 11:02 Sergey Popov
2022-04-04 12:10 Sergey Popov
2022-04-04 12:29 Sergey Popov

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