summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Brannon <teiresias@gentoo.org>2014-02-08 07:50:24 +0000
committerChristopher Brannon <teiresias@gentoo.org>2014-02-08 07:50:24 +0000
commitc49ffedb6daf308a03782991fc37882fc5ccd80b (patch)
treed7f1b617d6b0b9e48141e285b0a9b22aca8c089f /app-accessibility
parentCleanup. (diff)
downloadgentoo-2-c49ffedb6daf308a03782991fc37882fc5ccd80b.tar.gz
gentoo-2-c49ffedb6daf308a03782991fc37882fc5ccd80b.tar.bz2
gentoo-2-c49ffedb6daf308a03782991fc37882fc5ccd80b.zip
Remove old versions.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x6521e06d)
Diffstat (limited to 'app-accessibility')
-rw-r--r--app-accessibility/emacspeak/ChangeLog8
-rw-r--r--app-accessibility/emacspeak/emacspeak-30.0.ebuild40
-rw-r--r--app-accessibility/emacspeak/emacspeak-31.0.ebuild43
-rw-r--r--app-accessibility/emacspeak/emacspeak-33.0.ebuild48
-rw-r--r--app-accessibility/emacspeak/emacspeak-38.0.ebuild62
-rw-r--r--app-accessibility/emacspeak/files/emacspeak-33.0-greader-garbage.patch11
-rw-r--r--app-accessibility/emacspeak/files/emacspeak-33.0-respect-ldflags.patch57
7 files changed, 7 insertions, 262 deletions
diff --git a/app-accessibility/emacspeak/ChangeLog b/app-accessibility/emacspeak/ChangeLog
index 1532d2921dd1..df2fb4b33649 100644
--- a/app-accessibility/emacspeak/ChangeLog
+++ b/app-accessibility/emacspeak/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-accessibility/emacspeak
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/emacspeak/ChangeLog,v 1.53 2014/01/26 10:56:03 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/emacspeak/ChangeLog,v 1.54 2014/02/08 07:50:24 teiresias Exp $
+
+ 08 Feb 2014; Christopher Brannon <teiresias@gentoo.org>
+ -emacspeak-30.0.ebuild, -emacspeak-31.0.ebuild, -emacspeak-33.0.ebuild,
+ -files/emacspeak-33.0-greader-garbage.patch,
+ -files/emacspeak-33.0-respect-ldflags.patch, -emacspeak-38.0.ebuild:
+ Remove old versions.
26 Jan 2014; Agostino Sarubbo <ago@gentoo.org> emacspeak-39.0-r1.ebuild:
Stable for x86, wrt bug #498384
diff --git a/app-accessibility/emacspeak/emacspeak-30.0.ebuild b/app-accessibility/emacspeak/emacspeak-30.0.ebuild
deleted file mode 100644
index c14504b7883b..000000000000
--- a/app-accessibility/emacspeak/emacspeak-30.0.ebuild
+++ /dev/null
@@ -1,40 +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/emacspeak/emacspeak-30.0.ebuild,v 1.5 2009/11/01 18:46:55 eva Exp $
-
-EAPI="2"
-
-inherit eutils
-
-DESCRIPTION="the emacspeak audio desktop"
-HOMEPAGE="http://emacspeak.sourceforge.net/"
-SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.bz2
- mirror://gentoo/${P}-patches.tar.bz2"
-LICENSE="BSD GPL-2"
-SLOT="0"
-KEYWORDS="ppc x86"
-IUSE=""
-
-DEPEND=">=virtual/emacs-22"
-RDEPEND="${DEPEND}
- >=dev-tcltk/tclx-8.4"
-
-src_prepare() {
- EPATCH_SUFFIX="patch" \
- epatch
-}
-
-src_configure() {
- make config || die
-}
-
-src_compile() {
- make emacspeak || die
-}
-
-src_install() {
- make prefix="${D}"/usr install || die
- dodoc README etc/NEWS* etc/FAQ etc/COPYRIGHT
- dohtml -r install-guide user-guide
- sed -i -e "s:/.*image/::" "${D}"/usr/bin/emacspeak
-}
diff --git a/app-accessibility/emacspeak/emacspeak-31.0.ebuild b/app-accessibility/emacspeak/emacspeak-31.0.ebuild
deleted file mode 100644
index bde8b834c28d..000000000000
--- a/app-accessibility/emacspeak/emacspeak-31.0.ebuild
+++ /dev/null
@@ -1,43 +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/emacspeak/emacspeak-31.0.ebuild,v 1.1 2009/12/03 04:59:51 williamh Exp $
-
-EAPI="2"
-
-inherit eutils
-
-DESCRIPTION="the emacspeak audio desktop"
-HOMEPAGE="http://emacspeak.sourceforge.net/"
-SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.bz2"
-LICENSE="BSD GPL-2"
-SLOT="0"
-KEYWORDS="~ppc ~x86"
-IUSE="+espeak"
-
-DEPEND=">=virtual/emacs-22
- espeak? ( app-accessibility/espeak )"
-
-RDEPEND="${DEPEND}
- >=dev-tcltk/tclx-8.4"
-
-src_configure() {
- make config || die
-}
-
-src_compile() {
- make emacspeak || die
- if use espeak; then
- cd servers/linux-espeak
- make TCL_VERSION=8.5 || die
- fi
-}
-
-src_install() {
- make DESTDIR="${D}" install || die
- dodoc README etc/NEWS* etc/FAQ etc/COPYRIGHT
- dohtml -r install-guide user-guide
- if use espeak; then
- cd servers/linux-espeak
- make DESTDIR="${D}" install
- fi
-}
diff --git a/app-accessibility/emacspeak/emacspeak-33.0.ebuild b/app-accessibility/emacspeak/emacspeak-33.0.ebuild
deleted file mode 100644
index bd593ff27131..000000000000
--- a/app-accessibility/emacspeak/emacspeak-33.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/emacspeak/emacspeak-33.0.ebuild,v 1.2 2010/12/03 18:35:56 williamh Exp $
-
-EAPI="2"
-
-inherit eutils
-
-DESCRIPTION="the emacspeak audio desktop"
-HOMEPAGE="http://emacspeak.sourceforge.net/"
-SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.bz2"
-LICENSE="BSD GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="+espeak"
-
-DEPEND=">=virtual/emacs-22
- espeak? ( app-accessibility/espeak )"
-
-RDEPEND="${DEPEND}
- >=dev-tcltk/tclx-8.4"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-greader-garbage.patch
- epatch "${FILESDIR}"/${P}-respect-ldflags.patch
-}
-
-src_configure() {
- make config || die
-}
-
-src_compile() {
- make emacspeak || die
- if use espeak; then
- cd servers/linux-espeak
- make TCL_VERSION=8.5 || die
- fi
-}
-
-src_install() {
- make DESTDIR="${D}" install || die
- if use espeak; then
- cd servers/linux-espeak
- make DESTDIR="${D}" install || die "espeak server instalation failed"
- fi
- dodoc README etc/NEWS* etc/FAQ etc/COPYRIGHT
- dohtml -r install-guide user-guide
-}
diff --git a/app-accessibility/emacspeak/emacspeak-38.0.ebuild b/app-accessibility/emacspeak/emacspeak-38.0.ebuild
deleted file mode 100644
index 64554489d576..000000000000
--- a/app-accessibility/emacspeak/emacspeak-38.0.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/emacspeak/emacspeak-38.0.ebuild,v 1.1 2013/07/09 02:25:08 williamh Exp $
-
-EAPI=5
-
-inherit eutils
-
-if [[ ${PV} == "9999" ]] ; then
- ESVN_REPO_URI="http://${PN}.googlecode.com/svn/trunk"
- inherit subversion
-else
- SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.bz2"
- KEYWORDS="~amd64 ~ppc ~x86"
-fi
-
-DESCRIPTION="the emacspeak audio desktop"
-HOMEPAGE="http://emacspeak.sourceforge.net/"
-LICENSE="BSD GPL-2"
-SLOT="0"
-IUSE="+espeak"
-
-DEPEND=">=virtual/emacs-22
- espeak? ( app-accessibility/espeak )"
-
-RDEPEND="${DEPEND}
- >=dev-tcltk/tclx-8.4"
-
-src_prepare() {
- # Allow user patches to be applied without modifying the ebuild
- epatch_user
-}
-
-src_configure() {
- emake config
-}
-
-src_compile() {
- emake emacspeak
- if use espeak; then
- local tcl_version="$(echo 'puts $tcl_version;exit 0' |tclsh)"
- if [[ -z $tcl_version ]]; then
- die 'Unable to detect the installed version of dev-lang/tcl.'
- fi
- cd servers/linux-espeak
- emake TCL_VERSION="${tcl_version}"
- fi
-}
-
-src_install() {
- emake DESTDIR="${D}" install
- if use espeak; then
- pushd servers/linux-espeak > /dev/null || die
- emake DESTDIR="${D}" install
- popd > /dev/null || die
- fi
- dodoc README etc/NEWS* etc/FAQ etc/COPYRIGHT
- dohtml -r install-guide user-guide
- cd "${D}/usr/share/emacs/site-lisp/${PN}"
- rm -rf README etc/NEWS* etc/FAQ etc/COPYRIGHT install-guide \
- user-guide || die
-}
diff --git a/app-accessibility/emacspeak/files/emacspeak-33.0-greader-garbage.patch b/app-accessibility/emacspeak/files/emacspeak-33.0-greader-garbage.patch
deleted file mode 100644
index 5919d125c88b..000000000000
--- a/app-accessibility/emacspeak/files/emacspeak-33.0-greader-garbage.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- emacspeak-33.0-orig/lisp/g-client/greader.el
-+++ emacspeak-33.0/lisp/g-client/greader.el
-@@ -704,7 +704,7 @@
-
- (defvar greader-contents-rest-url
- "http://www.google.com/reader/api/0/stream/items/contents"
-- "REST endpoint for getting content.")e
-+ "REST endpoint for getting content.")
-
- (defun greader-search-results (query)
- "Return GReader search results."
diff --git a/app-accessibility/emacspeak/files/emacspeak-33.0-respect-ldflags.patch b/app-accessibility/emacspeak/files/emacspeak-33.0-respect-ldflags.patch
deleted file mode 100644
index 57f4eb65e65c..000000000000
--- a/app-accessibility/emacspeak/files/emacspeak-33.0-respect-ldflags.patch
+++ /dev/null
@@ -1,57 +0,0 @@
-From aa02a6b3aed32612ca1c2c69fc9d0234efeeef0e Mon Sep 17 00:00:00 2001
-From: William Hubbs <w.d.hubbs@gmail.com>
-Date: Wed, 1 Dec 2010 17:41:35 -0600
-Subject: [PATCH] server makefiles should respect LDFLAGS
-
----
- servers/linux-espeak/Makefile | 2 +-
- servers/linux-outloud/Makefile | 4 ++--
- servers/software-dtk/Makefile | 2 +-
- 3 files changed, 4 insertions(+), 4 deletions(-)
-
-diff --git a/servers/linux-espeak/Makefile b/servers/linux-espeak/Makefile
-index 2fd8f66..d247b04 100644
---- a/servers/linux-espeak/Makefile
-+++ b/servers/linux-espeak/Makefile
-@@ -15,7 +15,7 @@ TTS=tclespeak.so
- all: $(TTS)
-
- $(TTS): tclespeak.o
-- $(CXX) -shared -o $@ $< $(LIBS)
-+ $(CXX) $(LDFLAGS) -shared -o $@ $< $(LIBS)
-
- clean:
- rm -f *.so *.o
-diff --git a/servers/linux-outloud/Makefile b/servers/linux-outloud/Makefile
-index 0e5a061..c6915a8 100644
---- a/servers/linux-outloud/Makefile
-+++ b/servers/linux-outloud/Makefile
-@@ -15,10 +15,10 @@ LIBS= -ltcl$(TCL_VERSION) -lasound -ldl
- all: atcleci.so
-
- atcleci.so: langswitch.o atcleci.o
-- $(CXX) -m32 -shared -o $@ langswitch.o atcleci.o $(LIBS)
-+ $(CXX) $(LDFLAGS) -m32 -shared -o $@ langswitch.o atcleci.o $(LIBS)
-
- alsaparams: alsaparams.o
-- $(CC) -o $@ alsaparams.o -lasound
-+ $(CC) $(LDFLAGS) -o $@ alsaparams.o -lasound
-
- clean:
- rm -f *.so *.o
-diff --git a/servers/software-dtk/Makefile b/servers/software-dtk/Makefile
-index 383592e..1b623bd 100644
---- a/servers/software-dtk/Makefile
-+++ b/servers/software-dtk/Makefile
-@@ -11,7 +11,7 @@ SERVER_DIR=/usr/share/emacs/site-lisp/emacspeak/servers/software-dtk
- FILES=tcldtk.c tcldtk.so tcldtk.o Makefile
-
- tcldtk.so: tcldtk.o
-- $(CC) -shared -o $@ $< $(LIBS)
-+ $(CC) $(LDFLAGS) -shared -o $@ $< $(LIBS)
-
- dist: software-dtk.tar.gz
-
---
-1.7.2.2
-