diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2016-10-18 19:35:42 +0300 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2016-10-18 19:35:59 +0300 |
commit | bdad5365e8587ba4acb8a1cbf0389bb522c3bf99 (patch) | |
tree | bd51b5de972e651b9cffc16c983f5d6b9d06a352 /x11-plugins | |
parent | app-benchmarks/bonnie++: Bump to 1.97.2 (diff) | |
download | gentoo-bdad5365e8587ba4acb8a1cbf0389bb522c3bf99.tar.gz gentoo-bdad5365e8587ba4acb8a1cbf0389bb522c3bf99.tar.bz2 gentoo-bdad5365e8587ba4acb8a1cbf0389bb522c3bf99.zip |
x11-plugins/compiz-plugins-unsupported: change SRC_URI
Original URI throws error 404. Remove mirror restriction
Reported-by: Toralf Förster <toralf.foerster@gmx.de>
Gentoo-Bug: 552226
Package-Manager: portage-2.3.2
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/compiz-plugins-unsupported/compiz-plugins-unsupported-0.8.8.ebuild | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/x11-plugins/compiz-plugins-unsupported/compiz-plugins-unsupported-0.8.8.ebuild b/x11-plugins/compiz-plugins-unsupported/compiz-plugins-unsupported-0.8.8.ebuild index 365e259e7955..9cf19cab6c93 100644 --- a/x11-plugins/compiz-plugins-unsupported/compiz-plugins-unsupported-0.8.8.ebuild +++ b/x11-plugins/compiz-plugins-unsupported/compiz-plugins-unsupported-0.8.8.ebuild @@ -1,17 +1,16 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="4" +EAPI=6 DESCRIPTION="Compiz Fusion Window Decorator Unsupported Plugins" HOMEPAGE="http://www.compiz.org/" -SRC_URI="http://releases.compiz.org/${PV}/${P}.tar.bz2" +SRC_URI="http://dev.gentoo.org/~pinkbyte/distfiles/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="" RDEPEND=" >=gnome-base/librsvg-2.14.0:2 @@ -28,6 +27,4 @@ DEPEND="${RDEPEND} x11-libs/cairo " -RESTRICT="mirror" - -DOCS="AUTHORS ChangeLog INSTALL NEWS README TODO" +DOCS=( AUTHORS ChangeLog INSTALL NEWS README TODO ) |