diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-03 09:43:12 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-03 09:47:57 +0100 |
commit | ab7a40187a874080430558789acf7d030b6fc67a (patch) | |
tree | b84155cd2078dc229b1a9eae96d3a848c9db0153 /app-portage | |
parent | app-crypt/openpgp-keys-gentoo-release: Remove old (diff) | |
download | gentoo-ab7a40187a874080430558789acf7d030b6fc67a.tar.gz gentoo-ab7a40187a874080430558789acf7d030b6fc67a.tar.bz2 gentoo-ab7a40187a874080430558789acf7d030b6fc67a.zip |
app-portage/pram: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/pram/Manifest | 1 | ||||
-rw-r--r-- | app-portage/pram/pram-7.ebuild | 27 |
2 files changed, 0 insertions, 28 deletions
diff --git a/app-portage/pram/Manifest b/app-portage/pram/Manifest index d531fe529d78..396fdf052adb 100644 --- a/app-portage/pram/Manifest +++ b/app-portage/pram/Manifest @@ -1,2 +1 @@ -DIST pram-7.tar.gz 7471 BLAKE2B 5152002be35755031a81dbaa61118fcab0529eb9732f134b11eb2499a539e04b8b8cb6402ee3bb39c7b7c82bc918ee4fef30e247fcdba3fe32c5457cf654e257 SHA512 42e95577802d5940a0eab8da5fd36d9eb2338eccf654260364b91990a0d8de9d56cbfde767dc60bfd3c826eb45a1b0e73af717740488af0a25ff6d8c656df93e DIST pram-8.tar.gz 7918 BLAKE2B cc5bea629e49b229622a77c585a62710234e00ae245b68cbcfbae5be538b82752e8b2e8da5ae82f571dd4d7368ecaacd1233affe975fd9e20177122808dc39cc SHA512 bbd9e7ce3207550f1651d63a045474d90c4aaf20ab0c541b2a78e6af6351f9c7bd278b649ee57ed1b3b85cbc4f38f1b98a008e791bf9d19e4ea718892544bd46 diff --git a/app-portage/pram/pram-7.ebuild b/app-portage/pram/pram-7.ebuild deleted file mode 100644 index 4d8fc0f4f3b8..000000000000 --- a/app-portage/pram/pram-7.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake-utils - -DESCRIPTION="Tool to ease merging Pull Requests and git patches" -HOMEPAGE="https://github.com/mgorny/pram" -SRC_URI="https://github.com/mgorny/pram/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND="dev-vcs/git - net-misc/wget[ssl] - virtual/editor - !dev-perl/Gentoo-App-Pram" -DEPEND=" - test? ( - ${RDEPEND} - app-crypt/gnupg - sys-apps/diffutils - )" |