diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2015-01-11 11:47:36 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2015-01-11 11:47:36 +0000 |
commit | 58bf799918833e77349985ae93e39e2c8521db22 (patch) | |
tree | d40c082f0177a6f8610e5d041e560bde3ab19a9e /media-gfx | |
parent | Revert latest commit for bug #530420. We shouldn't care if we can't support t... (diff) | |
download | gentoo-2-58bf799918833e77349985ae93e39e2c8521db22.tar.gz gentoo-2-58bf799918833e77349985ae93e39e2c8521db22.tar.bz2 gentoo-2-58bf799918833e77349985ae93e39e2c8521db22.zip |
Version bump.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/simple-scan/ChangeLog | 10 | ||||
-rw-r--r-- | media-gfx/simple-scan/simple-scan-3.14.0.ebuild | 48 |
2 files changed, 56 insertions, 2 deletions
diff --git a/media-gfx/simple-scan/ChangeLog b/media-gfx/simple-scan/ChangeLog index ff3d0a80f7e6..aa20c3ecc71a 100644 --- a/media-gfx/simple-scan/ChangeLog +++ b/media-gfx/simple-scan/ChangeLog @@ -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.47 2014/12/19 13:39:44 pacho Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/simple-scan/ChangeLog,v 1.48 2015/01/11 11:47:36 eva Exp $ + +*simple-scan-3.14.0 (11 Jan 2015) + + 11 Jan 2015; Gilles Dartiguelongue <eva@gentoo.org> + +simple-scan-3.14.0.ebuild: + Version bump. 19 Dec 2014; Pacho Ramos <pacho@gentoo.org> simple-scan-3.12.2.ebuild: amd64 stable, bug 529964 diff --git a/media-gfx/simple-scan/simple-scan-3.14.0.ebuild b/media-gfx/simple-scan/simple-scan-3.14.0.ebuild new file mode 100644 index 000000000000..a78c0b4e0d50 --- /dev/null +++ b/media-gfx/simple-scan/simple-scan-3.14.0.ebuild @@ -0,0 +1,48 @@ +# 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.14.0.ebuild,v 1.1 2015/01/11 11:47:36 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/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) +} |