diff options
author | Mike Frysinger <vapier@gentoo.org> | 2014-11-15 08:08:56 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-11-15 08:08:56 +0000 |
commit | 9d5e2d8b994d0fb9d0b7e7b747651dc8e15577fa (patch) | |
tree | d7a93fa8528cf6ccf93a7d4be499ff892d4f8ff9 /sys-apps | |
parent | abort when AUTOTOOLS_AUTO_DEPEND changes on us as it will not work and is not... (diff) | |
download | gentoo-2-9d5e2d8b994d0fb9d0b7e7b747651dc8e15577fa.tar.gz gentoo-2-9d5e2d8b994d0fb9d0b7e7b747651dc8e15577fa.tar.bz2 gentoo-2-9d5e2d8b994d0fb9d0b7e7b747651dc8e15577fa.zip |
Update HOMEPAGE/SRC_URI #515528 by Manfred Knick.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/which/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/which/which-2.20-r1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-apps/which/ChangeLog b/sys-apps/which/ChangeLog index 74a5bf677058..4ce6a9139d07 100644 --- a/sys-apps/which/ChangeLog +++ b/sys-apps/which/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/which # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/ChangeLog,v 1.57 2014/01/26 12:19:19 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/ChangeLog,v 1.58 2014/11/15 08:08:56 vapier Exp $ + + 15 Nov 2014; Mike Frysinger <vapier@gentoo.org> which-2.20-r1.ebuild: + Update HOMEPAGE/SRC_URI #515528 by Manfred Knick. 26 Jan 2014; Agostino Sarubbo <ago@gentoo.org> which-2.20-r1.ebuild: Stable for sparc, wrt bug #495938 diff --git a/sys-apps/which/which-2.20-r1.ebuild b/sys-apps/which/which-2.20-r1.ebuild index c8211ea5594f..a94738b3510a 100644 --- a/sys-apps/which/which-2.20-r1.ebuild +++ b/sys-apps/which/which-2.20-r1.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild,v 1.15 2014/01/26 12:19:19 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.20-r1.ebuild,v 1.16 2014/11/15 08:08:56 vapier Exp $ EAPI="4" inherit flag-o-matic toolchain-funcs DESCRIPTION="Prints out location of specified executables that are in your path" -HOMEPAGE="http://www.xs4all.nl/~carlo17/which/" -SRC_URI="http://www.xs4all.nl/~carlo17/which/${P}.tar.gz" +HOMEPAGE="https://carlowood.github.io/which/" +SRC_URI="https://carlowood.github.io/which/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" |