From: Harri Nieminen Date: Sat, 11 Mar 2017 16:34:56 +0000 (+0200) Subject: x11-misc/xpad: Update homepage and changelog X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d651ed2f23d1670b2e7060dda9df28e47028e60b;p=gentoo.git x11-misc/xpad: Update homepage and changelog I forgot to update these on e37900c846c33022bf09fb4910789b66368d4702. Gentoo-Bug: https://bugs.gentoo.org/603224 Package-Manager: Portage-2.3.4, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/4186 --- diff --git a/x11-misc/xpad/metadata.xml b/x11-misc/xpad/metadata.xml index b8b351dee722..5ff781a3a18f 100644 --- a/x11-misc/xpad/metadata.xml +++ b/x11-misc/xpad/metadata.xml @@ -7,5 +7,6 @@ xpad + https://launchpadlibrarian.net/253130440/ChangeLog diff --git a/x11-misc/xpad/xpad-4.2.ebuild b/x11-misc/xpad/xpad-4.2.ebuild index b6b31f9078b8..af7665499c64 100644 --- a/x11-misc/xpad/xpad-4.2.ebuild +++ b/x11-misc/xpad/xpad-4.2.ebuild @@ -1,11 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils DESCRIPTION="a sticky note application for jotting down things to remember" -HOMEPAGE="http://mterry.name/xpad" +HOMEPAGE="https://launchpad.net/xpad" SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.bz2" LICENSE="GPL-3" @@ -26,5 +25,3 @@ DEPEND=" virtual/pkgconfig sys-devel/gettext " - -DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO )