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 | 4bce59d769564960d06dcefc9bbd58b6d9c8f431 (patch) | |
tree | 59e080121666285944c04de7dd7593848d74fc94 /app-xemacs/hm-html-menus | |
parent | added optional standalone player (diff) | |
download | historical-4bce59d769564960d06dcefc9bbd58b6d9c8f431.tar.gz historical-4bce59d769564960d06dcefc9bbd58b6d9c8f431.tar.bz2 historical-4bce59d769564960d06dcefc9bbd58b6d9c8f431.zip |
xemacs packages ebuild
Diffstat (limited to 'app-xemacs/hm-html-menus')
-rw-r--r-- | app-xemacs/hm-html-menus/ChangeLog | 8 | ||||
-rw-r--r-- | app-xemacs/hm-html-menus/files/digest-hm-html-menus-1.18 | 1 | ||||
-rw-r--r-- | app-xemacs/hm-html-menus/hm-html-menus-1.18.ebuild | 16 |
3 files changed, 25 insertions, 0 deletions
diff --git a/app-xemacs/hm-html-menus/ChangeLog b/app-xemacs/hm-html-menus/ChangeLog new file mode 100644 index 000000000000..7b34dc04f17d --- /dev/null +++ b/app-xemacs/hm-html-menus/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for app-xemacs/hm-html-menus +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/hm-html-menus/ChangeLog,v 1.1 2002/12/16 12:22:47 rendhalver Exp $ + +*hm-html-menus-1.18 (16 Dec 2002) + + 16 Dec 2002; Rendhalver [Peter Brown] <rendhalver@gentoo.org> : + Initial import. diff --git a/app-xemacs/hm-html-menus/files/digest-hm-html-menus-1.18 b/app-xemacs/hm-html-menus/files/digest-hm-html-menus-1.18 new file mode 100644 index 000000000000..e5c14fde822a --- /dev/null +++ b/app-xemacs/hm-html-menus/files/digest-hm-html-menus-1.18 @@ -0,0 +1 @@ +MD5 ad6c2d438e56fdc1cf0a81945f52605d hm--html-menus-1.18-pkg.tar.gz 179112
\ No newline at end of file diff --git a/app-xemacs/hm-html-menus/hm-html-menus-1.18.ebuild b/app-xemacs/hm-html-menus/hm-html-menus-1.18.ebuild new file mode 100644 index 000000000000..10457ad6dcb1 --- /dev/null +++ b/app-xemacs/hm-html-menus/hm-html-menus-1.18.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/hm-html-menus/hm-html-menus-1.18.ebuild,v 1.1 2002/12/16 12:22:47 rendhalver Exp $ + +SLOT="0" +IUSE="" +DESCRIPTION="HTML editing." +SRC_URI="http://ftp.xemacs.org/packages/hm--html-menus-1.18-pkg.tar.gz" +PKG_CAT="standard" + +DEPEND="app-xemacs/dired +app-xemacs/xemacs-base +" + +inherit xemacs-packages + |