From ee1f76373aa3f33852279dac5166c2bc65eab80d Mon Sep 17 00:00:00 2001 From: Rodion Date: Sat, 21 Jul 2012 16:50:04 +0300 Subject: [PATCH] add obshutdown git-ebuild --- x11-misc/obshutdown/Manifest | 1 + x11-misc/obshutdown/obshutdown-9999.ebuild | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 x11-misc/obshutdown/Manifest create mode 100644 x11-misc/obshutdown/obshutdown-9999.ebuild diff --git a/x11-misc/obshutdown/Manifest b/x11-misc/obshutdown/Manifest new file mode 100644 index 000000000..432d9d8a0 --- /dev/null +++ b/x11-misc/obshutdown/Manifest @@ -0,0 +1 @@ +EBUILD obshutdown-9999.ebuild 654 SHA256 51c7c4effdcb2aed86432460d1227c013d1071cbdd760809981f3e0f83709e8f SHA512 6d3252137db2e011e1f615d09d6e8cb1ea3184169ead253703c729d339c8d5b53ea941f43280062ec4ce6cc60ce2a31b353f199f2638a24f2317971c32b2122b WHIRLPOOL 778738e5f8fadaa9603a65916b2ba6069337fccfebafd9721dc09b196eb649490e335e7a5a9b825ccdcd90206099e5226d35bb92cdc1586d460caf8a4d282f4e diff --git a/x11-misc/obshutdown/obshutdown-9999.ebuild b/x11-misc/obshutdown/obshutdown-9999.ebuild new file mode 100644 index 000000000..e7be79bb5 --- /dev/null +++ b/x11-misc/obshutdown/obshutdown-9999.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-9999.ebuild,v 1.2 2012/05/02 21:59:12 vapier Exp $ + +EAPI="4" + +inherit flag-o-matic eutils git-2 autotools + +EGIT_REPO_URI="git://github.com/panjandrum/obshutdown.git" + +DESCRIPTION="GTK/Cairo based shutdown box styled for Openbox and others windows managers" +HOMEPAGE="https://github.com/panjandrum/obshutdown" +KEYWORDS="~amd64 ~x86" +LICENSE="GPL" +SLOT="0" + +# strace only uses the header from libaio to decode structs +DEPEND=">=x11-libs/gtk+-2.24.10-r1 + >=x11-libs/cairo-1.10.2" +RDEPEND="" +