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:
parent
6d163b0b27
commit
f81e381219
5
app-misc/patternBG/ChangeLog
Normal file
5
app-misc/patternBG/ChangeLog
Normal 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
|
1
app-misc/patternBG/Manifest
Normal file
1
app-misc/patternBG/Manifest
Normal file
@ -0,0 +1 @@
|
|||||||
|
DIST patternBG-0.1.tar.gz 17592 SHA256 cd95e833ee25e84cbc3f5a747b74f709e6e30324caaab2baec91c3a8aeec62c1 SHA512 c1c8866b115e2783ff2ae942f752f1931e6b80411f36cd7c99d2ac55cc109d2d6c062c372c4405aaf3afc53906f1156be8a53b83634285b20c82ad2b4d2fa7cc WHIRLPOOL 2fe34b6beaeb96409ee54f2122050dbbf3e01d0228a949e133be9c265acbe043e884e6ce4739481ce36de8fb790a406f1304d9c04611012abcf6f86d99e62d9c
|
15
app-misc/patternBG/metadata.xml
Normal file
15
app-misc/patternBG/metadata.xml
Normal 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>
|
@ -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
|
inherit python-r1
|
||||||
|
|
||||||
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=""
|
|
||||||
|
|
||||||
|
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"
|
SLOT="0"
|
||||||
LICENSE="LPPL-1.3 BSD"
|
LICENSE="GPL-3"
|
||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64 ~x86"
|
||||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||||
|
|
||||||
DEPEND=""
|
DEPEND=""
|
||||||
@ -25,5 +24,3 @@ src_install() {
|
|||||||
python_foreach_impl python_domodule "${S}"/"${PN}".py
|
python_foreach_impl python_domodule "${S}"/"${PN}".py
|
||||||
python_foreach_impl python_newscript "${S}"/"${PN}"_cli.py "${PN}"_cli
|
python_foreach_impl python_newscript "${S}"/"${PN}"_cli.py "${PN}"_cli
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user