public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-shells/posh/, app-shells/posh/files/
@ 2015-10-17  8:23 Patrice Clement
  0 siblings, 0 replies; 2+ messages in thread
From: Patrice Clement @ 2015-10-17  8:23 UTC (permalink / raw
  To: gentoo-commits

commit:     3c2f15a2e541c3e686e20a4f87fdd0211754c3ad
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 17 08:08:31 2015 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Oct 17 08:21:51 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c2f15a2

app-shells/posh: Clean up old.

Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 app-shells/posh/Manifest                    |  2 --
 app-shells/posh/files/posh-glibc-2.16.patch | 19 -------------------
 app-shells/posh/posh-0.10.2.ebuild          | 28 ----------------------------
 app-shells/posh/posh-0.11.ebuild            | 28 ----------------------------
 4 files changed, 77 deletions(-)

diff --git a/app-shells/posh/Manifest b/app-shells/posh/Manifest
index c361808..c9413d5 100644
--- a/app-shells/posh/Manifest
+++ b/app-shells/posh/Manifest
@@ -1,3 +1 @@
-DIST posh_0.10.2.tar.gz 469338 SHA256 6ee7e8e2d181953efbcd991cc0e66c98c7d2a0511f1697889e239a93d625f0a1 SHA512 4abde6415eaf199f5a7998e8a8fc6ed0dd07fb2ec95724bc01ba18f01f0d9b1a0af04d6ea59e302407f9a32f7ef7555e24f48005f795390bda3ecd01e55b5878 WHIRLPOOL 208a9e97bdf3846abe2285eb21c40be0f004d4e2a72785cbb22f12830f681268a303ba0d6f3baf54a7a9f6a3933ead2cfda80e7b3fefeb9a6e7f03d39d7ee80f
-DIST posh_0.11.tar.gz 469798 SHA256 0d9b54db168e6fc7f93676d188e460988017868ffac5987b76d4fb18c2008f6f SHA512 2d4319600f4356e0b661403648c62078e87fbac0ac418a4985ebfcf6277bd26a8dd8462f61676194cd547f3c9aa31e1713fc1b562d63466511dbf8845d7a06aa WHIRLPOOL f546f9ff07daba992d9ac897ac77fdbfbca92a393640b1226c01c271cdbbb57a4d0015c5d5a463a6b1505ec2cd168f8ed2bca8a75be9189de1c27e295558500e
 DIST posh_0.12.tar.gz 469680 SHA256 9206b67005cf357404b3f3021c2d7c7bbd50756050512dececb9ed836435b048 SHA512 bb98d2fa009b5ccd666103378dd30da5649baf830d4e3124575f813b98b13275bde46e03bb737c75b37c82f655b3f17e9a5decd29b75d20678e78a4d7e3abf00 WHIRLPOOL ffd03e1537aa8e68545c532fb8c27fc9702ab16157efce7ef5c83b6f70fbe1a807e4759b85525036ae0c26f56b595ccf95d9cffb8a96b4ef8e5a8ec4b50c60e6

diff --git a/app-shells/posh/files/posh-glibc-2.16.patch b/app-shells/posh/files/posh-glibc-2.16.patch
deleted file mode 100644
index 8c29def..0000000
--- a/app-shells/posh/files/posh-glibc-2.16.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Description: explicitly include sys/resource.h, for eglibc 2.16
- sys/resource.h is no longer included by sys/wait.h
- http://sourceware.org/git/?p=glibc.git;a=commitdiff;h=d94a4670800de6e8f088b8630ad5142866127980
-Author: Stefano Rivera <stefanor@ubuntu.com>
-Last-Updated: 2012-11-07
-
---- a/ksh_wait.h
-+++ b/ksh_wait.h
-@@ -5,6 +5,10 @@
- # include <sys/wait.h>
- #endif
- 
-+#ifdef HAVE_SYS_RESOURCE_H
-+# include <sys/resource.h>
-+#endif
-+
- #ifndef POSIX_SYS_WAIT
- /* Get rid of system macros (which probably use union wait) */
- # undef WIFCORED

diff --git a/app-shells/posh/posh-0.10.2.ebuild b/app-shells/posh/posh-0.10.2.ebuild
deleted file mode 100644
index 9545150..0000000
--- a/app-shells/posh/posh-0.10.2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=3
-inherit autotools-utils
-
-DESCRIPTION="Reimplementation of Bourne shell based on pdksh"
-HOMEPAGE="http://packages.debian.org/posh"
-SRC_URI="mirror://debian/pool/main/p/posh/${P/-/_}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-RESTRICT=test
-
-PATCHES=(
-	"${FILESDIR}"/${PN}-glibc-2.16.patch
-)
-
-src_configure() {
-	myeconfargs=(
-		--exec-prefix=/
-	)
-	autotools-utils_src_configure
-}

diff --git a/app-shells/posh/posh-0.11.ebuild b/app-shells/posh/posh-0.11.ebuild
deleted file mode 100644
index 9545150..0000000
--- a/app-shells/posh/posh-0.11.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=3
-inherit autotools-utils
-
-DESCRIPTION="Reimplementation of Bourne shell based on pdksh"
-HOMEPAGE="http://packages.debian.org/posh"
-SRC_URI="mirror://debian/pool/main/p/posh/${P/-/_}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-RESTRICT=test
-
-PATCHES=(
-	"${FILESDIR}"/${PN}-glibc-2.16.patch
-)
-
-src_configure() {
-	myeconfargs=(
-		--exec-prefix=/
-	)
-	autotools-utils_src_configure
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-shells/posh/, app-shells/posh/files/
@ 2016-02-19 22:02 Michał Górny
  0 siblings, 0 replies; 2+ messages in thread
From: Michał Górny @ 2016-02-19 22:02 UTC (permalink / raw
  To: gentoo-commits

commit:     86552848e1c05f1425186402bf8c51fd560b2492
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 19 21:59:40 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Feb 19 22:01:54 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86552848

app-shells/posh: Bugfix bump to 0.12.6

Update to 0.12.6 where upstream included our test patch and regenerated
autotools files.

 app-shells/posh/Manifest                           |  2 +-
 .../posh/files/posh-0.12.5-test-perl-fix.patch     | 37 ----------------------
 .../{posh-0.12.5.ebuild => posh-0.12.6.ebuild}     | 11 +------
 3 files changed, 2 insertions(+), 48 deletions(-)

diff --git a/app-shells/posh/Manifest b/app-shells/posh/Manifest
index 3545e98..1cd9f2f 100644
--- a/app-shells/posh/Manifest
+++ b/app-shells/posh/Manifest
@@ -1,2 +1,2 @@
-DIST posh_0.12.5.tar.xz 267356 SHA256 adf1b5670b9978c3b6d5ae64356be72d8c31db1750a7600ff981fec3ff920a0a SHA512 03fabb32eb2cd38b90cf4bef641a9ce35e3e79a65b22bf6c8654b0da9d05385efe1fb5c0274deba9c616c7aba443f9a408194a066983edf051be1098be11f21e WHIRLPOOL 7a6275c14818cc24085e9383e9fce51dbb71ebdb001af2a7f5bc061a807e4681f83f57a6a2aa5bac4655d8f24466e9a7f0e573c584d04e660a668995d0144b8f
+DIST posh_0.12.6.tar.xz 268872 SHA256 32d00153b448df535fd095d768db2771794bfc54002efd711abc48a40481170d SHA512 2b862264dd13c840facb158f1e2731dd1f11c7a567308feb6bd80fd5a7ea4d8e383cc13a0819f90da5fdad70d0adcc81e5adf2bd69a7a171e2e874f82509123c WHIRLPOOL 201e99e5ba990fa800c3c141872b3a332ff67051abd2f64e8b693b894050780d9cb196804678dd73896585f170b28147092a2bbd85a2028a6a6044ef9a140130
 DIST posh_0.12.tar.gz 469680 SHA256 9206b67005cf357404b3f3021c2d7c7bbd50756050512dececb9ed836435b048 SHA512 bb98d2fa009b5ccd666103378dd30da5649baf830d4e3124575f813b98b13275bde46e03bb737c75b37c82f655b3f17e9a5decd29b75d20678e78a4d7e3abf00 WHIRLPOOL ffd03e1537aa8e68545c532fb8c27fc9702ab16157efce7ef5c83b6f70fbe1a807e4759b85525036ae0c26f56b595ccf95d9cffb8a96b4ef8e5a8ec4b50c60e6

diff --git a/app-shells/posh/files/posh-0.12.5-test-perl-fix.patch b/app-shells/posh/files/posh-0.12.5-test-perl-fix.patch
deleted file mode 100644
index 4959afe..0000000
--- a/app-shells/posh/files/posh-0.12.5-test-perl-fix.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-From 893b644fc8c840d0a29974c90e0a80f7ce8146ba Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= <mgorny@gentoo.org>
-Date: Sun, 14 Feb 2016 10:21:02 +0100
-Subject: [PATCH] tests/th: Update to work with perl-5.16+
-
-The 'getopts.pl' module (dating back to perl4) was finally nuked in
-perl-5.16+, therefore making it impossible to run tests in posh. Use
-the perl5 Getopt::Std module instead.
----
- tests/th | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/tests/th b/tests/th
-index 72eb812..920d54c 100755
---- a/tests/th
-+++ b/tests/th
-@@ -130,7 +130,7 @@
- 
- $os = defined $^O ? $^O : 'unknown';
- 
--require 'getopts.pl';
-+use Getopt::Std;
- 
- ($prog = $0) =~ s#.*/##;
- 
-@@ -200,7 +200,7 @@ $nxpassed = 0;
- 
- %known_tests = ();
- 
--if (!&Getopts('C:p:Ps:t:ve:')) {
-+if (!&getopts('C:p:Ps:t:ve:')) {
-     print STDERR $Usage;
-     exit 1;
- }
--- 
-2.7.1
-

diff --git a/app-shells/posh/posh-0.12.5.ebuild b/app-shells/posh/posh-0.12.6.ebuild
similarity index 75%
rename from app-shells/posh/posh-0.12.5.ebuild
rename to app-shells/posh/posh-0.12.6.ebuild
index 925876f..511eff5 100644
--- a/app-shells/posh/posh-0.12.5.ebuild
+++ b/app-shells/posh/posh-0.12.6.ebuild
@@ -4,8 +4,6 @@
 
 EAPI=6
 
-inherit autotools
-
 DESCRIPTION="Reimplementation of Bourne shell based on pdksh"
 HOMEPAGE="http://packages.debian.org/posh"
 SRC_URI="mirror://debian/pool/main/p/posh/${P/-/_}.tar.xz"
@@ -17,14 +15,7 @@ IUSE=""
 
 DEPEND="app-arch/xz-utils"
 
-src_prepare() {
-	eapply "${FILESDIR}/${P}-test-perl-fix.patch"
-
-	default
-
-	# tarball bundles outdated generated files
-	eautoreconf
-}
+S=${WORKDIR}/posh
 
 src_configure() {
 	local myconf=(


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

end of thread, other threads:[~2016-02-19 22:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-17  8:23 [gentoo-commits] repo/gentoo:master commit in: app-shells/posh/, app-shells/posh/files/ Patrice Clement
  -- strict thread matches above, loose matches on Subject: below --
2016-02-19 22:02 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