diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-12-14 20:56:44 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-12-14 20:56:44 +0000 |
commit | 4331d6e92d5da99798a5fff6d3489e20f3779941 (patch) | |
tree | d1f494002b2cc022a48f96b3bb71ac3a860b09c1 /app-emacs/icicles | |
parent | Add missing file, bug #250856. (diff) | |
download | gentoo-2-4331d6e92d5da99798a5fff6d3489e20f3779941.tar.gz gentoo-2-4331d6e92d5da99798a5fff6d3489e20f3779941.tar.bz2 gentoo-2-4331d6e92d5da99798a5fff6d3489e20f3779941.zip |
Version bump, new snapshot.
(Portage version: 2.2_rc17/cvs/Linux 2.6.27-gentoo-r4 i686)
Diffstat (limited to 'app-emacs/icicles')
-rw-r--r-- | app-emacs/icicles/ChangeLog | 7 | ||||
-rw-r--r-- | app-emacs/icicles/icicles-20081210.ebuild | 24 |
2 files changed, 30 insertions, 1 deletions
diff --git a/app-emacs/icicles/ChangeLog b/app-emacs/icicles/ChangeLog index 6ec0fbe5703f..867a59aa19f8 100644 --- a/app-emacs/icicles/ChangeLog +++ b/app-emacs/icicles/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-emacs/icicles # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/icicles/ChangeLog,v 1.2 2008/08/27 13:19:41 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/icicles/ChangeLog,v 1.3 2008/12/14 20:56:44 ulm Exp $ + +*icicles-20081210 (14 Dec 2008) + + 14 Dec 2008; Ulrich Mueller <ulm@gentoo.org> +icicles-20081210.ebuild: + Version bump, new snapshot. 27 Aug 2008; Ulrich Mueller <ulm@gentoo.org> icicles-20071205.ebuild: Use eclass default instead of elisp-comp, bug 235442. diff --git a/app-emacs/icicles/icicles-20081210.ebuild b/app-emacs/icicles/icicles-20081210.ebuild new file mode 100644 index 000000000000..8396fa337551 --- /dev/null +++ b/app-emacs/icicles/icicles-20081210.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2008 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.1 2008/12/14 20:56:44 ulm Exp $ + +inherit elisp eutils + +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}" +SITEFILE="50${PN}-gentoo.el" + +src_unpack() { + unpack ${A} + cd "${S}" + epatch "${FILESDIR}/${PN}-byte-compile-without-x.patch" +} |