diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2005-07-01 18:14:57 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2005-07-01 18:14:57 +0000 |
commit | 65639458b41481cec98569d5a704deb5aa5eb055 (patch) | |
tree | aec5fc83f305f4fee28c6b4f8a21da2d7b88e17e /app-emacs/crontab-mode | |
parent | version bump (diff) | |
download | historical-65639458b41481cec98569d5a704deb5aa5eb055.tar.gz historical-65639458b41481cec98569d5a704deb5aa5eb055.tar.bz2 historical-65639458b41481cec98569d5a704deb5aa5eb055.zip |
.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'app-emacs/crontab-mode')
-rw-r--r-- | app-emacs/crontab-mode/ChangeLog | 6 | ||||
-rw-r--r-- | app-emacs/crontab-mode/Manifest | 12 | ||||
-rw-r--r-- | app-emacs/crontab-mode/crontab-mode-1.18.ebuild | 4 |
3 files changed, 8 insertions, 14 deletions
diff --git a/app-emacs/crontab-mode/ChangeLog b/app-emacs/crontab-mode/ChangeLog index b09a948cc24a..046eb9750846 100644 --- a/app-emacs/crontab-mode/ChangeLog +++ b/app-emacs/crontab-mode/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/crontab-mode # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/crontab-mode/ChangeLog,v 1.6 2005/06/26 15:07:33 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/crontab-mode/ChangeLog,v 1.7 2005/07/01 18:14:57 mkennedy Exp $ + + 01 Jul 2005; Matthew Kennedy <mkennedy@gentoo.org> + crontab-mode-1.18.ebuild: + Keywording ~amd64. 26 Jun 2005; Mamoru KOMACHI <usata@gentoo.org> crontab-mode-1.18.ebuild: Stable on x86. diff --git a/app-emacs/crontab-mode/Manifest b/app-emacs/crontab-mode/Manifest index 9390a6ef1168..a5152a2c3ebe 100644 --- a/app-emacs/crontab-mode/Manifest +++ b/app-emacs/crontab-mode/Manifest @@ -1,17 +1,7 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 33d95d0167999397078d5a32b9ba7e12 ChangeLog 719 MD5 4acc0c00f0248e1ffafad9d06ac3a917 crontab-mode-1.11.ebuild 830 +MD5 8d66e269bbf6b87f44bef50c65e8c919 crontab-mode-1.18.ebuild 483 MD5 fcd33d07e4ee719b01157946734f4fe8 metadata.xml 158 -MD5 626742ca77b2a07f32a370661d9fa5ac crontab-mode-1.18.ebuild 476 MD5 d88eefc12059655611014cffd1633002 files/50crontab-mode-gentoo.el 183 MD5 a6a5697f06bbef90f1dbf98c87beb236 files/digest-crontab-mode-1.11 68 MD5 e09c6ef69b72d2688e616a05655e58e3 files/digest-crontab-mode-1.18 67 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFCvsHbVWNWqTUmv+0RAlaqAJoDH03eiYwjvZOzzechcAcZcAxlzwCeKRAU -ePS7u3rFgCk9Wzya9rRCqEA= -=ggXd ------END PGP SIGNATURE----- diff --git a/app-emacs/crontab-mode/crontab-mode-1.18.ebuild b/app-emacs/crontab-mode/crontab-mode-1.18.ebuild index fbecf9842b28..84e039206cd2 100644 --- a/app-emacs/crontab-mode/crontab-mode-1.18.ebuild +++ b/app-emacs/crontab-mode/crontab-mode-1.18.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/crontab-mode/crontab-mode-1.18.ebuild,v 1.2 2005/06/26 15:07:33 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/crontab-mode/crontab-mode-1.18.ebuild,v 1.3 2005/07/01 18:14:57 mkennedy Exp $ inherit elisp @@ -11,7 +11,7 @@ HOMEPAGE="http://www.mahalito.net/~harley/elisp/" SRC_URI="mirror://gentoo/${P}.el.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86" +KEYWORDS="~amd64 x86" SITEFILE=50crontab-mode-gentoo.el SIMPLE_ELISP=t |