diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-02-28 12:12:53 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-02-28 12:12:53 +0000 |
commit | 2e86c6a0574600bc089203025a4416e176263565 (patch) | |
tree | 1c84d9517b18b771149c2ee2f420119fbba12e91 /dev-tex/latex-unicode | |
parent | add missing homepage (diff) | |
download | historical-2e86c6a0574600bc089203025a4416e176263565.tar.gz historical-2e86c6a0574600bc089203025a4416e176263565.tar.bz2 historical-2e86c6a0574600bc089203025a4416e176263565.zip |
Added cjk IUSE flag to make cjk-latex optional. Thanks to Nguyen Thai Ngoc Duy <pclouds@vnlinux.org> for reporting the bug #43159
Diffstat (limited to 'dev-tex/latex-unicode')
-rw-r--r-- | dev-tex/latex-unicode/ChangeLog | 7 | ||||
-rw-r--r-- | dev-tex/latex-unicode/Manifest | 4 | ||||
-rw-r--r-- | dev-tex/latex-unicode/latex-unicode-20030605.ebuild | 6 |
3 files changed, 11 insertions, 6 deletions
diff --git a/dev-tex/latex-unicode/ChangeLog b/dev-tex/latex-unicode/ChangeLog index f28b64c828f6..4a36576f7b4a 100644 --- a/dev-tex/latex-unicode/ChangeLog +++ b/dev-tex/latex-unicode/ChangeLog @@ -1,9 +1,14 @@ # ChangeLog for dev-tex/latex-unicode # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/latex-unicode/ChangeLog,v 1.1 2004/01/04 16:00:47 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/latex-unicode/ChangeLog,v 1.2 2004/02/28 12:12:53 usata Exp $ *latex-unicode-20030605 (05 Jan 2004) + 28 Feb 2004; Mamoru KOMACHI <usata@gentoo.org> + latex-unicode-20030605.ebuild: + Added cjk IUSE flag to make cjk-latex optional. Thanks to Nguyen Thai + Ngoc Duy <pclouds@vnlinux.org> for reporting the bug #43159 + 05 Jan 2004; Mamoru KOMACHI <usata@gentoo.org> latex-unicode-20030605.ebuild: Initial import. Closing bug #17282 diff --git a/dev-tex/latex-unicode/Manifest b/dev-tex/latex-unicode/Manifest index a1db7e697cac..9ca628b321b5 100644 --- a/dev-tex/latex-unicode/Manifest +++ b/dev-tex/latex-unicode/Manifest @@ -1,4 +1,4 @@ -MD5 c5070285a74f07f29101d3d18d47000f latex-unicode-20030605.ebuild 1172 +MD5 751b9f0f15d5e6bc0e32dfb6dbca3f96 latex-unicode-20030605.ebuild 1184 MD5 a43370bbb57cb967dbffe1a084475550 metadata.xml 181 -MD5 ed95f9c65fc3cb2d48eaa3040f1f3d4b ChangeLog 382 +MD5 9a564ad6510a5fa973c58242a0f4e323 ChangeLog 599 MD5 ee773e58992bb7ec580593e339d568cc files/digest-latex-unicode-20030605 75 diff --git a/dev-tex/latex-unicode/latex-unicode-20030605.ebuild b/dev-tex/latex-unicode/latex-unicode-20030605.ebuild index 88586042752a..d8c82077921d 100644 --- a/dev-tex/latex-unicode/latex-unicode-20030605.ebuild +++ b/dev-tex/latex-unicode/latex-unicode-20030605.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/latex-unicode/latex-unicode-20030605.ebuild,v 1.1 2004/01/04 16:00:47 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/latex-unicode/latex-unicode-20030605.ebuild,v 1.2 2004/02/28 12:12:53 usata Exp $ inherit latex-package @@ -15,10 +15,10 @@ LICENSE="LPPL-1.2" SLOT="0" KEYWORDS="~x86" -IUSE="" +IUSE="cjk" DEPEND="virtual/tetex - dev-tex/cjk-latex" + cjk? ( dev-tex/cjk-latex )" S=${WORKDIR}/ucs |