overlay: add empty package.mask file

This commit is contained in:
Tobias Klaus 2017-10-17 10:34:25 +02:00
parent 991eaeb5f9
commit aadd406471
No known key found for this signature in database
GPG key ID: E490E43F6C363F6C
3 changed files with 31 additions and 0 deletions

View file

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>tk-gentoo@meskal.net</email>
</maintainer>
</pkgmetadata>

View file

@ -0,0 +1,24 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python{2_7,3_3} )
inherit git-r3 distutils-r1
DESCRIPTION="Easy scans in Linux with a document scanner like the Fujitsu ScanSnap"
HOMEPAGE="https://github.com/virantha/scanpdf"
EGIT_REPO_URI="https://github.com/virantha/scanpdf.git"
EGIT_COMMIT="5d6c1c0282fed2585fe1df26277f692a55be0f52"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=">=dev-python/docopt-0.6.1
media-gfx/sane-frontends
media-gfx/imagemagick
dev-texlive/texlive-fontutils
app-text/unpaper"
RDEPEND="${DEPEND}"

0
profile/package.mask Normal file
View file