diff options
Diffstat (limited to 'app-xemacs/w3')
-rw-r--r-- | app-xemacs/w3/ChangeLog | 8 | ||||
-rw-r--r-- | app-xemacs/w3/w3-1.26.ebuild | 16 |
2 files changed, 24 insertions, 0 deletions
diff --git a/app-xemacs/w3/ChangeLog b/app-xemacs/w3/ChangeLog new file mode 100644 index 000000000000..343779c92e1d --- /dev/null +++ b/app-xemacs/w3/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for app-xemacs/w3 +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/w3/ChangeLog,v 1.1 2002/12/16 12:22:48 rendhalver Exp $ + +*w3-1.26 (16 Dec 2002) + + 16 Dec 2002; Rendhalver [Peter Brown] <rendhalver@gentoo.org> : + Initial import. diff --git a/app-xemacs/w3/w3-1.26.ebuild b/app-xemacs/w3/w3-1.26.ebuild new file mode 100644 index 000000000000..129b85f7b883 --- /dev/null +++ b/app-xemacs/w3/w3-1.26.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/w3/w3-1.26.ebuild,v 1.1 2002/12/16 12:22:48 rendhalver Exp $ + +SLOT="0" +IUSE="" +DESCRIPTION="A Web browser." +PKG_CAT="standard" + +DEPEND="app-xemacs/mail-lib +app-xemacs/xemacs-base +app-xemacs/ecrypto +" + +inherit xemacs-packages + |