diff options
| author | Palica <palica+gitlab@liguros.net> | 2020-06-23 22:35:08 +0200 |
|---|---|---|
| committer | Palica <palica+gitlab@liguros.net> | 2020-06-23 22:35:08 +0200 |
| commit | ecdac123787b96ce6649f0f91da12ea6458cc2b1 (patch) | |
| tree | b89c74d9e6fe6e8aebc4c77bcbeb4ab73214127d /app-shells/bashish | |
| parent | 1be72aa41cf41dedadeecf59dca9f01de6381f5e (diff) | |
| download | baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.tar.gz baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.tar.xz baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.zip | |
Updating liguros repo
Diffstat (limited to 'app-shells/bashish')
| -rw-r--r-- | app-shells/bashish/Manifest | 1 | ||||
| -rw-r--r-- | app-shells/bashish/bashish-2.2.4.ebuild | 20 | ||||
| -rw-r--r-- | app-shells/bashish/metadata.xml | 12 |
3 files changed, 33 insertions, 0 deletions
diff --git a/app-shells/bashish/Manifest b/app-shells/bashish/Manifest new file mode 100644 index 000000000000..a198db230a31 --- /dev/null +++ b/app-shells/bashish/Manifest @@ -0,0 +1 @@ +DIST bashish-2.2.4.tar.gz 241565 BLAKE2B 06a7f350669afc7f5139bdf0ab620b787c71d729f0a0e73a532fdb4c3c93792a6715b962a71f1004d2937c8f69171a4b73524aec7ca86fe8d1642262b2750060 SHA512 667ad91c71c99b2f0975eaf64ce4c2be1e60ce921e7232842fae62b6fdd9eca073c5941d5fd9b1af0d77dbb08e9ace3e0c43ed113761c2442f99f762ad581d46 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..05a7175ea435 --- /dev/null +++ b/app-shells/bashish/bashish-2.2.4.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2020 Gentoo Authors +# 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..8b6c26db934b --- /dev/null +++ b/app-shells/bashish/metadata.xml @@ -0,0 +1,12 @@ +<?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> + <origin>gentoo-staging</origin> +</pkgmetadata> |
