summaryrefslogtreecommitdiff
path: root/sys-apps/shellrc/shellrc-0.5-r1.ebuild
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2018-08-05 11:20:03 +0200
committerKarel Kočí <cynerd@email.cz>2018-08-05 11:20:03 +0200
commitc1821e8388e10128ea88223dcd6aa27956cd8581 (patch)
tree7a19f13e28a688699c68df09d2d906fccaaf4d81 /sys-apps/shellrc/shellrc-0.5-r1.ebuild
parent3fd65ff55894c2c6bdcbc7e345a7f4990ab8f178 (diff)
downloadgentoo-personal-overlay-c1821e8388e10128ea88223dcd6aa27956cd8581.tar.gz
gentoo-personal-overlay-c1821e8388e10128ea88223dcd6aa27956cd8581.tar.bz2
gentoo-personal-overlay-c1821e8388e10128ea88223dcd6aa27956cd8581.zip
sys-apps/shellrc: update to 0.5.1
Diffstat (limited to 'sys-apps/shellrc/shellrc-0.5-r1.ebuild')
-rw-r--r--sys-apps/shellrc/shellrc-0.5-r1.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/sys-apps/shellrc/shellrc-0.5-r1.ebuild b/sys-apps/shellrc/shellrc-0.5-r1.ebuild
deleted file mode 100644
index 58915b7..0000000
--- a/sys-apps/shellrc/shellrc-0.5-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-EAPI=6
-
-DESCRIPTION="Shell initialization files"
-HOMEPAGE="https://git.cynerd.cz/shellrc/"
-SRC_URI="https://git.cynerd.cz/shellrc/snapshot/${P}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3.0+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="desktop xorg +zsh +bash"
-
-DEPEND="zsh? ( app-shells/zsh )
- bash? ( app-shells/bash )
- desktop? ( sys-fs/inotify-tools )
- xorg? ( x11-misc/xclip media-gfx/imagemagick )
-"
-RDEPEND="${DEPEND}"
-
-src_install() {
- local args=""
- use bash && args="$args --bash" || true
- use zsh && args="$args --zsh" || true
- # TODO desktop and xorg
-
- "${S}/install" --prefix "${D}" $args
-}