From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: www-apps/whoogle-search/
Date: Tue, 23 Apr 2024 22:46:31 +0000 (UTC) [thread overview]
Message-ID: <1713912382.ab8383b5caf6eb507c6edde68c35831147a2794c.davidroman@gentoo> (raw)
Message-ID: <20240423224631.FLLiDn65FzzhMpxLOs0ndXSukvYs9LAL-TdmQMlenhc@z> (raw)
commit: ab8383b5caf6eb507c6edde68c35831147a2794c
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Tue Apr 23 22:46:22 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Apr 23 22:46:22 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ab8383b5
www-apps/whoogle-search: drop 0.8.3-r3
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
www-apps/whoogle-search/Manifest | 1 -
.../whoogle-search/whoogle-search-0.8.3-r3.ebuild | 49 ----------------------
2 files changed, 50 deletions(-)
diff --git a/www-apps/whoogle-search/Manifest b/www-apps/whoogle-search/Manifest
index 09586eb867..4570793a36 100644
--- a/www-apps/whoogle-search/Manifest
+++ b/www-apps/whoogle-search/Manifest
@@ -1,2 +1 @@
-DIST v0.8.3.tar.gz 612951 BLAKE2B b413727cd3bf43646b4754fd7d3d55009ca7dff7601e4c28910347427719aa541da7cab544dcb6ff7f5fab8134e50a484790a5e8c46a06ac723b45eb39980bab SHA512 ea795435809d7b0e5c7860716ed05dfdc1e38b73fcbc6e4c482367cb03d2a84db48e619fb82520e3ef3041971ca9f35f0641b61a13dc4a68c9c38d9699c4182a
DIST whoogle-search-0.8.4.gh.tar.gz 616189 BLAKE2B 23c547d330b3b098eea4d63029ba109f8ecc0f4fefe031c77fcdb52d657aeb93d8d6fa3ae8f54ff9a7218c7c31aa1eccba57b333c376b92cc6a841f60cb14240 SHA512 6a9f7e7502253c2c6b72e8753595f4d57dca6fad2fceb1fece6e40203f7b85eb0ef7debda4852ed347b103ae89c1a188ccb989e56bc7c0ad81dccdda69dc2b58
diff --git a/www-apps/whoogle-search/whoogle-search-0.8.3-r3.ebuild b/www-apps/whoogle-search/whoogle-search-0.8.3-r3.ebuild
deleted file mode 100644
index 7cbca25768..0000000000
--- a/www-apps/whoogle-search/whoogle-search-0.8.3-r3.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=no
-PYTHON_COMPAT=( python3_{10..12} )
-inherit distutils-r1 systemd
-
-DESCRIPTION="A self-hosted, ad-free, privacy-respecting metasearch engine"
-HOMEPAGE="https://github.com/benbusby/whoogle-search"
-SRC_URI="https://github.com/benbusby/whoogle-search/archive/refs/tags/v${PV}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- dev-python/cssutils[${PYTHON_USEDEP}]
- dev-python/beautifulsoup4[${PYTHON_USEDEP}]
- dev-python/cryptography[${PYTHON_USEDEP}]
- dev-python/flask[${PYTHON_USEDEP}]
- dev-python/python-dotenv[${PYTHON_USEDEP}]
- dev-python/defusedxml[${PYTHON_USEDEP}]
- dev-python/waitress[${PYTHON_USEDEP}]
- app-arch/brotli[${PYTHON_USEDEP},python]
- net-libs/stem
- acct-user/whoogle
- acct-group/whoogle
-"
-
-src_install() {
- rm -r .github docs test .dockerignore .gitignore .replit \
- docker-compose.yml Dockerfile heroku.yml MANIFEST.in README.md \
- requirements.txt
- mkdir -p "${ED}/opt/whoogle-search" || die
- insinto /opt/whoogle-search
- doins -r ./*
- fperms -R 0755 /opt/whoogle-search
- fowners -R whoogle:whoogle /opt/whoogle-search
-
- insinto /etc/default/
- doins "${FILESDIR}/whoogle"
- insinto /usr/lib/sysusers.d/
- doins "${FILESDIR}/whoogle.conf"
-
- newinitd "${FILESDIR}"/whoogle.initd whoogle
- systemd_dounit "${FILESDIR}/whoogle.service"
-}
next reply other threads:[~2024-04-23 22:46 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-24 12:11 David Roman [this message]
2024-04-23 22:46 ` [gentoo-commits] repo/proj/guru:dev commit in: www-apps/whoogle-search/ David Roman
-- strict thread matches above, loose matches on Subject: below --
2025-01-27 9:57 [gentoo-commits] repo/proj/guru:master " David Roman
2025-01-27 9:57 David Roman
2024-11-02 20:52 David Roman
2024-10-01 8:57 David Roman
2024-10-01 8:57 David Roman
2024-04-24 12:11 David Roman
2023-11-02 9:21 Rui Huang
2023-11-02 9:21 Rui Huang
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=1713912382.ab8383b5caf6eb507c6edde68c35831147a2794c.davidroman@gentoo \
--to=davidroman96@gmail.com \
--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