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/libintl/
Date: Fri, 29 Apr 2022 10:22:00
Message-Id: 1651227666.ee997880343c462b15d82df0da1c9d1990d1955f.sam@gentoo
1 commit: ee997880343c462b15d82df0da1c9d1990d1955f
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 29 09:51:01 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=ee997880
7
8 virtual/libintl: drop 0, 0-r1
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 virtual/libintl/libintl-0-r1.ebuild | 14 --------------
13 virtual/libintl/libintl-0.ebuild | 12 ------------
14 2 files changed, 26 deletions(-)
15
16 diff --git a/virtual/libintl/libintl-0-r1.ebuild b/virtual/libintl/libintl-0-r1.ebuild
17 deleted file mode 100644
18 index 2c6704a97239..000000000000
19 --- a/virtual/libintl/libintl-0-r1.ebuild
20 +++ /dev/null
21 @@ -1,14 +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 Internationalization Library"
30 -
31 -SLOT="0"
32 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~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 that and gcc.
35 -RDEPEND="!elibc_glibc? ( !elibc_musl? ( >=sys-devel/gettext-0.18.3.2[${MULTILIB_USEDEP}] ) )"
36
37 diff --git a/virtual/libintl/libintl-0.ebuild b/virtual/libintl/libintl-0.ebuild
38 deleted file mode 100644
39 index 42d04b96e41d..000000000000
40 --- a/virtual/libintl/libintl-0.ebuild
41 +++ /dev/null
42 @@ -1,12 +0,0 @@
43 -# Copyright 1999-2022 Gentoo Authors
44 -# Distributed under the terms of the GNU General Public License v2
45 -
46 -EAPI=7
47 -
48 -DESCRIPTION="Virtual for the GNU Internationalization Library"
49 -
50 -SLOT="0"
51 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~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"
52 -
53 -# - Don't put elibc_glibc? ( sys-libs/glibc ) to avoid circular deps between that and gcc.
54 -RDEPEND="!elibc_glibc? ( !elibc_musl? ( sys-devel/gettext ) )"