summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <opfer@gentoo.org>2008-06-24 14:32:07 +0000
committerChristian Faulhammer <opfer@gentoo.org>2008-06-24 14:32:07 +0000
commit4b7c88aa455bc7e47755118ed6773884c56cf563 (patch)
tree40af8f9771fe3d4cd2111ad58da1a5a3d8058acc /app-editors/jove
parentx86 stable, remove old (diff)
downloadgentoo-2-4b7c88aa455bc7e47755118ed6773884c56cf563.tar.gz
gentoo-2-4b7c88aa455bc7e47755118ed6773884c56cf563.tar.bz2
gentoo-2-4b7c88aa455bc7e47755118ed6773884c56cf563.zip
clean up
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-editors/jove')
-rw-r--r--app-editors/jove/ChangeLog6
-rw-r--r--app-editors/jove/jove-4.16.0.56.1.ebuild58
-rw-r--r--app-editors/jove/jove-4.16.0.65.4.ebuild58
3 files changed, 5 insertions, 117 deletions
diff --git a/app-editors/jove/ChangeLog b/app-editors/jove/ChangeLog
index f98589f4168a..988981de7950 100644
--- a/app-editors/jove/ChangeLog
+++ b/app-editors/jove/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-editors/jove
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/jove/ChangeLog,v 1.18 2008/02/24 17:24:18 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/jove/ChangeLog,v 1.19 2008/06/24 14:32:07 opfer Exp $
+
+ 24 Jun 2008; Christian Faulhammer <opfer@gentoo.org>
+ -jove-4.16.0.56.1.ebuild, -jove-4.16.0.65.4.ebuild:
+ clean up
24 Feb 2008; Christian Faulhammer <opfer@gentoo.org>
jove-4.16.0.70.3.ebuild:
diff --git a/app-editors/jove/jove-4.16.0.56.1.ebuild b/app-editors/jove/jove-4.16.0.56.1.ebuild
deleted file mode 100644
index a538cc486182..000000000000
--- a/app-editors/jove/jove-4.16.0.56.1.ebuild
+++ /dev/null
@@ -1,58 +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/jove/jove-4.16.0.56.1.ebuild,v 1.5 2007/10/06 19:08:34 ulm Exp $
-
-inherit eutils
-
-MY_P=${P/-/_}
-MY_DIFFP=${MY_P%.*}-${MY_P##*.}.diff
-MY_P=${MY_P%.*}
-DESCRIPTION="Jonathan's Own Version of Emacs -- a light emacs-like editor without LISP bindings"
-HOMEPAGE="ftp://ftp.cs.toronto.edu/cs/ftp/pub/hugh/jove-dev/"
-SRC_URI="mirror://debian/pool/main/j/${PN}/${MY_P}.orig.tar.gz
- mirror://debian/pool/main/j/${PN}/${MY_DIFFP}.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="x86"
-IUSE="X"
-
-RDEPEND="sys-libs/ncurses
- X? ( x11-libs/xview )"
-
-DEPEND="${RDEPEND}
- >=sys-apps/sed-4"
-
-S="${WORKDIR}/${MY_P/_/-}.orig"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${WORKDIR}/${MY_DIFFP}"
-
- sed -i \
- -e "s:^OPTFLAGS =.*:OPTFLAGS = ${CFLAGS}:" \
- -e "s:-ltermcap:-lncurses:" \
- Makefile
-}
-
-src_compile() {
- emake || die
-
- if use X ; then
- emake XJOVEHOME=/usr makexjove || die
- fi
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
-
- if use X ; then
- make DESTDIR="${D}" \
- XJOVEHOME="${D}"/usr \
- MANDIR="${D}"/usr/share/man/man1 \
- installxjove || die
- fi
-
- keepdir /var/lib/jove/preserve
-}
diff --git a/app-editors/jove/jove-4.16.0.65.4.ebuild b/app-editors/jove/jove-4.16.0.65.4.ebuild
deleted file mode 100644
index 1fd43ef70b96..000000000000
--- a/app-editors/jove/jove-4.16.0.65.4.ebuild
+++ /dev/null
@@ -1,58 +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/jove/jove-4.16.0.65.4.ebuild,v 1.5 2007/10/06 19:08:34 ulm Exp $
-
-inherit eutils
-
-MY_P=${P/-/_}
-MY_DIFFP=${MY_P%.*}-${MY_P##*.}.diff
-MY_P=${MY_P%.*}
-DESCRIPTION="Jonathan's Own Version of Emacs -- a light emacs-like editor without LISP bindings"
-HOMEPAGE="ftp://ftp.cs.toronto.edu/cs/ftp/pub/hugh/jove-dev/"
-SRC_URI="mirror://debian/pool/main/j/${PN}/${MY_P}.orig.tar.gz
- mirror://debian/pool/main/j/${PN}/${MY_DIFFP}.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~ppc ~x86"
-IUSE="X"
-
-RDEPEND="sys-libs/ncurses
- X? ( x11-libs/xview )"
-
-DEPEND="${RDEPEND}
- >=sys-apps/sed-4"
-
-S="${WORKDIR}/${MY_P/_/}"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${WORKDIR}/${MY_DIFFP}"
-
- sed -i \
- -e "s:^OPTFLAGS =.*:OPTFLAGS = ${CFLAGS}:" \
- -e "s:-ltermcap:-lncurses:" \
- Makefile
-}
-
-src_compile() {
- emake || die
-
- if use X ; then
- emake XJOVEHOME=/usr makexjove || die
- fi
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
-
- if use X ; then
- make DESTDIR="${D}" \
- XJOVEHOME="${D}"/usr \
- MANDIR="${D}"/usr/share/man/man1 \
- installxjove || die
- fi
-
- keepdir /var/lib/jove/preserve
-}