summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2009-01-29 02:02:56 +0000
committerChristian Faulhammer <fauli@gentoo.org>2009-01-29 02:02:56 +0000
commit5c66826b8d8c960bc669cd71d1ea21ce0cc05f41 (patch)
tree15cb39c4c9eac4908d3577e02a080b1327c5d6d0 /app-emacs/icicles
parentEAPI=2; respect CC (diff)
downloadgentoo-2-5c66826b8d8c960bc669cd71d1ea21ce0cc05f41.tar.gz
gentoo-2-5c66826b8d8c960bc669cd71d1ea21ce0cc05f41.tar.bz2
gentoo-2-5c66826b8d8c960bc669cd71d1ea21ce0cc05f41.zip
clean up
(Portage version: 2.1.6.4/cvs/Linux 2.6.27-gentoo-r8 i686)
Diffstat (limited to 'app-emacs/icicles')
-rw-r--r--app-emacs/icicles/ChangeLog8
-rw-r--r--app-emacs/icicles/icicles-20071205.ebuild25
2 files changed, 6 insertions, 27 deletions
diff --git a/app-emacs/icicles/ChangeLog b/app-emacs/icicles/ChangeLog
index 867a59aa19f8..b3df4d4bb186 100644
--- a/app-emacs/icicles/ChangeLog
+++ b/app-emacs/icicles/ChangeLog
@@ -1,6 +1,10 @@
# 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.3 2008/12/14 20:56:44 ulm Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/icicles/ChangeLog,v 1.4 2009/01/29 02:02:56 fauli Exp $
+
+ 29 Jan 2009; Christian Faulhammer <fauli@gentoo.org>
+ -icicles-20071205.ebuild:
+ clean up
*icicles-20081210 (14 Dec 2008)
diff --git a/app-emacs/icicles/icicles-20071205.ebuild b/app-emacs/icicles/icicles-20071205.ebuild
deleted file mode 100644
index f758cf32992c..000000000000
--- a/app-emacs/icicles/icicles-20071205.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# 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-20071205.ebuild,v 1.2 2008/08/27 13:19:41 ulm Exp $
-
-inherit elisp eutils
-
-DESCRIPTION="Minibuffer input completion and cycling"
-HOMEPAGE="http://www.emacswiki.org/cgi-bin/wiki/Icicles"
-# taken from: http://www.emacswiki.org/cgi-bin/wiki/download/Icicles.zip
-SRC_URI="mirror://gentoo/${P}.zip"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="app-arch/unzip"
-RDEPEND=""
-
-SITEFILE=50${PN}-gentoo.el
-
-src_unpack() {
- unpack ${A}
- epatch "${FILESDIR}/${PN}-byte-compile-without-x.patch"
-}