diff options
author | Peter Brown <rendhalver@gentoo.org> | 2003-02-22 12:46:41 +0000 |
---|---|---|
committer | Peter Brown <rendhalver@gentoo.org> | 2003-02-22 12:46:41 +0000 |
commit | 11c54ff9713a5ffe78b5d7ff87e125922592755c (patch) | |
tree | 5078c54503602d512d0a5b410d8dfba913ea1ecb /app-xemacs/gnus | |
parent | stable on alpha (diff) | |
download | historical-11c54ff9713a5ffe78b5d7ff87e125922592755c.tar.gz historical-11c54ff9713a5ffe78b5d7ff87e125922592755c.tar.bz2 historical-11c54ff9713a5ffe78b5d7ff87e125922592755c.zip |
new stable abuilds, adding ~alpha KEYWORDS
Diffstat (limited to 'app-xemacs/gnus')
-rw-r--r-- | app-xemacs/gnus/ChangeLog | 10 | ||||
-rw-r--r-- | app-xemacs/gnus/files/digest-gnus-1.65 | 1 | ||||
-rw-r--r-- | app-xemacs/gnus/gnus-1.64.ebuild | 4 | ||||
-rw-r--r-- | app-xemacs/gnus/gnus-1.65.ebuild | 25 |
4 files changed, 37 insertions, 3 deletions
diff --git a/app-xemacs/gnus/ChangeLog b/app-xemacs/gnus/ChangeLog index 379998ef4d6f..8691ecc05830 100644 --- a/app-xemacs/gnus/ChangeLog +++ b/app-xemacs/gnus/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for app-xemacs/gnus # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/gnus/ChangeLog,v 1.2 2003/02/12 05:40:20 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/gnus/ChangeLog,v 1.3 2003/02/22 12:46:40 rendhalver Exp $ + +*gnus-1.65 (22 Feb 2003) + + 22 Feb 2003; <rendhalver@gentoo.org> gnus-1.64.ebuild gnus-1.65.ebuild files/digest-gnus-1.65 : + Add ~alpha to KEYWORDS + + 22 Feb 2003; Rendhalver <rendhalver@gentoo.org> : + new stable ebuild *gnus-1.64 (16 Dec 2002) diff --git a/app-xemacs/gnus/files/digest-gnus-1.65 b/app-xemacs/gnus/files/digest-gnus-1.65 new file mode 100644 index 000000000000..5c02ce57d0ae --- /dev/null +++ b/app-xemacs/gnus/files/digest-gnus-1.65 @@ -0,0 +1 @@ +MD5 88df3cb85c066eb176053f7ab1bd1a21 gnus-1.65-pkg.tar.gz 2355784
\ No newline at end of file diff --git a/app-xemacs/gnus/gnus-1.64.ebuild b/app-xemacs/gnus/gnus-1.64.ebuild index 819fe95f6636..924116b69363 100644 --- a/app-xemacs/gnus/gnus-1.64.ebuild +++ b/app-xemacs/gnus/gnus-1.64.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/gnus/gnus-1.64.ebuild,v 1.3 2003/02/13 09:53:40 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/gnus/gnus-1.64.ebuild,v 1.4 2003/02/22 12:46:40 rendhalver Exp $ SLOT="0" IUSE="" @@ -17,7 +17,7 @@ app-xemacs/xemacs-base app-xemacs/fsf-compat app-xemacs/ecrypto " -KEYWORDS="x86 -ppc alpha sparc" +KEYWORDS="x86 ~ppc ~alpha sparc" inherit xemacs-packages diff --git a/app-xemacs/gnus/gnus-1.65.ebuild b/app-xemacs/gnus/gnus-1.65.ebuild new file mode 100644 index 000000000000..22d1e4f06138 --- /dev/null +++ b/app-xemacs/gnus/gnus-1.65.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/gnus/gnus-1.65.ebuild,v 1.1 2003/02/22 12:46:40 rendhalver Exp $ + +SLOT="0" +IUSE="" +DESCRIPTION="The Gnus Newsreader and Mailreader." +PKG_CAT="standard" + +DEPEND="app-xemacs/w3 +app-xemacs/mh-e +app-xemacs/mailcrypt +app-xemacs/rmail +app-xemacs/eterm +app-xemacs/mail-lib +app-xemacs/xemacs-base +app-xemacs/fsf-compat +app-xemacs/ecrypto +app-xemacs/tm +app-xemacs/apel +" +KEYWORDS="x86 ~ppc ~alpha sparc" + +inherit xemacs-packages + |