public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/emacs:master commit in: app-emacs/cedet/, app-emacs/cedet/files/
@ 2014-03-15 19:31 Ulrich Müller
  0 siblings, 0 replies; only message in thread
From: Ulrich Müller @ 2014-03-15 19:31 UTC (permalink / raw
  To: gentoo-commits

commit:     75a64903c426872878dc513b7d28eadd7513c755
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 15 19:36:40 2014 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Mar 15 19:36:40 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/emacs.git;a=commit;h=75a64903

Remove live ebuild for app-emacs/cedet, bug 361091.

---
 app-emacs/cedet/ChangeLog               | 22 ----------
 app-emacs/cedet/cedet-9999.ebuild       | 77 ---------------------------------
 app-emacs/cedet/files/50cedet-gentoo.el | 10 -----
 app-emacs/cedet/metadata.xml            | 20 ---------
 4 files changed, 129 deletions(-)

diff --git a/app-emacs/cedet/ChangeLog b/app-emacs/cedet/ChangeLog
deleted file mode 100644
index be22816..0000000
--- a/app-emacs/cedet/ChangeLog
+++ /dev/null
@@ -1,22 +0,0 @@
-# ChangeLog for app-emacs/cedet
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-  19 Jan 2014; Ulrich Müller <ulm@gentoo.org> cedet-9999.ebuild:
-  Switch from package.mask to empty KEYWORDS.
-
-  29 Mar 2011; Ulrich Mueller <ulm@gentoo.org> cedet-9999.ebuild:
-  CEDET upstream has moved to Bazaar. Update ebuild accordingly, bug 361091,
-  thanks to Dmitry Dzhus <dima@sphinx.net.ru>. Change ebuild to EAPI 4.
-  Suppress all "unrecognised file" warnings.
-
-  02 Mar 2009; Ulrich Mueller <ulm@gentoo.org> +files/50cedet-gentoo.el,
-  -files/60cedet-gentoo.el, cedet-9999.ebuild:
-  Sync ebuild from main tree.
-
-*cedet-9999 (12 Aug 2008)
-
-  12 Aug 2008; Ulrich Mueller <ulm@gentoo.org> +files/60cedet-gentoo.el,
-  +metadata.xml, +cedet-9999.ebuild:
-  Live CVS ebuild by Dmitry Dzhus <dima@sphinx.net.ru> in bug 234536.
-

diff --git a/app-emacs/cedet/cedet-9999.ebuild b/app-emacs/cedet/cedet-9999.ebuild
deleted file mode 100644
index 14da78a..0000000
--- a/app-emacs/cedet/cedet-9999.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-NEED_EMACS=22
-EBZR_REPO_URI="bzr://cedet.bzr.sourceforge.net/bzrroot/cedet/code/trunk"
-
-# Inherit bzr last so that bzr_src_unpack takes action
-inherit elisp eutils bzr
-
-DESCRIPTION="CEDET: Collection of Emacs Development Tools"
-HOMEPAGE="http://cedet.sourceforge.net/"
-
-LICENSE="GPL-2 FDL-1.1"
-SLOT="0"
-
-RDEPEND="!app-emacs/semantic
-	!app-emacs/eieio
-	!app-emacs/speedbar"
-
-SITEFILE="50${PN}-gentoo.el"
-
-src_compile() {
-	emake -j1 EMACS="${EMACS}"
-}
-
-#src_test() {
-#	make utest || die "make utest failed"
-#}
-
-src_install() {
-	local target file dir
-	find . -type d \( -name tests -o -name www \) -prune -o -type f -print \
-		| while read target
-	do
-		file=${target##*/}
-		dir=${target%/*}; dir=${dir#./}
-		case "${file}" in
-			*~ | .cvsignore | .ede-ignore | Makefile* | *.texi | *-script \
-				| PRERELEASE_CHECKLIST | Project.ede | USING_CEDET_FROM_BZR \
-				| USING_CEDET_FROM_CVS | gettodos.sh | test.dot | testdist.sh \
-				| grammar-fw-ov.txt | grammar-fw-ov.dia)
-				;;
-			README | AUTHORS | *NEWS | INSTALL | *.txt | semanticdb.sh)
-				docinto "${dir}"
-				dodoc "${target}" ;;
-			*.el | *.by | *.wy | *.clj)
-				# install grammar sources along with the elisp files, since
-				# the location where semantic expects them is not configurable
-				insinto "${SITELISP}/${PN}/${dir}"
-				doins "${target}" ;;
-			*.elc)
-				# we are in a subshell, so collecting in a variable won't work
-				echo "${target}" >>"${T}/elc-list.txt" ;;
-			*.srt | *.xpm)
-				insinto "${SITEETC}/${PN}/${dir}"
-				doins "${target}" ;;
-			*.info* | grammar-fw-ov.png)
-				doinfo "${target}" ;;
-			*)
-				# don't die in the live ebuild since upstream may add files
-				# die "Unrecognised file ${target}" ;;
-				ewarn "Unrecognised file ${target}" ;;
-		esac
-	done
-
-	# make sure that the compiled elisp files have a later time stamp than
-	# the corresponding sources, in order to suppress warnings at run time
-	while read target; do
-		dir=${target%/*}; dir=${dir#./}
-		insinto "${SITELISP}/${PN}/${dir}"
-		doins "${target}"
-	done <"${T}/elc-list.txt"
-
-	elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die
-}

diff --git a/app-emacs/cedet/files/50cedet-gentoo.el b/app-emacs/cedet/files/50cedet-gentoo.el
deleted file mode 100644
index 6b7abf4..0000000
--- a/app-emacs/cedet/files/50cedet-gentoo.el
+++ /dev/null
@@ -1,10 +0,0 @@
-(load "@SITELISP@/common/cedet" nil t)
-(add-to-list 'image-load-path "@SITEETC@/common/icons" t)
-(setq srecode-map-load-path
-      (list "@SITEETC@/srecode/templates"
-	    "@SITEETC@/ede/templates"
-	    (expand-file-name "~/.srecode")))
-
-;; If you wish to customize CEDET, you will need to follow the
-;; directions in the INSTALL (installed in the documentation) file and
-;; customize your ~/.emacs /before/ site-gentoo is loaded.

diff --git a/app-emacs/cedet/metadata.xml b/app-emacs/cedet/metadata.xml
deleted file mode 100644
index bf7d92c..0000000
--- a/app-emacs/cedet/metadata.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>emacs</herd>
-<longdescription>
-  CEDET is a collection of tools written with the end goal of creating an
-  advanced development environment. Emacs already is a great environment for
-  writing software, but there are additional areas that need improvement.
-  Many new ideas for integrated environments have been developed in newer
-  products, such as Microsoft's Visual environment. CEDET is a new project
-  which brings together the various tools built to replicate these features.
-
-  Major Components of CEDET:
-   * SpeedBar
-   * EmacsLispObjects (EIEIO)
-   * SemanticBovinator
-   * ConnectedGraphEditor (COGRE)
-   * Makefile Generation and Project Management (EDE)
-</longdescription>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-03-15 19:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-15 19:31 [gentoo-commits] proj/emacs:master commit in: app-emacs/cedet/, app-emacs/cedet/files/ Ulrich Müller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox