diff options
author | Chris Reffett <creffett@gentoo.org> | 2013-03-15 21:35:08 +0000 |
---|---|---|
committer | Chris Reffett <creffett@gentoo.org> | 2013-03-15 21:35:08 +0000 |
commit | 98a001425c07bd0b0a5ae3961bb41f68f27b7ecc (patch) | |
tree | 756dece58f4516413324caefa1c8fd342e318819 /kde-misc/skanlite | |
parent | Linux patches 3.0.69, 3.4.36 and 3.8.3. (diff) | |
download | gentoo-2-98a001425c07bd0b0a5ae3961bb41f68f27b7ecc.tar.gz gentoo-2-98a001425c07bd0b0a5ae3961bb41f68f27b7ecc.tar.bz2 gentoo-2-98a001425c07bd0b0a5ae3961bb41f68f27b7ecc.zip |
Version bump wrt bug 459892.
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key 42618354)
Diffstat (limited to 'kde-misc/skanlite')
-rw-r--r-- | kde-misc/skanlite/ChangeLog | 9 | ||||
-rw-r--r-- | kde-misc/skanlite/skanlite-1.0.ebuild | 28 |
2 files changed, 35 insertions, 2 deletions
diff --git a/kde-misc/skanlite/ChangeLog b/kde-misc/skanlite/ChangeLog index a4bcfce6fa4d..790208435755 100644 --- a/kde-misc/skanlite/ChangeLog +++ b/kde-misc/skanlite/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-misc/skanlite -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/skanlite/ChangeLog,v 1.25 2012/11/14 20:18:45 johu Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/skanlite/ChangeLog,v 1.26 2013/03/15 21:35:08 creffett Exp $ + +*skanlite-1.0 (15 Mar 2013) + + 15 Mar 2013; Chris Reffett <creffett@gentoo.org> +skanlite-1.0.ebuild: + Version bump wrt bug 459892. 14 Nov 2012; Johannes Huber <johu@gentoo.org> -skanlite-0.8.ebuild: Remove old. diff --git a/kde-misc/skanlite/skanlite-1.0.ebuild b/kde-misc/skanlite/skanlite-1.0.ebuild new file mode 100644 index 000000000000..8eb24e9603fa --- /dev/null +++ b/kde-misc/skanlite/skanlite-1.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/skanlite/skanlite-1.0.ebuild,v 1.1 2013/03/15 21:35:08 creffett Exp $ + +EAPI=4 + +KDE_LINGUAS="be bs ca ca@valencia cs da de el en_GB eo es et eu fi fr ga gl hr +hu ia is it ja km ko lt lv mai nb nds nl nn pa pl pt pt_BR ro ru sk sl sq sv tr ug +uk wa zh_CN zh_TW" +KDE_DOC_DIRS="doc doc-translations/%lingua_${PN}" +KDE_HANDBOOK="optional" +inherit kde4-base + +DESCRIPTION="KDE image scanning application" +HOMEPAGE="http://www.kde.org/applications/graphics/skanlite/" +SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="4" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +DEPEND=" + $(add_kdebase_dep libksane) + media-libs/libpng:0 + sys-devel/gettext +" +RDEPEND=${DEPEND} |