commit: d8cf5c09ad9dfe63f3ba2be35e4362ec6297df1f Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Wed Feb 12 22:20:14 2020 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Wed Feb 12 22:32:32 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8cf5c09
dev-util/shards: drop old Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org> dev-util/shards/Manifest | 2 -- dev-util/shards/shards-0.7.2.ebuild | 24 ------------------------ dev-util/shards/shards-0.8.1.ebuild | 24 ------------------------ 3 files changed, 50 deletions(-) diff --git a/dev-util/shards/Manifest b/dev-util/shards/Manifest index 181f0b973a3..91732a057bf 100644 --- a/dev-util/shards/Manifest +++ b/dev-util/shards/Manifest @@ -1,3 +1 @@ -DIST shards-0.7.2.tar.gz 30398 BLAKE2B bf89f978cf9d4687902a8de4222f2c2121a52574c7f1ce46130a97c5770889693efc5d3fcc35208d6b1f23930f83fb98ba8f10391920ff0418c6d28eb810d6a8 SHA512 a99648ae292095278578e47971b556a0da90743db62689a76aae9eab986ad2185ad7adc13c4340f12fce835c5383d8aac93e35258d01fa658e521314eafaf942 -DIST shards-0.8.1.tar.gz 31388 BLAKE2B 3442faad4a9a1bc4fed9193b7e17369913025f0c1be840de15d563a3da4f3638884ac2dbfd0610dafec5af0680f39e9983f076962c2a1167e3ebd39c4b1eeb4a SHA512 c0a8a8531a37e033c6d96ac36dd30dcd3d005c6b1bd7c94dbeee7f6ea9b34a08ab2e14b826c3c18f60dca991f60ec6780df090cafc32403a7272e39dc07e99df DIST shards-0.9.0.tar.gz 41280 BLAKE2B a74ab96489c804da3017dc683295d1fc16ba30248015af9deccdcf52a09301f665d4848822419d263d2301969c484fae288eff63e281bd4841b1fd101c5d5383 SHA512 a06579f1a96cea1fb1ba97c17ae4529439fb7c54572e74b4969921b1a987a1e1be9c9eb8569db94fd4cb4adc098b3085abfd2a6f7015da7f39611a1774d30022 diff --git a/dev-util/shards/shards-0.7.2.ebuild b/dev-util/shards/shards-0.7.2.ebuild deleted file mode 100644 index 43d89d4cedb..00000000000 --- a/dev-util/shards/shards-0.7.2.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Dependency manager for the Crystal language" -HOMEPAGE="https://github.com/crystal-lang/shards" -SRC_URI="https://github.com/crystal-lang/shards/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64" - -DEPEND=" - >dev-lang/crystal-0.11.1[yaml] -" -RDEPEND="${DEPEND}" - -RESTRICT=test # missing files in tarball - -src_install() { - dobin bin/${PN} - dodoc README.md -} diff --git a/dev-util/shards/shards-0.8.1.ebuild b/dev-util/shards/shards-0.8.1.ebuild deleted file mode 100644 index 43d89d4cedb..00000000000 --- a/dev-util/shards/shards-0.8.1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Dependency manager for the Crystal language" -HOMEPAGE="https://github.com/crystal-lang/shards" -SRC_URI="https://github.com/crystal-lang/shards/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64" - -DEPEND=" - >dev-lang/crystal-0.11.1[yaml] -" -RDEPEND="${DEPEND}" - -RESTRICT=test # missing files in tarball - -src_install() { - dobin bin/${PN} - dodoc README.md -}