diff options
author | Julian Ospald <hasufell@gentoo.org> | 2012-05-16 09:59:21 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2012-05-16 09:59:21 +0000 |
commit | 65deef3953d8c31db47535a32ce5d8329d7216fe (patch) | |
tree | 0093ea4ae9dcaa0c44ca7cf85863edb34e5cef4c /x11-misc | |
parent | Fixes bug #411821. Thanks to Nikoli <nikoli@lavabit.com> for the patch. (diff) | |
download | gentoo-2-65deef3953d8c31db47535a32ce5d8329d7216fe.tar.gz gentoo-2-65deef3953d8c31db47535a32ce5d8329d7216fe.tar.bz2 gentoo-2-65deef3953d8c31db47535a32ce5d8329d7216fe.zip |
fix HOMEPAGE and SRC_URI wrt #415963
(Portage version: 2.2.0_alpha104/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/uf-view/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/uf-view/uf-view-2.4.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/x11-misc/uf-view/ChangeLog b/x11-misc/uf-view/ChangeLog index 9e73f060c850..a9988ad9d299 100644 --- a/x11-misc/uf-view/ChangeLog +++ b/x11-misc/uf-view/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/uf-view # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/uf-view/ChangeLog,v 1.16 2012/05/05 04:53:45 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/uf-view/ChangeLog,v 1.17 2012/05/16 09:59:21 hasufell Exp $ + + 16 May 2012; Julian Ospald <hasufell@gentoo.org> uf-view-2.4.ebuild: + fix HOMEPAGE and SRC_URI wrt #415963 05 May 2012; Jeff Horelick <jdhore@gentoo.org> uf-view-2.4.ebuild: dev-util/pkgconfig -> virtual/pkgconfig diff --git a/x11-misc/uf-view/uf-view-2.4.ebuild b/x11-misc/uf-view/uf-view-2.4.ebuild index 99f181df5986..e2903a0e48fd 100644 --- a/x11-misc/uf-view/uf-view-2.4.ebuild +++ b/x11-misc/uf-view/uf-view-2.4.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/uf-view/uf-view-2.4.ebuild,v 1.9 2012/05/05 04:53:45 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/uf-view/uf-view-2.4.ebuild,v 1.10 2012/05/16 09:59:21 hasufell Exp $ EAPI=1 inherit gnome2 DESCRIPTION="UF-View is a Gnome viewer for the UserFriendly comic" -HOMEPAGE="http://www.hadess.net/misc-code.php3" -SRC_URI="http://www.hadess.net/files/software/uf-view/${P}.tar.gz" +HOMEPAGE="http://git.gnome.org/browse/archive/uf-view/" +SRC_URI="http://dev.gentoo.org/~hasufell/distfiles/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |