diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-04-06 03:50:53 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-04-06 03:50:53 +0000 |
commit | f13452c730dffbf8242a3bbf6d8cc0e8d06632ab (patch) | |
tree | a94403739ab25de1b6c2e1b9de954df5061aa568 /app-emacs/md5 | |
parent | add inherit eutils (diff) | |
download | gentoo-2-f13452c730dffbf8242a3bbf6d8cc0e8d06632ab.tar.gz gentoo-2-f13452c730dffbf8242a3bbf6d8cc0e8d06632ab.tar.bz2 gentoo-2-f13452c730dffbf8242a3bbf6d8cc0e8d06632ab.zip |
add inherit eutils
Diffstat (limited to 'app-emacs/md5')
-rw-r--r-- | app-emacs/md5/md5-1.0-r1.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app-emacs/md5/md5-1.0-r1.ebuild b/app-emacs/md5/md5-1.0-r1.ebuild index 9c972d720560..5e0ea7d3b133 100644 --- a/app-emacs/md5/md5-1.0-r1.ebuild +++ b/app-emacs/md5/md5-1.0-r1.ebuild @@ -1,15 +1,17 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/md5/md5-1.0-r1.ebuild,v 1.1 2003/12/22 07:28:10 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/md5/md5-1.0-r1.ebuild,v 1.2 2004/04/06 03:47:03 vapier Exp $ -inherit elisp +inherit elisp eutils DESCRIPTION="Emacs Lisp implementation of the MD5 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=90md5-gentoo.el |