diff options
author | 2013-08-09 15:34:28 +0200 | |
---|---|---|
committer | 2013-08-09 15:34:28 +0200 | |
commit | 77e44740cbd1f96a9d393789890eeb422f12bfbb (patch) | |
tree | f4bedd046988356a24635c94e03d4f0585c566d9 /app-admin/emacs-updater | |
parent | Add missing ChangeLog entry for elisp-common.eclass. (diff) | |
download | emacs-77e44740cbd1f96a9d393789890eeb422f12bfbb.tar.gz emacs-77e44740cbd1f96a9d393789890eeb422f12bfbb.tar.bz2 emacs-77e44740cbd1f96a9d393789890eeb422f12bfbb.zip |
Update HOMEPAGE. Merge changes from Portage tree.
Package-Manager: portage-2.1.13.7
Diffstat (limited to 'app-admin/emacs-updater')
-rw-r--r-- | app-admin/emacs-updater/ChangeLog | 5 | ||||
-rw-r--r-- | app-admin/emacs-updater/emacs-updater-9999.ebuild | 13 |
2 files changed, 9 insertions, 9 deletions
diff --git a/app-admin/emacs-updater/ChangeLog b/app-admin/emacs-updater/ChangeLog index 640322c..b4cd78c 100644 --- a/app-admin/emacs-updater/ChangeLog +++ b/app-admin/emacs-updater/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for app-admin/emacs-updater -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 09 Aug 2013; Ulrich Müller <ulm@gentoo.org> emacs-updater-9999.ebuild: + Update HOMEPAGE. Merge changes from Portage tree. + 08 Oct 2012; Ulrich Müller <ulm@gentoo.org> emacs-updater-9999.ebuild: Update version of portage-utils dependency. Specify LICENSE more precisely. diff --git a/app-admin/emacs-updater/emacs-updater-9999.ebuild b/app-admin/emacs-updater/emacs-updater-9999.ebuild index 20c51f4..d4425f8 100644 --- a/app-admin/emacs-updater/emacs-updater-9999.ebuild +++ b/app-admin/emacs-updater/emacs-updater-9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/emacs-tools.git" EGIT_BRANCH="${PN}" @@ -10,22 +10,19 @@ EGIT_BRANCH="${PN}" inherit git-2 DESCRIPTION="Rebuild Emacs packages" -HOMEPAGE="http://www.gentoo.org/proj/en/lisp/emacs/" -#SRC_URI="mirror://gentoo/${P}.tar.bz2" -SRC_URI="" +HOMEPAGE="http://wiki.gentoo.org/wiki/Project:Emacs" LICENSE="GPL-2+" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos" -RDEPEND="!<=app-admin/eselect-emacs-1.5 - >=app-portage/portage-utils-0.3 +RDEPEND=">=app-portage/portage-utils-0.3 virtual/emacs" S="${WORKDIR}/${PN}" src_prepare() { - if [ -n "${EPREFIX}" ]; then + if [[ -n ${EPREFIX} ]]; then sed -i -e "1s:/:${EPREFIX%/}/:" \ -e "s:^\(EMACS\|SITELISP\)=:&${EPREFIX%/}:" \ emacs-updater || die |