diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2022-01-27 10:30:02 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-01-27 10:30:02 +0100 |
commit | 06cf168dfc5eb3fbec0c8fcbdbaa8aeb5a63ca9b (patch) | |
tree | 1f235eec09dcadc942dad7d54163225a1e807536 /dev-libs/dbus-c++ | |
parent | app-misc/klavaro: use https, fix HOMEPAGE (diff) | |
download | gentoo-06cf168dfc5eb3fbec0c8fcbdbaa8aeb5a63ca9b.tar.gz gentoo-06cf168dfc5eb3fbec0c8fcbdbaa8aeb5a63ca9b.tar.bz2 gentoo-06cf168dfc5eb3fbec0c8fcbdbaa8aeb5a63ca9b.zip |
dev-libs/dbus-c++: remove redundant HOMEPAGE
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-libs/dbus-c++')
-rw-r--r-- | dev-libs/dbus-c++/dbus-c++-0.9.0-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/dbus-c++/dbus-c++-0.9.0-r4.ebuild b/dev-libs/dbus-c++/dbus-c++-0.9.0-r4.ebuild index 2f8c7ffa71d6..8c140d65b285 100644 --- a/dev-libs/dbus-c++/dbus-c++-0.9.0-r4.ebuild +++ b/dev-libs/dbus-c++/dbus-c++-0.9.0-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ EAPI=7 inherit multilib-minimal DESCRIPTION="Provides a C++ API for D-BUS" -HOMEPAGE="https://sourceforge.net/projects/dbus-cplusplus/ https://sourceforge.net/apps/mediawiki/dbus-cplusplus/index.php?title=Main_Page" +HOMEPAGE="https://sourceforge.net/projects/dbus-cplusplus/" SRC_URI="mirror://sourceforge/dbus-cplusplus/lib${P}.tar.gz" LICENSE="LGPL-2.1+" |