eva 14/04/25 23:24:49 Modified: ChangeLog Added: simple-scan-3.12.0.ebuild Log: Version bump. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Revision Changes Path 1.37 media-gfx/simple-scan/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/simple-scan/ChangeLog?rev=1.37&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/simple-scan/ChangeLog?rev=1.37&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/simple-scan/ChangeLog?r1=1.36&r2=1.37 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-gfx/simple-scan/ChangeLog,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- ChangeLog 9 Mar 2014 12:01:52 -0000 1.36 +++ ChangeLog 25 Apr 2014 23:24:49 -0000 1.37 @@ -1,6 +1,12 @@ # ChangeLog for media-gfx/simple-scan # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/simple-scan/ChangeLog,v 1.36 2014/03/09 12:01:52 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/simple-scan/ChangeLog,v 1.37 2014/04/25 23:24:49 eva Exp $ + +*simple-scan-3.12.0 (25 Apr 2014) + + 25 Apr 2014; Gilles Dartiguelongue <[email protected]> + +simple-scan-3.12.0.ebuild: + Version bump. 09 Mar 2014; Pacho Ramos <[email protected]> simple-scan-3.10.2.ebuild: x86 stable, bug 499954 1.1 media-gfx/simple-scan/simple-scan-3.12.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/simple-scan/simple-scan-3.12.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/simple-scan/simple-scan-3.12.0.ebuild?rev=1.1&content-type=text/plain Index: simple-scan-3.12.0.ebuild =================================================================== # Copyright 1999-2014 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.12.0.ebuild,v 1.1 2014/04/25 23:24:49 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/udev:=[gudev] 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/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) \ ITSTOOL=$(type -P true) }
