From 16449a80e28af2209916cc66d19c9a44ca2b90d9 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 20 Feb 2019 15:11:50 +0000 Subject: gentoo resync : 20.02.2019 --- games-misc/Manifest.gz | Bin 12989 -> 12993 bytes games-misc/ponysay/Manifest | 4 +-- games-misc/ponysay/ponysay-3.0.2.ebuild | 60 -------------------------------- games-misc/ponysay/ponysay-3.0.3.ebuild | 60 ++++++++++++++++++++++++++++++++ 4 files changed, 62 insertions(+), 62 deletions(-) delete mode 100644 games-misc/ponysay/ponysay-3.0.2.ebuild create mode 100644 games-misc/ponysay/ponysay-3.0.3.ebuild (limited to 'games-misc') diff --git a/games-misc/Manifest.gz b/games-misc/Manifest.gz index fb7965a78371..1cb4580daf8e 100644 Binary files a/games-misc/Manifest.gz and b/games-misc/Manifest.gz differ diff --git a/games-misc/ponysay/Manifest b/games-misc/ponysay/Manifest index 613eaae338f2..b11200c12b4a 100644 --- a/games-misc/ponysay/Manifest +++ b/games-misc/ponysay/Manifest @@ -1,3 +1,3 @@ -DIST ponysay-3.0.2.tar.gz 2110382 BLAKE2B eb547ca62315c1aff227bec5e71328b1e333ba6aa14061b262d1130997ec2de2d54665fd498c8c571eacce15757030ca84d29d82a40b9fc82675d63e62617118 SHA512 47d5c584b3b8c233567eff534b5109548c92075f69776703bc303929ba4278f67fd599987ef4a098aa871c2af0efd89186f96fa28565e73b4672abeb0c23fa45 -EBUILD ponysay-3.0.2.ebuild 1459 BLAKE2B 0253592c9606c3d0ddb8e459bb60d34f38449d81c2d2477e3811cb631aa7cc520f9fc15d43051d2afc9507685ed59603edd426f0a7567f5c1137e8bcdac9f00d SHA512 18abbfbd9ff75b7a101deb9e4a44ef11b5d67ab405bb5b8957ccbc5a576d58c6aacda1edf0ff538531f82bdc0b1ce2cba09ed59d5fd2c08cb4f7f049c357f636 +DIST ponysay-3.0.3.tar.gz 2139074 BLAKE2B 3ba477268d68ff9a92bad8028d0b960a2a6152057146368723fea432100a71517c0c343d34b2b1c580fcfa1945bdc273fed276cf4a10c702514e6699cda87a2c SHA512 d6ff905404192bdc207952a4a914458d7f25ddcfcea95763ae277a2a3bc7ab33e86a0a229c1b10ff7295b7a89d6e1b61406feefb6bdf9026f4076d0ed70dbe93 +EBUILD ponysay-3.0.3.ebuild 1457 BLAKE2B d073ecb6877ca83e5344306e53cb480deb708d5ef99f21dfe471022de0714fedfa25458aaec97a1edbf52e9505542ad6312c6684cb99c11083c36dcc2e53c1fb SHA512 12de7e68369a7eb851f4bd9d7fb162fad997c0e999a5bcc210a4f847a9e5aa59906533aa20a9c879e6aa5ee9840165c034e90be2af4e6d35e18f7fb00d87cebb MISC metadata.xml 500 BLAKE2B a937b3dcb9fb8a11ceefa20731973096578f503d711731a22afd3fbaea75b25d37cb736af36fbe8696a0d01afca261a4156444ac6b26b9a87f30f29d785f7408 SHA512 612eee4d25e1f3e3ef18b08ac4fcf59fbee5ab179d1f4da5e6784909c1985aa816317eba1a4c1a0aae8b1dfc0bfcc63ea44ab844b1400e565a2ebfaf5d7f8d4c diff --git a/games-misc/ponysay/ponysay-3.0.2.ebuild b/games-misc/ponysay/ponysay-3.0.2.ebuild deleted file mode 100644 index f71db68ff6b6..000000000000 --- a/games-misc/ponysay/ponysay-3.0.2.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_{4,5,6} ) -inherit bash-completion-r1 python-single-r1 - -DESCRIPTION="cowsay reimplemention for ponies" -HOMEPAGE="https://github.com/erkin/ponysay" -SRC_URI="https://github.com/erkin/ponysay/archive/3.0.2.tar.gz -> ${P}.tar.gz" -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc +non-free bash-completion fish-completion zsh-completion" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -DEPEND="${PYTHON_DEPS} - doc? ( sys-apps/texinfo )" - -RDEPEND="${PYTHON_DEPS} - fish-completion? ( app-shells/fish ) - zsh-completion? ( app-shells/zsh )" - -setup_py() { - "${PYTHON}" setup.py \ - --prefix="${EPREFIX}"/usr \ - --everything \ - --without-info-compression \ - --without-man-compression \ - --without-pdf-compression \ - --without-shared-cache \ - --freedom=$(usex non-free no yes) \ - $(use_with fish-completion) \ - $(use_with zsh-completion) \ - $(use_with doc info) \ - $(use_with doc pdf "${EPREFIX}"/usr/share/doc/${PF}) \ - "${@}" || die -} - -src_compile() { - setup_py \ - $(use_with bash-completion) \ - build -} - -src_install() { - setup_py \ - --without-bash-completion \ - --destdir="${D}" \ - prebuilt - - python_fix_shebang "${ED}"/usr/bin/${PN} - - rm -rv "${ED}"/usr/share/licenses || die - dodoc CHANGELOG CONTRIBUTING CREDITS README.md - - use bash-completion && - newbashcomp completion/bash-completion.${PN}.install ${PN} -} diff --git a/games-misc/ponysay/ponysay-3.0.3.ebuild b/games-misc/ponysay/ponysay-3.0.3.ebuild new file mode 100644 index 000000000000..137ae77544b2 --- /dev/null +++ b/games-misc/ponysay/ponysay-3.0.3.ebuild @@ -0,0 +1,60 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{4,5,6,7} ) +inherit bash-completion-r1 python-single-r1 + +DESCRIPTION="cowsay reimplemention for ponies" +HOMEPAGE="https://github.com/erkin/ponysay" +SRC_URI="https://github.com/erkin/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc +non-free bash-completion fish-completion zsh-completion" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +BDEPEND="${PYTHON_DEPS} + doc? ( sys-apps/texinfo )" + +RDEPEND="${PYTHON_DEPS} + fish-completion? ( app-shells/fish ) + zsh-completion? ( app-shells/zsh )" + +setup_py() { + "${PYTHON}" setup.py \ + --prefix="${EPREFIX}"/usr \ + --everything \ + --without-info-compression \ + --without-man-compression \ + --without-pdf-compression \ + --without-shared-cache \ + --freedom=$(usex non-free no yes) \ + $(use_with fish-completion) \ + $(use_with zsh-completion) \ + $(use_with doc info) \ + $(use_with doc pdf "${EPREFIX}"/usr/share/doc/${PF}) \ + "${@}" || die +} + +src_compile() { + setup_py \ + $(use_with bash-completion) \ + build +} + +src_install() { + setup_py \ + --without-bash-completion \ + --destdir="${D}" \ + prebuilt + + python_fix_shebang "${ED}"/usr/bin/${PN} + + rm -rv "${ED}"/usr/share/licenses || die + dodoc CHANGELOG CONTRIBUTING CREDITS README.md + + use bash-completion && + newbashcomp completion/bash-completion.${PN}.install ${PN} +} -- cgit v1.2.3