summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-02-02 23:49:59 +0000
committerSam James <sam@gentoo.org>2021-02-02 23:49:59 +0000
commit5138e15469ec11685fa1afb3504811712220fce0 (patch)
treeebf56220690ae8bd04da9a5109e91de24941af28 /x11-terms
parentmedia-gfx/graphicsmagick: cleanup old (diff)
downloadgentoo-5138e15469ec11685fa1afb3504811712220fce0.tar.gz
gentoo-5138e15469ec11685fa1afb3504811712220fce0.tar.bz2
gentoo-5138e15469ec11685fa1afb3504811712220fce0.zip
x11-terms/tilda: cleanup old
Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-terms')
-rw-r--r--x11-terms/tilda/Manifest2
-rw-r--r--x11-terms/tilda/tilda-1.4.1.ebuild32
-rw-r--r--x11-terms/tilda/tilda-1.5.0.ebuild32
3 files changed, 0 insertions, 66 deletions
diff --git a/x11-terms/tilda/Manifest b/x11-terms/tilda/Manifest
index 166939d4f0f6..d3c3f650a476 100644
--- a/x11-terms/tilda/Manifest
+++ b/x11-terms/tilda/Manifest
@@ -1,3 +1 @@
-DIST tilda-1.4.1.tar.gz 471340 BLAKE2B a84d125bf81e384706347401ebbf7b11813bf5ed422e6b374e918ed564b9bfe168ebf3fef163b91a15350b49166b0040e90afdef716cc1762ecc410710f72c29 SHA512 d16878e762d94f94c219e8e711223a771a2ab816f02573f693cfbcfa0eee5aafff8a274898a65df168c0bf78258aa16e5a3be6b0c3dee418af61c68f43ed74c6
-DIST tilda-1.5.0.tar.gz 484754 BLAKE2B 8f04a5046b642e0cd67d375817d046920bbefd9b499458c2dab90f9801b0a4009b7b06cfe29af01095f1627581e4577ba5a7405948b29d21e233db288da48efd SHA512 2876b3ffbc5dd663b10c2f5fc7e6b838d6e3e18f30eb62afe07d9615b4567b04fba0b1efb2449204f4a5b78a90198092e397a24a41b978862d4fc6fab0b8de81
DIST tilda-1.5.2.tar.gz 485261 BLAKE2B 2ce0059ad695ac3e920cf8e40841b850967ff1e05b88a1c527b7154112c88a3435b66d0f31b882b6fdaf0dee038b7a7e6ab0401184ab701bed8d23d44a2856d8 SHA512 5f950696626005d6f8711fe1403313b36f065796ac07946e9782997aaf67a4bfdb3bfa5e37889bff95d77655d3546100a48327bfa175aa24c39a28685ee0306a
diff --git a/x11-terms/tilda/tilda-1.4.1.ebuild b/x11-terms/tilda/tilda-1.4.1.ebuild
deleted file mode 100644
index 075ba71876f2..000000000000
--- a/x11-terms/tilda/tilda-1.4.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools flag-o-matic
-
-DESCRIPTION="A drop down terminal, similar to the consoles found in first person shooters"
-HOMEPAGE="https://github.com/lanoxx/tilda"
-SRC_URI="https://github.com/lanoxx/tilda/archive/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="x11-libs/vte:2.91
- >=dev-libs/glib-2.8.4:2
- dev-libs/confuse:=
- gnome-base/libglade
- x11-libs/gtk+:3
- x11-libs/libX11"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- sys-devel/gettext"
-
-S="${WORKDIR}/${PN}-${P}"
-
-src_prepare() {
- default
- append-cflags -std=c99
- eautoreconf
-}
diff --git a/x11-terms/tilda/tilda-1.5.0.ebuild b/x11-terms/tilda/tilda-1.5.0.ebuild
deleted file mode 100644
index b7827af4144d..000000000000
--- a/x11-terms/tilda/tilda-1.5.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools flag-o-matic
-
-DESCRIPTION="A drop down terminal, similar to the consoles found in first person shooters"
-HOMEPAGE="https://github.com/lanoxx/tilda"
-SRC_URI="https://github.com/lanoxx/tilda/archive/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="x11-libs/vte:2.91
- >=dev-libs/glib-2.8.4:2
- dev-libs/confuse:=
- gnome-base/libglade
- x11-libs/gtk+:3
- x11-libs/libX11"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- sys-devel/gettext"
-
-S="${WORKDIR}/${PN}-${P}"
-
-src_prepare() {
- default
- append-cflags -std=c99
- eautoreconf
-}