diff --git a/app-text/sarcasm-formatter/ChangeLog b/app-text/sarcasm-formatter/ChangeLog new file mode 100644 index 0000000..03d6319 --- /dev/null +++ b/app-text/sarcasm-formatter/ChangeLog @@ -0,0 +1,7 @@ +*sarcasm-formatter-0.1.1 (13 Feb 2022) +*sarcasm-formatter-0.1.3 (13 Feb 2022) + + 13 Feb 2022; +sarcasm-formatter-0.1.1.ebuild, + +sarcasm-formatter-0.1.3.ebuild, -sarcasm-formatter-0.1.ebuild: + app-text/sarcasm-formatter: version bump No longer Python as that was + overkill diff --git a/app-text/sarcasm-formatter/Manifest b/app-text/sarcasm-formatter/Manifest index a0964e2..4b38bc2 100644 --- a/app-text/sarcasm-formatter/Manifest +++ b/app-text/sarcasm-formatter/Manifest @@ -1 +1,2 @@ -DIST sarcasm-formatter-0.1.tar.gz 188597 SHA256 8860a6ac21570b846851d972c3c92b1f73731d912edc9b83e70553cf2ebbd75e SHA512 b731053895910d6150b41b677b0b876033cd07c7322081e585d70b2a52b45dec05cd99b165011a1516f96b7d07d410ebc58de717334f498001fbe2e61812170d WHIRLPOOL 2fd9d2d22f1698868071c147eff805d337e2efb46bec6cd724cd0cf2177b655949932157ef754734ffc06190c660b00bf070ac9ad47413d70b69219c4728fc68 +DIST sarcasm-formatter-0.1.1.tar.gz 203056 SHA256 58094d6fbca734471ab6640bf8bf5fa646aaed0e4a451218c8f531c18c6e3aad SHA512 194f6c487e06b111ba90ab197d5e176ae1719d25b02ad6efc7cc5f6ed4aab7a12641146f6a18c9b02e80a902c551c002fbd33fd49c9cdfd2751670ee18e125f0 WHIRLPOOL a016feee548135e116c80c2de5abcd617e1c745482afa99dedfa8bbb7884dd630040a7f1bb1f2193350367d1098cc9c31d26ad9f4238207e55a6abe4a42b9d02 +DIST sarcasm-formatter-0.1.3.tar.gz 203162 SHA256 3f9de1b37d690ad196ea806ff9f94b5b8fc10051b634861356d020e9d8b612c5 SHA512 68f2627357f8fc8275e13478a154cfaf740b383983f262d7ace6b76c834e28cd36742c99b3015a277b1055c295c22055f7ac45c3b3a68af75ab452296d728e55 WHIRLPOOL 73c13e96d7e6100361d0e59f2c4b8848d71c0e4bb5af13a53e859cde2f511df7eaedd447387481e62cd560fe3e6adb7f43e908b48f0b564bf6c46d856f66bd04 diff --git a/app-text/sarcasm-formatter/sarcasm-formatter-0.1.ebuild b/app-text/sarcasm-formatter/sarcasm-formatter-0.1.1.ebuild similarity index 71% rename from app-text/sarcasm-formatter/sarcasm-formatter-0.1.ebuild rename to app-text/sarcasm-formatter/sarcasm-formatter-0.1.1.ebuild index c8c73fd..118f25d 100644 --- a/app-text/sarcasm-formatter/sarcasm-formatter-0.1.ebuild +++ b/app-text/sarcasm-formatter/sarcasm-formatter-0.1.1.ebuild @@ -1,11 +1,7 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 - -PYTHON_COMPAT=( python3_{5..9} ) - -inherit distutils-r1 +EAPI=8 DESCRIPTION="Reormat text as alternating lower and upper case letters" HOMEPAGE="https://github.com/Othyem86/sarcasm-formatter" @@ -17,6 +13,9 @@ IUSE="" KEYWORDS="~amd64 ~x86" DEPEND="" -RDEPEND=" - dev-python/argh[${PYTHON_USEDEP}] -" +RDEPEND="" + +src_install() { + newbin sarcasm.sh sarcasm + einstalldocs +} diff --git a/app-text/sarcasm-formatter/sarcasm-formatter-0.1.3.ebuild b/app-text/sarcasm-formatter/sarcasm-formatter-0.1.3.ebuild new file mode 100644 index 0000000..118f25d --- /dev/null +++ b/app-text/sarcasm-formatter/sarcasm-formatter-0.1.3.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Reormat text as alternating lower and upper case letters" +HOMEPAGE="https://github.com/Othyem86/sarcasm-formatter" +SRC_URI="https://github.com/Othyem86/sarcasm-formatter/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +IUSE="" +KEYWORDS="~amd64 ~x86" + +DEPEND="" +RDEPEND="" + +src_install() { + newbin sarcasm.sh sarcasm + einstalldocs +}