forked from tastytea/overlay
app-text/gspell: Deleted 1.6.0; Newer version in Gentoo tree.
This commit is contained in:
parent
3c0c1c6f4e
commit
bf738a7163
|
@ -1,13 +0,0 @@
|
|||
-----BEGIN PGP SIGNED MESSAGE-----
|
||||
Hash: SHA256
|
||||
|
||||
DIST gspell-1.6.0.tar.xz 415564 BLAKE2B 45307948df6f98c7d21e885c4a167081b22fa22afa19538444b618d51f1cf41115a419b5ab60dca88987c36999b389f36b38e8530a118b13108bd0790cd76a43 SHA512 6c5bde181710951864fae2b157cc4acc71fc4dc90d57b48d50c4ee9c16281689457d920be24435a6fb4dd9cac10102be56cbaba4c806a38276ff2622dc7b3586
|
||||
EBUILD gspell-1.6.0.ebuild 985 BLAKE2B 8425d9826efc1b2de6f9f1fa926b96552c4fcd4fb99ac82d56586076c6906cdc7e01c533d33d110d22ed59de2940fa9a70efa9d01af93f62b4486709196b37b5 SHA512 c059e83a947031cd0258948afcbe2fee0c5715efa0eedfe9ba50f6b9319f4e07a52c0d58baa70d51c3b3db16836221c01bbe11fb64ca2b38b8c0b7d3081e8f9a
|
||||
MISC metadata.xml 248 BLAKE2B 0f4a45d414249f9410a61d8545ba052db41e3d74516e34bff0ca5547cae55db7eefffb2c23d840c979bdea0b927da36f7a56441cbc6053291d65bd39af2421bd SHA512 0f6384333cf38e52e6a67db43f3a78723d2a0d3446da27e7972f15244d96ae41f0e428d937538d4fa52aa70dc9c92920672d4e237b481dbbdff1d9d8c325b33d
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEAREIAB0WIQQ1VSZoZMptf/RapufPw5SX8bJuBwUCW0zZUAAKCRDPw5SX8bJu
|
||||
B2oxAQCGTTYwcxmxSoFqch1a7l3ZFT+3qIW7jHmh/D7s0jOozQD+L+PHDZbxBsjm
|
||||
NAsm+Ml5KYkVzGXQ8D1+y+b24dJiC5o=
|
||||
=4uAt
|
||||
-----END PGP SIGNATURE-----
|
|
@ -1,46 +0,0 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="6"
|
||||
VALA_USE_DEPEND="vapigen"
|
||||
|
||||
inherit gnome2 vala virtualx
|
||||
|
||||
DESCRIPTION="Spell check library for GTK+ applications"
|
||||
HOMEPAGE="https://wiki.gnome.org/Projects/gspell"
|
||||
|
||||
LICENSE="LGPL-2.1+"
|
||||
SLOT="0/1" # subslot = libgspell-1 soname version
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~ppc ~sparc x86 ~amd64-fbsd"
|
||||
|
||||
IUSE="+introspection vala"
|
||||
REQUIRED_USE="vala? ( introspection )"
|
||||
|
||||
RDEPEND="
|
||||
app-text/iso-codes
|
||||
>=app-text/enchant-1.6.0
|
||||
>=dev-libs/glib-2.44:2
|
||||
>=x11-libs/gtk+-3.20:3[introspection?]
|
||||
introspection? ( >=dev-libs/gobject-introspection-1.42.0:= )
|
||||
vala? ( $(vala_depend) )
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
>=dev-util/gtk-doc-am-1.25
|
||||
>=sys-devel/gettext-0.19.4
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
use vala && vala_src_prepare
|
||||
gnome2_src_prepare
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
gnome2_src_configure \
|
||||
$(use_enable introspection) \
|
||||
$(use_enable vala)
|
||||
}
|
||||
|
||||
src_test() {
|
||||
virtx emake check
|
||||
}
|
|
@ -1,8 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>gentoo@tastytea.de</email>
|
||||
<name>tastytea</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
Loading…
Reference in New Issue
Block a user