diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-01-01 16:51:51 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-01-01 16:51:51 +0000 |
commit | 792f87f81d6c676301175d9d34e10ebf07569b01 (patch) | |
tree | cbb4f11bb60091ba2dc4025e6466b69616ed747e /app-emacs | |
parent | Specify LICENSE more precisely. Bump EAPI to 5. Remove old. (diff) | |
download | gentoo-2-792f87f81d6c676301175d9d34e10ebf07569b01.tar.gz gentoo-2-792f87f81d6c676301175d9d34e10ebf07569b01.tar.bz2 gentoo-2-792f87f81d6c676301175d9d34e10ebf07569b01.zip |
Specify LICENSE more precisely. Bump EAPI to 5. Remove old.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/h4x0r/ChangeLog | 7 | ||||
-rw-r--r-- | app-emacs/h4x0r/h4x0r-0.13-r1.ebuild | 11 |
2 files changed, 11 insertions, 7 deletions
diff --git a/app-emacs/h4x0r/ChangeLog b/app-emacs/h4x0r/ChangeLog index 326936b30580..7cad012c1689 100644 --- a/app-emacs/h4x0r/ChangeLog +++ b/app-emacs/h4x0r/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/h4x0r -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/h4x0r/ChangeLog,v 1.16 2010/01/17 19:11:14 ulm Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/h4x0r/ChangeLog,v 1.17 2014/01/01 16:51:51 ulm Exp $ + + 01 Jan 2014; Ulrich Müller <ulm@gentoo.org> h4x0r-0.13-r1.ebuild: + Specify LICENSE more precisely. Update EAPI to 5. 17 Jan 2010; Ulrich Mueller <ulm@gentoo.org> files/50h4x0r-gentoo.el, h4x0r-0.13-r1.ebuild, -files/51h4x0r-gentoo.el: diff --git a/app-emacs/h4x0r/h4x0r-0.13-r1.ebuild b/app-emacs/h4x0r/h4x0r-0.13-r1.ebuild index a736b645bde8..3e7005f5de03 100644 --- a/app-emacs/h4x0r/h4x0r-0.13-r1.ebuild +++ b/app-emacs/h4x0r/h4x0r-0.13-r1.ebuild @@ -1,16 +1,17 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/h4x0r/h4x0r-0.13-r1.ebuild,v 1.6 2010/01/17 19:11:14 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/h4x0r/h4x0r-0.13-r1.ebuild,v 1.7 2014/01/01 16:51:51 ulm Exp $ + +EAPI=5 inherit elisp DESCRIPTION="Aid in writing like a script kiddie does" -HOMEPAGE="http://www.emacswiki.org/cgi-bin/emacs/EliteSpeech" +HOMEPAGE="http://www.emacswiki.org/emacs/EliteSpeech" SRC_URI="mirror://gentoo/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 ppc x86" -IUSE="" SITEFILE="50${PN}-gentoo.el" |