diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-02-20 08:28:17 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-02-20 08:28:17 +0000 |
commit | 43a2614ce95324d91758bcaa6a29bb0f3185a0fc (patch) | |
tree | fcac8ca23778c17cb9dfc4e4954a88b8fb0cfc54 /app-emacs | |
parent | Version bump. Snapshot of upstream repository. (diff) | |
download | gentoo-2-43a2614ce95324d91758bcaa6a29bb0f3185a0fc.tar.gz gentoo-2-43a2614ce95324d91758bcaa6a29bb0f3185a0fc.tar.bz2 gentoo-2-43a2614ce95324d91758bcaa6a29bb0f3185a0fc.zip |
Version bump. Update HOMEPAGE and SRC_URI.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/circe/ChangeLog | 10 | ||||
-rw-r--r-- | app-emacs/circe/circe-1.3.ebuild | 20 | ||||
-rw-r--r-- | app-emacs/circe/files/50circe-gentoo-1.3.el | 2 |
3 files changed, 30 insertions, 2 deletions
diff --git a/app-emacs/circe/ChangeLog b/app-emacs/circe/ChangeLog index 1a134c01cc49..ba26d6db2823 100644 --- a/app-emacs/circe/ChangeLog +++ b/app-emacs/circe/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-emacs/circe -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/circe/ChangeLog,v 1.4 2008/12/23 20:12:21 tcunha Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/circe/ChangeLog,v 1.5 2014/02/20 08:28:17 ulm Exp $ + +*circe-1.3 (20 Feb 2014) + + 20 Feb 2014; Ulrich Müller <ulm@gentoo.org> +circe-1.3.ebuild, + +files/50circe-gentoo-1.3.el: + Version bump. Update HOMEPAGE and SRC_URI. 23 Dec 2008; Tiago Cunha <tcunha@gentoo.org> circe-0_pre20070805.ebuild: stable sparc diff --git a/app-emacs/circe/circe-1.3.ebuild b/app-emacs/circe/circe-1.3.ebuild new file mode 100644 index 000000000000..fcefe959dbfb --- /dev/null +++ b/app-emacs/circe/circe-1.3.ebuild @@ -0,0 +1,20 @@ +# 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.1 2014/02/20 08:28:17 ulm Exp $ + +EAPI=5 + +inherit elisp + +DESCRIPTION="A great IRC client for Emacs" +HOMEPAGE="http://www.jorgenschaefer.de/software/circe/ + http://www.emacswiki.org/emacs/Circe" +SRC_URI="https://github.com/jorgenschaefer/${PN}/archive/${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" + +S="${WORKDIR}/${PN}-${P}/lisp" +SITEFILE="50${PN}-gentoo-${PV}.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 new file mode 100644 index 000000000000..4c0f194ca2cf --- /dev/null +++ b/app-emacs/circe/files/50circe-gentoo-1.3.el @@ -0,0 +1,2 @@ +(add-to-list 'load-path "@SITELISP@") +(autoload 'circe "circe" "Connect to IRC." t) |