* [gentoo-commits] gentoo-x86 commit in app-shells/sash: sash-3.7-r3.ebuild metadata.xml ChangeLog
@ 2012-06-30 16:20 Justin Lecher (jlec)
0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2012-06-30 16:20 UTC (permalink / raw
To: gentoo-commits
jlec 12/06/30 16:20:29
Modified: sash-3.7-r3.ebuild metadata.xml ChangeLog
Log:
app-shells/sash: Fix for recent linux-headers, #423655
(Portage version: 2.2.0_alpha114/cvs/Linux x86_64)
Revision Changes Path
1.9 app-shells/sash/sash-3.7-r3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/sash/sash-3.7-r3.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/sash/sash-3.7-r3.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/sash/sash-3.7-r3.ebuild?r1=1.8&r2=1.9
Index: sash-3.7-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-shells/sash/sash-3.7-r3.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sash-3.7-r3.ebuild 17 Jun 2012 19:36:49 -0000 1.8
+++ sash-3.7-r3.ebuild 30 Jun 2012 16:20:28 -0000 1.9
@@ -1,13 +1,13 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/sash-3.7-r3.ebuild,v 1.8 2012/06/17 19:36:49 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/sash-3.7-r3.ebuild,v 1.9 2012/06/30 16:20:28 jlec Exp $
-EAPI="4"
+EAPI=4
inherit eutils toolchain-funcs flag-o-matic
DESCRIPTION="A small (static) UNIX Shell"
-HOMEPAGE="http://www.canb.auug.org.au/~dbell/ http://dimavb.st.simbirsk.su/vlk/"
+HOMEPAGE="http://www.canb.auug.org.au/~dbell/"
SRC_URI="http://www.canb.auug.org.au/~dbell/programs/${P}.tar.gz"
LICENSE="freedist"
@@ -15,16 +15,20 @@
KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86"
IUSE="static"
-DEPEND="static? ( sys-libs/zlib[static-libs] )
+DEPEND="
+ static? ( sys-libs/zlib[static-libs] )
!static? ( >=sys-libs/zlib-1.2.3 )"
RDEPEND="!static? ( ${DEPEND} )"
src_prepare() {
epatch "${FILESDIR}"/sash-3.7-builtin.patch
- sed -i \
+ sed \
-e "s:-O3:${CFLAGS}:" \
- Makefile || die
+ -i Makefile || die
+ sed \
+ -e 's:linux/ext2_fs.h:ext2fs/ext2_fs.h:g' \
+ -i cmd_chattr.c || die
}
src_compile() {
1.4 app-shells/sash/metadata.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/sash/metadata.xml?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/sash/metadata.xml?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/sash/metadata.xml?r1=1.3&r2=1.4
Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-shells/sash/metadata.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- metadata.xml 23 Sep 2011 21:59:32 -0000 1.3
+++ metadata.xml 30 Jun 2012 16:20:28 -0000 1.4
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer>
-<email>maintainer-needed@gentoo.org</email>
-</maintainer>
+ <maintainer>
+ <email>maintainer-needed@gentoo.org</email>
+ </maintainer>
</pkgmetadata>
1.49 app-shells/sash/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/sash/ChangeLog?rev=1.49&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/sash/ChangeLog?rev=1.49&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/sash/ChangeLog?r1=1.48&r2=1.49
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-shells/sash/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog 17 Jun 2012 19:36:49 -0000 1.48
+++ ChangeLog 30 Jun 2012 16:20:29 -0000 1.49
@@ -1,6 +1,10 @@
# ChangeLog for app-shells/sash
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/ChangeLog,v 1.48 2012/06/17 19:36:49 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/ChangeLog,v 1.49 2012/06/30 16:20:29 jlec Exp $
+
+ 30 Jun 2012; Justin Lecher <jlec@gentoo.org> sash-3.7-r3.ebuild,
+ metadata.xml:
+ Fix for recent linux-headers, #423655
17 Jun 2012; Markus Meier <maekke@gentoo.org> sash-3.7-r3.ebuild:
arm stable, bug #418451
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-06-30 16:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-30 16:20 [gentoo-commits] gentoo-x86 commit in app-shells/sash: sash-3.7-r3.ebuild metadata.xml ChangeLog Justin Lecher (jlec)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox