diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-07-16 22:10:58 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-07-16 22:12:31 +0200 |
commit | 96dd1c951b9974b25af7fca407d41c0862d70709 (patch) | |
tree | 14ce5a864b4840d11eb32cbd77f0456ae2fae673 /app-admin | |
parent | sci-libs/vtk: Version BUmp (diff) | |
download | sci-96dd1c951b9974b25af7fca407d41c0862d70709.tar.gz sci-96dd1c951b9974b25af7fca407d41c0862d70709.tar.bz2 sci-96dd1c951b9974b25af7fca407d41c0862d70709.zip |
app-admin/eselect: Bump to latest eselect
Package-Manager: portage-2.2.0_alpha188
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/eselect/ChangeLog | 3 | ||||
-rw-r--r-- | app-admin/eselect/Manifest | 2 | ||||
-rw-r--r-- | app-admin/eselect/eselect-1.3.7-r100.ebuild (renamed from app-admin/eselect/eselect-1.3.6-r100.ebuild) | 10 |
3 files changed, 9 insertions, 6 deletions
diff --git a/app-admin/eselect/ChangeLog b/app-admin/eselect/ChangeLog index 6ba0d3f60..d44735331 100644 --- a/app-admin/eselect/ChangeLog +++ b/app-admin/eselect/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/app-admin/eselect/ChangeLog,v 1.179 2011/01/22 21:38:52 ulm Exp $ + 16 Jul 2013; Justin Lecher <jlec@gentoo.org> +eselect-1.3.7-r100.ebuild: + Bump to latest eselect + 08 Jul 2013; Justin Lecher <jlec@gentoo.org> -eselect-1.3.5-r100.ebuild, +eselect-1.3.6-r100.ebuild, metadata.xml: Bump to latest eselect diff --git a/app-admin/eselect/Manifest b/app-admin/eselect/Manifest index 982efbea4..3c29d5ad5 100644 --- a/app-admin/eselect/Manifest +++ b/app-admin/eselect/Manifest @@ -1 +1 @@ -DIST eselect-1.3.6.tar.xz 166976 SHA256 5a2d7c69ed6f668bee60a72f742a768fec4006b05255b0f79a4ebac86dbd0c2b SHA512 a1fb0f9216eb87365c19480b9a63b9d050630329e1e6697427408393b07a3e3c0165296dea48badfe97ab6a651fee7e3f312e640d7cb32626249de876d242d9c WHIRLPOOL 716db4e6d12088f77368f3115c1196b64b71b1d3931c728adc20ca4fb6cd719fc4da6e648df15531ff02d7200459577a606bac2e239286f8dc0f2c54eaa61d6b +DIST eselect-1.3.7.tar.xz 166596 SHA256 68b3c9cf3f71633ca81c4d0edd64a77e02dc8d6b9a48641e59f0bf02378a0075 SHA512 909d79d76f144181895853ce132147daeee4ba6caf05bf08963aef147ef2d00be100d6181887d139614f1bebf15f0738ea58e755656b55b7d9d967d399ce72f0 WHIRLPOOL 82d7575e8bbcb2186ef1452e3edb07b7c242c4d14475da0c5867acc70d275e5fb9e166a2b0addb54fb3586eddabcf1eec1e208964db5489e4250bf1f8ad39468 diff --git a/app-admin/eselect/eselect-1.3.6-r100.ebuild b/app-admin/eselect/eselect-1.3.7-r100.ebuild index 49bc7a4d0..6c8b19a2f 100644 --- a/app-admin/eselect/eselect-1.3.6-r100.ebuild +++ b/app-admin/eselect/eselect-1.3.7-r100.ebuild @@ -2,15 +2,15 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 inherit autotools eutils bash-completion-r1 DESCRIPTION="Gentoo's multi-purpose configuration and management tool" -HOMEPAGE="http://www.gentoo.org/proj/en/eselect/" +HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Eselect" SRC_URI="mirror://gentoo/${P}.tar.xz" -LICENSE="GPL-2+" +LICENSE="GPL-2+ || ( GPL-2+ CC-BY-SA-2.5 )" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc" # emacs vim-syntax @@ -29,8 +29,8 @@ RDEPEND="!app-admin/eselect-news sys-apps/file sys-libs/ncurses" -#PDEPEND="emacs? ( app-emacs/eselect-mode ) -# vim-syntax? ( app-vim/eselect-syntax )" +PDEPEND="emacs? ( app-emacs/eselect-mode ) + vim-syntax? ( app-vim/eselect-syntax )" src_prepare() { epatch "${FILESDIR}"/${PN}-alternatives.patch |