jlec        15/03/20 15:12:49

  Modified:             owfs-2.7_p21-r3.ebuild ChangeLog
  Removed:              owfs-2.7_p21-r2.ebuild
  Log:
  Fix tcl/tk slotting; drop old
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  Changes    Path
1.2                  sys-fs/owfs/owfs-2.7_p21-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/owfs/owfs-2.7_p21-r3.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/owfs/owfs-2.7_p21-r3.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/owfs/owfs-2.7_p21-r3.ebuild?r1=1.1&r2=1.2

Index: owfs-2.7_p21-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/owfs/owfs-2.7_p21-r3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- owfs-2.7_p21-r3.ebuild      26 Dec 2014 11:42:05 -0000      1.1
+++ owfs-2.7_p21-r3.ebuild      20 Mar 2015 15:12:49 -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/sys-fs/owfs/owfs-2.7_p21-r3.ebuild,v 1.1 
2014/12/26 11:42:05 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/owfs/owfs-2.7_p21-r3.ebuild,v 1.2 
2015/03/20 15:12:49 jlec Exp $
 
 EAPI="5"
 
@@ -19,11 +19,12 @@
 SLOT="0"
 LICENSE="GPL-2"
 
-RDEPEND="fuse? ( sys-fs/fuse )
+RDEPEND="
+       fuse? ( sys-fs/fuse )
        perl? ( dev-lang/perl )
-       php? ( dev-lang/php )
+       php? ( dev-lang/php:= )
        python? ( ${PYTHON_DEPS} )
-       tcl? ( dev-lang/tcl )
+       tcl? ( dev-lang/tcl:= )
        usb? ( virtual/libusb:0 )
        zeroconf? ( net-dns/avahi[mdnsresponder-compat] )"
 
@@ -41,9 +42,7 @@
 OWGID=${OWGID:-owfs}
 
 pkg_setup() {
-       if use php; then
-               require_php_cli
-       fi
+       use php && require_php_cli
 
        enewgroup ${OWGID} 150
        enewuser  ${OWUID} 150 -1 -1 ${OWGID}



1.27                 sys-fs/owfs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/owfs/ChangeLog?rev=1.27&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/owfs/ChangeLog?rev=1.27&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/owfs/ChangeLog?r1=1.26&r2=1.27

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/owfs/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog   26 Dec 2014 11:42:05 -0000      1.26
+++ ChangeLog   20 Mar 2015 15:12:49 -0000      1.27
@@ -1,6 +1,10 @@
 # ChangeLog for sys-fs/owfs
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/owfs/ChangeLog,v 1.26 2014/12/26 
11:42:05 mgorny Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/owfs/ChangeLog,v 1.27 2015/03/20 
15:12:49 jlec Exp $
+
+  20 Mar 2015; Justin Lecher <[email protected]> -owfs-2.7_p21-r2.ebuild,
+  owfs-2.7_p21-r3.ebuild:
+  Fix tcl/tk slotting; drop old
 
 *owfs-2.7_p21-r3 (26 Dec 2014)
 




Reply via email to