summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-02-12 22:20:14 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2020-02-12 22:32:32 +0000
commitd8cf5c09ad9dfe63f3ba2be35e4362ec6297df1f (patch)
tree240ca3333c4268ff613820aff35e106e87a39a1e /dev-util/shards/shards-0.8.1.ebuild
parentdev-vcs/cvs-fast-export: drop old (diff)
downloadgentoo-d8cf5c09ad9dfe63f3ba2be35e4362ec6297df1f.tar.gz
gentoo-d8cf5c09ad9dfe63f3ba2be35e4362ec6297df1f.tar.bz2
gentoo-d8cf5c09ad9dfe63f3ba2be35e4362ec6297df1f.zip
dev-util/shards: drop old
Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-util/shards/shards-0.8.1.ebuild')
-rw-r--r--dev-util/shards/shards-0.8.1.ebuild24
1 files changed, 0 insertions, 24 deletions
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 43d89d4cedbf..000000000000
--- 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
-}