commit: 0f483dc75c2a043ed06a3a502453a120c46f6419 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Thu Mar 1 07:56:14 2018 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Thu Mar 1 07:56:14 2018 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=0f483dc7
app-admin/eselect-guile: Cleans up. Bumps EAPI app-admin/eselect-guile/eselect-guile-1.2-r1.ebuild | 9 ++++----- app-admin/eselect-guile/metadata.xml | 5 ----- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/app-admin/eselect-guile/eselect-guile-1.2-r1.ebuild b/app-admin/eselect-guile/eselect-guile-1.2-r1.ebuild index 2186cfbe..ccd6d96d 100644 --- a/app-admin/eselect-guile/eselect-guile-1.2-r1.ebuild +++ b/app-admin/eselect-guile/eselect-guile-1.2-r1.ebuild @@ -1,16 +1,15 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=5 +EAPI=6 DESCRIPTION="Manage multiple Guile versions on one system" -HOMEPAGE="http://www.gentoo.org/proj/en/lisp/scheme/" +HOMEPAGE="https://www.gentoo.org/proj/en/lisp/scheme/" #SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="" # Versions prior to guile-1.8.8-r2 aren't properly slotted diff --git a/app-admin/eselect-guile/metadata.xml b/app-admin/eselect-guile/metadata.xml deleted file mode 100644 index 6dc936ce..00000000 --- a/app-admin/eselect-guile/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>scheme</herd> -</pkgmetadata>
