x11-plugins/vicious: remove old
authorMaxim Koltsov <maksbotan@gentoo.org>
Sun, 4 Aug 2019 18:55:03 +0000 (21:55 +0300)
committerMaxim Koltsov <maksbotan@gentoo.org>
Sun, 4 Aug 2019 19:11:57 +0000 (22:11 +0300)
Package-Manager: Portage-2.3.67, Repoman-2.3.12
Signed-off-by: Maxim Koltsov <maksbotan@gentoo.org>
x11-plugins/vicious/Manifest
x11-plugins/vicious/vicious-2.1.3.ebuild [deleted file]
x11-plugins/vicious/vicious-2.2.0.ebuild [deleted file]

index 64868880bcbb3ee5ad6cfd755093de1d4c4a2cbf..039015d0685095db1c3ff6514dd262cf2af62757 100644 (file)
@@ -1,3 +1 @@
-DIST vicious-2.1.3.tar.xz 39336 BLAKE2B 279ad85a5f6f1a9fdea303f982673746e6604955cae1c3b37625c5d5f21fcae2d39da38dbcd3176397e25ad0e6d562225bd78760820647955534e0164fb322fe SHA512 8b03fe4b770f0fcd52fad77a46145032a112cecbe27daa725054cb4c6307fb36727debb48243cd2d1becf2ad0fe3a2aaaa7495e0f041424ee9e45c2b107e7f7f
-DIST vicious-2.2.0.tar.gz 45247 BLAKE2B c3c3f87e5983784edb8742b4aa0534c65ee9c0564cd8f5a81e714b580971c174b9fc86ec0bb33b6aaa31bbca25a6d522d9cbaf8e96d710b17419176e19f3b0b7 SHA512 717c57b14870bb72a35c90c5356a807e2431d50f28be6e50abdbf17d39fea33c5b16ee14746726d238a80f9fe30c0ad1a6a98d6c9730e42437495656fed8cfbe
 DIST vicious-2.3.1.tar.gz 47484 BLAKE2B 2ef6e51507faf7477800091c738e65184439caba9b79004b53f3a479f1370ca64046bc1664c6b746d8ab71370b36f29095406439e2a8fab7524e6bb190350fb7 SHA512 9e89d36d708a7ccdff206451dfb98db8455a16f9d2254167a446af91fadc2103a5274442f38ddf1eb919da23480b6790639cdbbde4a08bffc1cf9221622064c9
diff --git a/x11-plugins/vicious/vicious-2.1.3.ebuild b/x11-plugins/vicious/vicious-2.1.3.ebuild
deleted file mode 100644 (file)
index 1436fc7..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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.2.0.ebuild b/x11-plugins/vicious/vicious-2.2.0.ebuild
deleted file mode 100644 (file)
index 601ea74..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# 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
-}