diff options
-rw-r--r-- | net-p2p/createtorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/createtorrent/createtorrent-1.1.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-p2p/createtorrent/ChangeLog b/net-p2p/createtorrent/ChangeLog index ff91c1243bbc..8476ff551e4b 100644 --- a/net-p2p/createtorrent/ChangeLog +++ b/net-p2p/createtorrent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/createtorrent # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/createtorrent/ChangeLog,v 1.2 2007/03/10 08:58:25 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/createtorrent/ChangeLog,v 1.3 2007/03/10 12:39:18 armin76 Exp $ + + 10 Mar 2007; Raúl Porcel <armin76@gentoo.org> createtorrent-1.1.3.ebuild: + Fix HOMEPAGE, thanks to corsair for noticing this, bug 170236 10 Mar 2007; Markus Rothe <corsair@gentoo.org> createtorrent-1.1.3.ebuild: Added ~ppc64 diff --git a/net-p2p/createtorrent/createtorrent-1.1.3.ebuild b/net-p2p/createtorrent/createtorrent-1.1.3.ebuild index 799f8e8612af..3dff87e5ee1b 100644 --- a/net-p2p/createtorrent/createtorrent-1.1.3.ebuild +++ b/net-p2p/createtorrent/createtorrent-1.1.3.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/createtorrent/createtorrent-1.1.3.ebuild,v 1.2 2007/03/10 08:58:25 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/createtorrent/createtorrent-1.1.3.ebuild,v 1.3 2007/03/10 12:39:18 armin76 Exp $ inherit eutils DESCRIPTION="Create BitTorrent files easily" -HOMEPAGE="http://www.creatorrent.com/" +HOMEPAGE="http://www.createtorrent.com/" SRC_URI="http://www.createtorrent.com/${P}.tar.gz" LICENSE="GPL-2" |