eva         15/06/10 13:09:45

  Modified:             ChangeLog
  Added:                simple-scan-3.16.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  Changes    Path
1.53                 media-gfx/simple-scan/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/simple-scan/ChangeLog?rev=1.53&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/simple-scan/ChangeLog?rev=1.53&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/simple-scan/ChangeLog?r1=1.52&r2=1.53

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/simple-scan/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog   7 Jun 2015 12:14:27 -0000       1.52
+++ ChangeLog   10 Jun 2015 13:09:44 -0000      1.53
@@ -1,6 +1,12 @@
 # ChangeLog for media-gfx/simple-scan
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/simple-scan/ChangeLog,v 1.52 
2015/06/07 12:14:27 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/simple-scan/ChangeLog,v 1.53 
2015/06/10 13:09:44 eva Exp $
+
+*simple-scan-3.16.0 (10 Jun 2015)
+
+  10 Jun 2015; Gilles Dartiguelongue <[email protected]>
+  +simple-scan-3.16.0.ebuild:
+  Version bump.
 
 *simple-scan-3.14.3 (07 Jun 2015)
 



1.1                  media-gfx/simple-scan/simple-scan-3.16.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/simple-scan/simple-scan-3.16.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/simple-scan/simple-scan-3.16.0.ebuild?rev=1.1&content-type=text/plain

Index: simple-scan-3.16.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-gfx/simple-scan/simple-scan-3.16.0.ebuild,v 1.1 
2015/06/10 13:09:44 eva Exp $

EAPI="5"
GCONF_DEBUG="no"

inherit gnome2 versionator

DESCRIPTION="Simple document scanning utility"
HOMEPAGE="https://launchpad.net/simple-scan";

MY_PV=$(get_version_component_range 1-2)
SRC_URI="http://launchpad.net/${PN}/${MY_PV}/${PV}/+download/${P}.tar.xz";

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE=""

COMMON_DEPEND="
        >=dev-libs/glib-2.32:2
        >=media-gfx/sane-backends-1.0.20:=
        >=sys-libs/zlib-1.2.3.1:=
        virtual/jpeg:0=
        virtual/libgudev:=
        x11-libs/cairo:=
        >=x11-libs/gtk+-3:3
        || (
                >=x11-misc/colord-0.1.24:=[udev]
                x11-misc/colord:=[scanner] )
"
RDEPEND="${COMMON_DEPEND}
        x11-misc/xdg-utils
        || (
                x11-themes/adwaita-icon-theme
                x11-themes/gnome-icon-theme )
"
DEPEND="${COMMON_DEPEND}
        app-text/yelp-tools
        >=dev-util/intltool-0.35.0
        virtual/pkgconfig
"

src_configure() {
        DOCS="NEWS README.md"
        gnome2_src_configure \
                VALAC=$(type -P true)
}




Reply via email to