public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-shells/posh: posh-0.10.2.ebuild posh-0.11.ebuild ChangeLog posh-0.10.1.ebuild
@ 2012-11-27 18:01 Michal Gorny (mgorny)
  0 siblings, 0 replies; only message in thread
From: Michal Gorny (mgorny) @ 2012-11-27 18:01 UTC (permalink / raw
  To: gentoo-commits

mgorny      12/11/27 18:01:45

  Modified:             posh-0.10.2.ebuild ChangeLog
  Added:                posh-0.11.ebuild
  Removed:              posh-0.10.1.ebuild
  Log:
  Version bump. Backport a patch for glibc-2.16 compatibility (bug #432618).
  
  (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)

Revision  Changes    Path
1.2                  app-shells/posh/posh-0.10.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/posh/posh-0.10.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/posh/posh-0.10.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/posh/posh-0.10.2.ebuild?r1=1.1&r2=1.2

Index: posh-0.10.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-shells/posh/posh-0.10.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- posh-0.10.2.ebuild	19 Jun 2012 14:25:12 -0000	1.1
+++ posh-0.10.2.ebuild	27 Nov 2012 18:01:45 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/posh/posh-0.10.2.ebuild,v 1.1 2012/06/19 14:25:12 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/posh/posh-0.10.2.ebuild,v 1.2 2012/11/27 18:01:45 mgorny Exp $
 
 EAPI=3
 inherit autotools-utils
@@ -16,6 +16,10 @@
 
 RESTRICT=test
 
+PATCHES=(
+	"${FILESDIR}"/${PN}-glibc-2.16.patch
+)
+
 src_configure() {
 	myeconfargs=(
 		--exec-prefix=/



1.21                 app-shells/posh/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/posh/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/posh/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/posh/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-shells/posh/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	19 Jun 2012 14:25:12 -0000	1.20
+++ ChangeLog	27 Nov 2012 18:01:45 -0000	1.21
@@ -1,6 +1,12 @@
 # ChangeLog for app-shells/posh
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/posh/ChangeLog,v 1.20 2012/06/19 14:25:12 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/posh/ChangeLog,v 1.21 2012/11/27 18:01:45 mgorny Exp $
+
+*posh-0.11 (27 Nov 2012)
+
+  27 Nov 2012; Michał Górny <mgorny@gentoo.org> +files/posh-glibc-2.16.patch,
+  +posh-0.11.ebuild, -posh-0.10.1.ebuild, posh-0.10.2.ebuild:
+  Version bump. Backport a patch for glibc-2.16 compatibility (bug #432618).
 
 *posh-0.10.2 (19 Jun 2012)
 



1.1                  app-shells/posh/posh-0.11.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/posh/posh-0.11.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/posh/posh-0.11.ebuild?rev=1.1&content-type=text/plain

Index: posh-0.11.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-shells/posh/posh-0.11.ebuild,v 1.1 2012/11/27 18:01:45 mgorny Exp $

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	[flat|nested] only message in thread

only message in thread, other threads:[~2012-11-27 18:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-27 18:01 [gentoo-commits] gentoo-x86 commit in app-shells/posh: posh-0.10.2.ebuild posh-0.11.ebuild ChangeLog posh-0.10.1.ebuild Michal Gorny (mgorny)

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