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 06DD3139086 for ; Sat, 17 Dec 2016 20:10:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1EDC821C072; Sat, 17 Dec 2016 20:10: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 EF8EA21C072 for ; Sat, 17 Dec 2016 20:10:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 B571B33FE7D for ; Sat, 17 Dec 2016 20:10:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5027324C5 for ; Sat, 17 Dec 2016 16:33:51 +0000 (UTC) From: "Göktürk Yüksek" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Göktürk Yüksek" Message-ID: <1481992295.0f1163bb386c3c5f354cb97d7223794037df91ea.gokturk@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/buka/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/buka/Manifest net-misc/buka/buka-1.0.ebuild X-VCS-Directories: net-misc/buka/ X-VCS-Committer: gokturk X-VCS-Committer-Name: Göktürk Yüksek X-VCS-Revision: 0f1163bb386c3c5f354cb97d7223794037df91ea X-VCS-Branch: master Date: Sat, 17 Dec 2016 16:33:51 +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: 43569f66-15e7-4a5e-ae95-1b2e3be48817 X-Archives-Hash: cb4cdb12b53d09a73c8a9074d0f1300d commit: 0f1163bb386c3c5f354cb97d7223794037df91ea Author: mo openmailbox org> AuthorDate: Sat Dec 17 16:31:14 2016 +0000 Commit: Göktürk Yüksek gentoo org> CommitDate: Sat Dec 17 16:31:35 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f1163bb net-misc/buka: remove old 1.0 Package-Manager: portage-2.3.0 net-misc/buka/Manifest | 1 - net-misc/buka/buka-1.0.ebuild | 24 ------------------------ 2 files changed, 25 deletions(-) diff --git a/net-misc/buka/Manifest b/net-misc/buka/Manifest index 5918697..dffa508 100644 --- a/net-misc/buka/Manifest +++ b/net-misc/buka/Manifest @@ -1,2 +1 @@ -DIST buka-1.0.tar.gz 13443 SHA256 175f6bad7d5087c0555d51984ccd301c0f903d9e68f2ed5f9a0a3700a29f9d53 SHA512 115eaebb23efe205a61ac87e803a5375be6daf1e4c7e685e2bcb1e105caf5100cac48af96fd570b1815b7b7f655c2954d93afe2661d759e88d64faf7e8d01b2b WHIRLPOOL bc8af288344957baacebcfd0b33dc871b3eef80e3f98d016315be41a7a4dc50183aeba9afdf896a3ce3ed09a6d77a52663ff9d75499a8d0f5469410051829e3f DIST buka-2.0.tar.gz 14088 SHA256 b7d33f15687198a78b7114251038e54ef70f3ef1a74dd84a36176874ca699793 SHA512 809c35fa0caed30c11f438fc5d68a446a2c8a6ffa6b233f5e65bb522d8de8db095ad3ef8c0811a3670a49e3994d4956f917d3d2dfda3ff488ca8793d7389e4a6 WHIRLPOOL 761a9614b41cecc821bc1279d863b620512fd7788a1ec3cbd8ad3d75e89a47ffd8e485b45b323964970ae90c5852becc10fdb61672b19e4d26bae76b67ff0135 diff --git a/net-misc/buka/buka-1.0.ebuild b/net-misc/buka/buka-1.0.ebuild deleted file mode 100644 index d7e0d09..00000000 --- a/net-misc/buka/buka-1.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -DESCRIPTION="Download manga from buka.cn" -HOMEPAGE="https://gitgud.io/drylemon/buka" -SRC_URI="http://lick.moe/buka/${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND="sys-process/parallel - net-misc/curl - dev-util/dialog" - -src_install() -{ - default - doman ${PN}.1 - dobin ${PN} -}