overlay: add empty package.mask file
This commit is contained in:
parent
991eaeb5f9
commit
aadd406471
3 changed files with 31 additions and 0 deletions
7
media-gfx/scanpdf/metadata.xml
Normal file
7
media-gfx/scanpdf/metadata.xml
Normal 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>
|
24
media-gfx/scanpdf/scanpdf-0.3.1.ebuild
Normal file
24
media-gfx/scanpdf/scanpdf-0.3.1.ebuild
Normal 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
0
profile/package.mask
Normal file
Loading…
Add table
Reference in a new issue