diff options
author | Mamoru Komachi <usata@gentoo.org> | 2003-12-10 22:00:35 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2003-12-10 22:00:35 +0000 |
commit | 720ecaeada1e04967fc060a796a83de612443d82 (patch) | |
tree | c40b81e24131843c54b3462c8f5c0606d9d695b1 /app-emacs | |
parent | Version bumped. (diff) | |
download | gentoo-2-720ecaeada1e04967fc060a796a83de612443d82.tar.gz gentoo-2-720ecaeada1e04967fc060a796a83de612443d82.tar.bz2 gentoo-2-720ecaeada1e04967fc060a796a83de612443d82.zip |
Version bumped.
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/yc/ChangeLog | 8 | ||||
-rw-r--r-- | app-emacs/yc/Manifest | 6 | ||||
-rw-r--r-- | app-emacs/yc/files/50yc-gentoo.el | 2 | ||||
-rw-r--r-- | app-emacs/yc/files/digest-yc-4.0.3 | 1 | ||||
-rw-r--r-- | app-emacs/yc/yc-4.0.2.ebuild | 4 | ||||
-rw-r--r-- | app-emacs/yc/yc-4.0.3.ebuild | 51 |
6 files changed, 65 insertions, 7 deletions
diff --git a/app-emacs/yc/ChangeLog b/app-emacs/yc/ChangeLog index 9480834f0ff2..e7bd5010a781 100644 --- a/app-emacs/yc/ChangeLog +++ b/app-emacs/yc/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-emacs/yc # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/yc/ChangeLog,v 1.14 2003/11/26 16:29:06 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/yc/ChangeLog,v 1.15 2003/12/10 22:00:31 usata Exp $ + +*yc-4.0.3 (11 Dec 2003) + + 11 Dec 2003; Mamoru KOMACHI <usata@gentoo.org> yc-4.0.3.ebuild, + files/50yc-gentoo.el: + Version bumped 27 Nov 2003; MATSUU Takuto <matsuu@gentoo.org> yc-4.0.1.ebuild: Marked as stable for x86. diff --git a/app-emacs/yc/Manifest b/app-emacs/yc/Manifest index 3efcae916138..74c27d865d4e 100644 --- a/app-emacs/yc/Manifest +++ b/app-emacs/yc/Manifest @@ -1,7 +1,7 @@ -MD5 a0cee6a2986ebc10b2dcc2384b516c0d ChangeLog 1978 -MD5 511c10bf54819d5cc8ac003021f79d4a yc-4.0.3.ebuild 1455 +MD5 881bba2fa216d883285ff714cc9b0872 ChangeLog 2110 +MD5 1f7ec19ccf9a15420f15b4705d777ddb yc-4.0.3.ebuild 1454 MD5 19332c142858f663a2282ca38b5c4148 yc-4.0.1.ebuild 1447 -MD5 e3a2538e59989abcbb27d830027f96ef yc-4.0.2.ebuild 1448 +MD5 bec016037c8f459e9d310aa2e93775bc yc-4.0.2.ebuild 1440 MD5 ff133fa3cd4c31cd6b4aefc9f5d22f64 yc-3.5.8.ebuild 1185 MD5 e92a48548554c80cf90e18df17ff6a82 metadata.xml 156 MD5 edcf89fda9df92996a453ebd8c252e39 yc-4.0.0.ebuild 1439 diff --git a/app-emacs/yc/files/50yc-gentoo.el b/app-emacs/yc/files/50yc-gentoo.el index 3914d6a58b3a..33bd4a72a454 100644 --- a/app-emacs/yc/files/50yc-gentoo.el +++ b/app-emacs/yc/files/50yc-gentoo.el @@ -1,4 +1,4 @@ ;;; YC site-lisp configuration -(setq load-path (cons "@SITELISP@" load-path)) +(add-to-list 'load-path "@SITELISP@") diff --git a/app-emacs/yc/files/digest-yc-4.0.3 b/app-emacs/yc/files/digest-yc-4.0.3 new file mode 100644 index 000000000000..871cf7ca8558 --- /dev/null +++ b/app-emacs/yc/files/digest-yc-4.0.3 @@ -0,0 +1 @@ +MD5 9d357543a6e205ad0b835a28186e3ba8 yc-4.0.3.tar.gz 34315 diff --git a/app-emacs/yc/yc-4.0.2.ebuild b/app-emacs/yc/yc-4.0.2.ebuild index 9da8590c0b45..c6f74a742fa2 100644 --- a/app-emacs/yc/yc-4.0.2.ebuild +++ b/app-emacs/yc/yc-4.0.2.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-4.0.2.ebuild,v 1.1 2003/11/26 16:16:27 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/yc/yc-4.0.2.ebuild,v 1.2 2003/12/10 22:00:31 usata Exp $ inherit elisp @@ -11,7 +11,7 @@ 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="~amd64 ~x86" +KEYWORDS="~x86" DEPEND="virtual/emacs >=app-i18n/canna-3.6" diff --git a/app-emacs/yc/yc-4.0.3.ebuild b/app-emacs/yc/yc-4.0.3.ebuild new file mode 100644 index 000000000000..334ce9087a77 --- /dev/null +++ b/app-emacs/yc/yc-4.0.3.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.3.ebuild,v 1.1 2003/12/10 22:00:31 usata 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="~amd64 ~x86 ~alpha" + +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() { + elisp-site-regen + 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)" +} + +pkg_postrm() { + elisp-site-regen +} |