jer 15/06/05 05:25:20 Modified: ChangeLog sash-3.8.ebuild Log: Do not strip. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.55 app-shells/sash/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/sash/ChangeLog?rev=1.55&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/sash/ChangeLog?rev=1.55&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/sash/ChangeLog?r1=1.54&r2=1.55 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-shells/sash/ChangeLog,v retrieving revision 1.54 retrieving revision 1.55 diff -u -r1.54 -r1.55 --- ChangeLog 10 Feb 2015 12:09:31 -0000 1.54 +++ ChangeLog 5 Jun 2015 05:25:20 -0000 1.55 @@ -1,6 +1,9 @@ # ChangeLog for app-shells/sash # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/ChangeLog,v 1.54 2015/02/10 12:09:31 dastergon Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/ChangeLog,v 1.55 2015/06/05 05:25:20 jer Exp $ + + 05 Jun 2015; Jeroen Roovers <[email protected]> sash-3.8.ebuild: + Do not strip. 10 Feb 2015; Pavlos Ratis <[email protected]> metadata.xml: Drop myself from metadata, add maintainer-needed 1.2 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.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/sash/sash-3.8.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/sash/sash-3.8.ebuild?r1=1.1&r2=1.2 Index: sash-3.8.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-shells/sash/sash-3.8.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sash-3.8.ebuild 9 Jun 2014 06:03:17 -0000 1.1 +++ sash-3.8.ebuild 5 Jun 2015 05:25:20 -0000 1.2 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 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 $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/sash-3.8.ebuild,v 1.2 2015/06/05 05:25:20 jer Exp $ EAPI=4 @@ -25,6 +25,7 @@ sed \ -e "s:-O3:${CFLAGS}:" \ + -e '/strip/d' \ -i Makefile || die sed \ -e 's:linux/ext2_fs.h:ext2fs/ext2_fs.h:g' \
