diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-05-06 20:53:59 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-05-06 20:53:59 +0000 |
commit | 39b31d287709b6dd6aa083400b44a3923dec7435 (patch) | |
tree | a2d23077f2edf760bc603cd444f56e6ea427b921 /x11-plugins/vicious | |
parent | Automated update. (diff) | |
download | gentoo-2-39b31d287709b6dd6aa083400b44a3923dec7435.tar.gz gentoo-2-39b31d287709b6dd6aa083400b44a3923dec7435.tar.bz2 gentoo-2-39b31d287709b6dd6aa083400b44a3923dec7435.zip |
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'x11-plugins/vicious')
-rw-r--r-- | x11-plugins/vicious/ChangeLog | 9 | ||||
-rw-r--r-- | x11-plugins/vicious/vicious-2.0.1.ebuild | 23 | ||||
-rw-r--r-- | x11-plugins/vicious/vicious-2.0.2.ebuild | 23 | ||||
-rw-r--r-- | x11-plugins/vicious/vicious-2.0.4.ebuild | 23 |
4 files changed, 6 insertions, 72 deletions
diff --git a/x11-plugins/vicious/ChangeLog b/x11-plugins/vicious/ChangeLog index 6f81a17d5d19..02ff3876bf1f 100644 --- a/x11-plugins/vicious/ChangeLog +++ b/x11-plugins/vicious/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/vicious -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/vicious/ChangeLog,v 1.11 2013/02/05 23:25:49 wired Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/vicious/ChangeLog,v 1.12 2015/05/06 20:53:59 mrueg Exp $ + + 06 May 2015; Manuel Rüger <mrueg@gentoo.org> -vicious-2.0.1.ebuild, + -vicious-2.0.2.ebuild, -vicious-2.0.4.ebuild: + Remove old. *vicious-2.1.0-r1 (05 Feb 2013) @@ -51,4 +55,3 @@ 16 Nov 2010; Alex Alexander <wired@gentoo.org> +vicious-2.0.1.ebuild, +metadata.xml: new ebuild, written by Nickolaj Stjujsckij (krigstask) - diff --git a/x11-plugins/vicious/vicious-2.0.1.ebuild b/x11-plugins/vicious/vicious-2.0.1.ebuild deleted file mode 100644 index cb6400e420f0..000000000000 --- a/x11-plugins/vicious/vicious-2.0.1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/vicious/vicious-2.0.1.ebuild,v 1.2 2010/11/17 13:35:33 wired Exp $ - -EAPI=3 - -DESCRIPTION="Modular widget library for x11-wm/awesome" -HOMEPAGE="http://awesome.naquadah.org/wiki/Vicious" -SRC_URI="mirror://gentoo/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~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.0.2.ebuild b/x11-plugins/vicious/vicious-2.0.2.ebuild deleted file mode 100644 index 72635bfe50e0..000000000000 --- a/x11-plugins/vicious/vicious-2.0.2.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/vicious/vicious-2.0.2.ebuild,v 1.2 2011/06/11 21:08:24 maekke Exp $ - -EAPI=3 - -DESCRIPTION="Modular widget library for x11-wm/awesome" -HOMEPAGE="http://awesome.naquadah.org/wiki/Vicious" -SRC_URI="mirror://gentoo/${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.0.4.ebuild b/x11-plugins/vicious/vicious-2.0.4.ebuild deleted file mode 100644 index 8b5911d8d431..000000000000 --- a/x11-plugins/vicious/vicious-2.0.4.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/vicious/vicious-2.0.4.ebuild,v 1.1 2012/05/06 18:15:28 maksbotan Exp $ - -EAPI=3 - -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="" - -DEPEND="" -RDEPEND="x11-wm/awesome" - -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" -} |