public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Shaoyu Tseng" <shaoyu0209@tuta.io>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/ssmtool/, app-misc/vocabsieve/, profiles/updates/
Date: Fri, 15 Apr 2022 10:25:52 +0000 (UTC)	[thread overview]
Message-ID: <1650018321.318009746930e0b83ed39e6b74968f2a44720b1c.shaoyu0209@gentoo> (raw)

commit:     318009746930e0b83ed39e6b74968f2a44720b1c
Author:     Shaoyu Tseng <1over137 <AT> anche <DOT> no>
AuthorDate: Fri Apr 15 10:25:21 2022 +0000
Commit:     Shaoyu Tseng <shaoyu0209 <AT> tuta <DOT> io>
CommitDate: Fri Apr 15 10:25:21 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=31800974

app-misc/vocabsieve: move from app-misc/ssmtool

Signed-off-by: Shaoyu Tseng <1over137 <AT> anche.no>

 app-misc/ssmtool/Manifest                                            | 1 -
 app-misc/vocabsieve/Manifest                                         | 1 +
 app-misc/{ssmtool => vocabsieve}/metadata.xml                        | 4 ++--
 app-misc/{ssmtool => vocabsieve}/ssmtool-0.6.4.ebuild                | 0
 .../ssmtool-0.6.4.ebuild => vocabsieve/vocabsieve-0.7.0.ebuild}      | 5 +++--
 profiles/updates/2Q-2022                                             | 1 +
 6 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/app-misc/ssmtool/Manifest b/app-misc/ssmtool/Manifest
deleted file mode 100644
index d5ad0ba64..000000000
--- a/app-misc/ssmtool/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ssmtool-0.6.4.tar.gz 153138 BLAKE2B 06d66776988d2da7a722f3e210f348868d0219e97457beea5090948df919fa5ec710a6578f57bd01556b1c505662611c406dcfdaee6de43e479443e955a8e514 SHA512 d1cb2c886916cc227a2a8f4feba8987423da97c6147be2eb7c70ef043390c89b1c442a8f315730dfa7a233f3005b49b1228ee58cb4830a08efa9209cc7f8af8c

diff --git a/app-misc/vocabsieve/Manifest b/app-misc/vocabsieve/Manifest
new file mode 100644
index 000000000..4b4087e5f
--- /dev/null
+++ b/app-misc/vocabsieve/Manifest
@@ -0,0 +1 @@
+DIST vocabsieve-0.7.0.tar.gz 157190 BLAKE2B 6985d189f24cb526e1b079a741d10cea20bbbe70d84425fbbf8ee2a251c6622ab5979dbc74a26810135b5a63acb987f7ede453f8a139ec941570c691fc2a2fd8 SHA512 3f0db2a77c77f8f78453300d03d2941cbe5c735a3c15877b8288d5f83ef8bfc6edd5b5dff8732f1930b7bd7e5d809269b427f4e9815de4d42985db31c9e13ab7

diff --git a/app-misc/ssmtool/metadata.xml b/app-misc/vocabsieve/metadata.xml
similarity index 70%
rename from app-misc/ssmtool/metadata.xml
rename to app-misc/vocabsieve/metadata.xml
index 6112f8d7f..ad8776139 100644
--- a/app-misc/ssmtool/metadata.xml
+++ b/app-misc/vocabsieve/metadata.xml
@@ -6,7 +6,7 @@
 		<name>Shaoyu Tseng</name>
 	</maintainer>
 	<upstream>
-	<remote-id type="pypi">ssmtool</remote-id>
-	<remote-id type="github">FreeLanguageTools/ssmtool</remote-id>
+	<remote-id type="pypi">vocabsieve</remote-id>
+	<remote-id type="github">FreeLanguageTools/vocabsieve</remote-id>
 </upstream>
 </pkgmetadata>

diff --git a/app-misc/ssmtool/ssmtool-0.6.4.ebuild b/app-misc/vocabsieve/ssmtool-0.6.4.ebuild
similarity index 100%
copy from app-misc/ssmtool/ssmtool-0.6.4.ebuild
copy to app-misc/vocabsieve/ssmtool-0.6.4.ebuild

diff --git a/app-misc/ssmtool/ssmtool-0.6.4.ebuild b/app-misc/vocabsieve/vocabsieve-0.7.0.ebuild
similarity index 83%
rename from app-misc/ssmtool/ssmtool-0.6.4.ebuild
rename to app-misc/vocabsieve/vocabsieve-0.7.0.ebuild
index 51e57408c..e72834c50 100644
--- a/app-misc/ssmtool/ssmtool-0.6.4.ebuild
+++ b/app-misc/vocabsieve/vocabsieve-0.7.0.ebuild
@@ -7,8 +7,8 @@ PYTHON_COMPAT=( python3_{8..10} )
 DISTUTILS_USE_PEP517=setuptools
 inherit distutils-r1
 
-DESCRIPTION="A simple sentence mining tool written in PyQt5"
-HOMEPAGE="https://github.com/FreeLanguageTools/ssmtool/ https://pypi.org/project/ssmtool/"
+DESCRIPTION="A simple, effective tool for language learning"
+HOMEPAGE="https://github.com/FreeLanguageTools/vocabsieve/ https://pypi.org/project/vocabsieve/"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3"
@@ -32,4 +32,5 @@ RDEPEND="
 	dev-python/sentence-splitter[${PYTHON_USEDEP}]
 	dev-python/mobi[${PYTHON_USEDEP}]
 	dev-python/SLPP[${PYTHON_USEDEP}]
+	dev-python/pycountry[${PYTHON_USEDEP}]
 "

diff --git a/profiles/updates/2Q-2022 b/profiles/updates/2Q-2022
new file mode 100644
index 000000000..febba1058
--- /dev/null
+++ b/profiles/updates/2Q-2022
@@ -0,0 +1 @@
+move app-misc/ssmtool app-misc/vocabsieve


                 reply	other threads:[~2022-04-15 10:25 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1650018321.318009746930e0b83ed39e6b74968f2a44720b1c.shaoyu0209@gentoo \
    --to=shaoyu0209@tuta.io \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox