summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/libtsm/libtsm-4.0.2-r1.ebuild')
-rw-r--r--dev-libs/libtsm/libtsm-4.0.2-r1.ebuild20
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-libs/libtsm/libtsm-4.0.2-r1.ebuild b/dev-libs/libtsm/libtsm-4.0.2-r1.ebuild
deleted file mode 100644
index fd0f595a431e..000000000000
--- a/dev-libs/libtsm/libtsm-4.0.2-r1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="Terminal Emulator State Machine"
-HOMEPAGE="https://github.com/Aetf/libtsm"
-SRC_URI="https://github.com/Aetf/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-2.1 MIT"
-SLOT="0/4"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-PATCHES=(
- "${FILESDIR}/${PN}-cmake.patch"
- "${FILESDIR}/${PN}-clang16-static_assert-fix.patch"
-)