summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2008-08-27 07:24:52 +0000
committerUlrich Müller <ulm@gentoo.org>2008-08-27 07:24:52 +0000
commit42ba16b87902568a97f3178b8649d5e371016740 (patch)
tree5800bb31b74c0c3cf56d89f046cd0c8885bdd0ca /app-emacs/gnuserv
parentUse eclass default instead of elisp-comp, bug 235442. (diff)
downloadgentoo-2-42ba16b87902568a97f3178b8649d5e371016740.tar.gz
gentoo-2-42ba16b87902568a97f3178b8649d5e371016740.tar.bz2
gentoo-2-42ba16b87902568a97f3178b8649d5e371016740.zip
Use eclass default instead of elisp-comp, bug 235442. Remove old.
(Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo-r1 i686)
Diffstat (limited to 'app-emacs/gnuserv')
-rw-r--r--app-emacs/gnuserv/ChangeLog8
-rw-r--r--app-emacs/gnuserv/gnuserv-3.12.7-r1.ebuild29
-rw-r--r--app-emacs/gnuserv/gnuserv-3.12.8.ebuild8
3 files changed, 8 insertions, 37 deletions
diff --git a/app-emacs/gnuserv/ChangeLog b/app-emacs/gnuserv/ChangeLog
index a000d137ff12..ffe7f99400b5 100644
--- a/app-emacs/gnuserv/ChangeLog
+++ b/app-emacs/gnuserv/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emacs/gnuserv
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/gnuserv/ChangeLog,v 1.24 2007/12/01 11:23:28 opfer Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/gnuserv/ChangeLog,v 1.25 2008/08/27 07:24:52 ulm Exp $
+
+ 27 Aug 2008; Ulrich Mueller <ulm@gentoo.org> -gnuserv-3.12.7-r1.ebuild,
+ gnuserv-3.12.8.ebuild:
+ Use eclass default instead of elisp-comp, bug 235442. Remove old.
01 Dec 2007; Christian Faulhammer <opfer@gentoo.org>
gnuserv-3.12.8.ebuild:
diff --git a/app-emacs/gnuserv/gnuserv-3.12.7-r1.ebuild b/app-emacs/gnuserv/gnuserv-3.12.7-r1.ebuild
deleted file mode 100644
index eda94b077190..000000000000
--- a/app-emacs/gnuserv/gnuserv-3.12.7-r1.ebuild
+++ /dev/null
@@ -1,29 +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/gnuserv/gnuserv-3.12.7-r1.ebuild,v 1.7 2007/08/22 21:08:43 angelos Exp $
-
-inherit elisp eutils
-
-DESCRIPTION="Attach to an already running Emacs"
-HOMEPAGE="http://meltin.net/hacks/emacs/"
-SRC_URI="http://meltin.net/hacks/emacs/src/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="|| ( ~app-emacs/gnuserv-programs-${PV} virtual/xemacs )"
-
-DOCS="ChangeLog README README.orig"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/${P}-path-xemacs.patch"
-}
-
-src_compile() {
- elisp-comp *.el || die "elisp-comp failed"
-}
diff --git a/app-emacs/gnuserv/gnuserv-3.12.8.ebuild b/app-emacs/gnuserv/gnuserv-3.12.8.ebuild
index 32ec2d020a08..f22d0276683a 100644
--- a/app-emacs/gnuserv/gnuserv-3.12.8.ebuild
+++ b/app-emacs/gnuserv/gnuserv-3.12.8.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/gnuserv/gnuserv-3.12.8.ebuild,v 1.2 2007/12/01 11:23:28 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/gnuserv/gnuserv-3.12.8.ebuild,v 1.3 2008/08/27 07:24:51 ulm Exp $
inherit elisp eutils
@@ -23,7 +23,3 @@ src_unpack() {
cd "${S}"
epatch "${FILESDIR}/gnuserv-3.12.7-path-xemacs.patch"
}
-
-src_compile() {
- elisp-comp *.el || die "elisp-comp failed"
-}