summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2010-11-16 08:45:40 +0000
committerPeter Volkov <pva@gentoo.org>2010-11-16 08:45:40 +0000
commit172e8c02a9e0abbb0e567981974bc6a5ab0991db (patch)
tree5c88790a66591d06fa403e590a54b23f62310ba9
parentVersion bump, #345703 wrt Kacper Kowalik (Xarthisius) (diff)
downloadgentoo-2-172e8c02a9e0abbb0e567981974bc6a5ab0991db.tar.gz
gentoo-2-172e8c02a9e0abbb0e567981974bc6a5ab0991db.tar.bz2
gentoo-2-172e8c02a9e0abbb0e567981974bc6a5ab0991db.zip
Drop old.
(Portage version: 2.1.9.24/cvs/Linux x86_64)
-rw-r--r--app-accessibility/pidgin-festival/ChangeLog7
-rw-r--r--app-accessibility/pidgin-festival/pidgin-festival-2.2-r1.ebuild25
2 files changed, 5 insertions, 27 deletions
diff --git a/app-accessibility/pidgin-festival/ChangeLog b/app-accessibility/pidgin-festival/ChangeLog
index 66ca0fdd90e0..b81ab0c0fb87 100644
--- a/app-accessibility/pidgin-festival/ChangeLog
+++ b/app-accessibility/pidgin-festival/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-accessibility/pidgin-festival
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/pidgin-festival/ChangeLog,v 1.8 2009/12/21 21:02:03 pva Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/pidgin-festival/ChangeLog,v 1.9 2010/11/16 08:45:40 pva Exp $
+
+ 16 Nov 2010; Peter Volkov <pva@gentoo.org> -pidgin-festival-2.2-r1.ebuild:
+ Drop old.
*pidgin-festival-2.4 (21 Dec 2009)
diff --git a/app-accessibility/pidgin-festival/pidgin-festival-2.2-r1.ebuild b/app-accessibility/pidgin-festival/pidgin-festival-2.2-r1.ebuild
deleted file mode 100644
index e9eeb18ffbf4..000000000000
--- a/app-accessibility/pidgin-festival/pidgin-festival-2.2-r1.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/app-accessibility/pidgin-festival/pidgin-festival-2.2-r1.ebuild,v 1.2 2009/08/15 14:23:50 ssuominen Exp $
-
-EAPI=2
-
-DESCRIPTION="A plugin for pidgin which enables text-to-speech output of conversations using festival."
-HOMEPAGE="http://pidgin.festival.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="app-accessibility/festival
- net-im/pidgin[gtk]
- >=x11-libs/gtk+-2"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc README ChangeLog
-}