commit:     068f491f902063c4531a2a49c179f02770470a33
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  5 07:46:37 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Oct  5 07:46:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=068f491f

dev-embedded/ponyprog: drop 3.0.0

Bug: https://bugs.gentoo.org/696626
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 dev-embedded/ponyprog/Manifest              |  1 -
 dev-embedded/ponyprog/ponyprog-3.0.0.ebuild | 41 -----------------------------
 2 files changed, 42 deletions(-)

diff --git a/dev-embedded/ponyprog/Manifest b/dev-embedded/ponyprog/Manifest
index a9ff0da5fb9..6b7e11298f2 100644
--- a/dev-embedded/ponyprog/Manifest
+++ b/dev-embedded/ponyprog/Manifest
@@ -1,2 +1 @@
-DIST ponyprog-3.0.0.tar.gz 933166 BLAKE2B 
46eb0a720c91ed187ef06907b28d8b84ecbe4c62a92cabf2b9ff58c553e3f8afc949e523d6b97af0cbf168c545b71e0395e02e5c182714a76bbacce645a1d890
 SHA512 
a1779b28e03f824fb242d6eb063f0e038af26602c26d5392884f69cbbccac8a934660dffa9bec7489aeb2656e35f21e2b097fc6fe011f278046894e180023881
 DIST ponyprog-3.1.2.tar.gz 1364636 BLAKE2B 
a913903278791d937266da50fcd5b5bda892dcc316011117816e37fc4ef03becce893b597fb34f2a6ef05b5692bb375e4ba10b04c079a63eb735aa0ddadb5ab9
 SHA512 
697c6fdc775629086a1c01ad94f291fda550a9ad6065e5fdff9db9fb035b8270ed9058894db7ca17d0daf2a26cc5e431415c160d61f65214677eae2109d87603

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 b9a935a5c1a..00000000000
--- 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."
-}

Reply via email to