jauhien     14/05/10 10:52:40

  Modified:             peg-0.1.15.ebuild ChangeLog
  Log:
  fixes in ebuild: thanks to jlec
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB2EFA1D4)

Revision  Changes    Path
1.2                  dev-util/peg/peg-0.1.15.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/peg/peg-0.1.15.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/peg/peg-0.1.15.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/peg/peg-0.1.15.ebuild?r1=1.1&r2=1.2

Index: peg-0.1.15.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/peg/peg-0.1.15.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- peg-0.1.15.ebuild   9 May 2014 21:47:14 -0000       1.1
+++ peg-0.1.15.ebuild   10 May 2014 10:52:39 -0000      1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/peg/peg-0.1.15.ebuild,v 1.1 
2014/05/09 21:47:14 jauhien Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/peg/peg-0.1.15.ebuild,v 1.2 
2014/05/10 10:52:39 jauhien Exp $
 
 EAPI=5
 
@@ -16,9 +16,6 @@
 # FIXME: tests don't respect {C,LD}FLAGS and build stuff in runtime.
 RESTRICT="test"
 
-DEPEND=""
-RDEPEND="${DEPEND}"
-
 src_prepare() {
        sed -i \
                -e '/strip/d' \
@@ -28,7 +25,7 @@
 }
 
 src_install() {
-       mkdir -p "${D}/usr/bin" || die "mkdir failed"
+       dodir "/usr/bin"
        emake ROOT="${D}" PREFIX="/usr" install
        rm -rf "${D}/usr/man" || die "rm failed"
        doman src/${PN}.1



1.4                  dev-util/peg/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/peg/ChangeLog?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/peg/ChangeLog?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/peg/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/peg/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   9 May 2014 21:47:14 -0000       1.3
+++ ChangeLog   10 May 2014 10:52:39 -0000      1.4
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/peg
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/peg/ChangeLog,v 1.3 2014/05/09 
21:47:14 jauhien Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/peg/ChangeLog,v 1.4 2014/05/10 
10:52:39 jauhien Exp $
+
+  10 May 2014;  <jauh...@gentoo.org> peg-0.1.15.ebuild:
+  fixes in ebuild: thanks to jlec
 
 *peg-0.1.15 (09 May 2014)
 




Reply via email to