diff options
author | 2014-05-14 16:37:22 +0000 | |
---|---|---|
committer | 2014-05-14 16:37:22 +0000 | |
commit | 99daf3aff6321315efb7dec77558c20316e7f98e (patch) | |
tree | 5a4f0a740bea2ca1dcbb7104dd999a8e9e9aba1d /app-emacs | |
parent | [QA] EAPI 1 -> 5. Revision bump. Verbose building, remove Application categor... (diff) | |
download | gentoo-2-99daf3aff6321315efb7dec77558c20316e7f98e.tar.gz gentoo-2-99daf3aff6321315efb7dec77558c20316e7f98e.tar.bz2 gentoo-2-99daf3aff6321315efb7dec77558c20316e7f98e.zip |
Remove old.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/circe/ChangeLog | 6 | ||||
-rw-r--r-- | app-emacs/circe/circe-0_pre20070805.ebuild | 27 | ||||
-rw-r--r-- | app-emacs/circe/circe-1.3.ebuild | 4 | ||||
-rw-r--r-- | app-emacs/circe/files/50circe-gentoo-1.3.el | 2 | ||||
-rw-r--r-- | app-emacs/circe/files/50circe-gentoo.el | 5 |
5 files changed, 8 insertions, 36 deletions
diff --git a/app-emacs/circe/ChangeLog b/app-emacs/circe/ChangeLog index 2f3855aadf84..bd191d9c3bd6 100644 --- a/app-emacs/circe/ChangeLog +++ b/app-emacs/circe/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/circe # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/circe/ChangeLog,v 1.8 2014/05/14 14:20:43 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/circe/ChangeLog,v 1.9 2014/05/14 16:37:22 ulm Exp $ + + 14 May 2014; Ulrich Müller <ulm@gentoo.org> -circe-0_pre20070805.ebuild, + circe-1.3.ebuild, -files/50circe-gentoo-1.3.el, files/50circe-gentoo.el: + Remove old. 14 May 2014; Agostino Sarubbo <ago@gentoo.org> circe-1.3.ebuild: Stable for sparc, wrt bug #505450 diff --git a/app-emacs/circe/circe-0_pre20070805.ebuild b/app-emacs/circe/circe-0_pre20070805.ebuild deleted file mode 100644 index ab8e215de356..000000000000 --- a/app-emacs/circe/circe-0_pre20070805.ebuild +++ /dev/null @@ -1,27 +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/circe/circe-0_pre20070805.ebuild,v 1.3 2008/12/23 20:12:21 tcunha Exp $ - -inherit elisp - -DESCRIPTION="A great IRC client for Emacs" -HOMEPAGE="http://www.nongnu.org/circe/" -SRC_URI="mirror://gentoo/${P}.tar.bz2" - -LICENSE="GPL-2 FDL-1.2" -SLOT="0" -KEYWORDS="amd64 ~ppc sparc x86" -IUSE="" - -S="${WORKDIR}/${PN}" -SITEFILE="50${PN}-gentoo.el" -DOCS="FAQ README" - -src_compile() { - emake compile circe.info || die "emake failed" -} - -src_install() { - elisp_src_install - doinfo circe.info* -} diff --git a/app-emacs/circe/circe-1.3.ebuild b/app-emacs/circe/circe-1.3.ebuild index adc0789b9be7..0e096c24a3fd 100644 --- a/app-emacs/circe/circe-1.3.ebuild +++ b/app-emacs/circe/circe-1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/circe/circe-1.3.ebuild,v 1.4 2014/05/14 14:20:42 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/circe/circe-1.3.ebuild,v 1.5 2014/05/14 16:37:22 ulm Exp $ EAPI=5 @@ -16,5 +16,5 @@ SLOT="0" KEYWORDS="amd64 ~ppc sparc x86" S="${WORKDIR}/${PN}-${P}/lisp" -SITEFILE="50${PN}-gentoo-${PV}.el" +SITEFILE="50${PN}-gentoo.el" DOCS="../README.md" diff --git a/app-emacs/circe/files/50circe-gentoo-1.3.el b/app-emacs/circe/files/50circe-gentoo-1.3.el deleted file mode 100644 index 4c0f194ca2cf..000000000000 --- a/app-emacs/circe/files/50circe-gentoo-1.3.el +++ /dev/null @@ -1,2 +0,0 @@ -(add-to-list 'load-path "@SITELISP@") -(autoload 'circe "circe" "Connect to IRC." t) diff --git a/app-emacs/circe/files/50circe-gentoo.el b/app-emacs/circe/files/50circe-gentoo.el index c65fad732144..4c0f194ca2cf 100644 --- a/app-emacs/circe/files/50circe-gentoo.el +++ b/app-emacs/circe/files/50circe-gentoo.el @@ -1,5 +1,2 @@ - -;;; circe site-lisp configuration - (add-to-list 'load-path "@SITELISP@") -(require 'circe-auto) +(autoload 'circe "circe" "Connect to IRC." t) |