jlec        15/04/08 06:53:09

  Modified:             ChangeLog
  Added:                oww-0.86.5.ebuild
  Log:
  Version Bump, bug #545636
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  Changes    Path
1.12                 sci-misc/oww/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/oww/ChangeLog?rev=1.12&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/oww/ChangeLog?rev=1.12&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/oww/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-misc/oww/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   7 Apr 2015 14:44:45 -0000       1.11
+++ ChangeLog   8 Apr 2015 06:53:09 -0000       1.12
@@ -1,6 +1,12 @@
 # ChangeLog for sci-misc/oww
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-misc/oww/ChangeLog,v 1.11 2015/04/07 
14:44:45 jlec Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-misc/oww/ChangeLog,v 1.12 2015/04/08 
06:53:09 jlec Exp $
+
+*oww-0.86.5 (08 Apr 2015)
+
+  08 Apr 2015; Justin Lecher <j...@gentoo.org>
+  +files/oww-0.86.5-format-security.patch, +oww-0.86.5.ebuild:
+  Version Bump, bug #545636
 
 *oww-0.86.4 (08 Oct 2013)
 
@@ -55,4 +61,3 @@
   17 Dec 2003; Patrick Kursawe <phosp...@gentoo.org> metadata.xml,
   oww-0.71.1.ebuild:
   Initial import based on bug #19974 by Roger Pau Monné <roy...@bdftech.com>
-



1.1                  sci-misc/oww/oww-0.86.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/oww/oww-0.86.5.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/oww/oww-0.86.5.ebuild?rev=1.1&content-type=text/plain

Index: oww-0.86.5.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-misc/oww/oww-0.86.5.ebuild,v 1.1 
2015/04/08 06:53:09 jlec Exp $

EAPI=5

AUTOTOOLS_AUTORECONF=true

inherit autotools-utils

DESCRIPTION="A one-wire weather station for Dallas Semiconductor"
HOMEPAGE="http://oww.sourceforge.net/";
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

SLOT="0"
LICENSE="Artistic"
KEYWORDS="~amd64 ~x86"
IUSE="gtk nls usb"

RDEPEND="
        net-misc/curl
        gtk? ( x11-libs/gtk+:2 )"
DEPEND="${RDEPEND}
        virtual/pkgconfig"

PATCHES=(
        "${FILESDIR}"/${PN}-0.86.4-build.patch
        "${FILESDIR}"/${P}-format-security.patch
        )

src_configure() {
        local myeconfargs=(
                --enable-interactive
                $(use_enable nls)
                $(use_enable gtk gui)
                $(use_with usb)
        )
        autotools-utils_src_configure
}




Reply via email to