diff options
author | Tomas Chvatal (scarabeus) <tomas.chvatal@gmail.com> | 2008-10-22 17:10:16 +0200 |
---|---|---|
committer | Tomas Chvatal (scarabeus) <tomas.chvatal@gmail.com> | 2008-10-22 17:10:16 +0200 |
commit | 3143e5ad1677a6e7a18b131b5036d31ee9b2c7ae (patch) | |
tree | 1322931fe42d20a84a7e9ca769118ba20385465d /kde-base/libksane/libksane-9999.ebuild | |
parent | add another location (diff) | |
download | kde-3143e5ad1677a6e7a18b131b5036d31ee9b2c7ae.tar.gz kde-3143e5ad1677a6e7a18b131b5036d31ee9b2c7ae.tar.bz2 kde-3143e5ad1677a6e7a18b131b5036d31ee9b2c7ae.zip |
Initial commit of live branch, not removed anything yet. Needs a hell of cleanup.
Diffstat (limited to 'kde-base/libksane/libksane-9999.ebuild')
-rw-r--r-- | kde-base/libksane/libksane-9999.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/kde-base/libksane/libksane-9999.ebuild b/kde-base/libksane/libksane-9999.ebuild new file mode 100644 index 0000000000..7fdd756fe4 --- /dev/null +++ b/kde-base/libksane/libksane-9999.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +KMNAME=kdegraphics +KMMODULE=libs/libksane +inherit kde4svn-meta + +DESCRIPTION="KDE scanner library" +KEYWORDS="" +IUSE="debug htmlhandbook" +LICENSE="LGPL-2" + +DEPEND="kde-base/qimageblitz + media-gfx/sane-backends" +RDEPEND="${DEPEND}" |