Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-lib-bin-symlink/
Date: Thu, 26 Dec 2019 11:05:33
Message-Id: 1577358322.a229f27f3a5563e62016a4f2a428743ff3bc507b.mgorny@gentoo
1 commit: a229f27f3a5563e62016a4f2a428743ff3bc507b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 26 11:01:09 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 26 11:05:22 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a229f27f
7
8 app-eselect/eselect-lib-bin-symlink: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../eselect-lib-bin-symlink-0.1.1.ebuild | 17 -----------------
13 1 file changed, 17 deletions(-)
14
15 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
16 deleted file mode 100644
17 index c215a50b05f..00000000000
18 --- a/app-eselect/eselect-lib-bin-symlink/eselect-lib-bin-symlink-0.1.1.ebuild
19 +++ /dev/null
20 @@ -1,17 +0,0 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=5
25 -
26 -inherit autotools-utils
27 -
28 -DESCRIPTION="An eselect library to manage executable symlinks"
29 -HOMEPAGE="https://github.com/mgorny/eselect-lib-bin-symlink/"
30 -SRC_URI="https://github.com/mgorny/eselect-lib-bin-symlink/releases/download/${P}/${P}.tar.bz2"
31 -
32 -LICENSE="GPL-2"
33 -SLOT="0"
34 -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"
35 -IUSE=""
36 -
37 -RDEPEND="app-admin/eselect"