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 | |
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')
4 files changed, 73 insertions, 0 deletions
diff --git a/app-admin/eselect-lib-bin-symlink/ChangeLog b/app-admin/eselect-lib-bin-symlink/ChangeLog new file mode 100644 index 000000000000..92c17417413a --- /dev/null +++ b/app-admin/eselect-lib-bin-symlink/ChangeLog @@ -0,0 +1,12 @@ +# ChangeLog for app-admin/eselect-lib-bin-symlink +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-lib-bin-symlink/ChangeLog,v 1.1 2013/01/13 14:15:11 mgorny Exp $ + +*eselect-lib-bin-symlink-9999 (13 Jan 2013) +*eselect-lib-bin-symlink-0.1 (13 Jan 2013) + + 13 Jan 2013; Michał Górny <mgorny@gentoo.org> + +eselect-lib-bin-symlink-0.1.ebuild, +eselect-lib-bin-symlink-9999.ebuild, + +metadata.xml: + Introduce an eselect library to control executable symlinks (for eselect-sh + and eselect-pinentry). diff --git a/app-admin/eselect-lib-bin-symlink/eselect-lib-bin-symlink-0.1.ebuild b/app-admin/eselect-lib-bin-symlink/eselect-lib-bin-symlink-0.1.ebuild new file mode 100644 index 000000000000..5a4da0b8b475 --- /dev/null +++ b/app-admin/eselect-lib-bin-symlink/eselect-lib-bin-symlink-0.1.ebuild @@ -0,0 +1,19 @@ +# 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-0.1.ebuild,v 1.1 2013/01/13 14:15:11 mgorny Exp $ + +EAPI=5 + +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="" + +# Fixed in git. +AUTOTOOLS_IN_SOURCE_BUILD=1 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 diff --git a/app-admin/eselect-lib-bin-symlink/metadata.xml b/app-admin/eselect-lib-bin-symlink/metadata.xml new file mode 100644 index 000000000000..02a1ca701e81 --- /dev/null +++ b/app-admin/eselect-lib-bin-symlink/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-lib-bin-symlink/issues/</bugs-to> + </upstream> +</pkgmetadata> |