summaryrefslogtreecommitdiff
path: root/app-text/qtspell
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-03-10 15:40:22 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-03-10 15:40:22 +0000
commit5b6106d8ffa5ebdfc39009aabbde5c2c5475124d (patch)
tree24c83295a6bdd877e418943652d9799f3196e7dc /app-text/qtspell
parentc82b3902ef26562f0b4993b21fd3358b33fe648a (diff)
app-text/{qtspell, gimagereader} : drop packages
Diffstat (limited to 'app-text/qtspell')
-rw-r--r--app-text/qtspell/Manifest1
-rw-r--r--app-text/qtspell/qtspell-0.8.2-r1.ebuild24
2 files changed, 0 insertions, 25 deletions
diff --git a/app-text/qtspell/Manifest b/app-text/qtspell/Manifest
deleted file mode 100644
index 290455cf..00000000
--- a/app-text/qtspell/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST qtspell-0.8.2.tar.xz 49872 SHA256 4f8b902b5da39ce532e532f9ec4916d03d623baf6e46a9b0c4afce76800c40e0 SHA512 11694d3e3df01cc5645feb1e195787424ddc08a28eac1bda144e155fc6b3b91a9b605a784d03c3bfbbdaca7ea60c16d3aab6b04f88daee489afa95808f6dd972 WHIRLPOOL e57f63eb2c7681a2a27e05694fa660245e019ffb18955185021e42949dcd17546eed301105acd518c7af52745fd89d4c88cc02801d71f684d9931a645d196598
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
-}