diff options
author | Ulrich Müller <ulm@gentoo.org> | 2007-10-15 20:14:41 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2007-10-15 20:14:41 +0000 |
commit | a11168cac36f69d254f283456482eecd35e310a0 (patch) | |
tree | 07bda34f3a8b9863f2158ab54585cb24c2103036 /app-emacs | |
parent | amd64 stable, bug #195512. (diff) | |
download | gentoo-2-a11168cac36f69d254f283456482eecd35e310a0.tar.gz gentoo-2-a11168cac36f69d254f283456482eecd35e310a0.tar.bz2 gentoo-2-a11168cac36f69d254f283456482eecd35e310a0.zip |
amd64 stable, bug #195512.
(Portage version: 2.1.3.13)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/sha1/ChangeLog | 8 | ||||
-rw-r--r-- | app-emacs/sha1/sha1-19990113.ebuild | 12 |
2 files changed, 13 insertions, 7 deletions
diff --git a/app-emacs/sha1/ChangeLog b/app-emacs/sha1/ChangeLog index 43e029e4f773..2b21838efd7b 100644 --- a/app-emacs/sha1/ChangeLog +++ b/app-emacs/sha1/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-emacs/sha1 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/sha1/ChangeLog,v 1.7 2007/02/06 13:46:35 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/sha1/ChangeLog,v 1.8 2007/10/15 20:14:41 ulm Exp $ + + 15 Oct 2007; Ulrich Mueller <ulm@gentoo.org> sha1-19990113.ebuild: + amd64 stable, bug #195512. + + 15 Oct 2007; Ulrich Mueller <ulm@gentoo.org> sha1-19990113.ebuild: + Remove redundant DEPEND on virtual/emacs. 06 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog: Regenerate digest in Manifest2 format. diff --git a/app-emacs/sha1/sha1-19990113.ebuild b/app-emacs/sha1/sha1-19990113.ebuild index dc74c5c87167..e514b6de3162 100644 --- a/app-emacs/sha1/sha1-19990113.ebuild +++ b/app-emacs/sha1/sha1-19990113.ebuild @@ -1,16 +1,16 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/sha1/sha1-19990113.ebuild,v 1.7 2005/10/24 14:57:43 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/sha1/sha1-19990113.ebuild,v 1.8 2007/10/15 20:14:41 ulm Exp $ inherit elisp -DESCRIPTION="Emacs Lisp implementation of the SHA1 algorithm." +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="~amd64 ~ppc x86" +KEYWORDS="amd64 ~ppc x86" IUSE="" -DEPEND="virtual/emacs" -SITEFILE=50sha1-gentoo.el +SITEFILE=50${PN}-gentoo.el |