diff options
author | Ulrich Müller <ulm@gentoo.org> | 2013-07-14 14:57:33 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2013-07-14 14:57:33 +0000 |
commit | a733311a11eb1999ab0e02e3b79da03c4224bb6f (patch) | |
tree | b90b88d1564ba351d95fe08c35c17880aea5392d /app-admin | |
parent | Update HOMEPAGE. Specify LICENSE more precisely. Remove old. (diff) | |
download | gentoo-2-a733311a11eb1999ab0e02e3b79da03c4224bb6f.tar.gz gentoo-2-a733311a11eb1999ab0e02e3b79da03c4224bb6f.tar.bz2 gentoo-2-a733311a11eb1999ab0e02e3b79da03c4224bb6f.zip |
Update HOMEPAGE. Specify LICENSE more precisely. Remove old.
(Portage version: 2.1.12.13/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/eselect-emacs/ChangeLog | 8 | ||||
-rw-r--r-- | app-admin/eselect-emacs/eselect-emacs-1.13.ebuild | 23 | ||||
-rw-r--r-- | app-admin/eselect-emacs/eselect-emacs-1.14.ebuild | 10 |
3 files changed, 10 insertions, 31 deletions
diff --git a/app-admin/eselect-emacs/ChangeLog b/app-admin/eselect-emacs/ChangeLog index fd58ff04d85e..4a3df69f6177 100644 --- a/app-admin/eselect-emacs/ChangeLog +++ b/app-admin/eselect-emacs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-admin/eselect-emacs -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-emacs/ChangeLog,v 1.103 2012/09/09 15:07:52 armin76 Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-emacs/ChangeLog,v 1.104 2013/07/14 14:57:33 ulm Exp $ + + 14 Jul 2013; Ulrich Müller <ulm@gentoo.org> -eselect-emacs-1.13.ebuild, + eselect-emacs-1.14.ebuild: + Update HOMEPAGE. Specify LICENSE more precisely. Remove old. 09 Sep 2012; Raúl Porcel <armin76@gentoo.org> eselect-emacs-1.14.ebuild: alpha/ia64/s390/sh/sparc stable wrt #431206 diff --git a/app-admin/eselect-emacs/eselect-emacs-1.13.ebuild b/app-admin/eselect-emacs/eselect-emacs-1.13.ebuild deleted file mode 100644 index 70dcdeb11bad..000000000000 --- a/app-admin/eselect-emacs/eselect-emacs-1.13.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-emacs/eselect-emacs-1.13.ebuild,v 1.11 2012/06/22 21:18:01 ulm Exp $ - -DESCRIPTION="Manage multiple Emacs versions on one system" -HOMEPAGE="http://www.gentoo.org/proj/en/lisp/emacs/" -SRC_URI="mirror://gentoo/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" -IUSE="" - -DEPEND="" -RDEPEND=">=app-admin/eselect-1.2.6 - ~app-admin/eselect-ctags-${PV}" - -src_install() { - insinto /usr/share/eselect/modules - doins {emacs,etags}.eselect || die - doman {emacs,etags}.eselect.5 || die - dodoc ChangeLog || die -} diff --git a/app-admin/eselect-emacs/eselect-emacs-1.14.ebuild b/app-admin/eselect-emacs/eselect-emacs-1.14.ebuild index 7f9dbc61d523..e446a6c58db5 100644 --- a/app-admin/eselect-emacs/eselect-emacs-1.14.ebuild +++ b/app-admin/eselect-emacs/eselect-emacs-1.14.ebuild @@ -1,19 +1,17 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-emacs/eselect-emacs-1.14.ebuild,v 1.8 2012/09/09 15:07:52 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-emacs/eselect-emacs-1.14.ebuild,v 1.9 2013/07/14 14:57:33 ulm Exp $ EAPI=4 DESCRIPTION="Manage multiple Emacs versions on one system" -HOMEPAGE="http://www.gentoo.org/proj/en/lisp/emacs/" +HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Emacs" SRC_URI="mirror://gentoo/${P}.tar.bz2" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" -IUSE="" -DEPEND="" RDEPEND=">=app-admin/eselect-1.2.6 ~app-admin/eselect-ctags-${PV}" |