summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2024-03-08 08:47:29 +0200
committerJoonas Niilola <juippis@gentoo.org>2024-03-08 08:47:29 +0200
commit1ec76c253c8eae0009109edc67f02c17b6709b0f (patch)
treee140ae416178b1220840b8a494808ee360af86ce /net-misc
parentapp-misc/fastfetch: add 2.8.8, drop 2.8.7 (diff)
downloadgentoo-1ec76c253c8eae0009109edc67f02c17b6709b0f.tar.gz
gentoo-1ec76c253c8eae0009109edc67f02c17b6709b0f.tar.bz2
gentoo-1ec76c253c8eae0009109edc67f02c17b6709b0f.zip
net-misc/buka: treeclean
Closes: https://bugs.gentoo.org/924007 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/buka/Manifest1
-rw-r--r--net-misc/buka/buka-3.0.1.ebuild33
-rw-r--r--net-misc/buka/metadata.xml12
3 files changed, 0 insertions, 46 deletions
diff --git a/net-misc/buka/Manifest b/net-misc/buka/Manifest
deleted file mode 100644
index 986b739eabe8..000000000000
--- a/net-misc/buka/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST buka-3.0.1.tar.gz 14697 BLAKE2B 2aabbe6bc78105bb0a1a44378c36ec82fef23df70d7600eaaa055d524bd4d38283644c49043f8c9d77cc52d7b1762f5ea4f2ddf896c0cda85ee677018679c1b6 SHA512 6893f1ad63130c55d2023abc0839e20f02ae4cede2162ec1d6e52d43f6b49cfc734b569776172b38bf2c208c2b41d123cb7bba9398ad689a22ce6703fa47eb22
diff --git a/net-misc/buka/buka-3.0.1.ebuild b/net-misc/buka/buka-3.0.1.ebuild
deleted file mode 100644
index 14302f2aa23f..000000000000
--- a/net-misc/buka/buka-3.0.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-COMMIT="45e6b32de708759a4e15181a8e2ad5de55cc78ef"
-inherit optfeature
-
-DESCRIPTION="Download manga from buka.cn"
-HOMEPAGE="https://gitlab.com/drylemon/buka"
-SRC_URI="https://gitlab.com/drylemon/buka/repository/${PV}/archive.tar.gz?ref=${PV} -> ${P}.tar.gz"
-S=${WORKDIR}/${P}-${COMMIT}
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="dev-python/beautifulsoup4
- dev-python/requests
- sys-process/parallel
- net-misc/curl
- dev-util/dialog"
-
-src_install() {
- default
- doman "${PN}.1"
- dobin "${PN}" "${PN}-parse"
-}
-
-pkg_postinst() {
- optfeature "pdf support" media-gfx/imagemagick
- optfeature "cbz support" app-arch/zip
-}
diff --git a/net-misc/buka/metadata.xml b/net-misc/buka/metadata.xml
deleted file mode 100644
index ef8bb31dfe9d..000000000000
--- a/net-misc/buka/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person" proxied="yes">
- <email>mo@dragona.ca</email>
- <name>Mohamad Issawi</name>
- </maintainer>
- <maintainer type="project" proxied="proxy">
- <email>proxy-maint@gentoo.org</email>
- <name>Gentoo Proxy Maintainers</name>
- </maintainer>
-</pkgmetadata>