summaryrefslogtreecommitdiff
path: root/x11-plugins/vicious/vicious-2.3.3.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'x11-plugins/vicious/vicious-2.3.3.ebuild')
-rw-r--r--x11-plugins/vicious/vicious-2.3.3.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/x11-plugins/vicious/vicious-2.3.3.ebuild b/x11-plugins/vicious/vicious-2.3.3.ebuild
deleted file mode 100644
index 4934c0636f0d..000000000000
--- a/x11-plugins/vicious/vicious-2.3.3.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Modular widget library for x11-wm/awesome"
-HOMEPAGE="https://github.com/Mic92/vicious"
-SRC_URI="https://github.com/Mic92/vicious/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="contrib"
-
-DEPEND=""
-RDEPEND="x11-wm/awesome"
-
-src_install() {
- insinto /usr/share/awesome/lib/vicious
- doins -r widgets helpers.lua init.lua
- dodoc Changes.md README.md TODO
-
- if use contrib; then
- insinto /usr/share/awesome/lib/vicious/contrib
- doins contrib/*.lua
- newdoc contrib/README.md README.contrib
- fi
-}