summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2024-06-08 20:34:02 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2024-06-08 20:34:16 +0300
commitb082638a4d8686d5b61a302e8155470634f8e8be (patch)
tree39157d4c050a917c4272705fb5c0e8a82084f81b /media-libs/liblingoteach/liblingoteach-0.2.3.ebuild
parentsys-apps/systemd-utils: exclude mips64 in have_dmi (diff)
downloadgentoo-b082638a4d8686d5b61a302e8155470634f8e8be.tar.gz
gentoo-b082638a4d8686d5b61a302e8155470634f8e8be.tar.bz2
gentoo-b082638a4d8686d5b61a302e8155470634f8e8be.zip
media-libs/liblingoteach: drop 0.2.3
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'media-libs/liblingoteach/liblingoteach-0.2.3.ebuild')
-rw-r--r--media-libs/liblingoteach/liblingoteach-0.2.3.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/media-libs/liblingoteach/liblingoteach-0.2.3.ebuild b/media-libs/liblingoteach/liblingoteach-0.2.3.ebuild
deleted file mode 100644
index 8f3db928a6ee..000000000000
--- a/media-libs/liblingoteach/liblingoteach-0.2.3.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="A library to support lingoteach-ui and for generic lesson development"
-HOMEPAGE="http://lingoteach.sourceforge.net"
-SRC_URI="https://downloads.sourceforge.net/lingoteach/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-IUSE="debug zlib"
-
-RDEPEND="zlib? ( sys-libs/zlib )
- dev-libs/libxml2"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_configure() {
- econf \
- --disable-static \
- $(use_enable zlib compression) \
- $(use_enable debug)
-}
-
-src_install() {
- default
- find "${ED}" -name '*.la' -delete || die
-}