Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dev-db/percona-toolkit: add 3.5.7 #35504

Closed
wants to merge 2 commits into from

Conversation

hydrapolic
Copy link
Contributor

Adding new go binaries in addition to the older perl scripts.

https://www.percona.com/blog/whats-new-in-percona-toolkit-3-5-6/

--- percona-toolkit-3.5.5.ebuild        2024-01-11 15:01:31.285911779 +0000
+++ percona-toolkit-3.5.7.ebuild        2024-02-23 11:15:03.311640235 +0000
@@ -3,15 +3,16 @@
 
 EAPI=8
 
-inherit perl-module
+inherit go-module perl-module
 
 DESCRIPTION="Advanced command-line tools to perform a variety of MySQL and system tasks"
 HOMEPAGE="https://www.percona.com/software/mysql-tools/percona-toolkit"
-SRC_URI="https://www.percona.com/downloads/${PN}/${PV}/source/tarball/${P}.tar.gz"
+SRC_URI="https://www.percona.com/downloads/${PN}/${PV}/source/tarball/${P}.tar.gz
+       https://github.com/hydrapolic/gentoo-dist/releases/download/${P}/${P}-deps.tar.xz"
 
 LICENSE="|| ( GPL-2 Artistic )"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~x86"
 # Package warrants IUSE doc
 IUSE=""
 
@@ -41,3 +42,8 @@
        "${FILESDIR}"/${PN}-3.0.7-no-versioncheck.patch
        "${FILESDIR}"/${PN}-3.0.10-slave-delay-fix.patch
 )
+
+src_install() {
+       default
+       dobin bin/*
+}

Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com>
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com>
@gentoo-bot
Copy link

Pull Request assignment

Submitter: @hydrapolic
Areas affected: ebuilds
Packages affected: dev-db/percona-toolkit

dev-db/percona-toolkit: @gentoo/proxy-maint (maintainer needed)

Linked bugs

No bugs to link found. If your pull request references any of the Gentoo bug reports, please add appropriate GLEP 66 tags to the commit message and request reassignment.


In order to force reassignment and/or bug reference scan, please append [please reassign] to the pull request title.

Docs: Code of ConductCopyright policy (expl.) ● DevmanualGitHub PRsProxy-maint guide

@gentoo-bot gentoo-bot added maintainer-needed There is at least one affected package with no maintainer. Review it if you can. assigned PR successfully assigned to the package maintainer(s). no bug found No Bug/Closes found in the commits. labels Feb 23, 2024
@gentoo-repo-qa-bot
Copy link
Collaborator

Pull request CI report

Report generated at: 2024-02-23 11:33 UTC
Newest commit scanned: 5dd82d6
Status: ✅ good

There are existing issues already. Please look into the report to make sure none of them affect the packages in question:
https://qa-reports.gentoo.org/output/gentoo-ci/671b27d655/output.html

@hydrapolic
Copy link
Contributor Author

Thanks @juippis

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
assigned PR successfully assigned to the package maintainer(s). maintainer-needed There is at least one affected package with no maintainer. Review it if you can. no bug found No Bug/Closes found in the commits.
Projects
None yet
4 participants