diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-12-20 18:49:26 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-12-20 18:49:26 +0000 |
commit | bcbb8906b51dd160a4ec3f05b8dd4db5d597b081 (patch) | |
tree | ef48bf6864915324d907e72c8888915d027bc827 /app-emacs | |
parent | Version bump. (diff) | |
download | gentoo-2-bcbb8906b51dd160a4ec3f05b8dd4db5d597b081.tar.gz gentoo-2-bcbb8906b51dd160a4ec3f05b8dd4db5d597b081.tar.bz2 gentoo-2-bcbb8906b51dd160a4ec3f05b8dd4db5d597b081.zip |
Version bump, bug 447912. Specify LICENSE more precisely.
(Portage version: 2.1.11.38/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/folding/ChangeLog | 8 | ||||
-rw-r--r-- | app-emacs/folding/folding-2009.0905.0811.ebuild | 4 | ||||
-rw-r--r-- | app-emacs/folding/folding-2012.0226.1623.ebuild | 18 |
3 files changed, 27 insertions, 3 deletions
diff --git a/app-emacs/folding/ChangeLog b/app-emacs/folding/ChangeLog index f9957da1aec5..96e39dee27db 100644 --- a/app-emacs/folding/ChangeLog +++ b/app-emacs/folding/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-emacs/folding # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/folding/ChangeLog,v 1.22 2012/02/19 13:54:31 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/folding/ChangeLog,v 1.23 2012/12/20 18:49:26 ulm Exp $ + +*folding-2012.0226.1623 (20 Dec 2012) + + 20 Dec 2012; Ulrich Müller <ulm@gentoo.org> folding-2009.0905.0811.ebuild, + +folding-2012.0226.1623.ebuild: + Version bump, bug 447912. Specify LICENSE more precisely. 19 Feb 2012; Tobias Klausmann <klausman@gentoo.org> folding-2009.0905.0811.ebuild: diff --git a/app-emacs/folding/folding-2009.0905.0811.ebuild b/app-emacs/folding/folding-2009.0905.0811.ebuild index b325a7f56ad3..e01fc975bcf8 100644 --- a/app-emacs/folding/folding-2009.0905.0811.ebuild +++ b/app-emacs/folding/folding-2009.0905.0811.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/folding/folding-2009.0905.0811.ebuild,v 1.4 2012/02/19 13:54:31 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/folding/folding-2009.0905.0811.ebuild,v 1.5 2012/12/20 18:49:26 ulm Exp $ inherit elisp @@ -9,7 +9,7 @@ HOMEPAGE="http://www.emacswiki.org/cgi-bin/wiki/FoldingMode" # taken from http://git.savannah.gnu.org/cgit/emacs-tiny-tools.git SRC_URI="mirror://gentoo/${P}.el.bz2" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="alpha amd64 x86" IUSE="" diff --git a/app-emacs/folding/folding-2012.0226.1623.ebuild b/app-emacs/folding/folding-2012.0226.1623.ebuild new file mode 100644 index 000000000000..d361bcba8047 --- /dev/null +++ b/app-emacs/folding/folding-2012.0226.1623.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/folding/folding-2012.0226.1623.ebuild,v 1.1 2012/12/20 18:49:26 ulm Exp $ + +EAPI=5 + +inherit elisp + +DESCRIPTION="A folding-editor-like Emacs minor mode" +HOMEPAGE="http://www.emacswiki.org/cgi-bin/wiki/FoldingMode" +# taken from http://git.savannah.gnu.org/cgit/emacs-tiny-tools.git +SRC_URI="mirror://gentoo/${P}.el.bz2" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~x86" + +SITEFILE="70${PN}-gentoo.el" |