diff options
author | Ulrich Müller <ulm@gentoo.org> | 2017-12-25 12:31:08 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2017-12-25 12:33:30 +0100 |
commit | 18be722537313c2b7dd015f9fc812699f6015d9c (patch) | |
tree | dd9cf1f2eefa468379fb2be90b4e1dd14b13057f /app-admin/eselect | |
parent | dev-python/thunarx-python: Bump to 0.5.0 (diff) | |
download | gentoo-18be722537313c2b7dd015f9fc812699f6015d9c.tar.gz gentoo-18be722537313c2b7dd015f9fc812699f6015d9c.tar.bz2 gentoo-18be722537313c2b7dd015f9fc812699f6015d9c.zip |
app-admin/eselect: Update EGIT_REPO_URI. EAPI bump.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'app-admin/eselect')
-rw-r--r-- | app-admin/eselect/eselect-9999.ebuild | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/app-admin/eselect/eselect-9999.ebuild b/app-admin/eselect/eselect-9999.ebuild index cf5d48bc58ce..238cf0896ada 100644 --- a/app-admin/eselect/eselect-9999.ebuild +++ b/app-admin/eselect/eselect-9999.ebuild @@ -1,16 +1,16 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 -EGIT_REPO_URI="git://anongit.gentoo.org/proj/eselect.git" +EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/eselect.git" inherit autotools git-r3 bash-completion-r1 DESCRIPTION="Gentoo's multi-purpose configuration and management tool" HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Eselect" -LICENSE="GPL-2+ || ( GPL-2+ CC-BY-SA-2.5 )" +LICENSE="GPL-2+ || ( GPL-2+ CC-BY-SA-3.0 )" SLOT="0" IUSE="doc emacs vim-syntax" @@ -30,6 +30,7 @@ PDEPEND="emacs? ( app-emacs/eselect-mode ) vim-syntax? ( app-vim/eselect-syntax )" src_prepare() { + default eautoreconf } @@ -42,7 +43,10 @@ src_install() { emake DESTDIR="${D}" install newbashcomp misc/${PN}.bashcomp ${PN} dodoc AUTHORS ChangeLog NEWS README TODO doc/*.txt - use doc && dohtml *.html doc/* + if use doc; then + docinto html + dodoc *.html doc/*.html doc/*.css + fi # needed by news module keepdir /var/lib/gentoo/news |