From 31dd2e7be9ea7a486e1ae14d383c940223c15c4d Mon Sep 17 00:00:00 2001 From: Kathryn Kulick Date: Mon, 19 Dec 2005 00:59:46 +0000 Subject: initial import to tree (Portage version: 2.0.53) --- x11-plugins/gaim-hotkeys/ChangeLog | 10 +++++++++ x11-plugins/gaim-hotkeys/Manifest | 3 +++ .../gaim-hotkeys/files/digest-gaim-hotkeys-0.1.2 | 1 + x11-plugins/gaim-hotkeys/gaim-hotkeys-0.1.2.ebuild | 26 ++++++++++++++++++++++ x11-plugins/gaim-hotkeys/metadata.xml | 8 +++++++ 5 files changed, 48 insertions(+) create mode 100644 x11-plugins/gaim-hotkeys/ChangeLog create mode 100644 x11-plugins/gaim-hotkeys/Manifest create mode 100644 x11-plugins/gaim-hotkeys/files/digest-gaim-hotkeys-0.1.2 create mode 100644 x11-plugins/gaim-hotkeys/gaim-hotkeys-0.1.2.ebuild create mode 100644 x11-plugins/gaim-hotkeys/metadata.xml (limited to 'x11-plugins') diff --git a/x11-plugins/gaim-hotkeys/ChangeLog b/x11-plugins/gaim-hotkeys/ChangeLog new file mode 100644 index 000000000000..40979c048bcd --- /dev/null +++ b/x11-plugins/gaim-hotkeys/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for x11-plugins/gaim-hotkeys +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-hotkeys/ChangeLog,v 1.1 2005/12/19 00:59:46 gothgirl Exp $ + +*gaim-hotkeys-0.1.2 (19 Dec 2005) + + 19 Dec 2005; +metadata.xml, + +gaim-hotkeys-0.1.2.ebuild: + initial import to tree, wrt bug #115976 + diff --git a/x11-plugins/gaim-hotkeys/Manifest b/x11-plugins/gaim-hotkeys/Manifest new file mode 100644 index 000000000000..ba5d0db9970a --- /dev/null +++ b/x11-plugins/gaim-hotkeys/Manifest @@ -0,0 +1,3 @@ +MD5 15727e66991285b58f03f8b45d814ae0 files/digest-gaim-hotkeys-0.1.2 70 +MD5 09189b57422fca23f5eb01966e8e6ce3 gaim-hotkeys-0.1.2.ebuild 636 +MD5 64f10e65130f400d33b9b27d59f5a350 metadata.xml 359 diff --git a/x11-plugins/gaim-hotkeys/files/digest-gaim-hotkeys-0.1.2 b/x11-plugins/gaim-hotkeys/files/digest-gaim-hotkeys-0.1.2 new file mode 100644 index 000000000000..a393fca3b744 --- /dev/null +++ b/x11-plugins/gaim-hotkeys/files/digest-gaim-hotkeys-0.1.2 @@ -0,0 +1 @@ +MD5 76991ca0e33b642775abb511783009fc gaim-hotkeys-0.1.2.tar.gz 304842 diff --git a/x11-plugins/gaim-hotkeys/gaim-hotkeys-0.1.2.ebuild b/x11-plugins/gaim-hotkeys/gaim-hotkeys-0.1.2.ebuild new file mode 100644 index 000000000000..8ad2ccd2b8df --- /dev/null +++ b/x11-plugins/gaim-hotkeys/gaim-hotkeys-0.1.2.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-hotkeys/gaim-hotkeys-0.1.2.ebuild,v 1.1 2005/12/19 00:59:46 gothgirl Exp $ + +DESCRIPTION="gaim-hotkeys is a Gaim plugin that allows you to define global hotkeys for various actions such as toggling buddy list, fetching queued messages, opening preferences or account dialog." + +HOMEPAGE="http://gaim-hotkeys.sourceforge.net" + +SRC_URI="mirror://sourceforge/gaim-hotkeys/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND=">=net-im/gaim-1.0.0" + + +src_compile() { + econf || die "econf failed" + emake || die "emake failed" +} + +src_install() { + make DESTDIR=${D} install || die +} diff --git a/x11-plugins/gaim-hotkeys/metadata.xml b/x11-plugins/gaim-hotkeys/metadata.xml new file mode 100644 index 000000000000..f606b9319c4c --- /dev/null +++ b/x11-plugins/gaim-hotkeys/metadata.xml @@ -0,0 +1,8 @@ + + + +net-im + +Gaim-hotkeys llows you to define global hotkeys for various actions such as toggling buddy list, fetching queued messages, opening preferences or account dialog.. + + -- cgit v1.2.3-65-gdbad