1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-04-12 10:53:32 +02:00

new ebuilds: screenkey, ppsspp, azpainterb, primus, apktool

This commit is contained in:
root
2016-08-08 16:35:52 +02:00
parent 1f1ccf379d
commit 6847cc1089
14 changed files with 374 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
DESCRIPTION="Full Color Paint tool"
HOMEPAGE="http://azsky2.html.xdomain.jp/linux/azpainterb/index.html"
SRC_URI="https://osdn.jp/frs/redir.php?m=cznic&f=%2Fazpainterb%2F66065%2Fazpainterb-1.0.2.tar.bz2"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND="x11-libs/libX11
x11-libs/libXext
x11-libs/libXft
media-libs/fontconfig
media-libs/freetype
x11-libs/libXi
virtual/jpeg"
RDEPEND="${DEPEND}"