diff options
author | Peter Brown <rendhalver@gentoo.org> | 2002-12-16 12:22:48 +0000 |
---|---|---|
committer | Peter Brown <rendhalver@gentoo.org> | 2002-12-16 12:22:48 +0000 |
commit | 0e269950cbb9dacc95bd3887eb24227a77c3b368 (patch) | |
tree | 44d7c52f8033d153903ab96e19e057c2c1ba8df7 /app-xemacs/supercite | |
parent | added optional standalone player (diff) | |
download | gentoo-2-0e269950cbb9dacc95bd3887eb24227a77c3b368.tar.gz gentoo-2-0e269950cbb9dacc95bd3887eb24227a77c3b368.tar.bz2 gentoo-2-0e269950cbb9dacc95bd3887eb24227a77c3b368.zip |
xemacs packages ebuild
Diffstat (limited to 'app-xemacs/supercite')
-rw-r--r-- | app-xemacs/supercite/ChangeLog | 8 | ||||
-rw-r--r-- | app-xemacs/supercite/supercite-1.19.ebuild | 15 |
2 files changed, 23 insertions, 0 deletions
diff --git a/app-xemacs/supercite/ChangeLog b/app-xemacs/supercite/ChangeLog new file mode 100644 index 000000000000..187098f6e082 --- /dev/null +++ b/app-xemacs/supercite/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for app-xemacs/supercite +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/supercite/ChangeLog,v 1.1 2002/12/16 12:22:48 rendhalver Exp $ + +*supercite-1.19 (16 Dec 2002) + + 16 Dec 2002; Rendhalver [Peter Brown] <rendhalver@gentoo.org> : + Initial import. diff --git a/app-xemacs/supercite/supercite-1.19.ebuild b/app-xemacs/supercite/supercite-1.19.ebuild new file mode 100644 index 000000000000..de4ee6c48656 --- /dev/null +++ b/app-xemacs/supercite/supercite-1.19.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/supercite/supercite-1.19.ebuild,v 1.1 2002/12/16 12:22:48 rendhalver Exp $ + +SLOT="0" +IUSE="" +DESCRIPTION="An Emacs citation tool for News & Mail messages." +PKG_CAT="standard" + +DEPEND="app-xemacs/mail-lib +app-xemacs/xemacs-base +" + +inherit xemacs-packages + |