public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-devel/bison: bison-2.5.1.ebuild
@ 2012-06-06 19:09 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2012-06-06 19:09 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/06/06 19:09:45

  Modified:             bison-2.5.1.ebuild
  Log:
  Minor stylefix to match other base-system pkgs
  
  (Portage version: 2.2.0_alpha109/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  sys-devel/bison/bison-2.5.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bison/bison-2.5.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bison/bison-2.5.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bison/bison-2.5.1.ebuild?r1=1.1&r2=1.2

Index: bison-2.5.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-2.5.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bison-2.5.1.ebuild	6 Jun 2012 14:34:23 -0000	1.1
+++ bison-2.5.1.ebuild	6 Jun 2012 19:09: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/sys-devel/bison/bison-2.5.1.ebuild,v 1.1 2012/06/06 14:34:23 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-2.5.1.ebuild,v 1.2 2012/06/06 19:09:45 ssuominen Exp $
 
 EAPI=4
 
@@ -46,7 +46,7 @@
 
 pkg_postinst() {
 	local f="${EROOT}/usr/bin/yacc"
-	if [[ ! -e ${f} ]]; then
+	if [[ ! -e ${f} ]] ; then
 		ln -s yacc.bison "${f}"
 	fi
 }
@@ -54,7 +54,7 @@
 pkg_postrm() {
 	# clean up the dead symlink when we get unmerged #377469
 	local f="${EROOT}/usr/bin/yacc"
-	if [[ -L ${f} && ! -e ${f} ]]; then
+	if [[ -L ${f} && ! -e ${f} ]] ; then
 		rm -f "${f}"
 	fi
 }






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-06-06 19:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-06 19:09 [gentoo-commits] gentoo-x86 commit in sys-devel/bison: bison-2.5.1.ebuild Samuli Suominen (ssuominen)

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