diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-12-26 12:01:09 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-12-26 12:05:22 +0100 |
commit | a229f27f3a5563e62016a4f2a428743ff3bc507b (patch) | |
tree | 512842ece1a3c130a3a926419cb453a97305ba3a /app-eselect/eselect-lib-bin-symlink | |
parent | app-eselect/eselect-lib-bin-symlink: Stabilize 0.1.1-r1 ALLARCHES (diff) | |
download | gentoo-a229f27f3a5563e62016a4f2a428743ff3bc507b.tar.gz gentoo-a229f27f3a5563e62016a4f2a428743ff3bc507b.tar.bz2 gentoo-a229f27f3a5563e62016a4f2a428743ff3bc507b.zip |
app-eselect/eselect-lib-bin-symlink: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-eselect/eselect-lib-bin-symlink')
-rw-r--r-- | app-eselect/eselect-lib-bin-symlink/eselect-lib-bin-symlink-0.1.1.ebuild | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/app-eselect/eselect-lib-bin-symlink/eselect-lib-bin-symlink-0.1.1.ebuild b/app-eselect/eselect-lib-bin-symlink/eselect-lib-bin-symlink-0.1.1.ebuild deleted file mode 100644 index c215a50b05f1..000000000000 --- a/app-eselect/eselect-lib-bin-symlink/eselect-lib-bin-symlink-0.1.1.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit autotools-utils - -DESCRIPTION="An eselect library to manage executable symlinks" -HOMEPAGE="https://github.com/mgorny/eselect-lib-bin-symlink/" -SRC_URI="https://github.com/mgorny/eselect-lib-bin-symlink/releases/download/${P}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RDEPEND="app-admin/eselect" |