diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-04-04 17:01:08 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-04-04 17:01:08 +0000 |
commit | 7c8dc16025c11296415056fa6af431c9cf972fba (patch) | |
tree | 51197e03811d84a0870f4bd51bf49862d827ce10 /app-emacs/yatex | |
parent | scons-0.94-r2 stable on x86, add scons-0.95. (Manifest recommit) (diff) | |
download | gentoo-2-7c8dc16025c11296415056fa6af431c9cf972fba.tar.gz gentoo-2-7c8dc16025c11296415056fa6af431c9cf972fba.tar.bz2 gentoo-2-7c8dc16025c11296415056fa6af431c9cf972fba.zip |
Corrected LICENSE and marked 1.72 stable.
Diffstat (limited to 'app-emacs/yatex')
-rw-r--r-- | app-emacs/yatex/ChangeLog | 8 | ||||
-rw-r--r-- | app-emacs/yatex/yatex-1.71.ebuild | 8 | ||||
-rw-r--r-- | app-emacs/yatex/yatex-1.72.ebuild | 10 |
3 files changed, 15 insertions, 11 deletions
diff --git a/app-emacs/yatex/ChangeLog b/app-emacs/yatex/ChangeLog index bb7a2d95abdb..cd6ad7618b8d 100644 --- a/app-emacs/yatex/ChangeLog +++ b/app-emacs/yatex/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/yatex -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/yatex/ChangeLog,v 1.6 2003/12/26 19:30:41 usata Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/yatex/ChangeLog,v 1.7 2004/04/04 17:01:08 usata Exp $ + + 05 Apr 2004; Mamoru KOMACHI <usata@gentoo.org> yatex-1.71.ebuild, + yatex-1.72.ebuild: + Corrected LICENSE and marked 1.72 stable. *yatex-1.72 (27 Dec 2003) diff --git a/app-emacs/yatex/yatex-1.71.ebuild b/app-emacs/yatex/yatex-1.71.ebuild index 743dd376e0ca..a86741561c1c 100644 --- a/app-emacs/yatex/yatex-1.71.ebuild +++ b/app-emacs/yatex/yatex-1.71.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/yatex/yatex-1.71.ebuild,v 1.4 2003/12/26 19:30:41 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/yatex/yatex-1.71.ebuild,v 1.5 2004/04/04 17:01:08 usata Exp $ -inherit elisp +inherit elisp eutils IUSE="cjk" @@ -12,7 +12,7 @@ SRC_URI="http://www.yatex.org/${P/-/}.tar.gz" KEYWORDS="x86 alpha ~sparc ~ppc" SLOT="0" -LICENSE="GPL-2" +LICENSE="as-is" DEPEND="${RDEPEND} cjk? ( app-i18n/nkf )" diff --git a/app-emacs/yatex/yatex-1.72.ebuild b/app-emacs/yatex/yatex-1.72.ebuild index 689b4c6f694a..8a47a736a360 100644 --- a/app-emacs/yatex/yatex-1.72.ebuild +++ b/app-emacs/yatex/yatex-1.72.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/yatex/yatex-1.72.ebuild,v 1.1 2003/12/26 19:30:41 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/yatex/yatex-1.72.ebuild,v 1.2 2004/04/04 17:01:08 usata Exp $ -inherit elisp +inherit elisp eutils IUSE="cjk" @@ -10,9 +10,9 @@ DESCRIPTION="YaTeX: Yet Another TeX mode for Emacs" HOMEPAGE="http://www.yatex.org/" SRC_URI="http://www.yatex.org/${P/-/}.tar.gz" -KEYWORDS="~x86 ~alpha" +KEYWORDS="x86 alpha" SLOT="0" -LICENSE="GPL-2" +LICENSE="as-is" DEPEND="${RDEPEND} cjk? ( app-i18n/nkf )" |