summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-misc/fdupes/ChangeLog7
-rw-r--r--app-misc/fdupes/fdupes-1.51.ebuild11
2 files changed, 12 insertions, 6 deletions
diff --git a/app-misc/fdupes/ChangeLog b/app-misc/fdupes/ChangeLog
index d1c71e458a62..f3d8750c0ff8 100644
--- a/app-misc/fdupes/ChangeLog
+++ b/app-misc/fdupes/ChangeLog
@@ -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 <jlec@gentoo.org> fdupes-1.51.ebuild:
+ ADd new HOME of the project, thanks John Wyant for contacting me
*fdupes-1.51 (18 Nov 2013)
diff --git a/app-misc/fdupes/fdupes-1.51.ebuild b/app-misc/fdupes/fdupes-1.51.ebuild
index 42747734cf74..01e94efdc047 100644
--- a/app-misc/fdupes/fdupes-1.51.ebuild
+++ b/app-misc/fdupes/fdupes-1.51.ebuild
@@ -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 @@ inherit eutils flag-o-matic toolchain-funcs
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"