diff options
author | Ulrich Müller <ulm@gentoo.org> | 2013-10-29 21:08:27 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2013-10-29 21:08:27 +0000 |
commit | b73a83eb143d8a1dbe01ce77a048454757538ecf (patch) | |
tree | 309c6679b653324f8358d129d2b12ccd4446ec47 /app-admin/eselect | |
parent | baselayout-prefix-2.2-r3: Fix termcap check and conditional. (diff) | |
download | gentoo-2-b73a83eb143d8a1dbe01ce77a048454757538ecf.tar.gz gentoo-2-b73a83eb143d8a1dbe01ce77a048454757538ecf.tar.bz2 gentoo-2-b73a83eb143d8a1dbe01ce77a048454757538ecf.zip |
Change to git-r3 again, following partial fix of bug 489100.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-admin/eselect')
-rw-r--r-- | app-admin/eselect/ChangeLog | 5 | ||||
-rw-r--r-- | app-admin/eselect/eselect-9999.ebuild | 9 |
2 files changed, 10 insertions, 4 deletions
diff --git a/app-admin/eselect/ChangeLog b/app-admin/eselect/ChangeLog index 9aceb601f390..0d598ccd8922 100644 --- a/app-admin/eselect/ChangeLog +++ b/app-admin/eselect/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-admin/eselect # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect/ChangeLog,v 1.254 2013/10/22 18:31:18 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect/ChangeLog,v 1.255 2013/10/29 21:08:27 ulm Exp $ + + 29 Oct 2013; Ulrich Müller <ulm@gentoo.org> eselect-9999.ebuild: + Change to git-r3 again, following partial fix of bug 489100. 22 Oct 2013; Ulrich Müller <ulm@gentoo.org> eselect-9999.ebuild: Return to git-2.eclass, reverting previous commit. diff --git a/app-admin/eselect/eselect-9999.ebuild b/app-admin/eselect/eselect-9999.ebuild index bdbcc40a99dc..598181cb996c 100644 --- a/app-admin/eselect/eselect-9999.ebuild +++ b/app-admin/eselect/eselect-9999.ebuild @@ -1,13 +1,12 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect/eselect-9999.ebuild,v 1.15 2013/10/22 18:31:18 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect/eselect-9999.ebuild,v 1.16 2013/10/29 21:08:27 ulm Exp $ EAPI=5 EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/eselect.git" -EGIT_BOOTSTRAP="autogen.bash" -inherit git-2 bash-completion-r1 +inherit autotools git-r3 bash-completion-r1 DESCRIPTION="Gentoo's multi-purpose configuration and management tool" HOMEPAGE="http://wiki.gentoo.org/wiki/Project:Eselect" @@ -32,6 +31,10 @@ RDEPEND="!app-admin/eselect-news PDEPEND="emacs? ( app-emacs/eselect-mode ) vim-syntax? ( app-vim/eselect-syntax )" +src_prepare() { + eautoreconf +} + src_compile() { emake use doc && emake html |