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 A24F3138350 for ; Fri, 10 Jan 2020 05:44:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A14DE08F4; Fri, 10 Jan 2020 05:43:58 +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 70D08E08F4 for ; Fri, 10 Jan 2020 05:43:58 +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 5A75134DF36 for ; Fri, 10 Jan 2020 05:43:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0DA339C for ; Fri, 10 Jan 2020 05:43:54 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1578634811.2965c286dd77f83a68e528b76e0dc6824b1179b8.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/imgurbash2/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/imgurbash2/Manifest app-misc/imgurbash2/imgurbash2-2.1.ebuild X-VCS-Directories: app-misc/imgurbash2/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 2965c286dd77f83a68e528b76e0dc6824b1179b8 X-VCS-Branch: master Date: Fri, 10 Jan 2020 05:43:54 +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: 7dc6ffec-bb78-4081-9acd-4f6171899c73 X-Archives-Hash: c4f8ee8aff3c1b14e4786b27dbfd261c commit: 2965c286dd77f83a68e528b76e0dc6824b1179b8 Author: Lucian Poston pm me> AuthorDate: Fri Jan 10 05:40:11 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri Jan 10 05:40:11 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2965c286 app-misc/imgurbash2: Drop old Signed-off-by: Lucian Poston pm.me> Closes: https://github.com/gentoo/gentoo/pull/14291 Signed-off-by: Joonas Niilola gentoo.org> app-misc/imgurbash2/Manifest | 1 - app-misc/imgurbash2/imgurbash2-2.1.ebuild | 29 ----------------------------- 2 files changed, 30 deletions(-) diff --git a/app-misc/imgurbash2/Manifest b/app-misc/imgurbash2/Manifest index cb4b50e306e..edbb66aee0b 100644 --- a/app-misc/imgurbash2/Manifest +++ b/app-misc/imgurbash2/Manifest @@ -1,2 +1 @@ -DIST imgurbash2-2.1.tar.gz 3619 BLAKE2B 01bb37615184113082a87b79b5bbda1707e36d8f4a28715e0686eb63f8d7c55f7aa760ecab9ab2457c1601e9cb0ff4b558cd08f8a77a123cfe97d8008ad1aa93 SHA512 32e7c39d3456f3d540af2db8b21d8a5724bf9b1db372953f3dd0ed21a6f7529209ec7afffe22410be46a99753202aca2454732d09c1314350187c5610b36ab9d DIST imgurbash2-3.1.tar.gz 9257 BLAKE2B d7383a89f96387a5dfa9096ad533f334e9e15ec5de8803a4e2623379d036e7f0810166e017b8d89d228418bb035a5dabd1e6d0e305d539544efb1b5fd4ae8bed SHA512 0ec3b081dcd3da7a558c7895eafadc9c98f6b32c4aecb3ff579392599f785bf0716a80053b743ab32fe4e1a9f7253c9c08acf3d6f1c65d2a4c40d4c7ac222e59 diff --git a/app-misc/imgurbash2/imgurbash2-2.1.ebuild b/app-misc/imgurbash2/imgurbash2-2.1.ebuild deleted file mode 100644 index 076690d530e..00000000000 --- a/app-misc/imgurbash2/imgurbash2-2.1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -if [[ ${PV} == *9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/ram-on/imgurbash2.git" -else - SRC_URI="https://github.com/ram-on/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -DESCRIPTION="Bash script that uploads/deletes images to/from imgur" -HOMEPAGE="https://github.com/ram-on/imgurbash2" - -LICENSE="MIT" -SLOT="0" -IUSE="X" - -RDEPEND=" - net-misc/curl - X? ( || ( x11-misc/xclip x11-misc/xsel ) ) -" - -src_install() { - einstalldocs - dobin imgurbash2 -}