summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Miess <Philip_Miess@yahoo.com>2021-03-10 17:28:52 -0500
committerPhilip Miess <Philip_Miess@yahoo.com>2021-03-10 17:28:52 -0500
commitf52423cf2120ce2bc745a7a6ee09ad1c39225d64 (patch)
tree3aaaabb20673cd7f945d755c01f7364836cc3285 /app-text
parentfix async error (diff)
downloadsuperposition-f52423cf2120ce2bc745a7a6ee09ad1c39225d64.tar.gz
superposition-f52423cf2120ce2bc745a7a6ee09ad1c39225d64.tar.bz2
superposition-f52423cf2120ce2bc745a7a6ee09ad1c39225d64.zip
remove python dep for presage since 2.7 is gone
Signed-off-by: Philip Miess <Philip_Miess@yahoo.com>
Diffstat (limited to 'app-text')
-rw-r--r--app-text/presage/Manifest7
-rw-r--r--app-text/presage/presage-0.9.1.ebuild17
2 files changed, 8 insertions, 16 deletions
diff --git a/app-text/presage/Manifest b/app-text/presage/Manifest
index 44e0eb7..a6db756 100644
--- a/app-text/presage/Manifest
+++ b/app-text/presage/Manifest
@@ -1,3 +1,4 @@
-AUX presage-0.9.1-automagic.patch 4199 SHA256 27529cfbf77adaeb78c8971adcf576f93c027b84bdf7558609aa77529a6d844f SHA512 bc82043d1d934bc1db5136d44cbbe38548e64d111c168958a424c918b1e97b179bd1394d57a8f8bc4625993a12f57e009b981eff265b4d65cd4ea086ba65a59c WHIRLPOOL 582d2d5ce21c8a360948d20ca9c1c5cd0b8990c7667a00b041e21336afa60e06aab0985d7ca3c27cbe80a96c5b204e9142e7e584a800a386a589a9ef0f56ea56
-DIST presage-0.9.1.tar.gz 2687519 SHA256 5ed567e350402a1d72c9053c78ecec3be710b7e72153a0223c6d19a7fe58a366 SHA512 46d7151a80e376d9a8a018be985b2c88a070a6f6555bf3d9b1f50aa41ea8e861c8e26ed3c25a5833855ae01004ecbd36408711e40baf4f072599c240f6c721b1 WHIRLPOOL f1e29d5c36d22b6fd910ab7796fad8b877debedb7577a9b7d3aad7a865cf8fd448d0e1b4354f820114142409efca58c58aa9778b08cd4a8abb6b2c3263423cb5
-EBUILD presage-0.9.1.ebuild 1247 SHA256 01ab48e23a1c3ca69d5f9dfaabdcfcf7ff042961ae5d08466aec7e105b583d08 SHA512 3ffd6e0ab019fa47a04f7f7044ef4de0d55917988294dcc8936deba8072448c989dccfaa506912a9c64f03fb2e032ac729ac3fda398567d148226a8012353b6f WHIRLPOOL 35f1749402b59a45cb996593d49c197beceea1f83aaffdd429b55e43909c3d9e2f5e4c7d958395e9da88a8eed5bc40db0100ff2d05ce5665acea8fe44d1b9222
+AUX presage-0.9.1-automagic.patch 4199 BLAKE2B 51f727a303d38039ac23b60c002a2de56c3087b05dee365967d274cf768d798f095ef1f332cbcc08d1ff0d8bd69e155fc2332759ca22ead4fd5509880ead85c6 SHA512 bc82043d1d934bc1db5136d44cbbe38548e64d111c168958a424c918b1e97b179bd1394d57a8f8bc4625993a12f57e009b981eff265b4d65cd4ea086ba65a59c
+DIST presage-0.9.1.tar.gz 2687519 BLAKE2B f035b210693c464e08e4bc85f5bef6f63c03c4a41582209fd401cb9e62e3f12fb9b7161ea3e83e68490188ae37c1a28cb3776eaeca085d542979af78accb66fa SHA512 46d7151a80e376d9a8a018be985b2c88a070a6f6555bf3d9b1f50aa41ea8e861c8e26ed3c25a5833855ae01004ecbd36408711e40baf4f072599c240f6c721b1
+EBUILD presage-0.9.1.ebuild 999 BLAKE2B 8bd1a3af8ce71d44d096590a4b3e707062cb2f9ddf82c85131ed51777b0aa9dd01b335835c62b586e4d925bee357cee677e46146050db9226cd51a6d3a43dc9e SHA512 da369f3969ce98e297e81a40e34e84ac5688b54367ebf08962b45f6befbcebd85555380ec6ce8299c7bbf53f58e881d0a7e1bba640afba530d281f2700bfc412
+MISC metadata.xml 285 BLAKE2B 7665ca7b22bf0c8b2e486a5633130588ea83952d863912d0e8299707ed6d26dd66e40e1faa53173eb24079d4607cb783c9e0f6dce8f298607e5baf1ec5f1e587 SHA512 a8207edb781bc25e9bdc7f074ae3164ea9037077c6f6e0284474d033d57ceb188c3e1e9a77a0bbc9c7cac538a75ba23c42993340bd6555b0a71085d43c3f905d
diff --git a/app-text/presage/presage-0.9.1.ebuild b/app-text/presage/presage-0.9.1.ebuild
index 9894c8e..1e21a5c 100644
--- a/app-text/presage/presage-0.9.1.ebuild
+++ b/app-text/presage/presage-0.9.1.ebuild
@@ -1,12 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit eutils autotools python-single-r1
+inherit eutils autotools
DESCRIPTION="The intelligent predictive text entry system"
HOMEPAGE="http://presage.sourceforge.net"
SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.gz"
@@ -15,20 +12,16 @@ LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE="doc examples gtk sqlite test"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="
examples? ( sys-libs/ncurses )
gtk? ( x11-libs/gtk+ )
- ${PYTHON_DEPS}
- dev-python/dbus-python[${PYTHON_USEDEP}]
sqlite? ( dev-db/sqlite )
app-text/dos2unix
"
DEPEND="${COMMON_DEPEND}
doc? ( app-doc/doxygen )
- ${PYTHON_DEPS}
dev-lang/swig
test? ( dev-util/cppunit )
sys-apps/help2man
@@ -44,14 +37,12 @@ src_configure() {
local myeconfargs=(
$(use_enable doc documentation)
$(use_enable examples curses)
- $(use_enable gtk gpresagemate)
+ $(use_enable gtk gpresagemate)
#$(use_enable gtk gprompter)
- #$(use_enable python)
- #$(use_enable python python-binding)
$(use_enable sqlite)
$(use_enable test)
)
- econf ${myeconfargs} --enable-python --enable-python-binding --disable-gprompter
+ econf ${myeconfargs} --disable-python --disable-python-binding --disable-gprompter
}