summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2009-12-21 20:47:19 +0000
committerPeter Volkov <pva@gentoo.org>2009-12-21 20:47:19 +0000
commitaf691034ee0daa0e5f175294c9113f7e398eec37 (patch)
tree25e764375032e283bb1370239294caa3de8352d1 /x11-plugins
parenttoss out errant --disable-xen (diff)
downloadgentoo-2-af691034ee0daa0e5f175294c9113f7e398eec37.tar.gz
gentoo-2-af691034ee0daa0e5f175294c9113f7e398eec37.tar.bz2
gentoo-2-af691034ee0daa0e5f175294c9113f7e398eec37.zip
Version bump.
(Portage version: 2.1.7.15/cvs/Linux x86_64)
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/pidgin-hotkeys/ChangeLog8
-rw-r--r--x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.3.ebuild4
-rw-r--r--x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.4.ebuild27
3 files changed, 36 insertions, 3 deletions
diff --git a/x11-plugins/pidgin-hotkeys/ChangeLog b/x11-plugins/pidgin-hotkeys/ChangeLog
index eae7477b5143..e3c95ba2eb0d 100644
--- a/x11-plugins/pidgin-hotkeys/ChangeLog
+++ b/x11-plugins/pidgin-hotkeys/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-plugins/pidgin-hotkeys
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-hotkeys/ChangeLog,v 1.11 2009/08/16 09:18:41 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-hotkeys/ChangeLog,v 1.12 2009/12/21 20:47:19 pva Exp $
+
+*pidgin-hotkeys-0.2.4 (21 Dec 2009)
+
+ 21 Dec 2009; Peter Volkov <pva@gentoo.org> pidgin-hotkeys-0.2.3.ebuild,
+ +pidgin-hotkeys-0.2.4.ebuild:
+ Version bump.
16 Aug 2009; Petteri Räty <betelgeuse@gentoo.org>
pidgin-hotkeys-0.2.3.ebuild:
diff --git a/x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.3.ebuild b/x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.3.ebuild
index 79ad9ed0faee..80ada53e7226 100644
--- a/x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.3.ebuild
+++ b/x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.3.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.3.ebuild,v 1.12 2009/12/21 13:01:10 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.3.ebuild,v 1.13 2009/12/21 20:47:19 pva Exp $
EAPI="2"
inherit eutils
DESCRIPTION="plugin that allows you to define global hotkeys for various actions"
-HOMEPAGE="http://gaim-hotkeys.sourceforge.net/"
+HOMEPAGE="http://pidgin-hotkeys.sourceforge.net/"
SRC_URI="mirror://sourceforge/gaim-hotkeys/${P}.tar.gz"
LICENSE="GPL-2"
diff --git a/x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.4.ebuild b/x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.4.ebuild
new file mode 100644
index 000000000000..a726a44582ff
--- /dev/null
+++ b/x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.4.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.4.ebuild,v 1.1 2009/12/21 20:47:19 pva Exp $
+
+EAPI="2"
+
+inherit eutils
+
+DESCRIPTION="Pidgin plugin to define global hotkeys for various actions"
+HOMEPAGE="http://pidgin-hotkeys.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~x86"
+IUSE=""
+
+RDEPEND="net-im/pidgin[gtk]
+ >=x11-libs/gtk+-2"
+
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
+
+src_install() {
+ emake DESTDIR="${D}" install || die
+ dodoc AUTHORS ChangeLog README NEWS || die
+}