1
0
Fork 0

app-misc/patternBG: versioned release 0.1

and removed live package

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Horea Christian <chr@chymera.eu>
This commit is contained in:
Horea Christian 2020-03-30 07:05:30 -04:00
parent 6d163b0b27
commit f81e381219
No known key found for this signature in database
GPG Key ID: EAA9223EE3BB378A
4 changed files with 31 additions and 13 deletions

View File

@ -0,0 +1,5 @@
*patternBG-0.1 (30 Mar 2020)
30 Mar 2020; <chymera@gentoo.org> +metadata.xml, +patternBG-0.1.ebuild,
-patternBG-9999.ebuild:
app-misc/patternBG: versioned release 0.1 and removed live package

View File

@ -0,0 +1 @@
DIST patternBG-0.1.tar.gz 17592 SHA256 cd95e833ee25e84cbc3f5a747b74f709e6e30324caaab2baec91c3a8aeec62c1 SHA512 c1c8866b115e2783ff2ae942f752f1931e6b80411f36cd7c99d2ac55cc109d2d6c062c372c4405aaf3afc53906f1156be8a53b83634285b20c82ad2b4d2fa7cc WHIRLPOOL 2fe34b6beaeb96409ee54f2122050dbbf3e01d0228a949e133be9c265acbe043e884e6ce4739481ce36de8fb790a406f1304d9c04611012abcf6f86d99e62d9c

View File

@ -0,0 +1,15 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>chr@chymera.eu</email>
<name>Horea Christian</name>
</maintainer>
<longdescription lang="en">
Python script which renders randomly tiled images. This can be used
to produce GNOME3-like background images or other decorative artwork.
</longdescription>
<upstream>
<remote-id type="github">TheChymera/patternBG</remote-id>
</upstream>
</pkgmetadata>

View File

@ -1,20 +1,19 @@
# Distributed under the terms of the GNU General Public License v3
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
EAPI=7
PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
PYTHON_COMPAT=( python3_{6,7} )
inherit python-r1 git-2
DESCRIPTION="Python script that creates tile-based visual art. "
HOMEPAGE="https://github.com/TheChymera/${PN}"
EGIT_REPO_URI="https://github.com/TheChymera/${PN}.git"
SRC_URI=""
inherit python-r1
DESCRIPTION="Python script that creates tile-based visual art."
HOMEPAGE="https://github.com/TheChymera/patternBG"
SRC_URI="https://github.com/TheChymera/patternBG/archive/${PV}.tar.gz -> ${P}.tar.gz"
SLOT="0"
LICENSE="LPPL-1.3 BSD"
KEYWORDS="~amd64"
LICENSE="GPL-3"
KEYWORDS="~amd64 ~x86"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
DEPEND=""
@ -25,5 +24,3 @@ src_install() {
python_foreach_impl python_domodule "${S}"/"${PN}".py
python_foreach_impl python_newscript "${S}"/"${PN}"_cli.py "${PN}"_cli
}