diff --git a/www-apps/bashblog/Manifest b/www-apps/bashblog/Manifest new file mode 100644 index 0000000..40ff027 --- /dev/null +++ b/www-apps/bashblog/Manifest @@ -0,0 +1,13 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA256 + +EBUILD bashblog-20170103.ebuild 582 BLAKE2B 7c6f2619ac6f20dd118e1725b2b0fe0927586c0f5ed4a240fea567f9429785e734a0b7e46d380965f7a381faa5d524fb5a6155771e607832a43ce1342c45d455 SHA512 288bdf4cc5f5c5054c3dcab23fc7005ba747a8e1f2c9fd1caeca36d1d83212b0d6a0657869ae9023a2d73c540e91629471d4767adc4e4bf27993bc145ad57ace +EBUILD bashblog-99999999.ebuild 582 BLAKE2B 7c6f2619ac6f20dd118e1725b2b0fe0927586c0f5ed4a240fea567f9429785e734a0b7e46d380965f7a381faa5d524fb5a6155771e607832a43ce1342c45d455 SHA512 288bdf4cc5f5c5054c3dcab23fc7005ba747a8e1f2c9fd1caeca36d1d83212b0d6a0657869ae9023a2d73c540e91629471d4767adc4e4bf27993bc145ad57ace +MISC metadata.xml 344 BLAKE2B 8d12bca8d3b9bee2bbd041d11542741ebcbf28134350ffae1b662691f7e79eb4874330f16711412564c509f85edff6516f5a450b1cab9c074837f1c45737af9b SHA512 9e7ab1429f7e67ec17fd9657b1b9bd9ca62aa5c32c0a95ecee46d8245b2f4cf46781ed35631c65e285c9b23a3cae633301678b66ce5a5e39c59fc0b48e414173 +-----BEGIN PGP SIGNATURE----- + +iHUEAREIAB0WIQQ1VSZoZMptf/RapufPw5SX8bJuBwUCXEwlZgAKCRDPw5SX8bJu +BzhmAP9+rFK6QxzFYSNXaHWQNas7sdNK2BNxlPrsfwgnd/IBhgD9GFnwaxLoYnZ7 +eGOBKueeuA0ujSeTBFOH5Pq55/j3szU= +=JGEv +-----END PGP SIGNATURE----- diff --git a/www-apps/bashblog/bashblog-20170103.ebuild b/www-apps/bashblog/bashblog-20170103.ebuild new file mode 100644 index 0000000..f81ebb0 --- /dev/null +++ b/www-apps/bashblog/bashblog-20170103.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit git-r3 + +DESCRIPTION="A single Bash script to create blogs." +HOMEPAGE="https://github.com/cfenollosa/bashblog" +EGIT_REPO_URI="https://github.com/cfenollosa/bashblog.git" +if [[ "${PV}" != "99999999" ]]; then + EGIT_COMMIT_DATE="${PV}" +fi + +LICENSE="GPL-3+" +SLOT="0" +if [[ "${PV}" == "99999999" ]]; then + KEYWORDS="" +else + KEYWORDS="~amd64 ~x86" +fi +IUSE="" + +RDEPEND=" + || ( app-text/peg-markdown dev-perl/Text-Markdown ) +" +DEPEND=" +" + +src_install() { + dobin bb.sh +} diff --git a/www-apps/bashblog/bashblog-99999999.ebuild b/www-apps/bashblog/bashblog-99999999.ebuild new file mode 100644 index 0000000..f81ebb0 --- /dev/null +++ b/www-apps/bashblog/bashblog-99999999.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit git-r3 + +DESCRIPTION="A single Bash script to create blogs." +HOMEPAGE="https://github.com/cfenollosa/bashblog" +EGIT_REPO_URI="https://github.com/cfenollosa/bashblog.git" +if [[ "${PV}" != "99999999" ]]; then + EGIT_COMMIT_DATE="${PV}" +fi + +LICENSE="GPL-3+" +SLOT="0" +if [[ "${PV}" == "99999999" ]]; then + KEYWORDS="" +else + KEYWORDS="~amd64 ~x86" +fi +IUSE="" + +RDEPEND=" + || ( app-text/peg-markdown dev-perl/Text-Markdown ) +" +DEPEND=" +" + +src_install() { + dobin bb.sh +} diff --git a/www-apps/bashblog/metadata.xml b/www-apps/bashblog/metadata.xml new file mode 100644 index 0000000..b9c50c8 --- /dev/null +++ b/www-apps/bashblog/metadata.xml @@ -0,0 +1,11 @@ + + + + + gentoo@tastytea.de + tastytea + + + https://github.com/cfenollosa/bashblog/issues + +