From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9D395139694 for ; Thu, 16 Mar 2017 19:13:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 56C79E0DA0; Thu, 16 Mar 2017 19:13:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 36004E0D9E for ; Thu, 16 Mar 2017 19:13:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2CD7F341398 for ; Thu, 16 Mar 2017 19:13:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 29A556A92 for ; Thu, 16 Mar 2017 19:13:02 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1489691564.d651ed2f23d1670b2e7060dda9df28e47028e60b.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xpad/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/xpad/metadata.xml x11-misc/xpad/xpad-4.2.ebuild X-VCS-Directories: x11-misc/xpad/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: d651ed2f23d1670b2e7060dda9df28e47028e60b X-VCS-Branch: master Date: Thu, 16 Mar 2017 19:13:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 920a4073-2b29-48ce-bf82-be72f1f7d473 X-Archives-Hash: ab9c5f7636413bf044a0b71c58f70fbe commit: d651ed2f23d1670b2e7060dda9df28e47028e60b Author: Harri Nieminen gmail com> AuthorDate: Sat Mar 11 16:34:56 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Thu Mar 16 19:12:44 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d651ed2f 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 x11-misc/xpad/metadata.xml | 1 + x11-misc/xpad/xpad-4.2.ebuild | 7 ++----- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/x11-misc/xpad/metadata.xml b/x11-misc/xpad/metadata.xml index b8b351dee72..5ff781a3a18 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 b6b31f9078b..af7665499c6 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 )