Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/tilda/
Date: Tue, 02 Feb 2021 23:51:44
Message-Id: 1612309799.5138e15469ec11685fa1afb3504811712220fce0.sam@gentoo
1 commit: 5138e15469ec11685fa1afb3504811712220fce0
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 2 23:49:59 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 2 23:49:59 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5138e154
7
8 x11-terms/tilda: cleanup old
9
10 Package-Manager: Portage-3.0.14, Repoman-3.0.2
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 x11-terms/tilda/Manifest | 2 --
14 x11-terms/tilda/tilda-1.4.1.ebuild | 32 --------------------------------
15 x11-terms/tilda/tilda-1.5.0.ebuild | 32 --------------------------------
16 3 files changed, 66 deletions(-)
17
18 diff --git a/x11-terms/tilda/Manifest b/x11-terms/tilda/Manifest
19 index 166939d4f0f..d3c3f650a47 100644
20 --- a/x11-terms/tilda/Manifest
21 +++ b/x11-terms/tilda/Manifest
22 @@ -1,3 +1 @@
23 -DIST tilda-1.4.1.tar.gz 471340 BLAKE2B a84d125bf81e384706347401ebbf7b11813bf5ed422e6b374e918ed564b9bfe168ebf3fef163b91a15350b49166b0040e90afdef716cc1762ecc410710f72c29 SHA512 d16878e762d94f94c219e8e711223a771a2ab816f02573f693cfbcfa0eee5aafff8a274898a65df168c0bf78258aa16e5a3be6b0c3dee418af61c68f43ed74c6
24 -DIST tilda-1.5.0.tar.gz 484754 BLAKE2B 8f04a5046b642e0cd67d375817d046920bbefd9b499458c2dab90f9801b0a4009b7b06cfe29af01095f1627581e4577ba5a7405948b29d21e233db288da48efd SHA512 2876b3ffbc5dd663b10c2f5fc7e6b838d6e3e18f30eb62afe07d9615b4567b04fba0b1efb2449204f4a5b78a90198092e397a24a41b978862d4fc6fab0b8de81
25 DIST tilda-1.5.2.tar.gz 485261 BLAKE2B 2ce0059ad695ac3e920cf8e40841b850967ff1e05b88a1c527b7154112c88a3435b66d0f31b882b6fdaf0dee038b7a7e6ab0401184ab701bed8d23d44a2856d8 SHA512 5f950696626005d6f8711fe1403313b36f065796ac07946e9782997aaf67a4bfdb3bfa5e37889bff95d77655d3546100a48327bfa175aa24c39a28685ee0306a
26
27 diff --git a/x11-terms/tilda/tilda-1.4.1.ebuild b/x11-terms/tilda/tilda-1.4.1.ebuild
28 deleted file mode 100644
29 index 075ba71876f..00000000000
30 --- a/x11-terms/tilda/tilda-1.4.1.ebuild
31 +++ /dev/null
32 @@ -1,32 +0,0 @@
33 -# Copyright 1999-2020 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -
38 -inherit autotools flag-o-matic
39 -
40 -DESCRIPTION="A drop down terminal, similar to the consoles found in first person shooters"
41 -HOMEPAGE="https://github.com/lanoxx/tilda"
42 -SRC_URI="https://github.com/lanoxx/tilda/archive/${P}.tar.gz"
43 -
44 -LICENSE="GPL-2"
45 -SLOT="0"
46 -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux"
47 -
48 -RDEPEND="x11-libs/vte:2.91
49 - >=dev-libs/glib-2.8.4:2
50 - dev-libs/confuse:=
51 - gnome-base/libglade
52 - x11-libs/gtk+:3
53 - x11-libs/libX11"
54 -DEPEND="${RDEPEND}
55 - virtual/pkgconfig
56 - sys-devel/gettext"
57 -
58 -S="${WORKDIR}/${PN}-${P}"
59 -
60 -src_prepare() {
61 - default
62 - append-cflags -std=c99
63 - eautoreconf
64 -}
65
66 diff --git a/x11-terms/tilda/tilda-1.5.0.ebuild b/x11-terms/tilda/tilda-1.5.0.ebuild
67 deleted file mode 100644
68 index b7827af4144..00000000000
69 --- a/x11-terms/tilda/tilda-1.5.0.ebuild
70 +++ /dev/null
71 @@ -1,32 +0,0 @@
72 -# Copyright 1999-2020 Gentoo Authors
73 -# Distributed under the terms of the GNU General Public License v2
74 -
75 -EAPI=7
76 -
77 -inherit autotools flag-o-matic
78 -
79 -DESCRIPTION="A drop down terminal, similar to the consoles found in first person shooters"
80 -HOMEPAGE="https://github.com/lanoxx/tilda"
81 -SRC_URI="https://github.com/lanoxx/tilda/archive/${P}.tar.gz"
82 -
83 -LICENSE="GPL-2"
84 -SLOT="0"
85 -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
86 -
87 -RDEPEND="x11-libs/vte:2.91
88 - >=dev-libs/glib-2.8.4:2
89 - dev-libs/confuse:=
90 - gnome-base/libglade
91 - x11-libs/gtk+:3
92 - x11-libs/libX11"
93 -DEPEND="${RDEPEND}
94 - virtual/pkgconfig
95 - sys-devel/gettext"
96 -
97 -S="${WORKDIR}/${PN}-${P}"
98 -
99 -src_prepare() {
100 - default
101 - append-cflags -std=c99
102 - eautoreconf
103 -}