* [gentoo-commits] gentoo-x86 commit in virtual/emacs-cedet: metadata.xml ChangeLog emacs-cedet-0.ebuild
@ 2010-05-14 14:26 Ulrich Mueller (ulm)
0 siblings, 0 replies; only message in thread
From: Ulrich Mueller (ulm) @ 2010-05-14 14:26 UTC (permalink / raw
To: gentoo-commits
ulm 10/05/14 14:26:09
Added: metadata.xml ChangeLog emacs-cedet-0.ebuild
Log:
Initial import: New virtual for CEDET in GNU Emacs.
(Portage version: 2.2_rc67/cvs/Linux i686)
Revision Changes Path
1.1 virtual/emacs-cedet/metadata.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/emacs-cedet/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/emacs-cedet/metadata.xml?rev=1.1&content-type=text/plain
Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>emacs</herd>
</pkgmetadata>
1.1 virtual/emacs-cedet/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/emacs-cedet/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/emacs-cedet/ChangeLog?rev=1.1&content-type=text/plain
Index: ChangeLog
===================================================================
# ChangeLog for virtual/emacs-cedet
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/virtual/emacs-cedet/ChangeLog,v 1.1 2010/05/14 14:26:09 ulm Exp $
*emacs-cedet-0 (14 May 2010)
14 May 2010; Ulrich Mueller <ulm@gentoo.org> +emacs-cedet-0.ebuild,
+metadata.xml:
Initial import: New virtual for CEDET in GNU Emacs. This is needed because
Emacs versions >=23.2 already include CEDET. The package name of the virtual
is prefixed with "emacs-", in order to avoid possible namespace collisions
with XEmacs. Ebuild contributed by me.
1.1 virtual/emacs-cedet/emacs-cedet-0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/emacs-cedet/emacs-cedet-0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/emacs-cedet/emacs-cedet-0.ebuild?rev=1.1&content-type=text/plain
Index: emacs-cedet-0.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/virtual/emacs-cedet/emacs-cedet-0.ebuild,v 1.1 2010/05/14 14:26:09 ulm Exp $
DESCRIPTION="Virtual for the Collection of Emacs Development Environment Tools"
HOMEPAGE=""
SRC_URI=""
LICENSE=""
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
IUSE=""
# CEDET is included with GNU Emacs 23.2 or later.
RDEPEND="|| ( app-emacs/cedet
>=app-editors/emacs-23.2
>=app-editors/emacs-vcs-23.2 )"
DEPEND="${RDEPEND}
virtual/emacs"
pkg_setup () {
# Test if CEDET is available with the actual (eselected) Emacs.
if ! emacs -batch -q --eval "(require 'cedet)"; then
eerror "virtual/${P} requires Emacs with CEDET."
eerror "You should either install package app-emacs/cedet,"
eerror "or use \"eselect emacs\" to select an Emacs version >= 23.2."
die "CEDET not found."
fi
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-05-14 14:26 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-14 14:26 [gentoo-commits] gentoo-x86 commit in virtual/emacs-cedet: metadata.xml ChangeLog emacs-cedet-0.ebuild Ulrich Mueller (ulm)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox