diff options
author | Joshua Jackson <tsunam@gentoo.org> | 2006-12-28 19:53:26 +0000 |
---|---|---|
committer | Joshua Jackson <tsunam@gentoo.org> | 2006-12-28 19:53:26 +0000 |
commit | 28132439742340819cb7f4228ead2c791ca1f157 (patch) | |
tree | 03b9a746ef80a14d59383b27dfe004c16df801af /x11-wm/heliodor | |
parent | Cleanup autotools. (diff) | |
download | gentoo-2-28132439742340819cb7f4228ead2c791ca1f157.tar.gz gentoo-2-28132439742340819cb7f4228ead2c791ca1f157.tar.bz2 gentoo-2-28132439742340819cb7f4228ead2c791ca1f157.zip |
Adding beryl-0.1.4 to the tree
(Portage version: 2.1.1-r2)
Diffstat (limited to 'x11-wm/heliodor')
-rw-r--r-- | x11-wm/heliodor/ChangeLog | 7 | ||||
-rw-r--r-- | x11-wm/heliodor/files/digest-heliodor-0.1.4 | 3 | ||||
-rw-r--r-- | x11-wm/heliodor/heliodor-0.1.4.ebuild | 30 |
3 files changed, 39 insertions, 1 deletions
diff --git a/x11-wm/heliodor/ChangeLog b/x11-wm/heliodor/ChangeLog index 71127f7fd34f..0d2ae5a89997 100644 --- a/x11-wm/heliodor/ChangeLog +++ b/x11-wm/heliodor/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-wm/heliodor # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/heliodor/ChangeLog,v 1.1 2006/12/19 22:11:34 tsunam Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/heliodor/ChangeLog,v 1.2 2006/12/28 19:53:26 tsunam Exp $ + +*heliodor-0.1.4 (28 Dec 2006) + + 28 Dec 2006; Joshua Jackson <tsunam@gentoo.org> +heliodor-0.1.4.ebuild: + Version bump for #159203 *heliodor-0.1.3 (19 Dec 2006) diff --git a/x11-wm/heliodor/files/digest-heliodor-0.1.4 b/x11-wm/heliodor/files/digest-heliodor-0.1.4 new file mode 100644 index 000000000000..2e507e62b0dc --- /dev/null +++ b/x11-wm/heliodor/files/digest-heliodor-0.1.4 @@ -0,0 +1,3 @@ +MD5 d483ec9bf8aafdcd035d4195e39647ae heliodor-0.1.4.tar.bz2 260551 +RMD160 e0bea54137cadd44bfa65d3ba4f53df8214f355c heliodor-0.1.4.tar.bz2 260551 +SHA256 c2f7de85df581bff6e39d8992ccf1e59fe54b8f08f94963d874f06e3918fe341 heliodor-0.1.4.tar.bz2 260551 diff --git a/x11-wm/heliodor/heliodor-0.1.4.ebuild b/x11-wm/heliodor/heliodor-0.1.4.ebuild new file mode 100644 index 000000000000..09c91e104748 --- /dev/null +++ b/x11-wm/heliodor/heliodor-0.1.4.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/heliodor/heliodor-0.1.4.ebuild,v 1.1 2006/12/28 19:53:26 tsunam Exp $ + +inherit eutils + +DESCRIPTION="Beryl Metacity Window Decorator" +HOMEPAGE="http://beryl-project.org" +SRC_URI="http://releases.beryl-project.org/${PV}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~ppc" +IUSE="" + +DEPEND=">=x11-libs/gtk+-2.8.0 + >=x11-libs/libwnck-2.14.2 + >=gnome-base/gconf-2 + >=gnome-base/control-center-2.14 + >=x11-wm/metacity-2.16 + ~x11-wm/beryl-core-${PV}" + +src_compile() { + econf || die "econf failed" + emake || die "emake failed" +} + +src_install() { + make DESTDIR="${D}" install || die "make install failed" +} |