diff options
author | 2010-04-03 05:14:34 +0000 | |
---|---|---|
committer | 2010-04-03 05:14:34 +0000 | |
commit | bab920497583aacfb50d53991eacdc528374e3af (patch) | |
tree | 210a815473bce9279fa531577b99f2949e3bba63 | |
parent | Replaced compiz ~ deps with >= deps to support the new compiz-0.8.6 release a... (diff) | |
download | gentoo-2-bab920497583aacfb50d53991eacdc528374e3af.tar.gz gentoo-2-bab920497583aacfb50d53991eacdc528374e3af.tar.bz2 gentoo-2-bab920497583aacfb50d53991eacdc528374e3af.zip |
Replaced compiz ~ deps with >= deps to support the new compiz-0.8.6 release and to avoid future dep issues.
Did a revbump to avoid issues with installed packages.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
-rw-r--r-- | x11-plugins/compiz-plugins-unsupported/ChangeLog | 12 | ||||
-rw-r--r-- | x11-plugins/compiz-plugins-unsupported/compiz-plugins-unsupported-0.8.4-r1.ebuild | 35 |
2 files changed, 45 insertions, 2 deletions
diff --git a/x11-plugins/compiz-plugins-unsupported/ChangeLog b/x11-plugins/compiz-plugins-unsupported/ChangeLog index 3f96135a6464..1ec30863c9f8 100644 --- a/x11-plugins/compiz-plugins-unsupported/ChangeLog +++ b/x11-plugins/compiz-plugins-unsupported/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for x11-plugins/compiz-plugins-unsupported -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/compiz-plugins-unsupported/ChangeLog,v 1.7 2009/12/23 02:54:21 jmbsvicetto Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/compiz-plugins-unsupported/ChangeLog,v 1.8 2010/04/03 05:14:34 jmbsvicetto Exp $ + +*compiz-plugins-unsupported-0.8.4-r1 (03 Apr 2010) + + 03 Apr 2010; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> + +compiz-plugins-unsupported-0.8.4-r1.ebuild: + Replaced compiz ~ deps with >= deps to support the new compiz-0.8.6 + release and to avoid future dep issues. + Did a revbump to avoid issues with installed packages. 23 Dec 2009; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> compiz-plugins-unsupported-0.8.4.ebuild: diff --git a/x11-plugins/compiz-plugins-unsupported/compiz-plugins-unsupported-0.8.4-r1.ebuild b/x11-plugins/compiz-plugins-unsupported/compiz-plugins-unsupported-0.8.4-r1.ebuild new file mode 100644 index 000000000000..51efa92a02a3 --- /dev/null +++ b/x11-plugins/compiz-plugins-unsupported/compiz-plugins-unsupported-0.8.4-r1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/compiz-plugins-unsupported/compiz-plugins-unsupported-0.8.4-r1.ebuild,v 1.1 2010/04/03 05:14:34 jmbsvicetto Exp $ + +EAPI="2" + +DESCRIPTION="Compiz Fusion Window Decorator Unsupported Plugins" +HOMEPAGE="http://www.compiz.org/" +SRC_URI="http://releases.compiz.org/${PV}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="" + +RDEPEND=" + >=gnome-base/librsvg-2.14.0 + media-libs/jpeg + >=x11-libs/compiz-bcop-${PV} + >=x11-plugins/compiz-plugins-main-${PV} + >=x11-wm/compiz-${PV} +" + +DEPEND="${RDEPEND} + >=dev-util/intltool-0.35 + >=dev-util/pkgconfig-0.19 + >=sys-devel/gettext-0.15 + x11-libs/cairo +" + +RESTRICT="mirror" + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed" +} |