summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <opfer@gentoo.org>2008-01-18 21:50:31 +0000
committerChristian Faulhammer <opfer@gentoo.org>2008-01-18 21:50:31 +0000
commit1ad8fa67c4597210c510475a936713f00f2d7bdd (patch)
tree90c974d974c77f878c32dc640826d9238c21109e /app-emacs
parentChange src_install to use emake. Add warning to let users know that restarti... (diff)
downloadgentoo-2-1ad8fa67c4597210c510475a936713f00f2d7bdd.tar.gz
gentoo-2-1ad8fa67c4597210c510475a936713f00f2d7bdd.tar.bz2
gentoo-2-1ad8fa67c4597210c510475a936713f00f2d7bdd.zip
clean up
(Portage version: 2.1.3.19)
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/cedet/ChangeLog10
-rw-r--r--app-emacs/cedet/cedet-1.0_pre3-r2.ebuild72
-rw-r--r--app-emacs/cedet/files/1.0_pre3-idle-gentoo.patch17
-rw-r--r--app-emacs/cedet/files/1.0_pre3-sb-info-circular-dep-gentoo.patch12
-rw-r--r--app-emacs/cedet/files/digest-cedet-1.0_pre3-r23
5 files changed, 8 insertions, 106 deletions
diff --git a/app-emacs/cedet/ChangeLog b/app-emacs/cedet/ChangeLog
index 7e43325f9f3f..4ee23e6080e2 100644
--- a/app-emacs/cedet/ChangeLog
+++ b/app-emacs/cedet/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-emacs/cedet
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/cedet/ChangeLog,v 1.36 2007/12/18 12:50:54 fmccor Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/cedet/ChangeLog,v 1.37 2008/01/18 21:50:31 opfer Exp $
+
+ 18 Jan 2008; Christian Faulhammer <opfer@gentoo.org>
+ -files/1.0_pre3-idle-gentoo.patch,
+ -files/1.0_pre3-sb-info-circular-dep-gentoo.patch,
+ -cedet-1.0_pre3-r2.ebuild:
+ clean up
18 Dec 2007; Ferris McCormick <fmccor@gentoo.org>
cedet-1.0_pre4-r2.ebuild:
diff --git a/app-emacs/cedet/cedet-1.0_pre3-r2.ebuild b/app-emacs/cedet/cedet-1.0_pre3-r2.ebuild
deleted file mode 100644
index 6d3177933f67..000000000000
--- a/app-emacs/cedet/cedet-1.0_pre3-r2.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/cedet/cedet-1.0_pre3-r2.ebuild,v 1.8 2007/06/23 09:41:06 ulm Exp $
-
-inherit elisp eutils
-
-MY_PV=${PV:0:3}${PV:4:5}
-
-IUSE=""
-DESCRIPTION="CEDET: Collection of Emacs Development Tools"
-HOMEPAGE="http://cedet.sourceforge.net/"
-SRC_URI="mirror://sourceforge/cedet/${PN}-${MY_PV}.tar.gz"
-LICENSE="GPL-2 FDL-1.1"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-DEPEND="virtual/emacs
- !app-emacs/semantic
- !app-emacs/eieio
- !app-emacs/speedbar"
-
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-SITEFILE="60cedet-gentoo.el"
-
-src_unpack() {
- unpack ${A}
-
- cd "${S}"
- epatch "${FILESDIR}/1.0_pre3-eieio-tests-gentoo.patch" # Bug #124598
- epatch "${FILESDIR}/1.0_pre3-sb-info-circular-dep-gentoo.patch" # Bug #138190
- epatch "${FILESDIR}/1.0_pre3-idle-gentoo.patch" # Bug #149842
-}
-
-src_compile() {
- make EMACS=/usr/bin/emacs || die
-}
-
-src_install() {
- find "${S}" -type f -print \
- | while read target; do
- local directory=`dirname $target` file=`basename $target`
- local sub_directory=`echo $directory | sed "s%^${S}/*%%;s/^$/./"`
- case $file in
- *~ | Makefile | *.texi | *-script | PRERELEASE_CHECKLIST | Project.ede)
- rm -f ${file}
- ;;
- ChangeLog | README | AUTHORS | *NEWS | INSTALL)
- docinto ${sub_directory}
- dodoc ${target}
- ;;
- *.png)
- insinto /usr/share/doc/${PF}/${sub_directory}
- doins ${target}
- ;;
- IMPLICIT_TARGETS)
- ;;
- *.el | *.elc)
- insinto /usr/share/emacs/site-lisp/cedet/${sub_directory}
- doins ${target}
- ;;
- *.info*)
- doinfo ${target}
- ;;
- *)
- insinto /usr/share/emacs/site-lisp/cedet/${sub_directory}
- doins ${target}
- echo ${target} >>"${S}/IMPLICIT_TARGETS"
- ;;
- esac
- done
- elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-}
diff --git a/app-emacs/cedet/files/1.0_pre3-idle-gentoo.patch b/app-emacs/cedet/files/1.0_pre3-idle-gentoo.patch
deleted file mode 100644
index 05fa79b7aa75..000000000000
--- a/app-emacs/cedet/files/1.0_pre3-idle-gentoo.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-diff -ur cedet-1.0pre3.orig/semantic/semantic-idle.el cedet-1.0pre3/semantic/semantic-idle.el
---- cedet-1.0pre3.orig/semantic/semantic-idle.el 2005-06-29 22:08:03.000000000 -0500
-+++ cedet-1.0pre3/semantic/semantic-idle.el 2006-11-19 11:06:37.000000000 -0600
-@@ -286,12 +286,8 @@
- (when (zerop (recursion-depth))
- (unwind-protect
- (semantic-safe "idle error: %S"
-- ;; Disable the auto parse timer while re-parsing
-- (semantic-idle-scheduler-kill-timer)
- ;; Handle re-parsing and other scheduled services
-- (save-match-data (semantic-idle-core-handler)))
-- ;; Enable again the auto parse timer
-- (semantic-idle-scheduler-setup-timer))))
-+ (save-match-data (semantic-idle-core-handler))))))
-
- ;;; REPARSING
- ;;
diff --git a/app-emacs/cedet/files/1.0_pre3-sb-info-circular-dep-gentoo.patch b/app-emacs/cedet/files/1.0_pre3-sb-info-circular-dep-gentoo.patch
deleted file mode 100644
index 75b8ce069e08..000000000000
--- a/app-emacs/cedet/files/1.0_pre3-sb-info-circular-dep-gentoo.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- cedet-1.0pre3/speedbar/sb-info.el 2005-06-30 05:08:02.000000000 +0200
-+++ cedet-1.0pre3/speedbar/sb-infonew.el 2006-06-27 14:43:32.000000000 +0200
-@@ -249,7 +249,7 @@
-
- ;;; Overriding preinstalled code.
- ;;;###autoload
--(eval-after-load "info" '(require 'sb-info))
--
- (provide 'sb-info)
-+
-+(eval-after-load "info" '(require 'sb-info))
- ;;; sb-info.el ends here
diff --git a/app-emacs/cedet/files/digest-cedet-1.0_pre3-r2 b/app-emacs/cedet/files/digest-cedet-1.0_pre3-r2
deleted file mode 100644
index ef694f48d6f9..000000000000
--- a/app-emacs/cedet/files/digest-cedet-1.0_pre3-r2
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 2932fa2a8ab8fc63402ecb8194ca26b4 cedet-1.0pre3.tar.gz 1357388
-RMD160 5d71c5b966c162f86038e43988c5a890f43ccd2b cedet-1.0pre3.tar.gz 1357388
-SHA256 e62dfd7ce6761ee1df1b5abb17ce0693ecc59dfcc18803f00e1c5ce1f4096c82 cedet-1.0pre3.tar.gz 1357388