summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorJoshua Jackson <tsunam@gentoo.org>2007-03-21 03:11:58 +0000
committerJoshua Jackson <tsunam@gentoo.org>2007-03-21 03:11:58 +0000
commitaaf3f7b77a9437bc4c12d0400f9e0662111aed4d (patch)
treecef1ea1144d4beb3c6b9462100fd9501c850ddb4 /x11-wm
parentadding beryl-0.2.1 to the tree (diff)
downloadgentoo-2-aaf3f7b77a9437bc4c12d0400f9e0662111aed4d.tar.gz
gentoo-2-aaf3f7b77a9437bc4c12d0400f9e0662111aed4d.tar.bz2
gentoo-2-aaf3f7b77a9437bc4c12d0400f9e0662111aed4d.zip
adding beryl-0.2.1 to the tree
(Portage version: 2.1.2.2)
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/heliodor/ChangeLog9
-rw-r--r--x11-wm/heliodor/files/digest-heliodor-0.2.13
-rw-r--r--x11-wm/heliodor/heliodor-0.2.1.ebuild34
3 files changed, 44 insertions, 2 deletions
diff --git a/x11-wm/heliodor/ChangeLog b/x11-wm/heliodor/ChangeLog
index 0d2ae5a89997..327b5899da00 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.2 2006/12/28 19:53:26 tsunam Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/heliodor/ChangeLog,v 1.3 2007/03/21 03:11:58 tsunam Exp $
+
+*heliodor-0.2.1 (21 Mar 2007)
+
+ 21 Mar 2007; Joshua Jackson <tsunam@gentoo.org> +heliodor-0.2.1.ebuild:
+ adding beryl-0.2.1 to the tree
*heliodor-0.1.4 (28 Dec 2006)
diff --git a/x11-wm/heliodor/files/digest-heliodor-0.2.1 b/x11-wm/heliodor/files/digest-heliodor-0.2.1
new file mode 100644
index 000000000000..c117e606ac62
--- /dev/null
+++ b/x11-wm/heliodor/files/digest-heliodor-0.2.1
@@ -0,0 +1,3 @@
+MD5 7bd2538a16994b81eabc44b362ebda8c heliodor-0.2.1.tar.bz2 252950
+RMD160 2b6254c408603add0bc31428d182f6e20aec9693 heliodor-0.2.1.tar.bz2 252950
+SHA256 0dc1cd70bbb2213c616a38a11dd8d11336a4625f9af1d0db139cdf3be43535ef heliodor-0.2.1.tar.bz2 252950
diff --git a/x11-wm/heliodor/heliodor-0.2.1.ebuild b/x11-wm/heliodor/heliodor-0.2.1.ebuild
new file mode 100644
index 000000000000..499ec5f6c5a8
--- /dev/null
+++ b/x11-wm/heliodor/heliodor-0.2.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/heliodor/heliodor-0.2.1.ebuild,v 1.1 2007/03/21 03:11:58 tsunam Exp $
+
+DESCRIPTION="Beryl Metacity Window Decorator"
+HOMEPAGE="http://beryl-project.org"
+SRC_URI="http://releases.beryl-project.org/${PV}/${P}.tar.bz2"
+RESTRICT="mirror"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND=">=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}"
+
+DEPEND="${RDEPEND}
+ >=dev-util/pkgconfig-0.19
+ >=sys-devel/gettext-0.15
+ >=dev-util/intltool-0.35"
+
+src_compile() {
+ econf || die "econf failed"
+ emake || die "emake failed"
+}
+
+src_install() {
+ make DESTDIR="${D}" install || die "make install failed"
+}