forked from tastytea/overlay
Removed app-misc/feiertage.
This commit is contained in:
parent
3c953d7371
commit
157e52edc0
|
@ -1,13 +0,0 @@
|
||||||
-----BEGIN PGP SIGNED MESSAGE-----
|
|
||||||
Hash: SHA256
|
|
||||||
|
|
||||||
DIST feiertage-1.7.2.tar.gz 14094 BLAKE2B 79cd432fb0fa254ed9c596692fcb1e4a0727fbeb83e7b04fbbd8dd067bfe9fc3e476e90d4f23903ac753459befcc39f016281154d4d4a76869385ab1311000b5 SHA512 03e5f44db853aa1aab13ca9e2ce7c272385f0ea2d616a7d8211ca1e7ab4c4182dd802f0f3ccfa45ceaff8c68064c217b733e7d0959e97c70c79d95f5bc7dcdcf
|
|
||||||
EBUILD feiertage-1.7.2.ebuild 800 BLAKE2B cd5e6e2610ce50bfdbe1086986771e0b1e9b7bb152f7f4cfa47b1402daee98303098d2139dd753ac799a3ffd3ce556d9ad5d76276ea79c858ef6bc839b18b044 SHA512 43e9570a20ea30aa6a7443cd953269504b5e8a4573bc2a8d32b6dea8640d4a59eb0c885bfc8cd5bd0a26e7de36003790c1fc4cc40b9a8ea93b5a5cc7f4f337c1
|
|
||||||
MISC metadata.xml 248 BLAKE2B 0f4a45d414249f9410a61d8545ba052db41e3d74516e34bff0ca5547cae55db7eefffb2c23d840c979bdea0b927da36f7a56441cbc6053291d65bd39af2421bd SHA512 0f6384333cf38e52e6a67db43f3a78723d2a0d3446da27e7972f15244d96ae41f0e428d937538d4fa52aa70dc9c92920672d4e237b481dbbdff1d9d8c325b33d
|
|
||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iHUEAREIAB0WIQQ1VSZoZMptf/RapufPw5SX8bJuBwUCXOq9kgAKCRDPw5SX8bJu
|
|
||||||
B461AP9lznEdnOL2XLMX+8TGYycYhKpZIj6wj6k5SlHMq9AlMQD9FkSgAHd0rgiz
|
|
||||||
m/QtJNgwzX35oGsd5XJtbhYbX2LRbPg=
|
|
||||||
=Q6E+
|
|
||||||
-----END PGP SIGNATURE-----
|
|
|
@ -1,40 +0,0 @@
|
||||||
# Copyright 1999-2019 Gentoo Authors
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
EAPI=7
|
|
||||||
inherit golang-build
|
|
||||||
|
|
||||||
DESCRIPTION="Bank holidays/public holidays in Austria and Germany"
|
|
||||||
HOMEPAGE="https://github.com/wlbr/feiertage"
|
|
||||||
SRC_URI="https://github.com/wlbr/feiertage/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
|
||||||
EGO_PN="."
|
|
||||||
|
|
||||||
LICENSE="MIT"
|
|
||||||
SLOT="0"
|
|
||||||
KEYWORDS="~amd64"
|
|
||||||
IUSE=""
|
|
||||||
|
|
||||||
RDEPEND=""
|
|
||||||
DEPEND="
|
|
||||||
${RDEPEND}
|
|
||||||
>=dev-lang/go-1.10.1
|
|
||||||
"
|
|
||||||
|
|
||||||
src_prepare() {
|
|
||||||
mkdir -p src/github.com/wlbr
|
|
||||||
cd src/github.com/wlbr
|
|
||||||
ln -s ../../../ feiertage
|
|
||||||
cd ../../../
|
|
||||||
default_src_prepare
|
|
||||||
}
|
|
||||||
|
|
||||||
src_compile()
|
|
||||||
{
|
|
||||||
GOPATH="${WORKDIR}/${P}:$(get_golibdir_gopath)" go build -o bin/feiertage cmd/feiertage/feiertage.go
|
|
||||||
}
|
|
||||||
|
|
||||||
src_install() {
|
|
||||||
dobin bin/${PN}
|
|
||||||
dodoc README.md
|
|
||||||
elog "This ebuild only installs the binary."
|
|
||||||
}
|
|
|
@ -1,8 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
||||||
<pkgmetadata>
|
|
||||||
<maintainer type="person">
|
|
||||||
<email>gentoo@tastytea.de</email>
|
|
||||||
<name>tastytea</name>
|
|
||||||
</maintainer>
|
|
||||||
</pkgmetadata>
|
|
|
@ -1,2 +0,0 @@
|
||||||
# Will be deleted on 2019-07-12.
|
|
||||||
app-misc/feiertage
|
|
Loading…
Reference in New Issue
Block a user