summaryrefslogtreecommitdiff
path: root/dev-embedded/ponyprog/ponyprog-3.0.0.ebuild
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2021-10-05 09:46:37 +0200
committerJakov Smolić <jsmolic@gentoo.org>2021-10-05 09:46:37 +0200
commit068f491f902063c4531a2a49c179f02770470a33 (patch)
tree6f257b745dddfb09439a379471503f8000ecfd5d /dev-embedded/ponyprog/ponyprog-3.0.0.ebuild
parent2bffeb2808439a8a0f9752f6b47cebeb9fb96508 (diff)
downloadgentoo-068f491f902063c4531a2a49c179f02770470a33.tar.gz
gentoo-068f491f902063c4531a2a49c179f02770470a33.tar.bz2
gentoo-068f491f902063c4531a2a49c179f02770470a33.zip
dev-embedded/ponyprog: drop 3.0.0
Bug: https://bugs.gentoo.org/696626 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-embedded/ponyprog/ponyprog-3.0.0.ebuild')
-rw-r--r--dev-embedded/ponyprog/ponyprog-3.0.0.ebuild41
1 files changed, 0 insertions, 41 deletions
diff --git a/dev-embedded/ponyprog/ponyprog-3.0.0.ebuild b/dev-embedded/ponyprog/ponyprog-3.0.0.ebuild
deleted file mode 100644
index b9a935a5c1a2..000000000000
--- a/dev-embedded/ponyprog/ponyprog-3.0.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-DESCRIPTION="EEPROM and microcontroller programmer/flasher"
-HOMEPAGE="https://github.com/lancos/ponyprog/"
-SRC_URI="https://github.com/lancos/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="doc"
-
-RDEPEND=">=app-editors/qhexedit2-0.8.4_p20170719
- dev-qt/qtcore:5
- dev-qt/qtgui:5
- dev-qt/qtmultimedia:5
- dev-qt/qtprintsupport:5"
-DEPEND="${RDEPEND}"
-
-PATCHES=(
- "${FILESDIR}"/${P}-fix-build-system.patch
- "${FILESDIR}"/${P}-desktop-qa.patch
-)
-
-src_configure() {
- local mycmakeargs=( -DCMAKE_INSTALL_DOCDIR="share/doc/${PF}" )
- cmake-utils_src_configure
-}
-
-pkg_postinst() {
- elog "To use the COM port in user mode (not as root), you need to"
- elog "be in the 'uucp' group."
- elog
- elog "To use the LPT port in user mode (not as root) you need a kernel with"
- elog "ppdev, parport and parport_pc compiled in or as modules. You need the"
- elog "rights to write to /dev/parport? devices."
-}