patrick     14/06/09 06:03:17

  Modified:             ChangeLog
  Added:                sash-3.8.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.53                 app-shells/sash/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-shells/sash/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog   8 Dec 2013 17:27:39 -0000       1.52
+++ ChangeLog   9 Jun 2014 06:03:17 -0000       1.53
@@ -1,6 +1,11 @@
 # ChangeLog for app-shells/sash
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/ChangeLog,v 1.52 2013/12/08 
17:27:39 dastergon Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/ChangeLog,v 1.53 2014/06/09 
06:03:17 patrick Exp $
+
+*sash-3.8 (09 Jun 2014)
+
+  09 Jun 2014; Patrick Lauer <[email protected]> +sash-3.8.ebuild:
+  Bump
 
   08 Dec 2013; Pavlos Ratis <[email protected]> metadata.xml:
   add myself as maintainer



1.1                  app-shells/sash/sash-3.8.ebuild

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

Index: sash-3.8.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/sash-3.8.ebuild,v 1.1 
2014/06/09 06:03:17 patrick Exp $

EAPI=4

inherit eutils toolchain-funcs flag-o-matic

DESCRIPTION="A small (static) UNIX Shell"
HOMEPAGE="http://www.canb.auug.org.au/~dbell/";
SRC_URI="http://www.canb.auug.org.au/~dbell/programs/${P}.tar.gz";

LICENSE="freedist"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
IUSE="static"

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 \
                -e "s:-O3:${CFLAGS}:" \
                -i Makefile || die
        sed \
                -e 's:linux/ext2_fs.h:ext2fs/ext2_fs.h:g' \
                -i cmd_chattr.c || die
}

src_compile() {
        use static && append-ldflags -static

        emake LDFLAGS="${LDFLAGS}" CC="$(tc-getCC)"
}

src_install() {
        into /
        dobin sash
        doman sash.1
        dodoc README
}




Reply via email to