diff options
author | Ulrich Müller <ulm@gentoo.org> | 2007-07-27 05:57:31 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2007-07-27 05:57:31 +0000 |
commit | 11ed9370a4db7cc8f50084da452f6f95d18152c7 (patch) | |
tree | 727b4c27bbe47675887366ffa72f7665b02538e4 /app-editors/jasspa-microemacs | |
parent | Add 2.18.2 and 2.18.3 reflecting package versions as was chosen officially by... (diff) | |
download | gentoo-2-11ed9370a4db7cc8f50084da452f6f95d18152c7.tar.gz gentoo-2-11ed9370a4db7cc8f50084da452f6f95d18152c7.tar.bz2 gentoo-2-11ed9370a4db7cc8f50084da452f6f95d18152c7.zip |
Remove old.
(Portage version: 2.1.3_rc9)
Diffstat (limited to 'app-editors/jasspa-microemacs')
4 files changed, 5 insertions, 84 deletions
diff --git a/app-editors/jasspa-microemacs/ChangeLog b/app-editors/jasspa-microemacs/ChangeLog index 2cf41e0e9eb7..0107dcb3a179 100644 --- a/app-editors/jasspa-microemacs/ChangeLog +++ b/app-editors/jasspa-microemacs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-editors/jasspa-microemacs # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/jasspa-microemacs/ChangeLog,v 1.25 2007/07/25 21:30:12 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/jasspa-microemacs/ChangeLog,v 1.26 2007/07/27 05:57:31 ulm Exp $ + + 27 Jul 2007; Ulrich Mueller <ulm@gentoo.org> -files/me, + -jasspa-microemacs-20060909.ebuild: + Remove unused files/me and old ebuild. 25 Jul 2007; Christoph Mende <angelos@gentoo.org> jasspa-microemacs-20060909-r1.ebuild: diff --git a/app-editors/jasspa-microemacs/files/digest-jasspa-microemacs-20060909 b/app-editors/jasspa-microemacs/files/digest-jasspa-microemacs-20060909 deleted file mode 100644 index e976725376a3..000000000000 --- a/app-editors/jasspa-microemacs/files/digest-jasspa-microemacs-20060909 +++ /dev/null @@ -1,12 +0,0 @@ -MD5 0f5218ef106fc55e63f706eb83215b83 jasspa-mehtml-20060909.tar.gz 617066 -RMD160 84a31dba95839c41661f9907bee76e8c87a13c13 jasspa-mehtml-20060909.tar.gz 617066 -SHA256 367a30cbd39856c3c4e64a18fda8fd33de8f07385bdfa680dce5f5ce91d0cdd2 jasspa-mehtml-20060909.tar.gz 617066 -MD5 32bc58bca4ba8802ba0e2c4877b39a52 jasspa-memacros-20060909-2.tar.gz 1074818 -RMD160 363f4279e3a34975239aafc219c30e25a6abbfa7 jasspa-memacros-20060909-2.tar.gz 1074818 -SHA256 b7bd93092ea5a48654a3b666ab11d243e080fe60de25504c03311ed2ec52ff17 jasspa-memacros-20060909-2.tar.gz 1074818 -MD5 6606ec40da39352e5cbb644090a13820 jasspa-mesrc-20060909-2.tar.gz 797821 -RMD160 6cac620803c84349850493c0250af7272b36af4e jasspa-mesrc-20060909-2.tar.gz 797821 -SHA256 2cb80e403a1c76c6a3405ccbf67e457e2f558e19f80c96baa608635f3e917299 jasspa-mesrc-20060909-2.tar.gz 797821 -MD5 2548c06eb31b79f48d5366730c4a07db meicons-extra.tar.gz 43345 -RMD160 6fab9d24f82bbdce9d043d1c5b483eee42f1e780 meicons-extra.tar.gz 43345 -SHA256 d56864a6abccda2b6f79b8b86c545ae4b2abb40b8761cd97bda986aed454e8ef meicons-extra.tar.gz 43345 diff --git a/app-editors/jasspa-microemacs/files/me b/app-editors/jasspa-microemacs/files/me deleted file mode 100644 index 409d6c803c9a..000000000000 --- a/app-editors/jasspa-microemacs/files/me +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/bash -if [[ -n "$DISPLAY" ]] -then - set +m; /usr/bin/me32 "$@" -else - # ixon allows ctrl S to be used for searching - stty -ixon; /usr/bin/me32 "$@"; stty ixon -fi diff --git a/app-editors/jasspa-microemacs/jasspa-microemacs-20060909.ebuild b/app-editors/jasspa-microemacs/jasspa-microemacs-20060909.ebuild deleted file mode 100644 index b783d9488d92..000000000000 --- a/app-editors/jasspa-microemacs/jasspa-microemacs-20060909.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/jasspa-microemacs/jasspa-microemacs-20060909.ebuild,v 1.2 2007/06/12 06:29:18 opfer Exp $ - -inherit eutils - -DESCRIPTION="Jasspa Microemacs" -HOMEPAGE="http://www.jasspa.com/" -SRC_URI="http://www.jasspa.com/release_${PV}/jasspa-memacros-${PV}-2.tar.gz - http://www.jasspa.com/release_${PV}/jasspa-mehtml-${PV}.tar.gz - http://www.jasspa.com/release_${PV}/jasspa-mesrc-${PV}-2.tar.gz - http://www.jasspa.com/release_${PV}/meicons-extra.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="X" - -DEPEND="virtual/libc - sys-libs/ncurses - X? ( x11-libs/libX11 - x11-libs/libXt )" -PROVIDE="virtual/editor" - -S="${WORKDIR}/me${PV:2}/src" - -src_unpack() { - unpack jasspa-mesrc-${PV}-2.tar.gz - cd "${T}" - # everything except jasspa-mesrc - unpack ${A/jasspa-mesrc-${PV}-2.tar.gz/} - cd "${S}" - epatch "${FILESDIR}/20050505-ncurses.patch" -} - -src_compile() { - # respect CFLAGS - sed -i "/^COPTIMISE/s/.*/COPTIMISE = ${CFLAGS}/" linux{2,26}.gmk - local loadpath="~/.jasspa:/usr/share/jasspa/site:/usr/share/jasspa" - if use X - then - ./build -p "$loadpath" - else - ./build -t c -p "$loadpath" - fi -} - -src_install() { - dodir /usr/share/jasspa - keepdir /usr/share/jasspa/site - if use X; then - newbin me me32 || die - dobin me || die - else - dobin mec || die - dosym /usr/bin/mec /usr/bin/me - fi - dodoc ../*.txt ../change.log - cp -r "${T}"/* "${D}"/usr/share/jasspa - - insinto /usr/share/applications - doins "${FILESDIR}/jasspa-microemacs.desktop" -} |