summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2013-01-13 14:32:21 +0000
committerMichał Górny <mgorny@gentoo.org>2013-01-13 14:32:21 +0000
commitb0e9401ee956e871ba834ce1fcbe9f8f0aeba2f6 (patch)
tree867ef20a1565da1faf171044f091939312433482 /app-admin
parentSync KEYWORDS to eselect-sh. (diff)
downloadgentoo-2-b0e9401ee956e871ba834ce1fcbe9f8f0aeba2f6.tar.gz
gentoo-2-b0e9401ee956e871ba834ce1fcbe9f8f0aeba2f6.tar.bz2
gentoo-2-b0e9401ee956e871ba834ce1fcbe9f8f0aeba2f6.zip
Version bump. Use the bin-symlink eselect library.
(Portage version: 2.2.0_alpha151/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/eselect-sh/ChangeLog10
-rw-r--r--app-admin/eselect-sh/eselect-sh-0.4.ebuild23
-rw-r--r--app-admin/eselect-sh/eselect-sh-9999.ebuild30
-rw-r--r--app-admin/eselect-sh/files/sh.eselect-0.414
-rw-r--r--app-admin/eselect-sh/metadata.xml7
5 files changed, 45 insertions, 39 deletions
diff --git a/app-admin/eselect-sh/ChangeLog b/app-admin/eselect-sh/ChangeLog
index 03312b577b2c..0643a328e155 100644
--- a/app-admin/eselect-sh/ChangeLog
+++ b/app-admin/eselect-sh/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-admin/eselect-sh
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-sh/ChangeLog,v 1.14 2012/12/15 12:37:16 mgorny Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-sh/ChangeLog,v 1.15 2013/01/13 14:32:21 mgorny Exp $
+
+*eselect-sh-0.4 (13 Jan 2013)
+
+ 13 Jan 2013; Michał Górny <mgorny@gentoo.org> +eselect-sh-0.4.ebuild,
+ +files/sh.eselect-0.4, -eselect-sh-9999.ebuild, metadata.xml:
+ Version bump. Use the bin-symlink eselect library.
*eselect-sh-9999 (15 Dec 2012)
diff --git a/app-admin/eselect-sh/eselect-sh-0.4.ebuild b/app-admin/eselect-sh/eselect-sh-0.4.ebuild
new file mode 100644
index 000000000000..aaf35743867a
--- /dev/null
+++ b/app-admin/eselect-sh/eselect-sh-0.4.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-sh/eselect-sh-0.4.ebuild,v 1.1 2013/01/13 14:32:21 mgorny Exp $
+
+EAPI=5
+
+DESCRIPTION="Manages the /bin/sh (POSIX shell) symlink"
+HOMEPAGE="n/a"
+SRC_URI=""
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND="app-admin/eselect-lib-bin-symlink"
+
+S=${FILESDIR}
+
+src_install() {
+ insinto /usr/share/eselect/modules
+ newins sh.eselect-${PV} sh.eselect
+}
diff --git a/app-admin/eselect-sh/eselect-sh-9999.ebuild b/app-admin/eselect-sh/eselect-sh-9999.ebuild
deleted file mode 100644
index b955cc317146..000000000000
--- a/app-admin/eselect-sh/eselect-sh-9999.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-sh/eselect-sh-9999.ebuild,v 1.1 2012/12/15 12:37:16 mgorny Exp $
-
-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/files/sh.eselect-0.4 b/app-admin/eselect-sh/files/sh.eselect-0.4
new file mode 100644
index 000000000000..2580dbf55d0b
--- /dev/null
+++ b/app-admin/eselect-sh/files/sh.eselect-0.4
@@ -0,0 +1,14 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id: sh.eselect-0.4,v 1.1 2013/01/13 14:32:20 mgorny Exp $
+
+DESCRIPTION="Manage /bin/sh (POSIX shell) implementations"
+MAINTAINER="mgorny@gentoo.org"
+VERSION="0.4"
+
+SYMLINK_PATH=/bin/sh
+SYMLINK_TARGETS=( bash dash zsh posh mksh busybox )
+SYMLINK_DESCRIPTION='POSIX shell'
+SYMLINK_CRUCIAL=1
+
+inherit bin-symlink
diff --git a/app-admin/eselect-sh/metadata.xml b/app-admin/eselect-sh/metadata.xml
index 5df778e83dc3..5cb9324943ab 100644
--- a/app-admin/eselect-sh/metadata.xml
+++ b/app-admin/eselect-sh/metadata.xml
@@ -5,11 +5,4 @@
<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>