summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2011-12-24 11:57:45 +0000
committerJohannes Huber <johu@gentoo.org>2011-12-24 11:57:45 +0000
commit29ab91bc9691f3229e7a9cb2798bf3ede66c10de (patch)
treedbd53178c6df4db956661eb9861c49ec5b3f64f1 /kde-misc/skanlite
parentAdd ruby19 to builder 2.1.2 as well since that version is compatible with Rai... (diff)
downloadgentoo-2-29ab91bc9691f3229e7a9cb2798bf3ede66c10de.tar.gz
gentoo-2-29ab91bc9691f3229e7a9cb2798bf3ede66c10de.tar.bz2
gentoo-2-29ab91bc9691f3229e7a9cb2798bf3ede66c10de.zip
Version bump.
(Portage version: 2.2.0_alpha81/cvs/Linux i686)
Diffstat (limited to 'kde-misc/skanlite')
-rw-r--r--kde-misc/skanlite/ChangeLog7
-rw-r--r--kde-misc/skanlite/skanlite-0.8.ebuild24
2 files changed, 30 insertions, 1 deletions
diff --git a/kde-misc/skanlite/ChangeLog b/kde-misc/skanlite/ChangeLog
index 85fe55251d9f..372d8adef551 100644
--- a/kde-misc/skanlite/ChangeLog
+++ b/kde-misc/skanlite/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for kde-misc/skanlite
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/skanlite/ChangeLog,v 1.16 2011/07/09 08:00:31 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/skanlite/ChangeLog,v 1.17 2011/12/24 11:57:45 johu Exp $
+
+*skanlite-0.8 (24 Dec 2011)
+
+ 24 Dec 2011; Johannes Huber <johu@gentoo.org> +skanlite-0.8.ebuild:
+ Version bump.
09 Jul 2011; Tomáš Chvátal <scarabeus@gentoo.org> skanlite-0.7.ebuild:
Fix handbook useflag usage and missing deps. FIxes bug #374459.
diff --git a/kde-misc/skanlite/skanlite-0.8.ebuild b/kde-misc/skanlite/skanlite-0.8.ebuild
new file mode 100644
index 000000000000..97c2757a5cfd
--- /dev/null
+++ b/kde-misc/skanlite/skanlite-0.8.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/skanlite/skanlite-0.8.ebuild,v 1.1 2011/12/24 11:57:45 johu Exp $
+
+EAPI=4
+
+KDE_LINGUAS="be bs ca ca@valencia cs da de el en_GB eo es et eu fr ga gl hr hu
+is it ja km ko lt lv mai nb nds nl nn pa pl pt pt_BR ro ru sk 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}.0/src/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="4"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+DEPEND="$(add_kdebase_dep libksane)"
+RDEPEND=${DEPEND}