jlec 14/12/06 08:08:16 Modified: ChangeLog fdupes-1.51.ebuild Log: app-misc/fdupes: ADd new HOME of the project, thanks John Wyant for contacting me (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.49 app-misc/fdupes/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/fdupes/ChangeLog?rev=1.49&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/fdupes/ChangeLog?rev=1.49&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/fdupes/ChangeLog?r1=1.48&r2=1.49 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-misc/fdupes/ChangeLog,v retrieving revision 1.48 retrieving revision 1.49 diff -u -r1.48 -r1.49 --- ChangeLog 18 Nov 2013 19:54:43 -0000 1.48 +++ ChangeLog 6 Dec 2014 08:08:16 -0000 1.49 @@ -1,6 +1,9 @@ # ChangeLog for app-misc/fdupes -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/fdupes/ChangeLog,v 1.48 2013/11/18 19:54:43 jlec Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/fdupes/ChangeLog,v 1.49 2014/12/06 08:08:16 jlec Exp $ + + 06 Dec 2014; Justin Lecher <[email protected]> fdupes-1.51.ebuild: + ADd new HOME of the project, thanks John Wyant for contacting me *fdupes-1.51 (18 Nov 2013) 1.2 app-misc/fdupes/fdupes-1.51.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/fdupes/fdupes-1.51.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/fdupes/fdupes-1.51.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/fdupes/fdupes-1.51.ebuild?r1=1.1&r2=1.2 Index: fdupes-1.51.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-misc/fdupes/fdupes-1.51.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- fdupes-1.51.ebuild 18 Nov 2013 19:54:43 -0000 1.1 +++ fdupes-1.51.ebuild 6 Dec 2014 08:08:16 -0000 1.2 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/fdupes/fdupes-1.51.ebuild,v 1.1 2013/11/18 19:54:43 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/fdupes/fdupes-1.51.ebuild,v 1.2 2014/12/06 08:08:16 jlec Exp $ EAPI=5 @@ -9,8 +9,11 @@ MY_P="${PN}-${PV/_pre/-PR}" DESCRIPTION="Identify/delete duplicate files residing within specified directories" -HOMEPAGE="https://code.google.com/p/fdupes/" -SRC_URI="https://fdupes.googlecode.com/files/${P}.tar.gz" +HOMEPAGE="https://github.com/adrianlopezroche/fdupes https://code.google.com/p/fdupes/" +SRC_URI=" + https://fdupes.googlecode.com/files/${P}.tar.gz + https://github.com/adrianlopezroche/${PN}/archive/${P}.tar.gz + " LICENSE="MIT" SLOT="0"
