diff options
author | Mamoru Komachi <usata@gentoo.org> | 2003-07-29 02:31:40 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2003-07-29 02:31:40 +0000 |
commit | 25e55c8f62974da4eddb8b698d47b0dfe363129b (patch) | |
tree | 7e2fb9b9a8a6a199fab61fb401405e84c453b18d /app-emacs/semi | |
parent | version bump (bug 20086) (diff) | |
download | historical-25e55c8f62974da4eddb8b698d47b0dfe363129b.tar.gz historical-25e55c8f62974da4eddb8b698d47b0dfe363129b.tar.bz2 historical-25e55c8f62974da4eddb8b698d47b0dfe363129b.zip |
marked x86 and alpha stable
Diffstat (limited to 'app-emacs/semi')
-rw-r--r-- | app-emacs/semi/ChangeLog | 8 | ||||
-rw-r--r-- | app-emacs/semi/Manifest | 4 | ||||
-rw-r--r-- | app-emacs/semi/semi-1.14.5-r1.ebuild | 9 |
3 files changed, 14 insertions, 7 deletions
diff --git a/app-emacs/semi/ChangeLog b/app-emacs/semi/ChangeLog index 1b1337ef47b0..14051b5f1c3a 100644 --- a/app-emacs/semi/ChangeLog +++ b/app-emacs/semi/ChangeLog @@ -1,9 +1,15 @@ # ChangeLog for app-emacs/semi # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/semi/ChangeLog,v 1.5 2003/07/27 01:47:20 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/semi/ChangeLog,v 1.6 2003/07/29 02:31:32 usata Exp $ *semi-1.14.5-r1 (13 Jul 2003) + 29 Jul 2003; Mamoru KOMACHI <usata@gentoo.org> semi-1.14.5-r1.ebuild: + Marked x86 and alpha stable. Added eutils to inherit. + (however, semi-1.14.5-gentoo.diff was not necessary because affected + version of Emacs of the security hole shown below was under 20.x and + at this moment there is no such version of Emacs ebuild available) + 27 Jul 2003; Mamoru KOMACHI <usata@gentoo.org> semi-1.14.5-r1.ebuild: Changed dependency to virtual/flim rather than app-emacs/flim diff --git a/app-emacs/semi/Manifest b/app-emacs/semi/Manifest index dc0407a09d11..9fd570d280e6 100644 --- a/app-emacs/semi/Manifest +++ b/app-emacs/semi/Manifest @@ -1,7 +1,7 @@ -MD5 305e9ae49648d92a31632ee5faecdd6b ChangeLog 1082 +MD5 8502423888d50bfe8a9b7bbc456edc64 ChangeLog 1423 MD5 a6b611137a3f715aeb124a061a2e27b9 semi-1.14.4.ebuild 1233 MD5 086d14f24d54abc410bb31572cb95c24 semi-1.14.5.ebuild 1226 -MD5 6d14dc0fa73fdb9d423d1b03ccfc9b5a semi-1.14.5-r1.ebuild 1268 +MD5 863ded151547d2b487d29bbd4567c548 semi-1.14.5-r1.ebuild 1280 MD5 781c5cb096bb939976cd2ae5cce4bb3e files/65semi-gentoo.el 104 MD5 aab1dec0e3e2df3425df8cdba5422544 files/digest-semi-1.14.4 63 MD5 04cae8ef4d6e71949cce7410e9fc0f3d files/digest-semi-1.14.5 63 diff --git a/app-emacs/semi/semi-1.14.5-r1.ebuild b/app-emacs/semi/semi-1.14.5-r1.ebuild index 251a7682441e..e4038b6eefa5 100644 --- a/app-emacs/semi/semi-1.14.5-r1.ebuild +++ b/app-emacs/semi/semi-1.14.5-r1.ebuild @@ -1,23 +1,24 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/semi/semi-1.14.5-r1.ebuild,v 1.2 2003/07/27 01:47:20 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/semi/semi-1.14.5-r1.ebuild,v 1.3 2003/07/29 02:31:32 usata Exp $ -inherit elisp +inherit elisp eutils IUSE="" DESCRIPTION="a library to provide MIME feature for GNU Emacs -- SEMI" HOMEPAGE="http://cvs.m17n.org/elisp/SEMI/index.html.ja.iso-2022-jp" SRC_URI="ftp://ftp.m17n.org/pub/mule/semi/semi-1.14-for-flim-1.14/${P}.tar.gz" + LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~alpha ~sparc ~ppc" +KEYWORDS="x86 alpha ~sparc ~ppc" DEPEND="virtual/emacs >=app-emacs/apel-10.6 >=virtual/flim-1.14" -PROVIDE="virtual/${P}" +PROVIDE="virtual/semi-1.14.5" S="${WORKDIR}/${P}" src_unpack() { |