1
0
Fork 0

Compare commits

...

3 Commits

Author SHA1 Message Date
Ryan Fox 56fad0940e
app-dicts/artha: treeclean
This still uses GTK 2, and I'm pretty sure that's deprecated.
2023-04-03 12:06:10 -07:00
Ryan Fox 4da08b2ced
dev-libs/streamhtmlparser: add github upstream metadata 2023-04-03 01:31:30 -07:00
Ryan Fox 13e4c5d3be
dev-libs/streamhtmlparser: update EAPI 7 -> 8 2023-04-03 01:31:02 -07:00
5 changed files with 14 additions and 49 deletions

View File

@ -1 +0,0 @@
DIST artha-1.0.5.tar.gz 453274 BLAKE2B a5c0710e92fa958364c71d042686b70ff1920550868465b1e87ffd76b8716919cad8809128931ab8915dc3a947646aa2c3a03a8906878f414434467c3b524e2e SHA512 fe6b8e96c37a68128d8df4a12c670249d6e3b5fb65e427f8004aea5df4d7c0bc4e3a7e35d7b17054d7c70d7fe99330a4396cb2e47df1c3aa217648fc89e27610

View File

@ -1,29 +0,0 @@
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
SRC_URI="mirror://sourceforge/artha/${P}.tar.gz"
KEYWORDS="~amd64"
DESCRIPTION="Cross-platform offline English thesaurus using WordNet"
HOMEPAGE="http://artha.sourceforge.net/wiki/index.php/Home"
LICENSE="GPL-2"
SLOT="0"
IUSE="+spell libnotify"
DEPEND="
>=app-dicts/wordnet-3.0
>=dev-libs/dbus-glib-0.74
>=dev-libs/glib-2.28
x11-libs/gtk+:2
"
RDEPEND="
${DEPEND}
spell? ( >=app-text/enchant-2 )
libnotify? ( x11-libs/libnotify )
"
BDEPEND="
sys-devel/autoconf
sys-devel/automake
"

View File

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>flewkey@2a03.party</email>
<name>Ryan Fox</name>
</maintainer>
</pkgmetadata>

View File

@ -1,8 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>flewkey@2a03.party</email>
<name>Ryan Fox</name>
</maintainer>
<maintainer type="person">
<email>flewkey@2a03.party</email>
<name>Ryan Fox</name>
</maintainer>
<upstream>
<remote-id type="github">google/streamhtmlparser</remote-id>
</upstream>
</pkgmetadata>

View File

@ -1,16 +1,16 @@
# Copyright 2021 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
if [[ ${PV} != *9999* ]]; then
SRC_URI="https://github.com/google/${PN}/archive/${P}.tar.gz -> ${P}.tar.gz"
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/google/streamhtmlparser.git"
else
SRC_URI="https://github.com/google/${PN}/archive/${P}.tar.gz"
KEYWORDS="~amd64"
MY_P=${PN}-${P}
S="${WORKDIR}/${MY_P}"
else
inherit git-r3
EGIT_REPO_URI="https://github.com/google/streamhtmlparser.git"
fi
DESCRIPTION="Scan an HTML stream and provide context"