Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/mgorny:master commit in: app-admin/eselect-sh/
Date: Thu, 30 Aug 2012 09:56:13
Message-Id: 1346318761.741bdaeff1a705a6ba0092d0c33b5e69ff85e7ee.mgorny@gentoo
1 commit: 741bdaeff1a705a6ba0092d0c33b5e69ff85e7ee
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 30 09:26:01 2012 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 30 09:26:01 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=741bdaef
7
8 app-admin/eselect-sh: Introduce a live ebuild for eselect-sh.
9
10 (Portage version: 2.2.0_alpha120_p33/git/Linux x86_64, unsigned Manifest commit)
11
12 ---
13 app-admin/eselect-sh/eselect-sh-9999.ebuild | 30 +++++++++++++++++++++++++++
14 app-admin/eselect-sh/metadata.xml | 15 +++++++++++++
15 2 files changed, 45 insertions(+), 0 deletions(-)
16
17 diff --git a/app-admin/eselect-sh/eselect-sh-9999.ebuild b/app-admin/eselect-sh/eselect-sh-9999.ebuild
18 new file mode 100644
19 index 0000000..f1df885
20 --- /dev/null
21 +++ b/app-admin/eselect-sh/eselect-sh-9999.ebuild
22 @@ -0,0 +1,30 @@
23 +# Copyright 1999-2012 Gentoo Foundation
24 +# Distributed under the terms of the GNU General Public License v2
25 +# $Header: $
26 +
27 +EAPI=4
28 +
29 +inherit base
30 +#if LIVE
31 +EGIT_REPO_URI="http://bitbucket.org/mgorny/${PN}.git"
32 +inherit git-2
33 +#endif
34 +
35 +DESCRIPTION="Manages the /bin/sh (POSIX shell) symlink"
36 +HOMEPAGE="https://bitbucket.org/mgorny/eselect-sh/"
37 +SRC_URI="mirror://bitbucket/mgorny/${PN}/downloads/${P}.tar.gz"
38 +
39 +LICENSE="GPL-2"
40 +SLOT="0"
41 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
42 +IUSE=""
43 +
44 +#if LIVE
45 +KEYWORDS=
46 +SRC_URI=
47 +#endif
48 +
49 +src_install() {
50 + insinto /usr/share/eselect/modules
51 + doins sh.eselect || die
52 +}
53
54 diff --git a/app-admin/eselect-sh/metadata.xml b/app-admin/eselect-sh/metadata.xml
55 new file mode 100644
56 index 0000000..5df778e
57 --- /dev/null
58 +++ b/app-admin/eselect-sh/metadata.xml
59 @@ -0,0 +1,15 @@
60 +<?xml version="1.0" encoding="UTF-8"?>
61 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
62 +<pkgmetadata>
63 + <maintainer>
64 + <email>mgorny@g.o</email>
65 + <name>Michał Górny</name>
66 + </maintainer>
67 + <upstream>
68 + <maintainer status="active">
69 + <email>mgorny@g.o</email>
70 + <name>Michał Górny</name>
71 + </maintainer>
72 + <bugs-to>https://bitbucket.org/mgorny/eselect-sh/issues/</bugs-to>
73 + </upstream>
74 +</pkgmetadata>