ulm 15/03/31 16:46:38
Added: metadata.xml ChangeLog
eselect-bashcomp-1.3.6.ebuild
Log:
Move package from app-admin to app-eselect category.
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --force, signed
Manifest commit with key 9433907D693FB5B8!)
Revision Changes Path
1.1 app-eselect/eselect-bashcomp/metadata.xml
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-eselect/eselect-bashcomp/metadata.xml?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-eselect/eselect-bashcomp/metadata.xml?rev=1.1&content-type=text/plain
Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>[email protected]</email>
<name>Michał Górny</name>
</maintainer>
</pkgmetadata>
1.1 app-eselect/eselect-bashcomp/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-eselect/eselect-bashcomp/ChangeLog?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-eselect/eselect-bashcomp/ChangeLog?rev=1.1&content-type=text/plain
Index: ChangeLog
===================================================================
# ChangeLog for app-eselect/eselect-bashcomp
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-eselect/eselect-bashcomp/ChangeLog,v 1.1
2015/03/31 16:46:38 ulm Exp $
31 Mar 2015; Ulrich Müller <[email protected]> +eselect-bashcomp-1.3.6.ebuild,
+metadata.xml:
Move package from app-admin to app-eselect category.
26 Nov 2014; Ulrich Müller <[email protected]> metadata.xml:
New maintainer, update metadata.xml on behalf of mgorny.
13 Jul 2014; Ulrich Müller <[email protected]> metadata.xml:
Add package to eselect herd.
26 Mar 2014; Agostino Sarubbo <[email protected]> eselect-bashcomp-1.3.6.ebuild:
Stable for ppc64, wrt bug #505848
26 Mar 2014; Agostino Sarubbo <[email protected]> eselect-bashcomp-1.3.6.ebuild:
Stable for ppc, wrt bug #505848
19 Jan 2014; Mike Frysinger <[email protected]> eselect-bashcomp-1.3.6.ebuild:
Add arm64 love.
17 Dec 2013; Raúl Porcel <[email protected]> eselect-bashcomp-1.3.6.ebuild:
alpha/ia64/s390/sh/sparc stable wrt #485502
27 Sep 2013; Agostino Sarubbo <[email protected]> eselect-bashcomp-1.3.6.ebuild:
Stable for arm, wrt bug #485502
23 Sep 2013; Rick Farina <[email protected]> eselect-bashcomp-1.3.6.ebuild:
Stable for x86, wrt bug #485502
22 Sep 2013; Jeroen Roovers <[email protected]> eselect-bashcomp-1.3.6.ebuild:
Stable for HPPA (bug #485502).
21 Sep 2013; Agostino Sarubbo <[email protected]> eselect-bashcomp-1.3.6.ebuild:
Stable for amd64, wrt bug #485502
28 Aug 2013; Raúl Porcel <[email protected]> eselect-bashcomp-1.3.6.ebuild:
Add ~s390 wrt #482782
28 Aug 2013; Ulrich Müller <[email protected]> eselect-bashcomp-1.3.6.ebuild:
Add proper version information to the module.
*eselect-bashcomp-1.3.6 (28 Aug 2013)
28 Aug 2013; Ulrich Müller <[email protected]> +eselect-bashcomp-1.3.6.ebuild,
+metadata.xml:
Initial import, split off from app-admin/eselect, keywords carried over from
there. This package is a stopgap solution to make the bashcomp.eselect module
available to previous versions of app-shells/bash-completion.
1.1 app-eselect/eselect-bashcomp/eselect-bashcomp-1.3.6.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-eselect/eselect-bashcomp/eselect-bashcomp-1.3.6.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-eselect/eselect-bashcomp/eselect-bashcomp-1.3.6.ebuild?rev=1.1&content-type=text/plain
Index: eselect-bashcomp-1.3.6.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header:
/var/cvsroot/gentoo-x86/app-eselect/eselect-bashcomp/eselect-bashcomp-1.3.6.ebuild,v
1.1 2015/03/31 16:46:38 ulm Exp $
EAPI=4
DESCRIPTION="Manage contributed bash-completion scripts"
HOMEPAGE="http://wiki.gentoo.org/wiki/Project:Eselect"
SRC_URI="mirror://gentoo/eselect-${PV}.tar.xz"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86
~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~ia64-linux
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris
~sparc64-solaris"
RDEPEND=">=app-admin/eselect-1.3.8"
S="${WORKDIR}/eselect-${PV}"
src_prepare() {
sed -i -e "/^MAINTAINER/aVERSION=\"${PV}\"" modules/bashcomp.eselect ||
die
}
src_configure() { :; }
src_compile() { :; }
src_install() {
insinto /usr/share/eselect/modules
doins modules/bashcomp.eselect
doman man/bashcomp.eselect.5
}