From 627e02fbde5e9e71b6ba4fcae67e7f795c4c85bc Mon Sep 17 00:00:00 2001 From: Fabian Groffen Date: Mon, 13 Aug 2007 17:58:35 +0000 Subject: add gnustep-apps/azswitch (Portage 2.2.00.7595-prefix/SVN/Linux 2.6.20-1.2925.fc6 AMD Athlon(tm) 64 X2 Dual Core Processor 3800+) svn path=/prefix-overlay/; revision=264 --- gnustep-apps/azswitch/Manifest | 2 ++ gnustep-apps/azswitch/azswitch-0.2.ebuild | 21 +++++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 gnustep-apps/azswitch/Manifest create mode 100644 gnustep-apps/azswitch/azswitch-0.2.ebuild diff --git a/gnustep-apps/azswitch/Manifest b/gnustep-apps/azswitch/Manifest new file mode 100644 index 0000000..525d24d --- /dev/null +++ b/gnustep-apps/azswitch/Manifest @@ -0,0 +1,2 @@ +DIST etoile-0.2.tar.gz 21233211 RMD160 340add5114d6bd2ba9d6da648ec041702a09d565 SHA1 9d384114f5ac317eebcc6b5cda3a0f5898a7c1c7 SHA256 e3a016ceaeb28c02b9a7ac71db51ced38c0dc0fc36c8b539d878b826f988ae0f +EBUILD azswitch-0.2.ebuild 511 RMD160 565927bfab6878831aa367938c92a0aff9b4b0f6 SHA1 d74486a0b03ec6a2054f0348c1c1ff92e9fbd992 SHA256 6ea4c8753b7279cd662cb93848659a633581f25ae0f0af71c8d92b39c20f1df4 diff --git a/gnustep-apps/azswitch/azswitch-0.2.ebuild b/gnustep-apps/azswitch/azswitch-0.2.ebuild new file mode 100644 index 0000000..3b71aa7 --- /dev/null +++ b/gnustep-apps/azswitch/azswitch-0.2.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="prefix" + +inherit gnustep-2 + +S="${WORKDIR}/Etoile-${PV}/Services/Private/AZSwitch" + +DESCRIPTION="A window switching application for the Etoile project" +HOMEPAGE="http://www.etoile-project.org" +SRC_URI="http://download.gna.org/etoile/etoile-${PV}.tar.gz" + +LICENSE="MIT" +KEYWORDS="~x86 ~amd64" +SLOT="0" + +DEPEND="gnustep-libs/xwindowserverkit + gnustep-libs/etoile-ui" +RDEPEND="${DEPEND}" -- cgit v1.2.3-65-gdbad