mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
dev-libs/libevent: Use HTTPS in HOMEPAGE
Package-Manager: Portage-2.3.68, Repoman-2.3.16 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
This commit is contained in:
@@ -5,7 +5,7 @@ EAPI=7
|
||||
inherit multilib-minimal
|
||||
|
||||
DESCRIPTION="Library to execute a function when a specific event occurs on a file descriptor"
|
||||
HOMEPAGE="http://libevent.org/ https://github.com/libevent/libevent/"
|
||||
HOMEPAGE="https://libevent.org/ https://github.com/libevent/libevent/"
|
||||
SRC_URI="
|
||||
https://github.com/${PN}/${PN}/releases/download/release-${PV/_/-}-stable/${P/_/-}-stable.tar.gz -> ${P}.tar.gz
|
||||
"
|
||||
|
||||
@@ -5,7 +5,7 @@ EAPI=6
|
||||
inherit autotools eutils multilib-minimal
|
||||
|
||||
DESCRIPTION="Library to execute a function when a specific event occurs on a file descriptor"
|
||||
HOMEPAGE="http://libevent.org/ https://github.com/libevent/libevent/"
|
||||
HOMEPAGE="https://libevent.org/ https://github.com/libevent/libevent/"
|
||||
SRC_URI="https://github.com/${PN}/${PN}/releases/download/release-${PV}-stable/${P}-stable.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
inherit autotools eutils multilib-minimal
|
||||
|
||||
DESCRIPTION="Library to execute a function when a specific event occurs on a file descriptor"
|
||||
HOMEPAGE="http://libevent.org/ https://github.com/libevent/libevent/"
|
||||
HOMEPAGE="https://libevent.org/ https://github.com/libevent/libevent/"
|
||||
SRC_URI="https://github.com/${PN}/${PN}/releases/download/release-${PV}-stable/${P}-stable.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
|
||||
@@ -8,7 +8,7 @@ DESCRIPTION="Library to execute a function when a specific event occurs on a fil
|
||||
EGIT_BRANCH="patches-$(ver_cut 1-2)"
|
||||
EGIT_REPO_URI="https://github.com/libevent/libevent"
|
||||
HOMEPAGE="
|
||||
http://libevent.org/
|
||||
https://libevent.org/
|
||||
${EGIT_REPO_URI}
|
||||
"
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ EAPI=7
|
||||
inherit autotools multilib-minimal
|
||||
|
||||
DESCRIPTION="Library to execute a function when a specific event occurs on a file descriptor"
|
||||
HOMEPAGE="http://libevent.org/ https://github.com/libevent/libevent/"
|
||||
HOMEPAGE="https://libevent.org/ https://github.com/libevent/libevent/"
|
||||
SRC_URI="https://github.com/${PN}/${PN}/releases/download/release-${PV/_/-}/${P/_/-}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
|
||||
@@ -7,7 +7,7 @@ inherit autotools git-r3 multilib-minimal
|
||||
DESCRIPTION="Library to execute a function when a specific event occurs on a file descriptor"
|
||||
EGIT_REPO_URI="https://github.com/libevent/libevent"
|
||||
HOMEPAGE="
|
||||
http://libevent.org/
|
||||
https://libevent.org/
|
||||
${EGIT_REPO_URI}
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user