summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/circe-cvs/ChangeLog7
-rw-r--r--app-emacs/circe-cvs/circe-cvs-20060810.ebuild12
2 files changed, 11 insertions, 8 deletions
diff --git a/app-emacs/circe-cvs/ChangeLog b/app-emacs/circe-cvs/ChangeLog
index 8e69a1abbbdb..f016aa51e116 100644
--- a/app-emacs/circe-cvs/ChangeLog
+++ b/app-emacs/circe-cvs/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-emacs/circe-cvs
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/circe-cvs/ChangeLog,v 1.4 2007/04/10 19:51:28 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/circe-cvs/ChangeLog,v 1.5 2007/07/04 22:46:49 opfer Exp $
+
+ 04 Jul 2007; Christian Faulhammer <opfer@gentoo.org>
+ circe-cvs-20060810.ebuild:
+ reordered KEYWORDS; manual make call to emake; reordered global scope;
+ removed virtual/emacs from DEPEND; added die comments
10 Apr 2007; Christian Faulhammer <opfer@gentoo.org>
circe-cvs-20060810.ebuild:
diff --git a/app-emacs/circe-cvs/circe-cvs-20060810.ebuild b/app-emacs/circe-cvs/circe-cvs-20060810.ebuild
index 193505c36223..910e7ad1b285 100644
--- a/app-emacs/circe-cvs/circe-cvs-20060810.ebuild
+++ b/app-emacs/circe-cvs/circe-cvs-20060810.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/circe-cvs/circe-cvs-20060810.ebuild,v 1.3 2007/04/10 19:51:28 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/circe-cvs/circe-cvs-20060810.ebuild,v 1.4 2007/07/04 22:46:49 opfer Exp $
ECVS_SERVER="cvs.savannah.nongnu.org:/sources/circe"
ECVS_MODULE="circe"
@@ -9,23 +9,21 @@ ECVS_CVS_OPTIONS="-dP"
inherit elisp cvs
-S=${WORKDIR}/${ECVS_MODULE}
-DESCRIPTION="Circe - A great IRC client for Emacs - CVS"
+DESCRIPTION="A great IRC client for Emacs - CVS"
HOMEPAGE="http://www.nongnu.org/circe/"
SRC_URI=""
LICENSE="GPL-2 FDL-1.2"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~amd64 ~sparc"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""
-DEPEND="virtual/emacs"
-
+S=${WORKDIR}/${ECVS_MODULE}
SITEFILE="50${PN}-gentoo.el"
src_compile() {
- make compile circe.info || die
+ emake compile circe.info || die "emake failed"
}
src_install() {