diff options
4 files changed, 107 insertions, 1 deletions
diff --git a/app-editors/jasspa-microemacs/ChangeLog b/app-editors/jasspa-microemacs/ChangeLog index e4b85b3dd781..457c9ba4c7d5 100644 --- a/app-editors/jasspa-microemacs/ChangeLog +++ b/app-editors/jasspa-microemacs/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-editors/jasspa-microemacs # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/jasspa-microemacs/ChangeLog,v 1.14 2006/05/15 15:46:26 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/jasspa-microemacs/ChangeLog,v 1.15 2006/06/11 15:59:24 mkennedy Exp $ + +*jasspa-microemacs-20050505-r3 (11 Jun 2006) + + 11 Jun 2006; Matthew Kennedy <mkennedy@gentoo.org> + +files/20050505-ncurses.patch, +jasspa-microemacs-20050505-r3.ebuild: + Fixes compilation error by not testing for termcap; Resolves Bug #134813. *jasspa-microemacs-20050505-r2 (15 May 2006) diff --git a/app-editors/jasspa-microemacs/files/20050505-ncurses.patch b/app-editors/jasspa-microemacs/files/20050505-ncurses.patch new file mode 100644 index 000000000000..d472b64db368 --- /dev/null +++ b/app-editors/jasspa-microemacs/files/20050505-ncurses.patch @@ -0,0 +1,22 @@ +diff --git a/src/linux26.gmk b/src/linux26.gmk +index edceb3a..4ca8a53 100644 +--- a/src/linux26.gmk ++++ b/src/linux26.gmk +@@ -59,12 +59,12 @@ # figure out if termcap is avaiable or i + # accomplish this try to compile test.c and see if it can link termcap. For + # Linux 2.6 then preference would appear to be "ncurses" rather than "termcap". + # +-test = $(shell echo "main() { printf(\"HW\n\"); }" > _t.c ; $(LD) $(LDFLAGS) -o /dev/null -lncurses _t.c 2>&1 ; rm _t.c) +-ifneq "$(strip $(test))" "" +-CONSOLE_LIBS = -ltermcap +-else ++#test = $(shell echo "main() { printf(\"HW\n\"); }" > _t.c ; $(LD) $(LDFLAGS) -o /dev/null -lncurses _t.c 2>&1 ; rm _t.c) ++#ifneq "$(strip $(test))" "" ++#CONSOLE_LIBS = -ltermcap ++#else + CONSOLE_LIBS = -lncurses +-endif ++#endif + # + # Rules + # diff --git a/app-editors/jasspa-microemacs/files/digest-jasspa-microemacs-20050505-r3 b/app-editors/jasspa-microemacs/files/digest-jasspa-microemacs-20050505-r3 new file mode 100644 index 000000000000..a5b9c8aad0e4 --- /dev/null +++ b/app-editors/jasspa-microemacs/files/digest-jasspa-microemacs-20050505-r3 @@ -0,0 +1,12 @@ +MD5 4f401363ea1e602932c28ec78e10a9d7 jasspa-mehtml-20050505.tar.gz 564799 +RMD160 f5b8dbafe1c17aae7966eb927789058f0b8f8a4e jasspa-mehtml-20050505.tar.gz 564799 +SHA256 b2a21e0fca4eb51ab815b01aa2c5d59e85ecf4cf329c0b994cc0c59afb9a3f1e jasspa-mehtml-20050505.tar.gz 564799 +MD5 1eaab11945f2fab0b1131dcc3f94364d jasspa-memacros-20050505.tar.gz 964556 +RMD160 0a45834b68cab711762119c5a81aaa1e3944c507 jasspa-memacros-20050505.tar.gz 964556 +SHA256 ec724ecd1f2ecba91e2ddc86bf1db061d498c1e6aa3e26b178263679744e56c2 jasspa-memacros-20050505.tar.gz 964556 +MD5 9feb7449e0a18699a80ac6dd77b48824 jasspa-mesrc-20050505.tar.gz 767929 +RMD160 8d56580eda752490c3e6f64e319fa43f11ea9979 jasspa-mesrc-20050505.tar.gz 767929 +SHA256 9136cb3b703e34257b22b0c2a38e2203e349a8efb8ad73a6bfc05607deb37270 jasspa-mesrc-20050505.tar.gz 767929 +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/jasspa-microemacs-20050505-r3.ebuild b/app-editors/jasspa-microemacs/jasspa-microemacs-20050505-r3.ebuild new file mode 100644 index 000000000000..1984e3fee4c5 --- /dev/null +++ b/app-editors/jasspa-microemacs/jasspa-microemacs-20050505-r3.ebuild @@ -0,0 +1,66 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/jasspa-microemacs/jasspa-microemacs-20050505-r3.ebuild,v 1.1 2006/06/11 15:59:24 mkennedy Exp $ + +inherit eutils + +MY_PV=${PV} # 20021205 -> 021205 + +DESCRIPTION="Jasspa Microemacs" +HOMEPAGE="http://www.jasspa.com/" +SRC_URI="http://www.jasspa.com/release_${PV}/jasspa-memacros-${PV}.tar.gz + http://www.jasspa.com/release_${PV}/jasspa-mehtml-${PV}.tar.gz + http://www.jasspa.com/release_${PV}/jasspa-mesrc-${PV}.tar.gz + http://www.jasspa.com/release_${PV}/meicons-extra.tar.gz" +# http://www.jasspa.com/release_${MY_PV}/me.ehf.gz +# http://www.jasspa.com/release_${MY_PV}/meicons.tar.gz +## http://www.jasspa.com/spelling/ls_enus.tar.gz +## http://www.jasspa.com/release_${MY_PV}/readme.jasspa_gnome + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc ~amd64" +IUSE="X" + +DEPEND="virtual/libc + sys-libs/ncurses + X? ( || ( x11-libs/libX11 virtual/x11 ) )" + +S="${WORKDIR}/me${PV:2}/src" + +src_unpack() { + unpack jasspa-mesrc-${PV}.tar.gz + cd ${T} + # everything except jasspa-mesrc + unpack ${A/jasspa-mesrc-${PV}.tar.gz/} + cd ${S} + epatch ${FILESDIR}/${PV}-ncurses.patch +} + +src_compile() { + 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 +} |