diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-07-03 19:30:17 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-07-03 19:30:17 +0000 |
commit | 470cf1c55f5241563b2818558af45c912084460b (patch) | |
tree | 4700f848d5ad32064673e58459735da268f843fd /app-emacs | |
parent | Stable on alpha. (diff) | |
download | historical-470cf1c55f5241563b2818558af45c912084460b.tar.gz historical-470cf1c55f5241563b2818558af45c912084460b.tar.bz2 historical-470cf1c55f5241563b2818558af45c912084460b.zip |
Stable on alpha.
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/riece/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/riece/Manifest | 4 | ||||
-rw-r--r-- | app-emacs/riece/riece-1.0.0.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/app-emacs/riece/ChangeLog b/app-emacs/riece/ChangeLog index 5114a76f416f..d4ee34f5a25d 100644 --- a/app-emacs/riece/ChangeLog +++ b/app-emacs/riece/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/riece # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/riece/ChangeLog,v 1.23 2004/06/24 22:22:35 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/riece/ChangeLog,v 1.24 2004/07/03 19:30:17 kloeri Exp $ + + 03 Jul 2004; Bryan Østergaard <kloeri@gentoo.org> riece-1.0.0.ebuild: + Stable on alpha. 24 Jun 2004; Mamoru KOMACHI <usata@gentoo.org> riece-1.0.0.ebuild: Stable on x86 and ppc diff --git a/app-emacs/riece/Manifest b/app-emacs/riece/Manifest index 5914bc6dc0c4..b89a25795669 100644 --- a/app-emacs/riece/Manifest +++ b/app-emacs/riece/Manifest @@ -1,7 +1,7 @@ MD5 903f6dd09b43a140f1d1d86c3ccfdb38 riece-0.2.2.ebuild 788 -MD5 8011444fcc7e50b146eded2b5f1c644c ChangeLog 3450 +MD5 097f7ff9cb15ac525041637e3e7fe5c5 ChangeLog 3540 MD5 cdab858c87d7322263a9004b40db203d metadata.xml 270 -MD5 724dd2ba759200d4f33e3f754fca395e riece-1.0.0.ebuild 789 +MD5 f1703b3c4afb4ce2e31ab4da0e3facca riece-1.0.0.ebuild 786 MD5 59cf61f4efeb4e0fc758500c91a0e88e files/digest-riece-0.2.2 63 MD5 771e36b911faeafc88c59d5aa62449db files/digest-riece-1.0.0 63 MD5 bac5b7d5667951eb43049ca1ae13a07c files/50riece-gentoo.el 117 diff --git a/app-emacs/riece/riece-1.0.0.ebuild b/app-emacs/riece/riece-1.0.0.ebuild index 98a383c64834..205a52d0a752 100644 --- a/app-emacs/riece/riece-1.0.0.ebuild +++ b/app-emacs/riece/riece-1.0.0.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/riece/riece-1.0.0.ebuild,v 1.5 2004/06/24 22:22:35 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/riece/riece-1.0.0.ebuild,v 1.6 2004/07/03 19:30:17 kloeri Exp $ inherit elisp @@ -12,7 +12,7 @@ SRC_URI="http://wiliki.designflaw.org/riece/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~alpha ppc" +KEYWORDS="x86 alpha ppc" DEPEND="virtual/emacs" |