diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-02-15 20:25:02 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-02-15 20:25:02 +0000 |
commit | 3aad58d5dca6f55db9594f18ecb1e3d9d029de13 (patch) | |
tree | ddf7836d6b2dd844333a6443757d460ae495de9d /app-emacs/paredit | |
parent | Don't call gcc directly, honor CC and CXX. Fixes bug #500864. (diff) | |
download | gentoo-2-3aad58d5dca6f55db9594f18ecb1e3d9d029de13.tar.gz gentoo-2-3aad58d5dca6f55db9594f18ecb1e3d9d029de13.tar.bz2 gentoo-2-3aad58d5dca6f55db9594f18ecb1e3d9d029de13.zip |
Version bump. Remove old.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-emacs/paredit')
-rw-r--r-- | app-emacs/paredit/ChangeLog | 10 | ||||
-rw-r--r-- | app-emacs/paredit/paredit-23.ebuild (renamed from app-emacs/paredit/paredit-21.ebuild) | 15 |
2 files changed, 16 insertions, 9 deletions
diff --git a/app-emacs/paredit/ChangeLog b/app-emacs/paredit/ChangeLog index 5031bcb05e5d..29f6140aad8b 100644 --- a/app-emacs/paredit/ChangeLog +++ b/app-emacs/paredit/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-emacs/paredit -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/paredit/ChangeLog,v 1.11 2010/10/09 21:01:34 ulm Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/paredit/ChangeLog,v 1.12 2014/02/15 20:25:02 ulm Exp $ + +*paredit-23 (15 Feb 2014) + + 15 Feb 2014; Ulrich Müller <ulm@gentoo.org> -paredit-21.ebuild, + +paredit-23.ebuild: + Version bump. Remove old. *paredit-22 (09 Oct 2010) diff --git a/app-emacs/paredit/paredit-21.ebuild b/app-emacs/paredit/paredit-23.ebuild index d824281f1bbb..dc63ceff590d 100644 --- a/app-emacs/paredit/paredit-21.ebuild +++ b/app-emacs/paredit/paredit-23.ebuild @@ -1,20 +1,21 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/paredit/paredit-21.ebuild,v 1.2 2009/11/24 21:07:19 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/paredit/paredit-23.ebuild,v 1.1 2014/02/15 20:25:02 ulm Exp $ + +EAPI=5 inherit elisp DESCRIPTION="Minor mode for performing structured editing of S-expressions" HOMEPAGE="http://mumble.net/~campbell/emacs/ - http://www.emacswiki.org/cgi-bin/wiki/ParEdit" -SRC_URI="mirror://gentoo/${P}.tar.bz2" + http://www.emacswiki.org/emacs/ParEdit" +SRC_URI="http://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz" -LICENSE="BSD" +LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos" -IUSE="" -SITEFILE=50${PN}-gentoo.el +SITEFILE="50${PN}-gentoo.el" src_install() { elisp_src_install |