diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-06-07 11:34:58 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-06-07 11:34:58 +0000 |
commit | 5286108bbabbe438a0b6586f46258ec59bebaccd (patch) | |
tree | 2196e53d837121bb2b079537675a664a19fc7f7c /app-emacs/popwin | |
parent | Remove redundant NEED_EMACS assignment. Remove old. (diff) | |
download | gentoo-2-5286108bbabbe438a0b6586f46258ec59bebaccd.tar.gz gentoo-2-5286108bbabbe438a0b6586f46258ec59bebaccd.tar.bz2 gentoo-2-5286108bbabbe438a0b6586f46258ec59bebaccd.zip |
Remove redundant NEED_EMACS assignment. Remove old.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-emacs/popwin')
-rw-r--r-- | app-emacs/popwin/ChangeLog | 6 | ||||
-rw-r--r-- | app-emacs/popwin/popwin-0.5.1.ebuild | 24 | ||||
-rw-r--r-- | app-emacs/popwin/popwin-0.6.2.ebuild | 3 |
3 files changed, 6 insertions, 27 deletions
diff --git a/app-emacs/popwin/ChangeLog b/app-emacs/popwin/ChangeLog index 046051866462..76d1ed34e42c 100644 --- a/app-emacs/popwin/ChangeLog +++ b/app-emacs/popwin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/popwin # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/popwin/ChangeLog,v 1.6 2014/02/27 18:00:00 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/popwin/ChangeLog,v 1.7 2014/06/07 11:34:58 ulm Exp $ + + 07 Jun 2014; Ulrich Müller <ulm@gentoo.org> -popwin-0.5.1.ebuild, + popwin-0.6.2.ebuild: + Remove redundant NEED_EMACS assignment. Remove old. *popwin-0.6.2 (27 Feb 2014) diff --git a/app-emacs/popwin/popwin-0.5.1.ebuild b/app-emacs/popwin/popwin-0.5.1.ebuild deleted file mode 100644 index 1c316095990c..000000000000 --- a/app-emacs/popwin/popwin-0.5.1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/popwin/popwin-0.5.1.ebuild,v 1.2 2014/02/27 18:00:00 ulm Exp $ - -EAPI=4 -NEED_EMACS=22 - -inherit elisp eutils - -DESCRIPTION="Popup window manager for Emacs" -HOMEPAGE="https://github.com/m2ym/popwin-el/" -SRC_URI="https://github.com/m2ym/popwin-el/tarball/v${PV} -> ${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -SITEFILE="50${PN}-gentoo.el" -DOCS="README.md NEWS.md" - -src_unpack() { - unpack ${A} - mv m2ym-popwin-el-* ${P} || die -} diff --git a/app-emacs/popwin/popwin-0.6.2.ebuild b/app-emacs/popwin/popwin-0.6.2.ebuild index 640459c635df..d4f6d0142208 100644 --- a/app-emacs/popwin/popwin-0.6.2.ebuild +++ b/app-emacs/popwin/popwin-0.6.2.ebuild @@ -1,9 +1,8 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/popwin/popwin-0.6.2.ebuild,v 1.1 2014/02/27 18:00:00 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/popwin/popwin-0.6.2.ebuild,v 1.2 2014/06/07 11:34:58 ulm Exp $ EAPI=5 -NEED_EMACS=22 inherit elisp eutils |