diff options
author | Ulrich Müller <ulm@gentoo.org> | 2018-01-19 19:28:01 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2018-01-19 19:28:01 +0100 |
commit | 63755605b0954b940191d634c12fbcf72f87cd94 (patch) | |
tree | 613e5c74c2c206afe3afbb4e8b8e8d46e0c88cc4 /dev-libs/m17n-lib | |
parent | sys-cluster/cinder: 11.0.2 stable amd64 and x86 with cleanup (diff) | |
download | gentoo-63755605b0954b940191d634c12fbcf72f87cd94.tar.gz gentoo-63755605b0954b940191d634c12fbcf72f87cd94.tar.bz2 gentoo-63755605b0954b940191d634c12fbcf72f87cd94.zip |
dev-libs/m17n-lib: [QA] Remove old.
Remove ebuild for 1.5.2, which is the last ebuild in the tree using
the long deprecated built_with_use function (and in EAPI 0, at that).
Bug: https://bugs.gentoo.org/610450
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-libs/m17n-lib')
-rw-r--r-- | dev-libs/m17n-lib/Manifest | 1 | ||||
-rw-r--r-- | dev-libs/m17n-lib/files/m17n-lib-1.5.2-fribidi.patch | 16 | ||||
-rw-r--r-- | dev-libs/m17n-lib/m17n-lib-1.5.2.ebuild | 59 |
3 files changed, 0 insertions, 76 deletions
diff --git a/dev-libs/m17n-lib/Manifest b/dev-libs/m17n-lib/Manifest index 17cbac0ae39e..b26050cdadac 100644 --- a/dev-libs/m17n-lib/Manifest +++ b/dev-libs/m17n-lib/Manifest @@ -1,4 +1,3 @@ -DIST m17n-lib-1.5.2.tar.gz 997592 BLAKE2B 900af3dcf31877e592d0832f37a9b8571fc030fb901beeed30e2a7f6e15d503544bf3e2e429683973480c360e50b6f7ef310f3ae1acfc9b85cf0e2d4b5a3e782 SHA512 899959ad7d6b32b7ec0a97eca5abf2a3a4e9d44d81b5157bc974b17544db4e59550bc04b0b2d46371dc57f64c7e0aa70ebb7d473ade3a762f40acf19ac19b072 DIST m17n-lib-1.6.3.tar.gz 1033048 BLAKE2B 869fac61545ecb94d063282cd257732b0d46cab01dd3a7b49901315f1f81f65fa5e7b782429766e8f8248c83c355d57f0d40251bbdfb35ee065f4c6d165aacaf SHA512 66177e5be17e330230d31bfff8a3cc7415ad79f9bfaf8f4c4baea02f1f19bf2d3628210c697a9b14d07dcb9bac8ca256e6c5102cbaae65876bf49aa2150cfd80 DIST m17n-lib-1.6.4.tar.gz 1034422 BLAKE2B ccb991dddd55e8f149b37f2e9ee6e84c5f8a9600494c16cba7ee55ab0a96c56b338383bfd88de5c81f2dc3609a40b4e3c645b8eaa6905bfe08aba56dbedc91ae SHA512 751f22efdaf4fb3e23d17ca07e20c65c59d60ff4f90a384bd9a8e9e8b01503d87c76cfc4c3c9717d8549a08c705b1c444939816a7eb07ca77b029b4f457f58c3 DIST m17n-lib-1.7.0.tar.gz 1063169 BLAKE2B 61192d26dec8a8bdb55b6a819c5b1aa5503e4320d57864889065c9490ee6720f5b258fbef10d5944f69f5a9ccbe49ea5494c8b0a10d536592c301f46df6826c5 SHA512 26fc1be02a5e487a2fa5f2f63d991f3c745aa1b78e20d931fe4b265125266501cc8d402aa3cb5c1b71a7d4c0f7a0bf5b2c3b17ec5f4f8e0f5ee3052ad4e205b7 diff --git a/dev-libs/m17n-lib/files/m17n-lib-1.5.2-fribidi.patch b/dev-libs/m17n-lib/files/m17n-lib-1.5.2-fribidi.patch deleted file mode 100644 index cfc298e320e7..000000000000 --- a/dev-libs/m17n-lib/files/m17n-lib-1.5.2-fribidi.patch +++ /dev/null @@ -1,16 +0,0 @@ -diff --git a/src/draw.c b/src/draw.c -index f9667d0..1ba6cf6 100644 ---- a/src/draw.c -+++ b/src/draw.c -@@ -1750,7 +1750,11 @@ mdraw__init () - MbidiS = msymbol ("S"); - MbidiNSM = msymbol ("NSM"); - #ifdef HAVE_FRIBIDI -+#if FRIBIDI_INTERFACE_VERSION < 3 - fribidi_set_mirroring (TRUE); -+#else -+ fribidi_set_mirroring (1); -+#endif - #endif - - M_break_at_space = msymbol ("bs"); diff --git a/dev-libs/m17n-lib/m17n-lib-1.5.2.ebuild b/dev-libs/m17n-lib/m17n-lib-1.5.2.ebuild deleted file mode 100644 index 2978c5954358..000000000000 --- a/dev-libs/m17n-lib/m17n-lib-1.5.2.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -inherit flag-o-matic eutils - -DESCRIPTION="Multilingual Library for Unix/Linux" -HOMEPAGE="https://savannah.nongnu.org/projects/m17n" -SRC_URI="http://www.m17n.org/m17n-lib-download/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86" -#IUSE="anthy gd ispell" -IUSE="gd" - -RDEPEND="x11-libs/libXaw - x11-libs/libICE - x11-libs/libSM - x11-libs/libXrender - x11-libs/libXft - dev-libs/libxml2 - dev-libs/fribidi - >=media-libs/freetype-2.1 - media-libs/fontconfig - gd? ( media-libs/gd ) - >=dev-libs/libotf-0.9.4 - >=dev-db/m17n-db-${PV}" -# linguas_th? ( || ( app-i18n/libthai app-i18n/wordcut ) ) -# anthy? ( app-i18n/anthy ) -# ispell? ( app-text/ispell ) - -DEPEND="${RDEPEND} - virtual/pkgconfig" - -pkg_setup() { - if use gd && ! built_with_use media-libs/gd png ; then - eerror "m17n-lib requires GD to be built with png support. Please add" - eerror "'png' to your USE flags, and re-emerge media-libs/gd." - die "Missing USE flag." - fi -} - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-fribidi.patch -} - -src_compile() { - append-flags -fPIC - econf $(use_with gd) || die - emake -j1 || die -} - -src_install() { - emake DESTDIR="${D}" install || die - - dodoc AUTHORS ChangeLog INSTALL NEWS README TODO -} |