diff options
author | 2003-11-22 06:23:24 +0000 | |
---|---|---|
committer | 2003-11-22 06:23:24 +0000 | |
commit | f57b2a30bb815bab4933ba94d310deb6f8157c7a (patch) | |
tree | 3d350bc6340bb6b166b7ecf72954618f3552ef83 /app-emacs/sha1/sha1-19990113.ebuild | |
parent | initial import (diff) | |
download | historical-f57b2a30bb815bab4933ba94d310deb6f8157c7a.tar.gz historical-f57b2a30bb815bab4933ba94d310deb6f8157c7a.tar.bz2 historical-f57b2a30bb815bab4933ba94d310deb6f8157c7a.zip |
initial import
Diffstat (limited to 'app-emacs/sha1/sha1-19990113.ebuild')
-rw-r--r-- | app-emacs/sha1/sha1-19990113.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/app-emacs/sha1/sha1-19990113.ebuild b/app-emacs/sha1/sha1-19990113.ebuild new file mode 100644 index 000000000000..7f090fd18773 --- /dev/null +++ b/app-emacs/sha1/sha1-19990113.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/sha1/sha1-19990113.ebuild,v 1.1 2003/11/22 06:23:21 mkennedy Exp $ + +inherit elisp + +DESCRIPTION="Emacs Lisp implementation of the SHA1 algorithm." +HOMEPAGE="http://www.emacswiki.org/cgi-bin/wiki/WikifiedEmacsLispList" +SRC_URI="mirror://gentoo/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" +DEPEND="virtual/emacs" + +SITEFILE=50sha1-gentoo.el |