From 8148750a6f2fffc932e875803a62faf76d601bb6 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 13 Jan 2013 14:15:11 +0000 Subject: 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) --- app-admin/eselect-lib-bin-symlink/ChangeLog | 12 ++++++++++ .../eselect-lib-bin-symlink-0.1.ebuild | 19 +++++++++++++++ .../eselect-lib-bin-symlink-9999.ebuild | 27 ++++++++++++++++++++++ app-admin/eselect-lib-bin-symlink/metadata.xml | 15 ++++++++++++ 4 files changed, 73 insertions(+) create mode 100644 app-admin/eselect-lib-bin-symlink/ChangeLog create mode 100644 app-admin/eselect-lib-bin-symlink/eselect-lib-bin-symlink-0.1.ebuild create mode 100644 app-admin/eselect-lib-bin-symlink/eselect-lib-bin-symlink-9999.ebuild create mode 100644 app-admin/eselect-lib-bin-symlink/metadata.xml (limited to 'app-admin/eselect-lib-bin-symlink') 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 + +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 @@ + + + + + mgorny@gentoo.org + Michał Górny + + + + mgorny@gentoo.org + Michał Górny + + https://bitbucket.org/mgorny/eselect-lib-bin-symlink/issues/ + + -- cgit v1.2.3-65-gdbad