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 0B1BF138334 for ; Fri, 15 Feb 2019 19:27:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6A97E079C; Fri, 15 Feb 2019 19:27:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 AE563E079C for ; Fri, 15 Feb 2019 19:27:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 42359335CFF for ; Fri, 15 Feb 2019 19:27:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E782953A for ; Fri, 15 Feb 2019 19:27:06 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1550258818.735ee46d1c714caf0a93b11019dad9a7da647fe3.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/topgit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/topgit/topgit-0.9.ebuild X-VCS-Directories: dev-vcs/topgit/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 735ee46d1c714caf0a93b11019dad9a7da647fe3 X-VCS-Branch: master Date: Fri, 15 Feb 2019 19:27:06 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: af71813c-5245-4ba3-9be5-8d98984aa73f X-Archives-Hash: 3d0a5c8cf3735fea01ed79ca122d2d5e commit: 735ee46d1c714caf0a93b11019dad9a7da647fe3 Author: Mikle Kolyada gentoo org> AuthorDate: Fri Feb 15 19:26:58 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Fri Feb 15 19:26:58 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=735ee46d dev-vcs/topgit: Drop old Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-vcs/topgit/topgit-0.9.ebuild | 33 --------------------------------- 1 file changed, 33 deletions(-) diff --git a/dev-vcs/topgit/topgit-0.9.ebuild b/dev-vcs/topgit/topgit-0.9.ebuild deleted file mode 100644 index e7df0c5baa1..00000000000 --- a/dev-vcs/topgit/topgit-0.9.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit bash-completion-r1 - -DESCRIPTION="A different patch queue manager" -HOMEPAGE="https://github.com/greenrd/topgit" -SRC_URI="https://github.com/greenrd/${PN}/archive/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="sys-apps/sed - virtual/awk" -RDEPEND="dev-vcs/git" - -S="${WORKDIR}/${PN}-${P}" - -src_compile() { - # Needed because of "hardcoded" paths - emake prefix="/usr" sharedir="/usr/share/doc/${PF}" -} - -src_install() { - emake prefix="${D}/usr" sharedir="${D}/usr/share/doc/${PF}" install - - newbashcomp contrib/tg-completion.bash tg - dodoc README -}