summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* Rename dev-python/{beautifulsoup → beautifulsoup4}Michał Górny2021-09-081-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Add proxied="yes" for non-@gentoo.org peopleMichał Górny2021-03-161-1/+1
| | | | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '/pkgmetadata/maintainer[substring(email, string-length(email) - string-length("@gentoo.org") + 1) != "@gentoo.org"]' \ -t attr -n proxied -v yes {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Add 'proxied="proxy"' for proxy-maint projectMichał Górny2021-03-161-1/+1
| | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '//maintainer[email="proxy-maint@gentoo.org"]' \ -t attr -n proxied -v proxy {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-misc/buka: Inherit optfeature.eclassDavid Seifert2020-09-071-2/+2
| | | | | Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: David Seifert <soap@gentoo.org>
* net-misc/buka: Update maintainer's e-mail addressMichał Górny2018-02-091-1/+1
| | | | Bug: https://bugs.gentoo.org/602314
* net-misc/*: Update Manifest hashesMichał Górny2017-12-101-1/+1
|
* net-misc/buka: install script in /usr/bin.Patrice Clement2017-10-221-4/+2
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3
* net-misc/buka: clean up old.Mohamad Issawi2017-10-213-36/+2
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.1
* net-misc/buka: added ebuild for 3.0.1.Mohamad Issawi2017-10-212-0/+39
| | | | | | | | Replaces fragile regex with proper HTML parsing. Adds dev-python/beautifulsoup and dev-python/requests dependencies. Package-Manager: Portage-2.3.8, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/5882
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* net-misc/buka: remove old 1.0mo2016-12-172-25/+0
| | | | Package-Manager: portage-2.3.0
* net-misc/buka: version bump to 2.0mo2016-12-172-0/+33
| | | | | | added support for pdf and cbz file formats. Package-Manager: portage-2.3.0
* net-misc/buka: initial commit with the version 1.0Mohamad Issawi2016-12-113-0/+37
Buka is a software that allows downloading mangas from buka.cn using a command line interface. Package-Manager: portage-2.3.0