summaryrefslogtreecommitdiffstats
path: root/man/stardict.eclass.5
diff options
context:
space:
mode:
authorJason Stubbs <jstubbs@gentoo.org>2005-10-03 13:32:30 +0000
committerJason Stubbs <jstubbs@gentoo.org>2005-10-03 13:32:30 +0000
commitf2537492cca9e468d8d016e97ca78b323ed2aeec (patch)
tree20eb7a65a228c2a8d469c8a7d8405f658bcc0cc1 /man/stardict.eclass.5
parent6ae828fbda08e9b185774f029be992ebea65c8f6 (diff)
downloadportage-f2537492cca9e468d8d016e97ca78b323ed2aeec.tar.gz
portage-f2537492cca9e468d8d016e97ca78b323ed2aeec.tar.bz2
portage-f2537492cca9e468d8d016e97ca78b323ed2aeec.zip
Remove app-portage/portage-docs files from portage-2.0 branch
svn path=/main/branches/2.0/; revision=2081
Diffstat (limited to 'man/stardict.eclass.5')
-rw-r--r--man/stardict.eclass.534
1 files changed, 0 insertions, 34 deletions
diff --git a/man/stardict.eclass.5 b/man/stardict.eclass.5
deleted file mode 100644
index 4d1540efa..000000000
--- a/man/stardict.eclass.5
+++ /dev/null
@@ -1,34 +0,0 @@
-.TH "STARDICT.ECLASS" "5" "Jun 2003" "Portage 2.0.51" "portage"
-.SH "NAME"
-startdict.eclass \- convienence class to do stardict dictionary installations
-.SH "DESCRIPTION"
-The \fBstartdict\fR eclass contains appropriate variables and functions
-to quickly make ebuild's for stardictionaries. The eclass will define
-\fBsrc_compile\fR and \fBsrc_install\fR functions for you. All you
-need to do is to set the \fBDICT_SUFFIX\fR, \fBDICT_P\fR, \fBFROM_LANG\fR,
-and \fBTO_LANG\fR variables before inheriting the eclass.
-.SH "VARIABLES"
-.TP
-.B FROM_LANG = \fI"From this language"\fR
-What language is the dictionary translating from? If you have an
-English to German dictionary, this variable would be set to 'English'.
-.TP
-.B TO_LANG = \fI"To this language"\fR
-What language is the dictionary translating to? If you have an
-English to German dictionary, this variable would be set to 'German'.
-.TP
-.B DICT_PREFIX = \fI"SRC_URI prefix, like 'dictd_www.mova.org_'"\fR
-SRC_URI prefix, like "dictd_www.mova.org_".
-.TP
-.B DICT_SUFFIX = \fI"SRC_URI after the prefix"\fR
-SRC_URI after the prefix.
-.SH "REPORTING BUGS"
-Please report bugs via http://bugs.gentoo.org/
-.SH "SEE ALSO"
-.BR ebuild (5)
-.SH "FILES"
-.BR /usr/portage/eclass/stardict.eclass
-.SH "AUTHORS"
-Mike Frysinger <vapier@gentoo.org>
-.SH "CVS HEADER"
-$Id: /var/cvsroot/gentoo-src/portage/man/stardict.eclass.5,v 1.3.2.1 2005/01/15 00:19:36 vapier Exp $