diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2004-07-29 23:22:10 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2004-07-29 23:22:10 +0000 |
commit | e2554182bd4e1386a175f2aa823d1b31077937fd (patch) | |
tree | ac283cedde54a0e17cda603779ddb4a8cb02e175 /app-emacs | |
parent | stacked profile loving (diff) | |
download | historical-e2554182bd4e1386a175f2aa823d1b31077937fd.tar.gz historical-e2554182bd4e1386a175f2aa823d1b31077937fd.tar.bz2 historical-e2554182bd4e1386a175f2aa823d1b31077937fd.zip |
Added to ~amd64.
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/apel/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/apel/Manifest | 8 | ||||
-rw-r--r-- | app-emacs/apel/apel-10.6.ebuild | 4 |
3 files changed, 10 insertions, 7 deletions
diff --git a/app-emacs/apel/ChangeLog b/app-emacs/apel/ChangeLog index 495595c37f08..9e0a9aaa2a56 100644 --- a/app-emacs/apel/ChangeLog +++ b/app-emacs/apel/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/apel # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/apel/ChangeLog,v 1.9 2004/07/19 12:17:58 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/apel/ChangeLog,v 1.10 2004/07/29 23:22:10 matsuu Exp $ + + 30 Jul 2004; MATSUU Takuto <matsuu@gentoo.org> apel-10.6.ebuild: + Added to ~amd64. 19 Jul 2004; Mamoru KOMACHI <usata@gentoo.org> apel-10.6.ebuild: Added to macos diff --git a/app-emacs/apel/Manifest b/app-emacs/apel/Manifest index 9ed94d9bab68..542aa1191bf9 100644 --- a/app-emacs/apel/Manifest +++ b/app-emacs/apel/Manifest @@ -1,10 +1,10 @@ -MD5 bc7049e11155a657e08dbf8d8cc44be8 apel-10.6.ebuild 1206 -MD5 9b89dfe6acacbddc81fe71be5f9952de ChangeLog 1078 +MD5 134c29da07283578d4f84cc24b487fc0 apel-10.4.ebuild 1134 +MD5 9fa0966c03deeadf1d823e8831758a65 apel-10.6.ebuild 1213 MD5 b3eec0ac03c0bbe16b118ecfea92b145 apel-10.3.ebuild 1060 +MD5 71f926015b6b7fee167d4313e6a0db13 ChangeLog 1167 MD5 fcd33d07e4ee719b01157946734f4fe8 metadata.xml 158 -MD5 134c29da07283578d4f84cc24b487fc0 apel-10.4.ebuild 1134 -MD5 e52818b69c2a27e2183e873ec8063dc3 files/50apel-gentoo.el 82 MD5 02d88e19d8966fd975726ba7301c05ed files/APEL-CFG.patch 427 MD5 cb450eea791a91990455f75233509cec files/digest-apel-10.3 61 MD5 5921acb24e2285d6a1fd540590743f1e files/digest-apel-10.4 61 MD5 b2b778c61c92731c7232e6ec804b5aaa files/digest-apel-10.6 61 +MD5 e52818b69c2a27e2183e873ec8063dc3 files/50apel-gentoo.el 82 diff --git a/app-emacs/apel/apel-10.6.ebuild b/app-emacs/apel/apel-10.6.ebuild index 1520a8886d31..3365359b433f 100644 --- a/app-emacs/apel/apel-10.6.ebuild +++ b/app-emacs/apel/apel-10.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/apel/apel-10.6.ebuild,v 1.8 2004/07/19 12:17:58 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/apel/apel-10.6.ebuild,v 1.9 2004/07/29 23:22:10 matsuu Exp $ inherit elisp @@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.jpl.org/pub/elisp/apel/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 alpha sparc ppc hppa macos" +KEYWORDS="x86 alpha sparc ppc hppa macos amd64" DEPEND="virtual/emacs" |