diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-02-14 16:19:58 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-02-14 16:19:58 +0000 |
commit | 03cdea527f64e5a3bada7dfc1874f1e67a394ac8 (patch) | |
tree | 1d8094c8ceb962f9583d16e915ac0dd33ca39b40 /app-emacs/icicles | |
parent | ia64 stable wrt bug #495636 (diff) | |
download | gentoo-2-03cdea527f64e5a3bada7dfc1874f1e67a394ac8.tar.gz gentoo-2-03cdea527f64e5a3bada7dfc1874f1e67a394ac8.tar.bz2 gentoo-2-03cdea527f64e5a3bada7dfc1874f1e67a394ac8.zip |
Version bump. Remove old ebuild immediately, owing to wrong sorting order with the changed versioning scheme.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-emacs/icicles')
-rw-r--r-- | app-emacs/icicles/ChangeLog | 12 | ||||
-rw-r--r-- | app-emacs/icicles/files/50icicles-gentoo.el | 3 | ||||
-rw-r--r-- | app-emacs/icicles/files/icicles-byte-compile-without-x.patch | 10 | ||||
-rw-r--r-- | app-emacs/icicles/icicles-20081210.ebuild | 19 | ||||
-rw-r--r-- | app-emacs/icicles/icicles-2013.04.23.23400.ebuild | 17 |
5 files changed, 27 insertions, 34 deletions
diff --git a/app-emacs/icicles/ChangeLog b/app-emacs/icicles/ChangeLog index 01f702be8fc4..44aad339ed1f 100644 --- a/app-emacs/icicles/ChangeLog +++ b/app-emacs/icicles/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for app-emacs/icicles -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/icicles/ChangeLog,v 1.5 2009/03/29 22:30:30 ulm Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/icicles/ChangeLog,v 1.6 2014/02/14 16:19:58 ulm Exp $ + +*icicles-2013.04.23.23400 (14 Feb 2014) + + 14 Feb 2014; Ulrich Müller <ulm@gentoo.org> + +icicles-2013.04.23.23400.ebuild, -icicles-20081210.ebuild, + -files/icicles-byte-compile-without-x.patch: + Version bump. Remove old ebuild immediately, owing to wrong sorting order + with the changed versioning scheme. 29 Mar 2009; Ulrich Mueller <ulm@gentoo.org> icicles-20081210.ebuild: Use autopatch feature of elisp.eclass. diff --git a/app-emacs/icicles/files/50icicles-gentoo.el b/app-emacs/icicles/files/50icicles-gentoo.el index 2041bf0c5f5b..85debb666b64 100644 --- a/app-emacs/icicles/files/50icicles-gentoo.el +++ b/app-emacs/icicles/files/50icicles-gentoo.el @@ -1,6 +1,3 @@ - -;;; icicles site-lisp configuration - (add-to-list 'load-path "@SITELISP@") (autoload 'icicle-mode "icicles" nil t) (defalias 'icy-mode 'icicle-mode) diff --git a/app-emacs/icicles/files/icicles-byte-compile-without-x.patch b/app-emacs/icicles/files/icicles-byte-compile-without-x.patch deleted file mode 100644 index 7e12588342de..000000000000 --- a/app-emacs/icicles/files/icicles-byte-compile-without-x.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- icicles-mcmd.el~ 2007-12-05 17:15:38.000000000 +0000 -+++ icicles-mcmd.el 2008-01-01 19:52:19.000000000 +0000 -@@ -379,6 +379,7 @@ - ;;; Return the number of the completion. - ;;; - (or (fboundp 'old-mouse-choose-completion) -+ (not (fboundp 'mouse-choose-completion)) - (fset 'old-mouse-choose-completion (symbol-function 'mouse-choose-completion))) - - ;;;###autoload diff --git a/app-emacs/icicles/icicles-20081210.ebuild b/app-emacs/icicles/icicles-20081210.ebuild deleted file mode 100644 index c3c9b6f2bc8a..000000000000 --- a/app-emacs/icicles/icicles-20081210.ebuild +++ /dev/null @@ -1,19 +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/icicles/icicles-20081210.ebuild,v 1.2 2009/03/29 22:30:30 ulm Exp $ - -inherit elisp - -DESCRIPTION="Minibuffer input completion and cycling" -HOMEPAGE="http://www.emacswiki.org/cgi-bin/wiki/Icicles" -# snapshot from http://www.emacswiki.org/cgi-bin/wiki/Icicles_-_Libraries -SRC_URI="mirror://gentoo/${P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -S="${WORKDIR}/${PN}" -ELISP_PATCHES="${PN}-byte-compile-without-x.patch" -SITEFILE="50${PN}-gentoo.el" diff --git a/app-emacs/icicles/icicles-2013.04.23.23400.ebuild b/app-emacs/icicles/icicles-2013.04.23.23400.ebuild new file mode 100644 index 000000000000..0bf0413ace15 --- /dev/null +++ b/app-emacs/icicles/icicles-2013.04.23.23400.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/icicles/icicles-2013.04.23.23400.ebuild,v 1.1 2014/02/14 16:19:58 ulm Exp $ + +EAPI=5 + +inherit elisp + +DESCRIPTION="Minibuffer input completion and cycling" +HOMEPAGE="http://www.emacswiki.org/cgi-bin/wiki/Icicles" +SRC_URI="https://github.com/emacsmirror/icicles/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +SITEFILE="50${PN}-gentoo.el" |