diff options
author | Peter Volkov <pva@gentoo.org> | 2010-11-16 08:46:38 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2010-11-16 08:46:38 +0000 |
commit | 11e5ddc7e98aea462d8ce0937db4d277b322c8dd (patch) | |
tree | 2fecf86bc7b3cbc414282ae69f0176361ba04d87 /x11-plugins | |
parent | Drop old. (diff) | |
download | historical-11e5ddc7e98aea462d8ce0937db4d277b322c8dd.tar.gz historical-11e5ddc7e98aea462d8ce0937db4d277b322c8dd.tar.bz2 historical-11e5ddc7e98aea462d8ce0937db4d277b322c8dd.zip |
Drop old.
Package-Manager: portage-2.1.9.24/cvs/Linux x86_64
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/pidgin-encryption/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/pidgin-encryption/pidgin-encryption-3.0.ebuild | 33 | ||||
-rw-r--r-- | x11-plugins/pidgin-hotkeys/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.3.ebuild | 25 |
4 files changed, 8 insertions, 60 deletions
diff --git a/x11-plugins/pidgin-encryption/ChangeLog b/x11-plugins/pidgin-encryption/ChangeLog index 5dd2b2f9f3c0..4262d422549c 100644 --- a/x11-plugins/pidgin-encryption/ChangeLog +++ b/x11-plugins/pidgin-encryption/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/pidgin-encryption # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-encryption/ChangeLog,v 1.14 2010/10/26 14:33:40 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-encryption/ChangeLog,v 1.15 2010/11/16 08:45:44 pva Exp $ + + 16 Nov 2010; Peter Volkov <pva@gentoo.org> -pidgin-encryption-3.0.ebuild: + Drop old. 26 Oct 2010; Jeroen Roovers <jer@gentoo.org> pidgin-encryption-3.0-r1.ebuild: diff --git a/x11-plugins/pidgin-encryption/pidgin-encryption-3.0.ebuild b/x11-plugins/pidgin-encryption/pidgin-encryption-3.0.ebuild deleted file mode 100644 index 4c8cbb39a5eb..000000000000 --- a/x11-plugins/pidgin-encryption/pidgin-encryption-3.0.ebuild +++ /dev/null @@ -1,33 +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-encryption/pidgin-encryption-3.0.ebuild,v 1.8 2009/02/05 05:11:25 darkside Exp $ - -inherit flag-o-matic eutils - -DESCRIPTION="Pidgin IM Encryption PlugIn" -HOMEPAGE="http://pidgin-encrypt.sourceforge.net/" -SRC_URI="mirror://sourceforge/gaim-encryption/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 hppa ppc ~ppc64 sparc x86 ~x86-fbsd" -IUSE="nls" - -RDEPEND="net-im/pidgin - >=x11-libs/gtk+-2 - >=dev-libs/nss-3.11" - -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_compile() { - strip-flags - replace-flags -O? -O2 - econf $(use_enable nls) || die "failed running configure" - emake -j1 || die "Make failed" -} - -src_install() { - make install DESTDIR="${D}" || die "Install failed" - dodoc CHANGELOG INSTALL NOTES README TODO VERSION WISHLIST -} 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 -} |