mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-vim/zenburn: [QA] Use tarball instead of zip archive
Package-Manager: Portage-2.3.73, Repoman-2.3.17 Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
@@ -1 +1 @@
|
|||||||
DIST zenburn-2.25.zip 8167 BLAKE2B 71a1a74a8ac7e76591cad3c2c9da3399aa6b5e242bec070b98486862de08c8864b824f98b2bd958e913750230202dd12b0003cda76a00fce8656c20db769f2a7 SHA512 4c448724682cc05ddcc60ed03e0368082ba42031e84960bdb21fd457daca07cfda05a54b68283b4524360bf97e0959fe018a14ea2edc5980d88b7b6b96105ce5
|
DIST zenburn-2.25.tar.gz 7361 BLAKE2B 728930ddfeca46d7e020882fde92841a0ed9c889504686589a5028b1b373bc3b7c862d8fcc0740731738416057f4c99533e835594e8ce01029174d74f446bab3 SHA512 e3d222b66696ce24ff6ce8ccda201a15ee27d868581c311b8c31e7eeada4a2fe3ca395d53fc42245b1dfe4b68394cd22f23203dbd6366298adc7a9d6428af683
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Copyright 1999-2016 Gentoo Foundation
|
# Copyright 1999-2019 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=6
|
EAPI=6
|
||||||
@@ -9,10 +9,10 @@ MY_PN="Zenburn"
|
|||||||
|
|
||||||
DESCRIPTION="Low-contrast color scheme for Vim"
|
DESCRIPTION="Low-contrast color scheme for Vim"
|
||||||
HOMEPAGE="https://github.com/jnurmine/Zenburn"
|
HOMEPAGE="https://github.com/jnurmine/Zenburn"
|
||||||
SRC_URI="https://github.com/jnurmine/${MY_PN}/archive/v${PV}.zip -> ${P}.zip"
|
SRC_URI="https://github.com/jnurmine/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||||
|
|
||||||
LICENSE="GPL-1"
|
LICENSE="GPL-1"
|
||||||
|
SLOT="0"
|
||||||
KEYWORDS="amd64 ppc ppc64 x86"
|
KEYWORDS="amd64 ppc ppc64 x86"
|
||||||
|
|
||||||
DEPEND="app-arch/unzip"
|
|
||||||
|
|
||||||
S="${WORKDIR}/${MY_PN}-${PV}"
|
S="${WORKDIR}/${MY_PN}-${PV}"
|
||||||
|
|||||||
Reference in New Issue
Block a user