diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-02-14 08:13:16 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-02-14 08:13:16 +0000 |
commit | 8b9f2225288f5b09a515c1a2e949f4a7d980100e (patch) | |
tree | 5f68127055816c4ee6b5090fa5f16fd5d95246ff /app-emacs/folding | |
parent | Bump (diff) | |
download | gentoo-2-8b9f2225288f5b09a515c1a2e949f4a7d980100e.tar.gz gentoo-2-8b9f2225288f5b09a515c1a2e949f4a7d980100e.tar.bz2 gentoo-2-8b9f2225288f5b09a515c1a2e949f4a7d980100e.zip |
Version bump. Move site-init file to standard name. Remove old.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-emacs/folding')
-rw-r--r-- | app-emacs/folding/ChangeLog | 12 | ||||
-rw-r--r-- | app-emacs/folding/files/50folding-gentoo.el (renamed from app-emacs/folding/files/70folding-gentoo.el) | 0 | ||||
-rw-r--r-- | app-emacs/folding/folding-2007.0506.ebuild | 17 | ||||
-rw-r--r-- | app-emacs/folding/folding-2012.0226.1623.ebuild | 6 | ||||
-rw-r--r-- | app-emacs/folding/folding-2013.0613.1821.ebuild (renamed from app-emacs/folding/folding-2009.0905.0811.ebuild) | 13 |
5 files changed, 20 insertions, 28 deletions
diff --git a/app-emacs/folding/ChangeLog b/app-emacs/folding/ChangeLog index be7430191f95..97e672156f8b 100644 --- a/app-emacs/folding/ChangeLog +++ b/app-emacs/folding/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for app-emacs/folding -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/folding/ChangeLog,v 1.26 2013/02/15 23:03:37 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/folding/ChangeLog,v 1.27 2014/02/14 08:13:16 ulm Exp $ + +*folding-2013.0613.1821 (14 Feb 2014) + + 14 Feb 2014; Ulrich Müller <ulm@gentoo.org> -folding-2007.0506.ebuild, + -folding-2009.0905.0811.ebuild, folding-2012.0226.1623.ebuild, + +folding-2013.0613.1821.ebuild, +files/50folding-gentoo.el, + -files/70folding-gentoo.el: + Version bump. Move site-init file to standard name. Remove old. 15 Feb 2013; Agostino Sarubbo <ago@gentoo.org> folding-2012.0226.1623.ebuild: Stable for alpha, wrt bug #457234 diff --git a/app-emacs/folding/files/70folding-gentoo.el b/app-emacs/folding/files/50folding-gentoo.el index 7a741f4c2f2d..7a741f4c2f2d 100644 --- a/app-emacs/folding/files/70folding-gentoo.el +++ b/app-emacs/folding/files/50folding-gentoo.el diff --git a/app-emacs/folding/folding-2007.0506.ebuild b/app-emacs/folding/folding-2007.0506.ebuild deleted file mode 100644 index 19b3627d9a31..000000000000 --- a/app-emacs/folding/folding-2007.0506.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/folding/folding-2007.0506.ebuild,v 1.3 2009/06/07 18:59:24 klausman Exp $ - -inherit elisp - -DESCRIPTION="A folding-editor-like Emacs minor mode" -HOMEPAGE="http://www.emacswiki.org/cgi-bin/wiki/FoldingMode" -# taken from http://tiny-tools.cvs.sourceforge.net/*checkout*/tiny-tools/tiny-tools/lisp/other/folding.el -SRC_URI="mirror://gentoo/${P}.el.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 x86" -IUSE="" - -SITEFILE="70${PN}-gentoo.el" diff --git a/app-emacs/folding/folding-2012.0226.1623.ebuild b/app-emacs/folding/folding-2012.0226.1623.ebuild index 750b057992f6..b1fdad6235e1 100644 --- a/app-emacs/folding/folding-2012.0226.1623.ebuild +++ b/app-emacs/folding/folding-2012.0226.1623.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 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/folding/folding-2012.0226.1623.ebuild,v 1.4 2013/02/15 23:03:37 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/folding/folding-2012.0226.1623.ebuild,v 1.5 2014/02/14 08:13:16 ulm Exp $ EAPI=5 @@ -15,4 +15,4 @@ LICENSE="GPL-2+" SLOT="0" KEYWORDS="alpha amd64 x86" -SITEFILE="70${PN}-gentoo.el" +SITEFILE="50${PN}-gentoo.el" diff --git a/app-emacs/folding/folding-2009.0905.0811.ebuild b/app-emacs/folding/folding-2013.0613.1821.ebuild index e01fc975bcf8..b86ceb314cb2 100644 --- a/app-emacs/folding/folding-2009.0905.0811.ebuild +++ b/app-emacs/folding/folding-2013.0613.1821.ebuild @@ -1,17 +1,18 @@ -# Copyright 1999-2012 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/folding/folding-2009.0905.0811.ebuild,v 1.5 2012/12/20 18:49:26 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/folding/folding-2013.0613.1821.ebuild,v 1.1 2014/02/14 08:13:16 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" +SRC_URI="http://dev.gentoo.org/~ulm/distfiles/${P}.el.xz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="alpha amd64 x86" -IUSE="" +KEYWORDS="~alpha ~amd64 ~x86" -SITEFILE="70${PN}-gentoo.el" +SITEFILE="50${PN}-gentoo.el" |