summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2016-02-15 01:10:08 +1100
committerMichael Palimaka <kensington@gentoo.org>2016-02-15 01:12:42 +1100
commitaa0c5d3a0edab9882ac47728352c97b832d7afc7 (patch)
tree8ed3e984e19447651c4bfdbe5fb1f5f7c0641a58 /x11-plugins
parentdev-util/rbtools: remove old (diff)
downloadgentoo-aa0c5d3a0edab9882ac47728352c97b832d7afc7.tar.gz
gentoo-aa0c5d3a0edab9882ac47728352c97b832d7afc7.tar.bz2
gentoo-aa0c5d3a0edab9882ac47728352c97b832d7afc7.zip
x11-plugins/vicious: remove old
Package-Manager: portage-2.2.27
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/vicious/Manifest2
-rw-r--r--x11-plugins/vicious/vicious-2.0.3.ebuild23
-rw-r--r--x11-plugins/vicious/vicious-2.1.0-r1.ebuild29
-rw-r--r--x11-plugins/vicious/vicious-2.1.0.ebuild29
4 files changed, 0 insertions, 83 deletions
diff --git a/x11-plugins/vicious/Manifest b/x11-plugins/vicious/Manifest
index 4d7ddb283ee6..a57b459c9810 100644
--- a/x11-plugins/vicious/Manifest
+++ b/x11-plugins/vicious/Manifest
@@ -1,3 +1 @@
-DIST vicious-2.0.3.tar.gz 38707 SHA256 3c775a75dcb8d985da27d941a76092ae66d5a831f11a50e77654c7d1cf9e8dd4 SHA512 6586e0bc1b5156636d7f3294449d7a4dd6819ef46fcf686711d2e339d594bd13e3378403089fd7c106a424eb024e4d0e3157067b329e654fdee1429e607c5274 WHIRLPOOL 1c3d73fdba06a30aa9447d1040652772b410805a3015ad8e46c9d860a8495be1e127dabda97462b6abab8867732bbe965f3797a514dce3d31da50311087cff73
-DIST vicious-2.1.0.tar.xz 35376 SHA256 1d6b6a07db1f22893133fb557964fd93eacc34921012c9731c99aa82891c3a4e SHA512 307590d5448d586330202a8ef627a477ec4c52de59aca55009245ad43ea179fecd2633fdc0bca574121a0ff1e906591f570705ea3ba4afd682f6b930de643355 WHIRLPOOL 4970d2b1f179fe4f55cedc81258a035492c4e57b6a2118788caa864628eaa6e5b448c7623ef0a426d8a623411895c1f2a2f7a502b8f18f342ee9dbc23cc4d39f
DIST vicious-2.1.3.tar.xz 39336 SHA256 97ffb824af89f2d205b0f0909601a32d761c0c02353b59b4314fd2cc47b2a387 SHA512 8b03fe4b770f0fcd52fad77a46145032a112cecbe27daa725054cb4c6307fb36727debb48243cd2d1becf2ad0fe3a2aaaa7495e0f041424ee9e45c2b107e7f7f WHIRLPOOL 98d810bc8b839d5ac4eff726a3129bdcc16794901ee0ba66b9264b48d453b645bfe2ae7bcb9fa1a2aec41c08926a0e80b92892fa13a2390d9f7be75300279e59
diff --git a/x11-plugins/vicious/vicious-2.0.3.ebuild b/x11-plugins/vicious/vicious-2.0.3.ebuild
deleted file mode 100644
index dfa288094bd2..000000000000
--- a/x11-plugins/vicious/vicious-2.0.3.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=3
-
-DESCRIPTION="Modular widget library for x11-wm/awesome"
-HOMEPAGE="http://awesome.naquadah.org/wiki/Vicious"
-SRC_URI="https://dev.gentoo.org/~wired/distfiles/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="=x11-wm/awesome-3.4*"
-
-src_install() {
- insinto /usr/share/awesome/lib/vicious
- doins -r widgets helpers.lua init.lua || die "Install failed"
- dodoc CHANGES README TODO || die "dodoc failed"
-}
diff --git a/x11-plugins/vicious/vicious-2.1.0-r1.ebuild b/x11-plugins/vicious/vicious-2.1.0-r1.ebuild
deleted file mode 100644
index f227dc652abb..000000000000
--- a/x11-plugins/vicious/vicious-2.1.0-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DESCRIPTION="Modular widget library for x11-wm/awesome"
-HOMEPAGE="http://awesome.naquadah.org/wiki/Vicious"
-SRC_URI="http://git.sysphere.org/${PN}/snapshot/${P}.tar.xz"
-
-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 README TODO
-
- if use contrib; then
- insinto /usr/share/awesome/lib/vicious/contrib
- doins contrib/*.lua
- newdoc contrib/README README.contrib
- fi
-}
diff --git a/x11-plugins/vicious/vicious-2.1.0.ebuild b/x11-plugins/vicious/vicious-2.1.0.ebuild
deleted file mode 100644
index 9074c08862d0..000000000000
--- a/x11-plugins/vicious/vicious-2.1.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DESCRIPTION="Modular widget library for x11-wm/awesome"
-HOMEPAGE="http://awesome.naquadah.org/wiki/Vicious"
-SRC_URI="http://git.sysphere.org/${PN}/snapshot/${P}.tar.xz"
-
-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 README TODO
-
- if use contrib; then
- insinto /usr/share/awesome/lib/vicious/widgets
- doins contrib/*.lua
- newdoc contrib/README README.contrib
- fi
-}