Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 20459 - skkserv-9.6-r1.ebuild (Update)
Summary: skkserv-9.6-r1.ebuild (Update)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Masatomo Nakano (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-04 23:52 UTC by Mamoru KOMACHI (RETIRED)
Modified: 2003-05-17 10:31 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
skkserv-9.6-r1.ebuild (skkserv-9.6-r1.ebuild,836 bytes, text/plain)
2003-05-04 23:54 UTC, Mamoru KOMACHI (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mamoru KOMACHI (RETIRED) gentoo-dev 2003-05-04 23:52:04 UTC
Hi.

virtual/skkserv should be provided because one may prefer other 
dictionary servers to app-i18n/skkserv. I submitted dbskkd-cdb, 
which also provides virtual/skkserv and, hopefully, you will be 
able to replace app-i18n/skkserv with app-i18n/dbskkd-cdb after
it will be committed.
Comment 1 Mamoru KOMACHI (RETIRED) gentoo-dev 2003-05-04 23:54:06 UTC
Created attachment 11504 [details]
skkserv-9.6-r1.ebuild

Added following one line in the middle of skkserv-9.6.ebuild:
PROVIDE="virtual/skkserv"
Comment 2 Mamoru KOMACHI (RETIRED) gentoo-dev 2003-05-12 03:26:43 UTC
Thanks Patrick. I checked portage tree and found it committed.
Comment 3 MATSUDA Kazuo 2003-05-17 09:38:21 UTC
skkserv-9.6-r1 does not have files directory.

cp: cannot stat '/usr/portage/app-i18n/skkserv/files/skkserv-9.6-r1/skkserv.initd

This error message when emerge skkserv-9.6-r1.
Comment 4 Mamoru KOMACHI (RETIRED) gentoo-dev 2003-05-17 10:31:14 UTC
Oh, Sorry. There is one in my local portage tree. I
should have mentioned it as a comment.

I'd like someone to put skkserv.initd (the same file
skkserv-9.6.ebuild requires) in 
app-i18n/skkserv/files/skkserv-9.6-r1/
or modify the ebuild to point skkserv-9.6.ebuild's
skkserv.initd.
 
        # install rc script and its config file
-       exeinto /etc/init.d ; newexe {FILESDIR}/${PF}/skkserv.initd skkserv
+       exeinto /etc/init.d ; newexe ${FILESDIR}/skkserv-9.6/skkserv.initd skkserv

I wonder why Nakano-san put skkserv.initd on
${FILESDIR}/${PF} instead of ${FILESDIR}....