ssuominen 14/07/30 04:02:20 Modified: ChangeLog Added: simple-scan-3.12.1-r1.ebuild Log: Revision bump media-gfx/simple-scan because dynamic deps doesn't catch virtual/udev[gudev] -> virtual/libgudev upgrade for this package. (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 4868F14D)
Revision Changes Path 1.43 media-gfx/simple-scan/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/simple-scan/ChangeLog?rev=1.43&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/simple-scan/ChangeLog?rev=1.43&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/simple-scan/ChangeLog?r1=1.42&r2=1.43 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-gfx/simple-scan/ChangeLog,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- ChangeLog 24 Jul 2014 18:09:17 -0000 1.42 +++ ChangeLog 30 Jul 2014 04:02:19 -0000 1.43 @@ -1,6 +1,13 @@ # 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.42 2014/07/24 18:09:17 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/simple-scan/ChangeLog,v 1.43 2014/07/30 04:02:19 ssuominen Exp $ + +*simple-scan-3.12.1-r1 (30 Jul 2014) + + 30 Jul 2014; Samuli Suominen <[email protected]> + +simple-scan-3.12.1-r1.ebuild: + Revision bump media-gfx/simple-scan because dynamic deps doesn't catch + virtual/udev[gudev] -> virtual/libgudev upgrade for this package. 24 Jul 2014; Samuli Suominen <[email protected]> simple-scan-3.10.2.ebuild, simple-scan-3.12.0.ebuild, simple-scan-3.12.1.ebuild: 1.1 media-gfx/simple-scan/simple-scan-3.12.1-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/simple-scan/simple-scan-3.12.1-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/simple-scan/simple-scan-3.12.1-r1.ebuild?rev=1.1&content-type=text/plain Index: simple-scan-3.12.1-r1.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.1-r1.ebuild,v 1.1 2014/07/30 04:02:19 ssuominen 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/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) }
