diff options
-rw-r--r-- | x11-plugins/gaim-hotkeys/ChangeLog | 10 | ||||
-rw-r--r-- | x11-plugins/gaim-hotkeys/Manifest | 4 | ||||
-rw-r--r-- | x11-plugins/gaim-hotkeys/files/digest-gaim-hotkeys-0.1.2 | 1 | ||||
-rw-r--r-- | x11-plugins/gaim-hotkeys/gaim-hotkeys-0.1.2.ebuild | 26 | ||||
-rw-r--r-- | x11-plugins/gaim-hotkeys/metadata.xml | 8 |
5 files changed, 49 insertions, 0 deletions
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; <gothgirl@gentoo.org> +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..38ce9ea8ceed --- /dev/null +++ b/x11-plugins/gaim-hotkeys/Manifest @@ -0,0 +1,4 @@ +MD5 e3e81fe85893bcd404f12364ca2ca811 ChangeLog 383 +MD5 15727e66991285b58f03f8b45d814ae0 files/digest-gaim-hotkeys-0.1.2 70 +MD5 bdcedd4d1746f4b3498edff33d7676c8 gaim-hotkeys-0.1.2.ebuild 750 +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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>net-im</herd> +<longdescription> +Gaim-hotkeys llows you to define global hotkeys for various actions such as toggling buddy list, fetching queued messages, opening preferences or account dialog.. +</longdescription> +</pkgmetadata> |