diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
commit | 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch) | |
tree | 7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /app-shells/bashish | |
parent | 30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'app-shells/bashish')
-rw-r--r-- | app-shells/bashish/Manifest | 3 | ||||
-rw-r--r-- | app-shells/bashish/bashish-2.2.4.ebuild | 20 | ||||
-rw-r--r-- | app-shells/bashish/metadata.xml | 11 |
3 files changed, 34 insertions, 0 deletions
diff --git a/app-shells/bashish/Manifest b/app-shells/bashish/Manifest new file mode 100644 index 000000000000..fb872b07a53b --- /dev/null +++ b/app-shells/bashish/Manifest @@ -0,0 +1,3 @@ +DIST bashish-2.2.4.tar.gz 241565 BLAKE2B 06a7f350669afc7f5139bdf0ab620b787c71d729f0a0e73a532fdb4c3c93792a6715b962a71f1004d2937c8f69171a4b73524aec7ca86fe8d1642262b2750060 SHA512 667ad91c71c99b2f0975eaf64ce4c2be1e60ce921e7232842fae62b6fdd9eca073c5941d5fd9b1af0d77dbb08e9ace3e0c43ed113761c2442f99f762ad581d46 +EBUILD bashish-2.2.4.ebuild 455 BLAKE2B 9acf1959f9bea2e8e836c90a9747e5acd4cfd718117c4941d459a2740dc72a992e0f8a0671dbd9a2dd7fb5bdf1ceaebbd8a0eb82e4ce9f5b43e9e032d5cf6149 SHA512 3923e1c335637b8bab1f76f9c7c3973f85135e32cff33134c1cce8125d9ab25434ba3c5130be7102ba3588391807ea3eddb842c64255011f72b517c214705e37 +MISC metadata.xml 321 BLAKE2B 4d6417b841d5655787653a290d82255d20cbf2dbb1f7ccee2962f4b0fdd1e2910747bd9827c96a2652d6ba1d743e42faf0c592c03d6b843e9fbdd2a4defac3f5 SHA512 c5237f9a6c236c670f85b4c684ac0dfeea3d4f8af3d31d3197618a24bd3317c6ca84fec660eae0fa6318a5f9a099294077e8351431d546184fa3785469068529 diff --git a/app-shells/bashish/bashish-2.2.4.ebuild b/app-shells/bashish/bashish-2.2.4.ebuild new file mode 100644 index 000000000000..dab12500462c --- /dev/null +++ b/app-shells/bashish/bashish-2.2.4.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +DESCRIPTION="Text console theme engine" +HOMEPAGE="http://bashish.sourceforge.net/" +SRC_URI="mirror://sourceforge/bashish/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86" +IUSE="" + +RDEPEND=">=dev-util/dialog-1.0" + +src_install() { + default + mv "${D}"/usr/share/doc/{${PN},${PF}} || die "mv docs failed" +} diff --git a/app-shells/bashish/metadata.xml b/app-shells/bashish/metadata.xml new file mode 100644 index 000000000000..6d4250d4c68e --- /dev/null +++ b/app-shells/bashish/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>jer@gentoo.org</email> + <name>Jeroen Roovers</name> + </maintainer> + <upstream> + <remote-id type="sourceforge">bashish</remote-id> + </upstream> +</pkgmetadata> |