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-libs/hiredis: bump to 0.14.0 #10223

Closed
wants to merge 1 commit into from
Closed

Conversation

hydrapolic
Copy link
Contributor

@hydrapolic hydrapolic commented Oct 25, 2018

Bug: https://bugs.gentoo.org/669484
Closes: https://bugs.gentoo.org/669554
Signed-off-by: Tomáš Mózes hydrapolic@gmail.com
Package-Manager: Portage-2.3.51, Repoman-2.3.11

--- hiredis-0.13.3.ebuild       2018-06-11 08:00:37.003308672 +0200
+++ hiredis-0.14.0.ebuild       2018-10-25 09:16:53.505446885 +0200
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="6"
+EAPI="7"
 
 inherit toolchain-funcs
 
@@ -10,8 +10,8 @@
 SRC_URI="https://github.com/redis/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD"
-SLOT="0/0.13"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 s390 sparc x86 ~x86-fbsd ~x64-solaris"
+SLOT="0/0.14"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd ~x64-solaris"
 IUSE="examples static-libs test"
 
 DEPEND="test? ( dev-db/redis )"
@@ -65,7 +65,7 @@
 
 src_install() {
        _build PREFIX="${ED%/}/usr" install
-       if use static-libs; then
+       if ! use static-libs; then
                rm "${ED%/}/usr/$(get_libdir)/libhiredis.a" || die
        fi

Bug: https://bugs.gentoo.org/669484
Closes: https://bugs.gentoo.org/669554
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
@gentoo-bot
Copy link

Copyright policy change

Please note that on 2018-09-15 Trustees have approved new Gentoo copyright policy. All contributions made to Gentoo need to follow this policy. If you include the Signed-off-by line in your commit message, you indicate that you have read the policy and agree to its terms. For more detailed explanation, please see the new Gentoo copyright policy explained article.

Pull Request assignment

Areas affected: ebuilds
Packages affected: dev-libs/hiredis

dev-libs/hiredis: @gentoo/proxy-maint (maintainer needed)

Linked bugs

Bugs linked: 669554, 669484


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). bug linked Bug/Closes found in footer, and cross-linked with the PR. labels Oct 25, 2018
@gentoo-repo-qa-bot
Copy link
Collaborator

Pull request CI report

Report generated at: 2018-10-25 07:37 UTC
Newest commit scanned: 6821f86
Status: ✅ good

No issues found

Copy link
Member

@mgorny mgorny left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@hydrapolic
Copy link
Contributor Author

Thanks @mgorny

@hydrapolic hydrapolic deleted the hiredis branch October 29, 2018 05:44
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). bug linked Bug/Closes found in footer, and cross-linked with the PR. maintainer-needed There is at least one affected package with no maintainer. Review it if you can.
Projects
None yet
4 participants