diff options
-rw-r--r-- | app-text/enchant/Manifest | 2 | ||||
-rw-r--r-- | app-text/enchant/enchant-2.2.1.ebuild | 47 | ||||
-rw-r--r-- | app-text/gspell/Manifest | 2 | ||||
-rw-r--r-- | app-text/gspell/gspell-1.8.1.ebuild | 47 | ||||
-rw-r--r-- | net-im/fractal/Manifest | 4 | ||||
-rw-r--r-- | net-im/fractal/fractal-3.29.6-r2.ebuild | 30 | ||||
-rw-r--r-- | net-im/fractal/fractal-4.0.0.ebuild | 2 |
7 files changed, 2 insertions, 132 deletions
diff --git a/app-text/enchant/Manifest b/app-text/enchant/Manifest deleted file mode 100644 index 4b5053e..0000000 --- a/app-text/enchant/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST enchant-2.2.1.tar.gz 955444 BLAKE2B 941e584c71686339c612e7c1490a338436817d510b2abda43bca49e70a66183ee849b9ded3f09f009027e56061aef8d39f6b79e3eff4729a327c88fd279056ba SHA512 e33cceab47e18803a3893aea0f954fc83f108205cffe9f4597b86cad8ee5c2b1e5ab0a5db61c9412acae1109274427315dd747438843545c48bf14f51a2c7545 -EBUILD enchant-2.2.1.ebuild 1159 BLAKE2B d2a93b91e6d4d8674dbe03400c7a28d4591becfb1d3237d34ba42dc217f23adee29edde0e79fc9941325a4baf8670d8b007a6dfffcdfbfaf16d909879223374c SHA512 1a7a549f9b775d87119268d97196ab19f54880a9daef50c33b8e06e92b2d9b5d83ad3b8a7ca5a6401e6bc3e182f89131445711d3e0d61f8aace1abde02f3be0e diff --git a/app-text/enchant/enchant-2.2.1.ebuild b/app-text/enchant/enchant-2.2.1.ebuild deleted file mode 100644 index 8a8cc72..0000000 --- a/app-text/enchant/enchant-2.2.1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit multilib - -DESCRIPTION="Spellchecker wrapping library" -HOMEPAGE="https://abiword.github.io/enchant/" -SRC_URI="https://github.com/AbiWord/enchant/releases/download/v${PV}/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="2" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" - -IUSE="aspell +hunspell static-libs test" -REQUIRED_USE="|| ( hunspell aspell )" - -# FIXME: depends on unittest++ but through pkgconfig which is a Debian hack, bug #629742 -COMMON_DEPENDS=" - >=dev-libs/glib-2.6:2 - aspell? ( app-text/aspell ) - hunspell? ( >=app-text/hunspell-1.2.1:0= )" - -RDEPEND="${COMMON_DEPENDS}" - -DEPEND="${COMMON_DEPENDS} - virtual/pkgconfig -" - -RESTRICT="test" - -src_configure() { - econf \ - $(use_with aspell) \ - $(use_with hunspell) \ - $(use_enable static-libs static) \ - --without-hspell \ - --without-voikko \ - --with-hunspell-dir="${EPREFIX}"/usr/share/hunspell/ -} - -src_install() { - default - - find "${D}" -name '*.la' -delete || die -} diff --git a/app-text/gspell/Manifest b/app-text/gspell/Manifest deleted file mode 100644 index 9026daf..0000000 --- a/app-text/gspell/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST gspell-1.8.1.tar.xz 419268 BLAKE2B f32c9c518c23f8f560d65eb6fb122703561cc09e385eefa99d0761e8aa5b5bf3a8cec3cab7071043134314262979de56d08ee2929973b7968016b123e53d8f16 SHA512 ae94f46c7bdcdeefa0279cd4ac3c50e53b63092016e298ef6b502c40c2574a2135c503ab322f5a3a7b8b4422fdec291a6ed0c937683a8c0f32d7ad474cc1569b -EBUILD gspell-1.8.1.ebuild 990 BLAKE2B dfbd8a7cf15322e044f64ea367db2dd37e9595006cbd2e4b26ac28ecffb0f6f4c2548ab162838057228080f3185fcc594bea76867e8a9769ee5e450199e972f6 SHA512 93f26d238c5b7e385f889a13e2231ca0a02f1a402eb18257d8cd984f016213811742cab7d94a0eae3d0c09268c4a31391abc6eaf3decc618d576c73700981ef9 diff --git a/app-text/gspell/gspell-1.8.1.ebuild b/app-text/gspell/gspell-1.8.1.ebuild deleted file mode 100644 index cab66fc..0000000 --- a/app-text/gspell/gspell-1.8.1.ebuild +++ /dev/null @@ -1,47 +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 x86" - -IUSE="+introspection vala" -REQUIRED_USE="vala? ( introspection )" - -RDEPEND=" - app-text/iso-codes - >=app-text/enchant-2.1.3:2 - >=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 - >=dev-util/intltool-0.35.0 - >=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 -} diff --git a/net-im/fractal/Manifest b/net-im/fractal/Manifest index 3d7bb12..f802187 100644 --- a/net-im/fractal/Manifest +++ b/net-im/fractal/Manifest @@ -1,5 +1,3 @@ -DIST fractal-3.29.6.tar.gz 522007 BLAKE2B 6ede6b408714fe5d7c7a9a80e9b2c38cd603d1439675be4b72401659a1f2bf652010775182fc24a6491d4906c59d1dee2397ca66e16c83071a96d2cae9cd5dbf SHA512 f7efdf70b793bd25852a5071f685a07126f206b74267d65c42e070c7e916acaffb8ab3ccd85f1153d59432cae07c15e487a811558fb8c7a5fbf2f180683442bb DIST fractal-4.0.0.tar.gz 714590 BLAKE2B 9dad4d4dfa56e65f887917f6e5c76c35bf7de2825c72cd13f38c9da207b51b87a3ff608ae6f7c5c49af9881e2a42a828c36c9dd740dcb2ca49cdec65fdad9bdd SHA512 91aef68d8d7024e27c0448854dfcefd04a6f7757e5cd649659edbeb59ba5d508879102926ad008dc65d2f2dbef2a39528375a1c02f82b7a18eee322cfbd28d40 -EBUILD fractal-3.29.6-r2.ebuild 624 BLAKE2B 8fed50264f9a2a40b5217cafae9a8851111e658c7aebb61fa0fe6b9bf47a447b93b6b99a863be48d467728202c81ae93186b16ee90c2630ed6087e87673c49f7 SHA512 2a4cb7b13637e302bf5f8a3a2027a99b7be97aad0a5887c664cf72ad1fb9803f74fb2f822f4b95b1de0903da810f636f5062f5b6303ad922e546a8bffd07bfc5 -EBUILD fractal-4.0.0.ebuild 702 BLAKE2B f4c0639bc1fb3523ff6ab919d9ce594cc5f2473a648a3cd3944dfb660876ca0c0382e94b6766380e846222793a545ff3d5cf2bd0dd6ea50711fab7f00fb139f0 SHA512 c84d5872a3cc7de2abd64faf94377e8bb330352330d993667a2f1a32e8785547dd422e86ebafd32b96a3f49159feea493925f30fd20c1ae11859065417488987 +EBUILD fractal-4.0.0.ebuild 701 BLAKE2B 8b0f6e8a14965a299083df285c97d47f05954742450d619d952fc2fd626533a1098e02ce78ce06873e6840464215b47ee6cadaa6aa2e8772dce6d7634cdf4710 SHA512 c1eb647ec44ec419a4f1f0c1f9beec75bbd1de85cc9ddaa68a24e60ca0197b2dcb3439d43da2e0524022851d74c011b05620fad8e5f41892bdc528cbb260d27d EBUILD fractal-9999.ebuild 730 BLAKE2B f559517a799e617d9199d21d389592495145c1c5ebf3e56f34ba7de7d97033491564fb39aa002239e80cbfbdbef737242cf4bfc81ef6e97e59d92641ae6575b6 SHA512 d65277c944a9dcf4e44288bfe748b3ad21d443d8ef1fc005db70af31818a64a72a3f2cbbed9b403555e694c5be49246c71bed85ed8d872bf0ca82eb5503f0da7 diff --git a/net-im/fractal/fractal-3.29.6-r2.ebuild b/net-im/fractal/fractal-3.29.6-r2.ebuild deleted file mode 100644 index 196725c..0000000 --- a/net-im/fractal/fractal-3.29.6-r2.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Matrix group messaging app" -HOMEPAGE="https://wiki.gnome.org/Apps/Fractal" - -inherit meson xdg-utils - -if [[ ${PV} == "9999" ]]; then - inherit git-r3 - - SRC_URI="" - EGIT_REPO_URI="https://gitlab.gnome.org/world/fractal.git" - EGIT_BRANCH="master" -else - SRC_URI="https://gitlab.gnome.org/GNOME/${PN}/-/archive/${PV}/${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="GPL-3" -SLOT="0" -IUSE="" - -RDEPEND="virtual/rust - >=app-text/gspell-1.8.1" -DEPEND="${RDEPEND}" -BDEPEND="dev-util/ninja - dev-util/meson" diff --git a/net-im/fractal/fractal-4.0.0.ebuild b/net-im/fractal/fractal-4.0.0.ebuild index a2b7a8c..5da38f9 100644 --- a/net-im/fractal/fractal-4.0.0.ebuild +++ b/net-im/fractal/fractal-4.0.0.ebuild @@ -16,7 +16,7 @@ if [[ ${PV} == "9999" ]]; then EGIT_BRANCH="master" else SRC_URI="https://gitlab.gnome.org/GNOME/${PN}/-/archive/${PV}/${P}.tar.gz" - #KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~x86" fi LICENSE="GPL-3" |