diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-01-13 14:15:11 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-01-13 14:15:11 +0000 |
commit | 8148750a6f2fffc932e875803a62faf76d601bb6 (patch) | |
tree | 9cfcac1c2570b4cea7f04e320fd616c885d2d1aa /app-admin/eselect-lib-bin-symlink/eselect-lib-bin-symlink-9999.ebuild | |
parent | Remove older stable (diff) | |
download | gentoo-2-8148750a6f2fffc932e875803a62faf76d601bb6.tar.gz gentoo-2-8148750a6f2fffc932e875803a62faf76d601bb6.tar.bz2 gentoo-2-8148750a6f2fffc932e875803a62faf76d601bb6.zip |
Introduce an eselect library to control executable symlinks (for eselect-sh and eselect-pinentry).
(Portage version: 2.2.0_alpha151/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)
Diffstat (limited to 'app-admin/eselect-lib-bin-symlink/eselect-lib-bin-symlink-9999.ebuild')
-rw-r--r-- | app-admin/eselect-lib-bin-symlink/eselect-lib-bin-symlink-9999.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/app-admin/eselect-lib-bin-symlink/eselect-lib-bin-symlink-9999.ebuild b/app-admin/eselect-lib-bin-symlink/eselect-lib-bin-symlink-9999.ebuild new file mode 100644 index 000000000000..e111aa966f9b --- /dev/null +++ b/app-admin/eselect-lib-bin-symlink/eselect-lib-bin-symlink-9999.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-lib-bin-symlink/eselect-lib-bin-symlink-9999.ebuild,v 1.1 2013/01/13 14:15:11 mgorny Exp $ + +EAPI=5 + +#if LIVE +EGIT_REPO_URI="http://bitbucket.org/mgorny/${PN}.git" +AUTOTOOLS_AUTORECONF=1 +inherit git-2 +#endif + +inherit autotools-utils + +DESCRIPTION="An eselect library to manage executable symlinks" +HOMEPAGE="https://bitbucket.org/mgorny/eselect-lib-bin-symlink/" +SRC_URI="mirror://bitbucket/mgorny/${PN}/downloads/${P}.tar.bz2" + +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 |