Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/libiconv/
Date: Fri, 29 Apr 2022 10:22:00
Message-Id: 1651227666.da3ed2eef12624dcab9919d825d23b493e89dfab.sam@gentoo
1 commit: da3ed2eef12624dcab9919d825d23b493e89dfab
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 29 09:51:43 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 29 10:21:06 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da3ed2ee
7
8 virtual/libiconv: drop 0, 0-r1
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 virtual/libiconv/libiconv-0-r1.ebuild | 15 ---------------
13 virtual/libiconv/libiconv-0.ebuild | 13 -------------
14 2 files changed, 28 deletions(-)
15
16 diff --git a/virtual/libiconv/libiconv-0-r1.ebuild b/virtual/libiconv/libiconv-0-r1.ebuild
17 deleted file mode 100644
18 index d9df8e3c8034..000000000000
19 --- a/virtual/libiconv/libiconv-0-r1.ebuild
20 +++ /dev/null
21 @@ -1,15 +0,0 @@
22 -# Copyright 1999-2022 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=7
26 -
27 -inherit multilib-build
28 -
29 -DESCRIPTION="Virtual for the GNU conversion library"
30 -
31 -SLOT="0"
32 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
33 -
34 -# - Don't put elibc_glibc? ( sys-libs/glibc ) to avoid circular deps between
35 -# that and gcc
36 -RDEPEND="!elibc_glibc? ( !elibc_musl? ( >=dev-libs/libiconv-1.14-r1[${MULTILIB_USEDEP}] ) )"
37
38 diff --git a/virtual/libiconv/libiconv-0.ebuild b/virtual/libiconv/libiconv-0.ebuild
39 deleted file mode 100644
40 index 450c20339629..000000000000
41 --- a/virtual/libiconv/libiconv-0.ebuild
42 +++ /dev/null
43 @@ -1,13 +0,0 @@
44 -# Copyright 1999-2022 Gentoo Authors
45 -# Distributed under the terms of the GNU General Public License v2
46 -
47 -EAPI=7
48 -
49 -DESCRIPTION="Virtual for the GNU conversion library"
50 -
51 -SLOT="0"
52 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
53 -
54 -# - Don't put elibc_glibc? ( sys-libs/glibc ) to avoid circular deps between
55 -# that and gcc
56 -RDEPEND="!elibc_glibc? ( !elibc_musl? ( dev-libs/libiconv ) )"