* [gentoo-commits] dev/mgorny:master commit in: app-admin/eselect-sh/
@ 2012-08-30 9:54 99% Michał Górny
0 siblings, 0 replies; 1+ results
From: Michał Górny @ 2012-08-30 9:54 UTC (permalink / raw
To: gentoo-commits
commit: 741bdaeff1a705a6ba0092d0c33b5e69ff85e7ee
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 30 09:26:01 2012 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug 30 09:26:01 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=741bdaef
app-admin/eselect-sh: Introduce a live ebuild for eselect-sh.
(Portage version: 2.2.0_alpha120_p33/git/Linux x86_64, unsigned Manifest commit)
---
app-admin/eselect-sh/eselect-sh-9999.ebuild | 30 +++++++++++++++++++++++++++
app-admin/eselect-sh/metadata.xml | 15 +++++++++++++
2 files changed, 45 insertions(+), 0 deletions(-)
diff --git a/app-admin/eselect-sh/eselect-sh-9999.ebuild b/app-admin/eselect-sh/eselect-sh-9999.ebuild
new file mode 100644
index 0000000..f1df885
--- /dev/null
+++ b/app-admin/eselect-sh/eselect-sh-9999.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+inherit base
+#if LIVE
+EGIT_REPO_URI="http://bitbucket.org/mgorny/${PN}.git"
+inherit git-2
+#endif
+
+DESCRIPTION="Manages the /bin/sh (POSIX shell) symlink"
+HOMEPAGE="https://bitbucket.org/mgorny/eselect-sh/"
+SRC_URI="mirror://bitbucket/mgorny/${PN}/downloads/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+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"
+IUSE=""
+
+#if LIVE
+KEYWORDS=
+SRC_URI=
+#endif
+
+src_install() {
+ insinto /usr/share/eselect/modules
+ doins sh.eselect || die
+}
diff --git a/app-admin/eselect-sh/metadata.xml b/app-admin/eselect-sh/metadata.xml
new file mode 100644
index 0000000..5df778e
--- /dev/null
+++ b/app-admin/eselect-sh/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>mgorny@gentoo.org</email>
+ <name>Michał Górny</name>
+ </maintainer>
+ <upstream>
+ <maintainer status="active">
+ <email>mgorny@gentoo.org</email>
+ <name>Michał Górny</name>
+ </maintainer>
+ <bugs-to>https://bitbucket.org/mgorny/eselect-sh/issues/</bugs-to>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2012-08-30 9:54 99% [gentoo-commits] dev/mgorny:master commit in: app-admin/eselect-sh/ Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox