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 1D0C0138334 for ; Sun, 10 Jun 2018 09:20:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0793EE081A; Sun, 10 Jun 2018 09:20:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CF04EE081A for ; Sun, 10 Jun 2018 09:20:03 +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 1DFD3335C96 for ; Sun, 10 Jun 2018 09:20:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 969BC2C8 for ; Sun, 10 Jun 2018 09:19:59 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1528621116.c4231e07617594a86eeaa250956e5e1a763e02a7.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/biblesync/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/biblesync/biblesync-1.1.2.ebuild X-VCS-Directories: net-libs/biblesync/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c4231e07617594a86eeaa250956e5e1a763e02a7 X-VCS-Branch: master Date: Sun, 10 Jun 2018 09:19:59 +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: 2c61b710-ed90-421e-a50e-0c7b70294c58 X-Archives-Hash: 675f92a16199b249b4c9722f0373a483 commit: c4231e07617594a86eeaa250956e5e1a763e02a7 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jun 3 14:15:35 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jun 10 08:58:36 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4231e07 net-libs/biblesync: Drop old Package-Manager: Portage-2.3.40, Repoman-2.3.9 net-libs/biblesync/biblesync-1.1.2.ebuild | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/net-libs/biblesync/biblesync-1.1.2.ebuild b/net-libs/biblesync/biblesync-1.1.2.ebuild deleted file mode 100644 index 60cb0689561..00000000000 --- a/net-libs/biblesync/biblesync-1.1.2.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit cmake-utils - -DESCRIPTION="A multicast protocol to support Bible software shared co-navigation" -HOMEPAGE="http://www.crosswire.org/wiki/BibleSync" -SRC_URI="mirror://sourceforge/gnomesword/${P}.tar.gz" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="amd64" -IUSE="" - -DEPEND="dev-util/cmake" -RDEPEND=""