diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-02-23 20:34:18 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-02-23 20:34:18 +0000 |
commit | d94814468a0d4b0cea7fb27f0fc0f657a13f7093 (patch) | |
tree | e3eeb72116a0e63624714330c9e3917338df3612 /sys-apps/gscanbus | |
parent | Fix SRC_URI, bug #537804. Bump EAPI. https://github.com/gentoo/gentoo-portage... (diff) | |
download | gentoo-2-d94814468a0d4b0cea7fb27f0fc0f657a13f7093.tar.gz gentoo-2-d94814468a0d4b0cea7fb27f0fc0f657a13f7093.tar.bz2 gentoo-2-d94814468a0d4b0cea7fb27f0fc0f657a13f7093.zip |
Fix HOMEPAGE & SRC_URI, bug #537798. https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/53 by mm1ke.
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'sys-apps/gscanbus')
-rw-r--r-- | sys-apps/gscanbus/ChangeLog | 8 | ||||
-rw-r--r-- | sys-apps/gscanbus/gscanbus-0.8.ebuild | 8 |
2 files changed, 10 insertions, 6 deletions
diff --git a/sys-apps/gscanbus/ChangeLog b/sys-apps/gscanbus/ChangeLog index fd7d253cce0d..a679e43954d5 100644 --- a/sys-apps/gscanbus/ChangeLog +++ b/sys-apps/gscanbus/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/gscanbus -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gscanbus/ChangeLog,v 1.17 2012/05/04 09:17:29 jdhore Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gscanbus/ChangeLog,v 1.18 2015/02/23 20:34:18 mgorny Exp $ + + 23 Feb 2015; Michał Górny <mgorny@gentoo.org> gscanbus-0.8.ebuild: + Fix HOMEPAGE & SRC_URI, bug #537798. https://github.com/gentoo/gentoo-portage- + rsync-mirror/pull/53 by mm1ke. 04 May 2012; Jeff Horelick <jdhore@gentoo.org> gscanbus-0.8.ebuild: dev-util/pkgconfig -> virtual/pkgconfig diff --git a/sys-apps/gscanbus/gscanbus-0.8.ebuild b/sys-apps/gscanbus/gscanbus-0.8.ebuild index 5a96fc94609b..54fb877e2a7a 100644 --- a/sys-apps/gscanbus/gscanbus-0.8.ebuild +++ b/sys-apps/gscanbus/gscanbus-0.8.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gscanbus/gscanbus-0.8.ebuild,v 1.6 2012/05/04 09:17:29 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gscanbus/gscanbus-0.8.ebuild,v 1.7 2015/02/23 20:34:18 mgorny Exp $ EAPI=4 DESCRIPTION="a little bus scanning, testing, and topology visualizing tool for the Linux IEEE1394 subsystem" -HOMEPAGE="http://gscanbus.berlios.de/" -SRC_URI="mirror://berlios/${PN}/${P}.tar.gz" +HOMEPAGE="http://sourceforge.net/projects/gscanbus.berlios/" +SRC_URI="mirror://sourceforge/${PN}.berlios/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |