diff options
author | Tim Harder <radhermit@gentoo.org> | 2011-04-22 23:20:45 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2011-04-22 23:20:45 +0000 |
commit | c8a3a46a0ca945d615c617d32de27c311bae8746 (patch) | |
tree | 2daae665fb97a240e4e7e3a1d9d2b0865b01ec17 /app-misc/gtypist | |
parent | Ensure tests are run, bug #354631. (diff) | |
download | gentoo-2-c8a3a46a0ca945d615c617d32de27c311bae8746.tar.gz gentoo-2-c8a3a46a0ca945d615c617d32de27c311bae8746.tar.bz2 gentoo-2-c8a3a46a0ca945d615c617d32de27c311bae8746.zip |
Remove old.
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'app-misc/gtypist')
-rw-r--r-- | app-misc/gtypist/ChangeLog | 9 | ||||
-rw-r--r-- | app-misc/gtypist/files/gtypist-2.7-xemacs-compat.patch | 18 | ||||
-rw-r--r-- | app-misc/gtypist/files/gtypist-2.8-xemacs-compat.patch | 18 | ||||
-rw-r--r-- | app-misc/gtypist/gtypist-2.7-r1.ebuild | 62 | ||||
-rw-r--r-- | app-misc/gtypist/gtypist-2.7.ebuild | 27 | ||||
-rw-r--r-- | app-misc/gtypist/gtypist-2.8.ebuild | 62 |
6 files changed, 7 insertions, 189 deletions
diff --git a/app-misc/gtypist/ChangeLog b/app-misc/gtypist/ChangeLog index 0bcf0ee61398..1c76939cd4f2 100644 --- a/app-misc/gtypist/ChangeLog +++ b/app-misc/gtypist/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-misc/gtypist -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/gtypist/ChangeLog,v 1.21 2010/10/14 19:14:27 ranger Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/gtypist/ChangeLog,v 1.22 2011/04/22 23:20:45 radhermit Exp $ + + 22 Apr 2011; Tim Harder <radhermit@gentoo.org> -gtypist-2.7.ebuild, + -gtypist-2.7-r1.ebuild, -files/gtypist-2.7-xemacs-compat.patch, + -gtypist-2.8.ebuild, -files/gtypist-2.8-xemacs-compat.patch: + Remove old. 14 Oct 2010; Brent Baude <ranger@gentoo.org> gtypist-2.8.3.ebuild: stable ppc, bug 333973 diff --git a/app-misc/gtypist/files/gtypist-2.7-xemacs-compat.patch b/app-misc/gtypist/files/gtypist-2.7-xemacs-compat.patch deleted file mode 100644 index 9d45511187b7..000000000000 --- a/app-misc/gtypist/files/gtypist-2.7-xemacs-compat.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- gtypist-2.7-orig/tools/gtypist-mode.el 2003-09-28 23:35:22.000000000 +0200 -+++ gtypist-2.7/tools/gtypist-mode.el 2007-04-21 14:49:16.000000000 +0200 -@@ -95,7 +95,14 @@ - - (require 'font-lock) - (require 'thingatpt) --(require 'executable) ;; executable-find -+ -+(eval-and-compile -+ (cond -+ ((fboundp 'executable-find)) -+ ((fboundp 'locate-file) -+ (defun executable-find (command) -+ (locate-file command exec-path nil 'executable))) -+ (t (require 'executable)))) - - (defvar gtypist-mode-syntax-table nil "Syntax-table for gtypist-mode.") - (unless gtypist-mode-syntax-table diff --git a/app-misc/gtypist/files/gtypist-2.8-xemacs-compat.patch b/app-misc/gtypist/files/gtypist-2.8-xemacs-compat.patch deleted file mode 100644 index 6b4af23392ea..000000000000 --- a/app-misc/gtypist/files/gtypist-2.8-xemacs-compat.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- gtypist-2.8-orig/tools/gtypist-mode.el 2003-09-28 23:35:22.000000000 +0200 -+++ gtypist-2.8/tools/gtypist-mode.el 2007-04-21 14:49:16.000000000 +0200 -@@ -95,7 +95,14 @@ - - (require 'font-lock) - (require 'thingatpt) --(require 'executable) ;; executable-find -+ -+(eval-and-compile -+ (cond -+ ((fboundp 'executable-find)) -+ ((fboundp 'locate-file) -+ (defun executable-find (command) -+ (locate-file command exec-path nil 'executable))) -+ (t (require 'executable)))) - - (defvar gtypist-mode-syntax-table nil "Syntax-table for gtypist-mode.") - (unless gtypist-mode-syntax-table diff --git a/app-misc/gtypist/gtypist-2.7-r1.ebuild b/app-misc/gtypist/gtypist-2.7-r1.ebuild deleted file mode 100644 index 26dad2f19a4a..000000000000 --- a/app-misc/gtypist/gtypist-2.7-r1.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/gtypist/gtypist-2.7-r1.ebuild,v 1.2 2009/06/21 18:55:50 graaff Exp $ - -inherit eutils elisp-common - -DESCRIPTION="Universal typing tutor" -HOMEPAGE="http://www.gnu.org/software/gtypist/" -SRC_URI="mirror://gnu/gtypist/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~amd64 ~ppc" -IUSE="nls emacs xemacs" - -DEPEND=">=sys-libs/ncurses-5.2 - emacs? ( virtual/emacs ) - xemacs? ( !emacs? ( app-editors/xemacs app-xemacs/fsf-compat ) )" - -RDEPEND="${DEPEND}" - -SITEFILE=50${PN}-gentoo.el - -src_unpack() { - unpack ${A} - epatch "${FILESDIR}"/${P}-xemacs-compat.patch -} - -src_compile() { - local lispdir="" - if use emacs; then - lispdir="${SITELISP}/${PN}" - einfo "Configuring to build with GNU Emacs support" - elif use xemacs; then - lispdir="/usr/lib/xemacs/site-packages/lisp/${PN}" - einfo "Configuring to build with XEmacs support" - fi - - econf $(use_enable nls) \ - EMACS=$(usev emacs || usev xemacs || echo no) \ - --with-lispdir="${lispdir}" \ - || die "econf failed" - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog NEWS README THANKS TODO - - if use emacs; then - elisp-site-file-install "${FILESDIR}/${SITEFILE}" \ - || die "elisp-site-file-install failed" - fi -} - -pkg_postinst() { - use emacs && elisp-site-regen -} - -pkg_postrm() { - use emacs && elisp-site-regen -} diff --git a/app-misc/gtypist/gtypist-2.7.ebuild b/app-misc/gtypist/gtypist-2.7.ebuild deleted file mode 100644 index f66315d47e3f..000000000000 --- a/app-misc/gtypist/gtypist-2.7.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/gtypist/gtypist-2.7.ebuild,v 1.11 2010/01/01 18:06:31 ssuominen Exp $ - -DESCRIPTION="universal typing tutor" -HOMEPAGE="http://www.gnu.org/software/gtypist/gtypist.html" -SRC_URI="mirror://gnu/gtypist/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 amd64 ppc" -IUSE="nls" - -DEPEND=">=sys-libs/ncurses-5.2" - -src_compile() { - # gtypist also produces some Emacs/XEmacs editing modes if - # emacs/xemacs is present. if emacs/xemacs is not present then - # these emacs modes are not compiled or installed. - econf `use_enable nls` || die - emake || die -} - -src_install() { - make DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog NEWS README TODO THANKS -} diff --git a/app-misc/gtypist/gtypist-2.8.ebuild b/app-misc/gtypist/gtypist-2.8.ebuild deleted file mode 100644 index 028cefc4df15..000000000000 --- a/app-misc/gtypist/gtypist-2.8.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/gtypist/gtypist-2.8.ebuild,v 1.2 2010/01/17 23:45:01 cla Exp $ - -inherit eutils elisp-common - -DESCRIPTION="Universal typing tutor" -HOMEPAGE="http://www.gnu.org/software/gtypist/" -SRC_URI="mirror://gnu/gtypist/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="nls emacs xemacs" - -DEPEND=">=sys-libs/ncurses-5.2 - emacs? ( virtual/emacs ) - xemacs? ( !emacs? ( app-editors/xemacs app-xemacs/fsf-compat ) )" - -RDEPEND="${DEPEND}" - -SITEFILE=50${PN}-gentoo.el - -src_unpack() { - unpack ${A} - epatch "${FILESDIR}"/${P}-xemacs-compat.patch -} - -src_compile() { - local lispdir="" - if use emacs; then - lispdir="${SITELISP}/${PN}" - einfo "Configuring to build with GNU Emacs support" - elif use xemacs; then - lispdir="/usr/lib/xemacs/site-packages/lisp/${PN}" - einfo "Configuring to build with XEmacs support" - fi - - econf $(use_enable nls) \ - EMACS=$(usev emacs || usev xemacs || echo no) \ - --with-lispdir="${lispdir}" \ - || die "econf failed" - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog NEWS README THANKS TODO - - if use emacs; then - elisp-site-file-install "${FILESDIR}/${SITEFILE}" \ - || die "elisp-site-file-install failed" - fi -} - -pkg_postinst() { - use emacs && elisp-site-regen -} - -pkg_postrm() { - use emacs && elisp-site-regen -} |