x11-plugins/vicious: remove old
authorMichael Palimaka <kensington@gentoo.org>
Sun, 14 Feb 2016 14:10:08 +0000 (01:10 +1100)
committerMichael Palimaka <kensington@gentoo.org>
Sun, 14 Feb 2016 14:12:42 +0000 (01:12 +1100)
Package-Manager: portage-2.2.27

x11-plugins/vicious/Manifest
x11-plugins/vicious/vicious-2.0.3.ebuild [deleted file]
x11-plugins/vicious/vicious-2.1.0-r1.ebuild [deleted file]
x11-plugins/vicious/vicious-2.1.0.ebuild [deleted file]

index 4d7ddb283ee623c3debf7eb5efd762e06038ced6..a57b459c98108b147bde6774cfd17098da62b1fd 100644 (file)
@@ -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 (file)
index dfa2880..0000000
+++ /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 (file)
index f227dc6..0000000
+++ /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 (file)
index 9074c08..0000000
+++ /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
-}