diff options
-rw-r--r-- | x11-plugins/pidgin-hotkeys/ChangeLog | 10 | ||||
-rw-r--r-- | x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.3.ebuild | 6 |
2 files changed, 12 insertions, 4 deletions
diff --git a/x11-plugins/pidgin-hotkeys/ChangeLog b/x11-plugins/pidgin-hotkeys/ChangeLog index 3d137a915be1..79b50a1a8769 100644 --- a/x11-plugins/pidgin-hotkeys/ChangeLog +++ b/x11-plugins/pidgin-hotkeys/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/pidgin-hotkeys # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-hotkeys/ChangeLog,v 1.7 2007/09/28 18:28:08 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-hotkeys/ChangeLog,v 1.8 2007/10/26 11:45:00 seemant Exp $ + + 26 Oct 2007; Seemant Kulleen <seemant@gentoo.org> + pidgin-hotkeys-0.2.3.ebuild: + change description to say pidgin instead of gaim 28 Sep 2007; nixnut <nixnut@gentoo.org> pidgin-hotkeys-0.2.3.ebuild: Stable on ppc wrt bug 189781 @@ -19,6 +23,10 @@ 23 Aug 2007; Jeroen Roovers <jer@gentoo.org> pidgin-hotkeys-0.2.3.ebuild: Stable for HPPA (bug #189781). + 26 Oct 2007; Seemant Kulleen <seemant@gentoo.org> + pidgin-hotkeys-0.2.3.ebuild: + change description to say pidgin instead of gaim + *pidgin-hotkeys-0.2.3 (26 May 2007) 26 May 2007; Olivier Crête <tester@gentoo.org> +metadata.xml, 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 7f87e667e543..c75f26283be9 100644 --- a/x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.3.ebuild +++ b/x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.3.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2007 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.7 2007/09/28 18:28:08 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.3.ebuild,v 1.8 2007/10/26 11:45:00 seemant Exp $ -DESCRIPTION="pidgin-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." +DESCRIPTION="pidgin-hotkeys is a Pidgin 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" @@ -21,5 +21,5 @@ src_compile() { } src_install() { - make DESTDIR=${D} install || die + make DESTDIR="${D}" install || die } |