diff options
Diffstat (limited to 'app-xemacs/cookie')
-rw-r--r-- | app-xemacs/cookie/ChangeLog | 16 | ||||
-rw-r--r-- | app-xemacs/cookie/Manifest | 3 | ||||
-rw-r--r-- | app-xemacs/cookie/cookie-1.14.ebuild | 6 |
3 files changed, 20 insertions, 5 deletions
diff --git a/app-xemacs/cookie/ChangeLog b/app-xemacs/cookie/ChangeLog index 39c19770f5f1..27ef9080a4b4 100644 --- a/app-xemacs/cookie/ChangeLog +++ b/app-xemacs/cookie/ChangeLog @@ -1,8 +1,20 @@ # ChangeLog for app-xemacs/cookie -# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/cookie/ChangeLog,v 1.1 2002/12/16 12:22:47 rendhalver Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/cookie/ChangeLog,v 1.1.1.1 2005/11/30 09:38:52 chriswhite Exp $ + + 24 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> cookie-1.14.ebuild: + Stable on ppc. + + 09 Aug 2004; Tom Gall <tgall@gentoo.org> cookie-1.14.ebuild: + stable on ppc64, bug #57174 + + 02 Oct 2003; Aron Griffis <agriffis@gentoo.org> cookie-1.14.ebuild: + Stable on alpha *cookie-1.14 (16 Dec 2002) + 22 Feb 2003; <rendhalver@gentoo.org> cookie-1.14.ebuild : + Add ~alpha to KEYWORDS + 16 Dec 2002; Rendhalver [Peter Brown] <rendhalver@gentoo.org> : Initial import. diff --git a/app-xemacs/cookie/Manifest b/app-xemacs/cookie/Manifest index e69de29bb2d1..9e7fb1a13367 100644 --- a/app-xemacs/cookie/Manifest +++ b/app-xemacs/cookie/Manifest @@ -0,0 +1,3 @@ +MD5 31fe3b74d9a7ac20de2b9798b54812bb cookie-1.14.ebuild 402 +MD5 faf3231a01032ddddd1a58177d59b370 ChangeLog 681 +MD5 7ef635f3835731638d7b340c4df42599 files/digest-cookie-1.14 65 diff --git a/app-xemacs/cookie/cookie-1.14.ebuild b/app-xemacs/cookie/cookie-1.14.ebuild index be4dddd1b989..0dd9e8b1cd58 100644 --- a/app-xemacs/cookie/cookie-1.14.ebuild +++ b/app-xemacs/cookie/cookie-1.14.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/cookie/cookie-1.14.ebuild,v 1.1 2002/12/16 12:22:47 rendhalver Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/cookie/cookie-1.14.ebuild,v 1.1.1.1 2005/11/30 09:38:52 chriswhite Exp $ SLOT="0" IUSE="" @@ -9,6 +9,6 @@ PKG_CAT="standard" DEPEND="app-xemacs/xemacs-base " +KEYWORDS="amd64 x86 ppc alpha sparc ppc64" inherit xemacs-packages - |