diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-10-15 15:51:35 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-10-15 15:54:37 +0200 |
commit | a8bc5281e1093f11fc06423343564be376df4fa5 (patch) | |
tree | 43cb2a12c049d48a555b20c049f26b9b7e91d0e4 /app-dicts | |
parent | app-cdr/iat: Remove references to berlios.de and fix prefix support (#478068) (diff) | |
download | gentoo-a8bc5281e1093f11fc06423343564be376df4fa5.tar.gz gentoo-a8bc5281e1093f11fc06423343564be376df4fa5.tar.bz2 gentoo-a8bc5281e1093f11fc06423343564be376df4fa5.zip |
app-dicts/qvortaro: Remove references to berlios.de
Package-Manager: portage-2.3.1
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/qvortaro/qvortaro-0.4.1.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/app-dicts/qvortaro/qvortaro-0.4.1.ebuild b/app-dicts/qvortaro/qvortaro-0.4.1.ebuild index c30dae23b95e..11b90a2719d5 100644 --- a/app-dicts/qvortaro/qvortaro-0.4.1.ebuild +++ b/app-dicts/qvortaro/qvortaro-0.4.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -6,8 +6,7 @@ EAPI=5 inherit eutils qt4-r2 DESCRIPTION="Esperanto Dictionary" -HOMEPAGE="http://qvortaro.berlios.de/" -#SRC_URI="mirror://berlios/qvortaro/${P}.tar.gz" +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="GPL-3" @@ -23,7 +22,7 @@ DEPEND=" PATCHES=( "${FILESDIR}/${P}-gcc45.patch" ) src_install() { - dobin qvortaro || die + dobin qvortaro newicon src/img/icon_16.png ${PN}.png make_desktop_entry ${PN} qVortaro dodoc readme.txt |