summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2007-10-22 13:47:54 +0000
committerUlrich Müller <ulm@gentoo.org>2007-10-22 13:47:54 +0000
commit489ad18394ef961919253fed074d09064f8aa3a9 (patch)
tree635bff525b8411a41ef903428b482b9bd9f92b2a /app-emacs/yc
parentfixes for clisp from bug 196543, thanks to Stelian Ionescu <stelian.ionescu-z... (diff)
downloadgentoo-2-489ad18394ef961919253fed074d09064f8aa3a9.tar.gz
gentoo-2-489ad18394ef961919253fed074d09064f8aa3a9.tar.bz2
gentoo-2-489ad18394ef961919253fed074d09064f8aa3a9.zip
Add to emacs herd, too. Remove unused file.
(Portage version: 2.1.3.15)
Diffstat (limited to 'app-emacs/yc')
-rw-r--r--app-emacs/yc/ChangeLog6
-rw-r--r--app-emacs/yc/files/sample.dot.emacs10
-rw-r--r--app-emacs/yc/files/sample.dot.emacs-42
-rw-r--r--app-emacs/yc/metadata.xml1
4 files changed, 7 insertions, 12 deletions
diff --git a/app-emacs/yc/ChangeLog b/app-emacs/yc/ChangeLog
index 4e7321deed43..3a39dd0270f6 100644
--- a/app-emacs/yc/ChangeLog
+++ b/app-emacs/yc/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emacs/yc
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/yc/ChangeLog,v 1.28 2007/10/07 16:42:45 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/yc/ChangeLog,v 1.29 2007/10/22 13:47:54 ulm Exp $
+
+ 22 Oct 2007; Ulrich Mueller <ulm@gentoo.org> -files/sample.dot.emacs,
+ metadata.xml:
+ Add to emacs herd, too. Remove unused file.
07 Oct 2007; Ulrich Mueller <ulm@gentoo.org> yc-4.0.13.ebuild:
Remove redundant virtual/emacs dependency. Quote FILESDIR variable.
diff --git a/app-emacs/yc/files/sample.dot.emacs b/app-emacs/yc/files/sample.dot.emacs
deleted file mode 100644
index 8432c2ab3dd0..000000000000
--- a/app-emacs/yc/files/sample.dot.emacs
+++ /dev/null
@@ -1,10 +0,0 @@
-;;;; -*- mode: lisp-interaction; syntax: elisp; coding: iso-2022-7bit -*-
-
-;;;; Configuration for yc
-(setq yc-server-host "localhost")
-(setq yc-use-color t)
-(if (eq window-system 'x)
- (setq yc-use-fence nil)
- (setq yc-use-fence t))
-(load "yc")
-(global-yc-mode 1)
diff --git a/app-emacs/yc/files/sample.dot.emacs-4 b/app-emacs/yc/files/sample.dot.emacs-4
index 9ffa275c4a25..101532e704a6 100644
--- a/app-emacs/yc/files/sample.dot.emacs-4
+++ b/app-emacs/yc/files/sample.dot.emacs-4
@@ -2,7 +2,7 @@
;;;; Configuration for yc
(setq yc-server-host "unix")
-;If you use inet socket service, enable the follwing line.
+;If you use inet socket service, enable the following line.
;(setq yc-server-host "localhost")
(setq yc-use-color t)
(if (eq window-system 'x)
diff --git a/app-emacs/yc/metadata.xml b/app-emacs/yc/metadata.xml
index 2d5852c16c60..df397ea3014c 100644
--- a/app-emacs/yc/metadata.xml
+++ b/app-emacs/yc/metadata.xml
@@ -2,4 +2,5 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>cjk</herd>
+<herd>emacs</herd>
</pkgmetadata>