* [gentoo-commits] gentoo-x86 commit in app-shells/dash: ChangeLog dash-0.5.6.1.ebuild
@ 2010-07-18 22:08 Mike Frysinger (vapier)
0 siblings, 0 replies; 3+ messages in thread
From: Mike Frysinger (vapier) @ 2010-07-18 22:08 UTC (permalink / raw
To: gentoo-commits
vapier 10/07/18 22:08:31
Modified: ChangeLog
Added: dash-0.5.6.1.ebuild
Log:
Version bump #327723 by Davide Pesavento.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.71 app-shells/dash/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/dash/ChangeLog?rev=1.71&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/dash/ChangeLog?rev=1.71&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/dash/ChangeLog?r1=1.70&r2=1.71
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-shells/dash/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- ChangeLog 10 Jul 2010 16:07:36 -0000 1.70
+++ ChangeLog 18 Jul 2010 22:08:31 -0000 1.71
@@ -1,6 +1,11 @@
# ChangeLog for app-shells/dash
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+*dash-0.5.6.1 (18 Jul 2010)
+
+ 18 Jul 2010; Mike Frysinger <vapier@gentoo.org> +dash-0.5.6.1.ebuild:
+ Version bump #327723 by Davide Pesavento.
+
10 Jul 2010; Jeroen Roovers <jer@gentoo.org> dash-0.5.5.1.2.ebuild:
Stable for HPPA (bug #324753).
1.1 app-shells/dash/dash-0.5.6.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/dash/dash-0.5.6.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/dash/dash-0.5.6.1.ebuild?rev=1.1&content-type=text/plain
Index: dash-0.5.6.1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.5.6.1.ebuild,v 1.1 2010/07/18 22:08:31 vapier Exp $
EAPI="2"
inherit autotools eutils flag-o-matic
DEB_PV=${PV%.*}
DEB_PATCH=${PV##*.}
DEB_PF="${PN}_${DEB_PV}.${DEB_PATCH}-1~exp0"
MY_P="${PN}-${DEB_PV}"
DESCRIPTION="DASH is a direct descendant of the NetBSD version of ash (the Almquist SHell) and is POSIX compliant"
HOMEPAGE="http://gondor.apana.org.au/~herbert/dash/"
SRC_URI="http://gondor.apana.org.au/~herbert/dash/files/${PN}-${DEB_PV}.tar.gz
mirror://debian/pool/main/d/dash/${DEB_PF}.diff.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE="libedit static"
DEPEND="libedit? ( dev-libs/libedit )"
S=${WORKDIR}/${MY_P}
src_prepare() {
epatch "${WORKDIR}"/${DEB_PF}.diff
epatch */debian/diff/*
# Fix the invalid sort
sed -i -e 's/LC_COLLATE=C/LC_ALL=C/g' src/mkbuiltins
# Always statically link libedit in to ensure we always boot if it changes
# which it has done in the past.
local s="s/-ledit/-Wl,-Bstatic -ledit -Wl,-Bdynamic -lcurses/g"
use static && s="s/-ledit/-ledit -lcurses/g"
sed -i -e "${s}" configure.ac || die "Failed to sed configure.ac"
# May as well, as the debian patches force this anyway
eautoreconf
}
src_configure() {
use static && append-ldflags -static
econf \
--bindir=/bin \
$(use_with libedit)
}
src_install() {
emake install DESTDIR="${D}" || die
dodoc ChangeLog */debian/changelog
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-shells/dash: ChangeLog dash-0.5.6.1.ebuild
@ 2010-07-19 18:55 Mike Frysinger (vapier)
0 siblings, 0 replies; 3+ messages in thread
From: Mike Frysinger (vapier) @ 2010-07-19 18:55 UTC (permalink / raw
To: gentoo-commits
vapier 10/07/19 18:55:12
Modified: ChangeLog dash-0.5.6.1.ebuild
Log:
Mask due to brokeness #328929 by Lars Wendler.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.72 app-shells/dash/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/dash/ChangeLog?rev=1.72&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/dash/ChangeLog?rev=1.72&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/dash/ChangeLog?r1=1.71&r2=1.72
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-shells/dash/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog 18 Jul 2010 22:08:31 -0000 1.71
+++ ChangeLog 19 Jul 2010 18:55:12 -0000 1.72
@@ -1,6 +1,9 @@
# ChangeLog for app-shells/dash
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+ 19 Jul 2010; Mike Frysinger <vapier@gentoo.org> dash-0.5.6.1.ebuild:
+ Mask due to brokeness #328929 by Lars Wendler.
+
*dash-0.5.6.1 (18 Jul 2010)
18 Jul 2010; Mike Frysinger <vapier@gentoo.org> +dash-0.5.6.1.ebuild:
1.2 app-shells/dash/dash-0.5.6.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/dash/dash-0.5.6.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/dash/dash-0.5.6.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/dash/dash-0.5.6.1.ebuild?r1=1.1&r2=1.2
Index: dash-0.5.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.5.6.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dash-0.5.6.1.ebuild 18 Jul 2010 22:08:31 -0000 1.1
+++ dash-0.5.6.1.ebuild 19 Jul 2010 18:55:12 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.5.6.1.ebuild,v 1.1 2010/07/18 22:08:31 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.5.6.1.ebuild,v 1.2 2010/07/19 18:55:12 vapier Exp $
EAPI="2"
@@ -18,7 +18,10 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+# needs updated debian patchset
+# http://bugs.debian.org/587353
+# http://bugs.gentoo.org/328929
+#KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE="libedit static"
DEPEND="libedit? ( dev-libs/libedit )"
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-shells/dash: ChangeLog dash-0.5.6.1.ebuild
@ 2010-07-31 22:09 Lars Wendler (polynomial-c)
0 siblings, 0 replies; 3+ messages in thread
From: Lars Wendler (polynomial-c) @ 2010-07-31 22:09 UTC (permalink / raw
To: gentoo-commits
polynomial-c 10/07/31 22:09:47
Modified: ChangeLog dash-0.5.6.1.ebuild
Log:
Readded keywords. Ebuild now removes offending patch which lead to bug #328929.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.75 app-shells/dash/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/dash/ChangeLog?rev=1.75&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/dash/ChangeLog?rev=1.75&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/dash/ChangeLog?r1=1.74&r2=1.75
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-shells/dash/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- ChangeLog 25 Jul 2010 17:36:53 -0000 1.74
+++ ChangeLog 31 Jul 2010 22:09:47 -0000 1.75
@@ -1,6 +1,11 @@
# ChangeLog for app-shells/dash
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+ 31 Jul 2010; Lars Wendler <polynomial-c@gentoo.org> dash-0.5.6.1.ebuild:
+ non-maintainer commit: Readded keywords. Ebuild now removes offending
+ patch which lead to bug #328929. Commit done with kind permission from
+ vapier.
+
25 Jul 2010; Raúl Porcel <armin76@gentoo.org> dash-0.5.5.1.2.ebuild:
alpha/ia64/s390/sh/sparc stable wrt #324753
1.3 app-shells/dash/dash-0.5.6.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/dash/dash-0.5.6.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/dash/dash-0.5.6.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/dash/dash-0.5.6.1.ebuild?r1=1.2&r2=1.3
Index: dash-0.5.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.5.6.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- dash-0.5.6.1.ebuild 19 Jul 2010 18:55:12 -0000 1.2
+++ dash-0.5.6.1.ebuild 31 Jul 2010 22:09:47 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.5.6.1.ebuild,v 1.2 2010/07/19 18:55:12 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.5.6.1.ebuild,v 1.3 2010/07/31 22:09:47 polynomial-c Exp $
EAPI="2"
@@ -18,10 +18,7 @@
LICENSE="BSD"
SLOT="0"
-# needs updated debian patchset
-# http://bugs.debian.org/587353
-# http://bugs.gentoo.org/328929
-#KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE="libedit static"
DEPEND="libedit? ( dev-libs/libedit )"
@@ -30,6 +27,8 @@
src_prepare() {
epatch "${WORKDIR}"/${DEB_PF}.diff
+ rm */debian/diff/0006--INPUT-exit-127-if-command_file-is-given-but-doesn-t.diff \
+ || die #328929
epatch */debian/diff/*
# Fix the invalid sort
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-07-31 23:02 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-18 22:08 [gentoo-commits] gentoo-x86 commit in app-shells/dash: ChangeLog dash-0.5.6.1.ebuild Mike Frysinger (vapier)
-- strict thread matches above, loose matches on Subject: below --
2010-07-19 18:55 Mike Frysinger (vapier)
2010-07-31 22:09 Lars Wendler (polynomial-c)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox