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/sieve/sieve-1.11.ebuild | |
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/sieve/sieve-1.11.ebuild')
-rw-r--r-- | app-xemacs/sieve/sieve-1.11.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/app-xemacs/sieve/sieve-1.11.ebuild b/app-xemacs/sieve/sieve-1.11.ebuild new file mode 100644 index 000000000000..e0df3961e5d9 --- /dev/null +++ b/app-xemacs/sieve/sieve-1.11.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/sieve/sieve-1.11.ebuild,v 1.1 2003/02/22 12:46:40 rendhalver Exp $ + +SLOT="0" +IUSE="" +DESCRIPTION="Manage Sieve email filtering scripts." +PKG_CAT="standard" + +DEPEND="app-xemacs/xemacs-base +app-xemacs/mail-lib +app-xemacs/cc-mode +app-xemacs/sasl +" +KEYWORDS="x86 ~ppc ~alpha sparc" + +inherit xemacs-packages + |