public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/engauge/
Date: Sun, 10 Jun 2018 21:39:10 +0000 (UTC)	[thread overview]
Message-ID: <1528666736.2eb9a4b49cd4946f4a95019293dafbb1fe88d2a0.asturm@gentoo> (raw)

commit:     2eb9a4b49cd4946f4a95019293dafbb1fe88d2a0
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 10 21:38:36 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jun 10 21:38:56 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2eb9a4b4

media-gfx/engauge: Drop old, Qt4-based

Closes: https://bugs.gentoo.org/639248
Closes: https://bugs.gentoo.org/655214
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-gfx/engauge/Manifest           |  1 -
 media-gfx/engauge/engauge-5.2.ebuild | 48 ------------------------------------
 2 files changed, 49 deletions(-)

diff --git a/media-gfx/engauge/Manifest b/media-gfx/engauge/Manifest
index ac881634a74..7a189b18dcd 100644
--- a/media-gfx/engauge/Manifest
+++ b/media-gfx/engauge/Manifest
@@ -1,2 +1 @@
 DIST engauge-digitizer-10.6.tar.gz 68463313 BLAKE2B 2f939b383d2b2ca7d3ac73196ae6c9f4cd3380f7cb1bc7703d23ffe2554bfd6dfb6f206d3b9c33953757791855c908c7899f078c1c1472549859258d406e5796 SHA512 f571978298f0646f338ee786aae692800bd73242f68a4f35509023d3ea0daaa16ede6a1d45cbc28a31efc277697315c63fe3d2cce1f0cf80334bdeea11599a67
-DIST engauge_5.2.tgz 5708224 BLAKE2B 65403f3eb322a3cfee2f04d3a973deef5196a475f594599e3226dad776505c639536fdc46ef94d955d94b0629faf9282378e7bb4d4d7945e0ae69cdd6160a858 SHA512 b1839a223c93866f880ca090b6dd5a9ab45a89b5f6f470fd6abba3e2aa4b108ed228c8b06c3888fa463316798c2d157e20b2e22975bd65a1124d007bb36d2d88

diff --git a/media-gfx/engauge/engauge-5.2.ebuild b/media-gfx/engauge/engauge-5.2.ebuild
deleted file mode 100644
index 95b112256c2..00000000000
--- a/media-gfx/engauge/engauge-5.2.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit versionator qmake-utils eutils
-
-DESCRIPTION="Convert an image file showing a graph or map into numbers"
-HOMEPAGE="http://digitizer.sourceforge.net/"
-SRC_URI="mirror://sourceforge/digitizer/${PN}_${PV}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc examples"
-
-RDEPEND="dev-qt/qt3support:4
-	dev-qt/qtgui:4[gif(+)]
-	sci-libs/fftw:3.0
-	x11-libs/libXft"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-	# Some patching and using the DEBIAN_PACKAGE ifdef is necessary to make sure the
-	# documentation is looked for in the proper directory
-	sed -i -e "s:/usr/share/doc/engauge-digitizer-doc/html:${ROOT}/usr/share/doc/${PF}/usermanual:" \
-		src/digitmain.cpp || die "sed failed"
-	sed -i -e '/unix {/a DEFINES += DEBIAN_PACKAGE' \
-		digitizer.pro || die "sed failed"
-	eapply_user
-}
-
-src_configure() {
-	eqmake4 digitizer.pro
-}
-
-src_install() {
-	dobin bin/engauge
-	newicon src/img/lo32-app-digitizer.png "${PN}.png"
-	make_desktop_entry engauge "Engauge Digitizer" ${PN} Graphics
-	insinto /usr/share/doc/${PF}
-	if use doc; then
-		doins -r usermanual || die "install documentation failed"
-	fi
-	if use examples; then
-		doins -r samples || die "install examples failed"
-	fi
-}


             reply	other threads:[~2018-06-10 21:39 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-10 21:39 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-10-20 10:52 [gentoo-commits] repo/gentoo:master commit in: media-gfx/engauge/ Jakov Smolić
2022-10-16 19:23 Andreas K. Hüttel
2022-10-16 14:28 Andreas Sturmlechner
2022-03-05 23:08 Andreas K. Hüttel
2021-04-29  1:52 Sam James
2021-03-15 21:15 Andreas K. Hüttel
2021-03-15 21:15 Andreas K. Hüttel
2020-10-23 15:00 Andreas Sturmlechner
2018-05-09 18:36 Denis Dupeyron
2016-03-18 17:42 Denis Dupeyron
2016-03-18 17:24 Denis Dupeyron

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1528666736.2eb9a4b49cd4946f4a95019293dafbb1fe88d2a0.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox