summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2010-11-16 08:46:38 +0000
committerPeter Volkov <pva@gentoo.org>2010-11-16 08:46:38 +0000
commit3c5330d0a388c111cdff4bce58a8208ac5479c6e (patch)
tree9810d61e0afbba0baeb50bf2a030aa8caf5fb27e /x11-plugins
parentDrop old. (diff)
downloadgentoo-2-3c5330d0a388c111cdff4bce58a8208ac5479c6e.tar.gz
gentoo-2-3c5330d0a388c111cdff4bce58a8208ac5479c6e.tar.bz2
gentoo-2-3c5330d0a388c111cdff4bce58a8208ac5479c6e.zip
Drop old.
(Portage version: 2.1.9.24/cvs/Linux x86_64)
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/pidgin-hotkeys/ChangeLog5
-rw-r--r--x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.3.ebuild25
2 files changed, 4 insertions, 26 deletions
diff --git a/x11-plugins/pidgin-hotkeys/ChangeLog b/x11-plugins/pidgin-hotkeys/ChangeLog
index b73ce953d3bc..2eac479087c0 100644
--- a/x11-plugins/pidgin-hotkeys/ChangeLog
+++ b/x11-plugins/pidgin-hotkeys/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/pidgin-hotkeys
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-hotkeys/ChangeLog,v 1.16 2010/10/26 14:31:29 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-hotkeys/ChangeLog,v 1.17 2010/11/16 08:46:38 pva Exp $
+
+ 16 Nov 2010; Peter Volkov <pva@gentoo.org> -pidgin-hotkeys-0.2.3.ebuild:
+ Drop old.
26 Oct 2010; Jeroen Roovers <jer@gentoo.org> pidgin-hotkeys-0.2.4.ebuild:
Stable for HPPA (bug #310021).
diff --git a/x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.3.ebuild b/x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.3.ebuild
deleted file mode 100644
index 80ada53e7226..000000000000
--- a/x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.3.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# 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.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://pidgin-hotkeys.sourceforge.net/"
-SRC_URI="mirror://sourceforge/gaim-hotkeys/${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
-}