summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2008-10-23 13:29:36 +0000
committerWilliam Hubbs <williamh@gentoo.org>2008-10-23 13:29:36 +0000
commit27cf6fa68358be3fd7c9b18474e9c4c5d6413656 (patch)
tree1ecb0f8728a7a35902710999a78e1fef16fa7494 /app-accessibility/espeakup
parentVersion bump. (diff)
downloadgentoo-2-27cf6fa68358be3fd7c9b18474e9c4c5d6413656.tar.gz
gentoo-2-27cf6fa68358be3fd7c9b18474e9c4c5d6413656.tar.bz2
gentoo-2-27cf6fa68358be3fd7c9b18474e9c4c5d6413656.zip
Removed old version.
(Portage version: 2.2_rc12/cvs/Linux 2.6.27-gentoo i686)
Diffstat (limited to 'app-accessibility/espeakup')
-rw-r--r--app-accessibility/espeakup/ChangeLog5
-rw-r--r--app-accessibility/espeakup/espeakup-0.2.ebuild34
2 files changed, 4 insertions, 35 deletions
diff --git a/app-accessibility/espeakup/ChangeLog b/app-accessibility/espeakup/ChangeLog
index d84c7bb75059..e040cff2cb70 100644
--- a/app-accessibility/espeakup/ChangeLog
+++ b/app-accessibility/espeakup/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-accessibility/espeakup
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeakup/ChangeLog,v 1.3 2008/10/23 13:27:28 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeakup/ChangeLog,v 1.4 2008/10/23 13:29:36 williamh Exp $
+
+ 23 Oct 2008; William Hubbs <williamh@gentoo.org> -espeakup-0.2.ebuild:
+ Removed old version.
*espeakup-0.4 (23 Oct 2008)
diff --git a/app-accessibility/espeakup/espeakup-0.2.ebuild b/app-accessibility/espeakup/espeakup-0.2.ebuild
deleted file mode 100644
index c3d570c7e44b..000000000000
--- a/app-accessibility/espeakup/espeakup-0.2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeakup/espeakup-0.2.ebuild,v 1.2 2008/09/11 18:08:35 dmwaters Exp $
-
-DESCRIPTION="espeakup is a small lightweight connector for espeak and speakup"
-HOMEPAGE="http://www.linux-speakup.org"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="app-accessibility/espeak"
-RDEPEND="${DEPEND}
- app-accessibility/speakup"
-
-src_compile() {
- emake || die "Compile failed."
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "Install failed."
- dodoc README ToDo
- newinitd "${FILESDIR}"/espeakup.rc espeakup
-}
-
-pkg_postinst() {
- elog "To get espeakup to start automatically, it is currently recommended"
- echo "that you add it to the default run level, by giving the following"
- elog "command as root."
- elog
- elog "rc-update add espeakup default"
-}