commit:     caef0aa806754a04d21686208cf7a9cbeb77b395
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 21 20:34:34 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Mar 21 22:24:13 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caef0aa8

dev-libs/libotf: Drop 0.9.13, EAPI5--

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-libs/libotf/Manifest             |  1 -
 dev-libs/libotf/libotf-0.9.13.ebuild | 44 ------------------------------------
 2 files changed, 45 deletions(-)

diff --git a/dev-libs/libotf/Manifest b/dev-libs/libotf/Manifest
index 4e5bb767bce..d49505bcc21 100644
--- a/dev-libs/libotf/Manifest
+++ b/dev-libs/libotf/Manifest
@@ -1,2 +1 @@
-DIST libotf-0.9.13.tar.gz 388832 BLAKE2B 
73d15db54457afe98016b3958668fd5d62e81c8f53d34bc8ddd6ce5c18e54085a9d3ff1648e2170c7a97823dcbd9ef117f3e66befbea272dd98193baf63d6039
 SHA512 
86ddf071df371ee44910afc02432352356bfa1c2a55b44274c95fc4e7ec4fca982a7fcde35aaa63a8cb332e98388a9faf9a94fbf0f39e85668630f77d841ef31
 DIST libotf-0.9.16.tar.gz 423979 BLAKE2B 
838e7c855f93ebb30bcccd1d3055f662da1736bb85fa398f9ffe84411249f63e4f66908b55534c2f07446b45ae7912745a92bbf0404f8d62eeb3a9119a604b37
 SHA512 
0f68c45c1224f02dc0f1a8e9915dd9c1c70d71259b4e2f7bbd4fbec6426e58d4a26e4cbf28dbb8ed051ba6f532f99fc4e74b4ddf97a93ec947fa6260c875d0b4

diff --git a/dev-libs/libotf/libotf-0.9.13.ebuild 
b/dev-libs/libotf/libotf-0.9.13.ebuild
deleted file mode 100644
index 5cac4a4f2d9..00000000000
--- a/dev-libs/libotf/libotf-0.9.13.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils ltprune
-
-DESCRIPTION="Library for handling OpenType fonts (OTF)"
-HOMEPAGE="http://www.nongnu.org/m17n/";
-SRC_URI="mirror://nongnu/m17n/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux"
-IUSE="static-libs X"
-
-RDEPEND=">=media-libs/freetype-2.4.9
-       X? (
-               x11-libs/libX11
-               x11-libs/libXaw
-               x11-libs/libXt
-       )"
-DEPEND="${RDEPEND}
-       X? (
-               x11-base/xorg-proto
-               x11-libs/libICE
-               x11-libs/libXmu
-       )"
-
-DOCS="AUTHORS ChangeLog NEWS README"
-
-src_prepare() {
-       epatch "${FILESDIR}"/${P}-build.patch
-       eautoreconf
-}
-
-src_configure() {
-       export ac_cv_header_X11_Xaw_Command_h=$(usex X)
-       econf $(use_enable static-libs static)
-}
-
-src_install() {
-       default
-       prune_libtool_files
-}

Reply via email to