introducing glue sprite generator
This commit is contained in:
parent
da637a6246
commit
99b513ffbb
2
dev-python/glue/Manifest
Normal file
2
dev-python/glue/Manifest
Normal file
@ -0,0 +1,2 @@
|
||||
DIST glue-0.9.4.tar.gz 293425 SHA256 40b5b8ac5a495c17ceac99688de01ea38f2cb4a0729d90ede494a4adf54bd3d7 SHA512 97383daa814546d5a328b0225b9a397d2e01cb8ca563ef859fccc9825ed8de45320644053cba8af396130e0da07884468b779f13dfe3e68b59fe44821cc896c1 WHIRLPOOL 0290b82181fe4f656c172370ba4465c9c5a95ef465a560f8c574ef867eaedd0f86c7567e7c927d3c97f4233a0506ab3f1be440a77535df1382087c2aac176ed1
|
||||
EBUILD glue-0.9.4.ebuild 535 SHA256 a8841a8354a85cbeec9ae318cce61c6e14173440f754efae8c3f5dd1e3b72483 SHA512 4fa0f61ce8aab32a34c97bdd349be5b3d41621edae2d010ebbd4041ca73c03d132706aadc132e1c444ca3bb8dd5a721209e721e1a19d7afa4592fe679743f469 WHIRLPOOL 45708103040f83029cfe6b77f2be2a2a5809f652e149664fe8a81b1ffaf77f9a7c8fe8a4c8088f081177a0141cac029d56a3cbd74e28c73d71ff19a5247e841d
|
19
dev-python/glue/glue-0.9.4.ebuild
Normal file
19
dev-python/glue/glue-0.9.4.ebuild
Normal file
@ -0,0 +1,19 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/PyPDF2/PyPDF2-1.24.ebuild,v 1.3 2015/03/08 23:38:15 pacho Exp $
|
||||
|
||||
EAPI="5"
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Glue is a simple command line tool to generate sprites"
|
||||
HOMEPAGE="http://glue.readthedocs.org"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
|
||||
LICENSE="BSD-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 x86"
|
||||
|
Loading…
Reference in New Issue
Block a user