diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2003-11-22 06:23:24 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2003-11-22 06:23:24 +0000 |
commit | 1dc36d0bfd0e9f1f5ddba97723a6b5afc529b2aa (patch) | |
tree | c67b2656eb0d11a4a2eeed0ddca49e1729538222 /app-emacs/sha1/sha1-19990113.ebuild | |
parent | initial import (diff) | |
download | gentoo-2-1dc36d0bfd0e9f1f5ddba97723a6b5afc529b2aa.tar.gz gentoo-2-1dc36d0bfd0e9f1f5ddba97723a6b5afc529b2aa.tar.bz2 gentoo-2-1dc36d0bfd0e9f1f5ddba97723a6b5afc529b2aa.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 |