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/elib | |
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/elib')
-rw-r--r-- | app-xemacs/elib/ChangeLog | 5 | ||||
-rw-r--r-- | app-xemacs/elib/Manifest | 4 | ||||
-rw-r--r-- | app-xemacs/elib/elib-1.10.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/app-xemacs/elib/ChangeLog b/app-xemacs/elib/ChangeLog index 06b07806b399..190519b033f7 100644 --- a/app-xemacs/elib/ChangeLog +++ b/app-xemacs/elib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-xemacs/elib # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/elib/ChangeLog,v 1.3 2003/02/22 12:46:40 rendhalver Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/elib/ChangeLog,v 1.4 2003/10/03 02:23:11 agriffis Exp $ + + 02 Oct 2003; Aron Griffis <agriffis@gentoo.org> elib-1.10.ebuild: + Stable on alpha *elib-1.10 (16 Dec 2002) diff --git a/app-xemacs/elib/Manifest b/app-xemacs/elib/Manifest index 04641d77e0fe..a83778df6e03 100644 --- a/app-xemacs/elib/Manifest +++ b/app-xemacs/elib/Manifest @@ -1,3 +1,3 @@ -MD5 2054fd1c325c1fcd20c16125c019c43b ChangeLog 411 -MD5 1a01c29c9a4882c50faa1289e0ec1b97 elib-1.10.ebuild 387 +MD5 7db3c89835616ab21d1231d137d2d2fc ChangeLog 496 +MD5 91ba0a74bdaee5f082437453321f0bcf elib-1.10.ebuild 384 MD5 8cdb4afbd49b2092df08b7f691b38115 files/digest-elib-1.10 63 diff --git a/app-xemacs/elib/elib-1.10.ebuild b/app-xemacs/elib/elib-1.10.ebuild index 92d5b0598cbb..497d4660f5e7 100644 --- a/app-xemacs/elib/elib-1.10.ebuild +++ b/app-xemacs/elib/elib-1.10.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/elib/elib-1.10.ebuild,v 1.4 2003/02/22 12:46:40 rendhalver Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/elib/elib-1.10.ebuild,v 1.5 2003/10/03 02:23:11 agriffis Exp $ SLOT="0" IUSE="" @@ -8,7 +8,7 @@ DESCRIPTION="Portable Emacs Lisp utilities library." PKG_CAT="standard" DEPEND="" -KEYWORDS="x86 ~ppc ~alpha sparc" +KEYWORDS="x86 ~ppc alpha sparc" inherit xemacs-packages |