diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2015-09-01 22:08:22 +0200 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2015-09-01 22:08:22 +0200 |
commit | c4472852f1461eba54d1ec35fb3710155ab2f793 (patch) | |
tree | 447572e3c6243e8a8788e941d2d201841345978e /x11-misc/basqet | |
parent | www-apps/rutorrent: Fixing HOMEPAGE move due to code.google.com shutdown (diff) | |
download | gentoo-c4472852f1461eba54d1ec35fb3710155ab2f793.tar.gz gentoo-c4472852f1461eba54d1ec35fb3710155ab2f793.tar.bz2 gentoo-c4472852f1461eba54d1ec35fb3710155ab2f793.zip |
x11-misc/basqet: Fixing HOMEPAGE move due to code.google.com shutdown
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'x11-misc/basqet')
-rw-r--r-- | x11-misc/basqet/basqet-0.1.4.ebuild | 2 | ||||
-rw-r--r-- | x11-misc/basqet/basqet-0.2.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/basqet/basqet-0.1.4.ebuild b/x11-misc/basqet/basqet-0.1.4.ebuild index 82297a8bbdd8..6a1f94744923 100644 --- a/x11-misc/basqet/basqet-0.1.4.ebuild +++ b/x11-misc/basqet/basqet-0.1.4.ebuild @@ -7,7 +7,7 @@ EAPI=3 inherit eutils qt4-r2 DESCRIPTION="Keep your notes, pictures, ideas, and information in Baskets" -HOMEPAGE="https://code.google.com/p/basqet/" +HOMEPAGE="https://bitbucket.org/ridderby/basqet" SRC_URI="https://basqet.googlecode.com/files/${PN}_${PV}-src.tgz" LICENSE="GPL-3" diff --git a/x11-misc/basqet/basqet-0.2.0.ebuild b/x11-misc/basqet/basqet-0.2.0.ebuild index 38277bc99e02..246f080a0e4c 100644 --- a/x11-misc/basqet/basqet-0.2.0.ebuild +++ b/x11-misc/basqet/basqet-0.2.0.ebuild @@ -7,7 +7,7 @@ EAPI=4 inherit qt4-r2 DESCRIPTION="Keep your notes, pictures, ideas, and information in Baskets" -HOMEPAGE="https://code.google.com/p/basqet/" +HOMEPAGE="https://bitbucket.org/ridderby/basqet" SRC_URI="https://basqet.googlecode.com/files/${PN}_${PV}-src.tgz" LICENSE="GPL-3" |