diff options
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/uemacs-pk/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/uemacs-pk/uemacs-pk-9999.ebuild | 12 |
2 files changed, 11 insertions, 6 deletions
diff --git a/app-editors/uemacs-pk/ChangeLog b/app-editors/uemacs-pk/ChangeLog index 23a94bd..1384785 100644 --- a/app-editors/uemacs-pk/ChangeLog +++ b/app-editors/uemacs-pk/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for app-editors/uemacs-pk -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 10 Oct 2013; Ulrich Müller <ulm@gentoo.org> uemacs-pk-9999.ebuild: + Migrate to git-r3.eclass. + 01 Sep 2011; Ulrich Mueller <ulm@gentoo.org> uemacs-pk-9999.ebuild: LDFLAGS patch was accepted upstream. diff --git a/app-editors/uemacs-pk/uemacs-pk-9999.ebuild b/app-editors/uemacs-pk/uemacs-pk-9999.ebuild index 5be4386..5da7660 100644 --- a/app-editors/uemacs-pk/uemacs-pk-9999.ebuild +++ b/app-editors/uemacs-pk/uemacs-pk-9999.ebuild @@ -1,21 +1,23 @@ -# Copyright 1999-2011 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.kernel.org/pub/scm/editors/uemacs/uemacs.git" +EGIT_CHECKOUT_DIR="${WORKDIR}/${PN}" -inherit git-2 toolchain-funcs +inherit git-r3 toolchain-funcs DESCRIPTION="uEmacs/PK is an enhanced version of MicroEMACS" HOMEPAGE="http://git.kernel.org/?p=editors/uemacs/uemacs.git;a=summary ftp://ftp.cs.helsinki.fi/pub/Software/Local/uEmacs-PK" -SRC_URI="" LICENSE="free-noncomm" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" + +S="${WORKDIR}/${PN}" DEPEND="sys-libs/ncurses" RDEPEND="${DEPEND}" |