summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasatomo Nakano <nakano@gentoo.org>2003-10-12 23:21:28 +0000
committerMasatomo Nakano <nakano@gentoo.org>2003-10-12 23:21:28 +0000
commit1347ca197632b1022f1763ed404de0fb8d09f0a6 (patch)
tree909ffc16872c4dcc51140a4190cca38f32f15626 /app-emacs
parentVersion bump. (diff)
downloadhistorical-1347ca197632b1022f1763ed404de0fb8d09f0a6.tar.gz
historical-1347ca197632b1022f1763ed404de0fb8d09f0a6.tar.bz2
historical-1347ca197632b1022f1763ed404de0fb8d09f0a6.zip
Version bump.
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/yc/Manifest10
-rw-r--r--app-emacs/yc/files/digest-yc-4.0.01
-rw-r--r--app-emacs/yc/files/sample.dot.emacs-412
-rw-r--r--app-emacs/yc/yc-3.5.8.ebuild5
-rw-r--r--app-emacs/yc/yc-4.0.0.ebuild51
5 files changed, 71 insertions, 8 deletions
diff --git a/app-emacs/yc/Manifest b/app-emacs/yc/Manifest
index ab29b3b3f4f5..8a58a524edec 100644
--- a/app-emacs/yc/Manifest
+++ b/app-emacs/yc/Manifest
@@ -1,13 +1,11 @@
MD5 918ebe3241b6658bd52bdcc4728b10b9 yc-3.5.1.ebuild 1173
-MD5 ec3325ed518ed1ba7684d5c026d50896 yc-3.5.8.ebuild 1167
MD5 4814a763b47552a7f33e7b8c0187c1ba yc-3.5.0.ebuild 1173
MD5 89afb53f2e3d8f49067334fea8870372 yc-3.5.7.ebuild 1167
MD5 a5389ed735f1e7601fdbc873a94e8f28 yc-3.5.2.ebuild 1173
-MD5 f7324e2e54a599a9f9a7524b80175639 ChangeLog 1287
+MD5 a96993c10b8bd8ca667b7a38fa2ff719 ChangeLog 1443
MD5 e92a48548554c80cf90e18df17ff6a82 metadata.xml 156
-MD5 1edcfb6a53178c7d77aeb648c00b2ce1 yc-4.0.0.ebuild 1172
-MD5 4e4b833b54d2ca5a68a14b1b4e2d61cb .yc-4.0.0.ebuild.swp 12288
-MD5 0514d0093a515b5c57774b0e8c1f5e16 files/sample.dot.emacs 267
+MD5 a85c145f52cced3ee5266ef6448cf432 yc-4.0.0.ebuild 1441
+MD5 12ca00299cd7ab8c0ef45b9dfa79f4fc yc-3.5.8.ebuild 1211
MD5 69616e656f963b62a6e40b82ef83789c files/digest-yc-3.5.0 58
MD5 83ee128a26b69167b5016a6e85a1f569 files/digest-yc-3.5.1 58
MD5 3f67d2b24f6dfc1f59daeb7e773aa02a files/digest-yc-3.5.2 58
@@ -16,3 +14,5 @@ MD5 af32ce185eed3b8181b307b433c9b48d files/digest-yc-3.5.8 58
MD5 094f5d8069de79f395c0a6c2bf0feb83 files/50yc-gentoo.el 80
MD5 e627ed3b58c544fd08d9fd14d4ef295e files/sample.hosts.canna 15
MD5 efb7179715bd634fc45de18359da4b2b files/digest-yc-4.0.0 59
+MD5 0514d0093a515b5c57774b0e8c1f5e16 files/sample.dot.emacs 267
+MD5 8c681335bb43a087b552570df6e9e398 files/sample.dot.emacs-4 356
diff --git a/app-emacs/yc/files/digest-yc-4.0.0 b/app-emacs/yc/files/digest-yc-4.0.0
new file mode 100644
index 000000000000..777bf9be33f4
--- /dev/null
+++ b/app-emacs/yc/files/digest-yc-4.0.0
@@ -0,0 +1 @@
+MD5 5a53ebb944c19685fe3c8612411b6307 yc-4.0.0.tar.gz 34132
diff --git a/app-emacs/yc/files/sample.dot.emacs-4 b/app-emacs/yc/files/sample.dot.emacs-4
new file mode 100644
index 000000000000..9ffa275c4a25
--- /dev/null
+++ b/app-emacs/yc/files/sample.dot.emacs-4
@@ -0,0 +1,12 @@
+;;;; -*- mode: lisp-interaction; syntax: elisp; coding: iso-2022-7bit -*-
+
+;;;; Configuration for yc
+(setq yc-server-host "unix")
+;If you use inet socket service, enable the follwing line.
+;(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/yc-3.5.8.ebuild b/app-emacs/yc/yc-3.5.8.ebuild
index b6368520a2dc..1d33541d9cba 100644
--- a/app-emacs/yc/yc-3.5.8.ebuild
+++ b/app-emacs/yc/yc-3.5.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/yc/yc-3.5.8.ebuild,v 1.3 2003/09/11 00:56:12 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/yc/yc-3.5.8.ebuild,v 1.4 2003/10/12 23:21:24 nakano Exp $
inherit elisp
@@ -32,8 +32,7 @@ src_compile() {
src_install() {
elisp-install ${PN} *.el *.elc
elisp-site-file-install ${FILESDIR}/${SITEFILE}
-
- dodoc ${FILESDIR}/sample*
+ dodoc ${FILESDIR}/sample.dot.emacs ${FILESDIR}/sample.hosts.canna || die
}
pkg_postinst() {
diff --git a/app-emacs/yc/yc-4.0.0.ebuild b/app-emacs/yc/yc-4.0.0.ebuild
new file mode 100644
index 000000000000..e58772baadb7
--- /dev/null
+++ b/app-emacs/yc/yc-4.0.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/yc/yc-4.0.0.ebuild,v 1.1 2003/10/12 23:21:24 nakano Exp $
+
+inherit elisp
+
+IUSE=""
+
+DESCRIPTION="YC - Yet another Canna client on Emacsen."
+HOMEPAGE="http://www.ceres.dti.ne.jp/~knak/yc.html"
+SRC_URI="http://www.ceres.dti.ne.jp/~knak/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+
+DEPEND="virtual/emacs
+ >=app-i18n/canna-3.6"
+
+S="${WORKDIR}/${P}"
+SITEFILE="50yc-gentoo.el"
+
+src_compile() {
+ emake || die
+}
+
+src_install() {
+ elisp-install ${PN} *.el *.elc || die
+ elisp-site-file-install ${FILESDIR}/${SITEFILE} || die
+ dobin icanna || die
+ newdoc ${FILESDIR}/sample.dot.emacs-4 sample.dot.emacs || die
+ dodoc ${FILESDIR}/sample.hosts.canna || die
+}
+
+pkg_postinst() {
+ einfo "See /usr/share/doc/${P}/sample.dot.emacs.gz."
+ einfo ""
+ einfo "And If you use unix domain socket for connecting the canna server, "
+ einfo " please confirm that there's *no* following line in your .emacs ."
+ einfo " (setq yc-server-host \"localhost\")"
+ einfo ""
+ einfo "If you use inet domain socket for connecting the canna server, "
+ einfo " please modify as following in /etc/conf.d/canna."
+ einfo " CANNASERVER_OPTS=\"-inet\""
+ einfo " And create /etc/hosts.canna."
+ einfo " (sample is /usr/share/doc/${P}/sample.hosts.canna.gz)"
+ elisp-site-regen
+}
+
+pkg_postrm() {
+ elisp-site-regen
+}