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 162A6139694 for ; Sun, 18 Jun 2017 09:06:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D2FF23400A; Sun, 18 Jun 2017 09:06:25 +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 D85F6E0BCF for ; Sun, 18 Jun 2017 09:06:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 030AC34179C for ; Sun, 18 Jun 2017 09:06:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D8C37487 for ; Sun, 18 Jun 2017 09:06:22 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1497776772.c0f8dce59412295559db623b8ce14d3afdde742f.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/sqliteman/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/sqliteman/sqliteman-1.2.2-r2.ebuild dev-db/sqliteman/sqliteman-1.2.2-r3.ebuild X-VCS-Directories: dev-db/sqliteman/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: c0f8dce59412295559db623b8ce14d3afdde742f X-VCS-Branch: master Date: Sun, 18 Jun 2017 09:06:22 +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: bd50fcb2-a74a-4e7a-a1f3-f80017a6ec21 X-Archives-Hash: 21bb005f80d1c4b3e01a87689126a089 commit: c0f8dce59412295559db623b8ce14d3afdde742f Author: Michael Palimaka gentoo org> AuthorDate: Sun Jun 18 09:05:36 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun Jun 18 09:06:12 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0f8dce5 dev-db/sqliteman: update HOMEPAGE Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-db/sqliteman/sqliteman-1.2.2-r2.ebuild | 4 ++-- dev-db/sqliteman/sqliteman-1.2.2-r3.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-db/sqliteman/sqliteman-1.2.2-r2.ebuild b/dev-db/sqliteman/sqliteman-1.2.2-r2.ebuild index ba5759ad766..0550f0f6afa 100644 --- a/dev-db/sqliteman/sqliteman-1.2.2-r2.ebuild +++ b/dev-db/sqliteman/sqliteman-1.2.2-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,7 +6,7 @@ EAPI=5 inherit cmake-utils DESCRIPTION="Powerful GUI manager for the Sqlite3 database" -HOMEPAGE="http://sqliteman.sourceforge.net/" +HOMEPAGE="https://sourceforge.net/projects/sqliteman/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" diff --git a/dev-db/sqliteman/sqliteman-1.2.2-r3.ebuild b/dev-db/sqliteman/sqliteman-1.2.2-r3.ebuild index 6b05f4741a6..e591dfbd957 100644 --- a/dev-db/sqliteman/sqliteman-1.2.2-r3.ebuild +++ b/dev-db/sqliteman/sqliteman-1.2.2-r3.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit cmake-utils DESCRIPTION="Powerful GUI manager for the Sqlite3 database" -HOMEPAGE="http://sqliteman.sourceforge.net/" +HOMEPAGE="https://sourceforge.net/projects/sqliteman/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2"