Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 144025 Details for
Bug 210776
Patch for cannadic.eclass to make it ready for eclass-manpages
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
cannadic.eclass.patch
cannadic.eclass.patch (text/plain), 3.18 KB, created by
mren
on 2008-02-19 22:52:39 UTC
(
hide
)
Description:
cannadic.eclass.patch
Filename:
MIME Type:
Creator:
mren
Created:
2008-02-19 22:52:39 UTC
Size:
3.18 KB
patch
obsolete
>--- cannadic.eclass.orig 2008-02-19 23:41:02.000000000 +0100 >+++ cannadic.eclass 2008-02-19 23:48:55.000000000 +0100 >@@ -1,12 +1,17 @@ >-# Copyright 1999-2004 Gentoo Foundation >+# Copyright 1999-2008 Gentoo Foundation > # Distributed under the terms of the GNU General Public License v2 >-# $Header: /var/cvsroot/gentoo-x86/eclass/cannadic.eclass,v 1.14 2006/10/21 00:07:58 flameeyes Exp $ >-# >-# Author: Mamoru KOMACHI <usata@gentoo.org> >-# >+# $Header: $ >+ >+# @ECLASS: cannadic.eclass >+# @MAINTAINER: >+# ??? >+# >+# Original author: Mamoru KOMACHI <usata@gentoo.org> >+# @BLURB: Function for Canna compatible dictionaries >+# @DESCRIPTION: > # The cannadic eclass is used for installation and setup of Canna > # compatible dictionaries within the Portage system. >-# >+ > > EXPORT_FUNCTIONS src_install pkg_setup pkg_postinst pkg_postrm > >@@ -30,8 +35,9 @@ > cannadir="${ROOT}/var/lib/canna/dic/canna" > dicsdir="${ROOT}/var/lib/canna/dic/dics.d" > >-# >-# pkg_setup() : sets up cannadic dir >+# @FUNCTION: cannadic_pkg_setup >+# @DESCRIPTION: >+# Sets up cannadic dir > cannadic_pkg_setup() { > > keepdir $cannadir >@@ -39,9 +45,9 @@ > fperms 0775 $cannadir > } > >-# >-# cannadic-install() : installs dictionaries to cannadir >-# >+# @FUNCTION: cannadic-install >+# @DESCRIPTION: >+# Installs dictionaries to cannadir > cannadic-install() { > > insinto $cannadir >@@ -49,19 +55,19 @@ > doins "$@" > } > >-# >-# dicsdir-install() : installs dics.dir from ${FILESDIR} >-# >+# @FUNCTION: dicsdir-install >+# @DESCRIPTION: >+# Installs dics.dir from ${DICSDIRFILE} > dicsdir-install() { > > insinto ${dicsdir} > doins ${DICSDIRFILE} > } > >-# >-# src_install() : installs all dictionaries under ${WORKDIR} >-# plus dics.dir and docs >-# >+# @FUNCTION: cannadic_src_install >+# @DESCRIPTION: >+# Installs all dictionaries under ${WORKDIR} >+# plus dics.dir and docs > cannadic_src_install() { > > for f in *.c[btl]d *.t ; do >@@ -73,14 +79,14 @@ > dodoc ${DOCS} > } > >-# >-# update-cannadic-dir() : updates dics.dir for Canna Server, >-# script for this part taken from Debian GNU/Linux >-# >-# compiles dics.dir files for Canna Server >-# Copyright 2001 ISHIKAWA Mutsumi >-# Licensed under the GNU General Public License, version 2. See the file >-# /usr/portage/license/GPL-2 or <http://www.gnu.org/copyleft/gpl.txt>. >+# @FUNCTION: update-cannadic-dir >+# @DESCRIPTION: >+# Updates dics.dir for Canna Server, script for this part taken from Debian GNU/Linux >+# >+# compiles dics.dir files for Canna Server >+# Copyright 2001 ISHIKAWA Mutsumi >+# Licensed under the GNU General Public License, version 2. See the file >+# /usr/portage/license/GPL-2 or <http://www.gnu.org/copyleft/gpl.txt>. > update-cannadic-dir() { > > einfo >@@ -106,9 +112,9 @@ > einfo > } > >-# >-# pkg_postinst() : updates dics.dir and print out notice after install >-# >+# @FUNCTION: cannadic_pkg_postinst >+# @DESCRIPTION: >+# Updates dics.dir and print out notice after install > cannadic_pkg_postinst() { > update-cannadic-dir > einfo >@@ -128,9 +134,9 @@ > einfo > } > >-# >-# pkg_postrm() : updates dics.dir and print out notice after uninstall >-# >+# @FUNCTION: cannadic_pkg_postrm >+# @DESCRIPTION: >+# Updates dics.dir and print out notice after uninstall > cannadic_pkg_postrm() { > update-cannadic-dir > einfo
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 210776
: 144025