diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-07-13 20:30:24 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-07-13 20:30:35 +0100 |
commit | 223b58b68276e7dc2394ad1f5840e1178bc73872 (patch) | |
tree | a5420a236fbd424349bd013137ade27130c9b485 /dev-util | |
parent | net-analyzer/munin: add 2.0.38 (diff) | |
download | gentoo-223b58b68276e7dc2394ad1f5840e1178bc73872.tar.gz gentoo-223b58b68276e7dc2394ad1f5840e1178bc73872.tar.bz2 gentoo-223b58b68276e7dc2394ad1f5840e1178bc73872.zip |
dev-util/ltrace: set HOMETAGE to https://www.ltrace.org/
domhnall noticed old homepage is not working after alioth turndown
and proposed https://www.ltrace.org/. Looks good!
Reported-by: domhnall
Package-Manager: Portage-2.3.42, Repoman-2.3.9
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/ltrace/ltrace-0.7.2.ebuild | 4 | ||||
-rw-r--r-- | dev-util/ltrace/ltrace-0.7.3.ebuild | 4 | ||||
-rw-r--r-- | dev-util/ltrace/ltrace-0.7.3_p4.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-util/ltrace/ltrace-0.7.2.ebuild b/dev-util/ltrace/ltrace-0.7.2.ebuild index d48cad4075cd..0b9d0854b682 100644 --- a/dev-util/ltrace/ltrace-0.7.2.ebuild +++ b/dev-util/ltrace/ltrace-0.7.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ inherit eutils autotools NUM="3848" DESCRIPTION="trace library calls made at runtime" -HOMEPAGE="http://ltrace.alioth.debian.org/" +HOMEPAGE="https://www.ltrace.org/" SRC_URI="https://alioth.debian.org/frs/download.php/${NUM}/${P}.tar.bz2" LICENSE="GPL-2" diff --git a/dev-util/ltrace/ltrace-0.7.3.ebuild b/dev-util/ltrace/ltrace-0.7.3.ebuild index 398859437833..7b48efa94cdc 100644 --- a/dev-util/ltrace/ltrace-0.7.3.ebuild +++ b/dev-util/ltrace/ltrace-0.7.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ inherit eutils autotools NUM="3947" DESCRIPTION="trace library calls made at runtime" -HOMEPAGE="http://ltrace.alioth.debian.org/" +HOMEPAGE="https://www.ltrace.org/" SRC_URI="https://alioth.debian.org/frs/download.php/file/${NUM}/${P}.tar.bz2" LICENSE="GPL-2" diff --git a/dev-util/ltrace/ltrace-0.7.3_p4.ebuild b/dev-util/ltrace/ltrace-0.7.3_p4.ebuild index a818ab970852..b8d3442e1c11 100644 --- a/dev-util/ltrace/ltrace-0.7.3_p4.ebuild +++ b/dev-util/ltrace/ltrace-0.7.3_p4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ LTRACE_V=${PV/_p*/} DB_V=${PV/*_p/} DESCRIPTION="trace library calls made at runtime" -HOMEPAGE="http://ltrace.alioth.debian.org/" +HOMEPAGE="https://www.ltrace.org/" SRC_URI=" mirror://debian/pool/main/l/${PN}/${PN}_${LTRACE_V}.orig.tar.bz2 mirror://debian/pool/main/l/${PN}/${PN}_${LTRACE_V}-${DB_V}.debian.tar.gz |