diff options
author | Aron Griffis <agriffis@gentoo.org> | 2003-10-03 02:47:54 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2003-10-03 02:47:54 +0000 |
commit | 706e79274abac6b82094e89ba2568f0433ab91b8 (patch) | |
tree | 5f112c51f40e6980439b391c3979de87755e4d1a /app-xemacs/lookup | |
parent | Patch to fixup multiline strings (diff) | |
download | historical-706e79274abac6b82094e89ba2568f0433ab91b8.tar.gz historical-706e79274abac6b82094e89ba2568f0433ab91b8.tar.bz2 historical-706e79274abac6b82094e89ba2568f0433ab91b8.zip |
Stable on alpha
Diffstat (limited to 'app-xemacs/lookup')
-rw-r--r-- | app-xemacs/lookup/ChangeLog | 5 | ||||
-rw-r--r-- | app-xemacs/lookup/Manifest | 4 | ||||
-rw-r--r-- | app-xemacs/lookup/lookup-1.13.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/app-xemacs/lookup/ChangeLog b/app-xemacs/lookup/ChangeLog index 2319444086a5..4c8dc4041f14 100644 --- a/app-xemacs/lookup/ChangeLog +++ b/app-xemacs/lookup/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-xemacs/lookup # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/lookup/ChangeLog,v 1.3 2003/02/22 12:46:40 rendhalver Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/lookup/ChangeLog,v 1.4 2003/10/03 02:30:03 agriffis Exp $ + + 02 Oct 2003; Aron Griffis <agriffis@gentoo.org> lookup-1.13.ebuild: + Stable on alpha *lookup-1.13 (16 Dec 2002) diff --git a/app-xemacs/lookup/Manifest b/app-xemacs/lookup/Manifest index 365e986f88e0..281ae5f32320 100644 --- a/app-xemacs/lookup/Manifest +++ b/app-xemacs/lookup/Manifest @@ -1,3 +1,3 @@ -MD5 eae1871a3a9b8ad169e93d36919eaf9e ChangeLog 419 -MD5 ec18a80ea609bd966bb0ac4e7cd8dcfc lookup-1.13.ebuild 412 +MD5 3e1d4c8c29a905f6d750f4c754df8ebf ChangeLog 506 +MD5 87c9747668895645e9e593d2b0f888b9 lookup-1.13.ebuild 409 MD5 0a068e57c28247327b9bf0fb26970c07 files/digest-lookup-1.13 66 diff --git a/app-xemacs/lookup/lookup-1.13.ebuild b/app-xemacs/lookup/lookup-1.13.ebuild index bdbe9faf3cd8..574a5d4d471e 100644 --- a/app-xemacs/lookup/lookup-1.13.ebuild +++ b/app-xemacs/lookup/lookup-1.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/lookup/lookup-1.13.ebuild,v 1.4 2003/02/22 12:46:40 rendhalver Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/lookup/lookup-1.13.ebuild,v 1.5 2003/10/03 02:30:03 agriffis Exp $ SLOT="0" IUSE="" @@ -10,7 +10,7 @@ PKG_CAT="mule" DEPEND="app-xemacs/mule-base app-xemacs/cookie " -KEYWORDS="x86 ~ppc ~alpha sparc" +KEYWORDS="x86 ~ppc alpha sparc" inherit xemacs-packages |