diff options
author | Robert Coie <rac@gentoo.org> | 2003-10-27 18:38:12 +0000 |
---|---|---|
committer | Robert Coie <rac@gentoo.org> | 2003-10-27 18:38:12 +0000 |
commit | 0c4f3bd98f201151032be83b40c99541d838f7d8 (patch) | |
tree | 4a346b8b67ab9716d6aa2f5a99e218d3f84a0f82 /app-xemacs | |
parent | oort gnus (diff) | |
download | historical-0c4f3bd98f201151032be83b40c99541d838f7d8.tar.gz historical-0c4f3bd98f201151032be83b40c99541d838f7d8.tar.bz2 historical-0c4f3bd98f201151032be83b40c99541d838f7d8.zip |
oort gnus
Diffstat (limited to 'app-xemacs')
-rw-r--r-- | app-xemacs/gnus/Manifest | 5 | ||||
-rw-r--r-- | app-xemacs/gnus/files/digest-gnus-1.71 | 1 | ||||
-rw-r--r-- | app-xemacs/gnus/gnus-1.71.ebuild | 26 |
3 files changed, 29 insertions, 3 deletions
diff --git a/app-xemacs/gnus/Manifest b/app-xemacs/gnus/Manifest index 6cb86e2258f1..3ab71d12b467 100644 --- a/app-xemacs/gnus/Manifest +++ b/app-xemacs/gnus/Manifest @@ -1,8 +1,7 @@ MD5 bcdd0739505cce779e5503fa3e25f57f gnus-1.64.ebuild 553 -MD5 bfa16aa65501ded6ceb6b0a7bc4bb836 gnus-1.73.ebuild~ 580 MD5 bfa16aa65501ded6ceb6b0a7bc4bb836 gnus-1.65.ebuild 580 -MD5 c9a470b793323e9f817d0ee93297e039 ChangeLog 635 -MD5 c2ef234520e08d331260de339a2e672e gnus-1.71.ebuild 583 +MD5 6f2790d41d2c32e5514a2fda55375a89 ChangeLog 719 +MD5 b89bb5a4496b8e3316f8d7aa9657da9c gnus-1.71.ebuild 606 MD5 5cfd2f95cc9989e86953e6e7f6cbe142 files/digest-gnus-1.64 65 MD5 91be7e701a52b62a9eb17b92ffa4e50b files/digest-gnus-1.65 65 MD5 4ec47b9f0631690da8f1e628f52aa8ca files/digest-gnus-1.71 66 diff --git a/app-xemacs/gnus/files/digest-gnus-1.71 b/app-xemacs/gnus/files/digest-gnus-1.71 new file mode 100644 index 000000000000..f607b697e6c1 --- /dev/null +++ b/app-xemacs/gnus/files/digest-gnus-1.71 @@ -0,0 +1 @@ +MD5 87a26e70ef2632dc11831964c5b9267b gnus-1.71-pkg.tar.gz 3282718 diff --git a/app-xemacs/gnus/gnus-1.71.ebuild b/app-xemacs/gnus/gnus-1.71.ebuild new file mode 100644 index 000000000000..d21702170a31 --- /dev/null +++ b/app-xemacs/gnus/gnus-1.71.ebuild @@ -0,0 +1,26 @@ +# 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.71.ebuild,v 1.1 2003/10/27 18:38:10 rac 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 +>=app-xemacs/net-utils-1.32 +" +KEYWORDS="~x86 ~ppc ~alpha ~sparc" + +inherit xemacs-packages + |