diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-03-10 15:40:22 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-03-10 15:40:22 +0000 |
commit | 5b6106d8ffa5ebdfc39009aabbde5c2c5475124d (patch) | |
tree | 24c83295a6bdd877e418943652d9799f3196e7dc /app-text/qtspell/qtspell-0.8.2-r1.ebuild | |
parent | c82b3902ef26562f0b4993b21fd3358b33fe648a (diff) |
app-text/{qtspell, gimagereader} : drop packages
Diffstat (limited to 'app-text/qtspell/qtspell-0.8.2-r1.ebuild')
-rw-r--r-- | app-text/qtspell/qtspell-0.8.2-r1.ebuild | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/app-text/qtspell/qtspell-0.8.2-r1.ebuild b/app-text/qtspell/qtspell-0.8.2-r1.ebuild deleted file mode 100644 index 3d63acc6..00000000 --- a/app-text/qtspell/qtspell-0.8.2-r1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -EAPI=6 -inherit cmake-utils - -DESCRIPTION="Spell checking for Qt text widgets" -HOMEPAGE="https://github.com/manisandro/qtspell" -SRC_URI="https://github.com/manisandro/${PN}/releases/download/${PV}/qtspell-${PV}.tar.xz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="qt5" - -DEPEND="app-text/enchant" - -src_unpack() -{ - unpack "${A}" - cd "${WORKDIR}" - mv qtspell-${PV} ${P} - if use qt5; then - cd "${S}" - sed -i "s/SET(USE_QT5 OFF/SET(USE_QT5 ON/" CMakeLists.txt - fi -} |