Merge branch 'master' of git.unitas-network.de:Gentoo/unitas-misc

This commit is contained in:
Jörg Deckert 2021-11-04 18:53:51 +01:00
commit 85d4090461
4 changed files with 54 additions and 0 deletions

View File

@ -0,0 +1,2 @@
DIST lpc21isp_197.tar.gz 62171 BLAKE2B 0c01e35c4006f6b106651629f82a025fa15810e0b809adc8d672d1e8a8bde0e81b897bfd2fab88b770ac5527ded537567c1e8b3eb16f938752c56779f5435aa3 SHA512 bd4644352b9d4f3c24f93d8fe68274e2d238d9c91d3d0d6a0c06b878d31099cada772b35ce94885bccd309f5e2e56bc881a0a5302901349046a51537cfebb795
EBUILD lpc21isp-1.97.ebuild 553 BLAKE2B 1fc7a74cdd0086d1ec75a8f7a6f6a6aa66e1d19f4f7d355f2fa2966f3072456c0b7a92d004102b8e38520bc3322415d461f46095398d07703b89c87d26b98084 SHA512 fccf0c5e3cf6a0acf0da27e46d6ac2f64f39b262d7c2f016deb945a2fe302f2a6be0226e353b53b4e7ff343efb73091bb7ab1490078ece54901ac5effa06ccbd

View File

@ -0,0 +1,28 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit linux-info versionator
MY_PN="${PN}_$(delete_all_version_separators)"
DESCRIPTION="In-circuit programming (ISP) tool for the NXP microcontrollers"
HOMEPAGE="https://sourceforge.net/projects/lpc21isp/"
SRC_URI="mirror://sourceforge/${PN}/${MY_PN}.tar.gz"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
RDEPEND=""
S=${WORKDIR}/${MY_PN}
CONFIG_CHECK="~USB_SERIAL_CP210X"
src_install() {
dobin lpc21isp
}

View File

@ -0,0 +1 @@
EBUILD lektor-website-unitas-1.0.ebuild 569 BLAKE2B c06a7110166ed9677e37fea8f3b9e10b58dfc41f595550e0f97014e2ce3fccc581dcebe33ce3fae4dc5e63272f4c0d19b30caf15174d3c79c4c25020b2f9fbb8 SHA512 3c081f32f7bff1d3f3f4e52544aad74b83f5d9b0cf803abd38b5f3d10e74be3f7f24b1da41e0f8fb895c7fd43ceb96c68f6eeee1dbdc105d4fe7d871b86c614e

View File

@ -0,0 +1,23 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Meta package for CMS components for the Unitas Network website"
HOMEPAGE="https://www.unitas-network.de/"
LICENSE="metapackage"
SLOT="5"
KEYWORDS="amd64 arm64 x86"
IUSE=""
RDEPEND="
www-apps/lektor
www-apps/lektor-atom
www-apps/lektor-blog-archive
www-apps/lektor-markdown-admonition
www-apps/lektor-markdown-header-anchors
www-apps/lektor-markdown-highlighter
www-apps/lektor-markdown-link-classes
www-apps/lektor-webpack-support
"