From: "Davide Pesavento" <pesa@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/nomacs/, media-gfx/nomacs/files/
Date: Sun, 6 Mar 2016 13:14:13 +0000 (UTC) [thread overview]
Message-ID: <1457270037.61f16acdacfccb94f6d16314d2145c269b2732f9.pesa@gentoo> (raw)
commit: 61f16acdacfccb94f6d16314d2145c269b2732f9
Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 6 13:13:57 2016 +0000
Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Sun Mar 6 13:13:57 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61f16acd
media-gfx/nomacs: drop old versions
Package-Manager: portage-2.2.27
media-gfx/nomacs/Manifest | 2 -
media-gfx/nomacs/files/nomacs-2.4.2-include.patch | 10 ----
media-gfx/nomacs/nomacs-2.4.2.ebuild | 58 ----------------------
media-gfx/nomacs/nomacs-2.4.4.ebuild | 59 -----------------------
4 files changed, 129 deletions(-)
diff --git a/media-gfx/nomacs/Manifest b/media-gfx/nomacs/Manifest
index eabafb6..69aa532 100644
--- a/media-gfx/nomacs/Manifest
+++ b/media-gfx/nomacs/Manifest
@@ -1,4 +1,2 @@
-DIST nomacs-2.4.2-source.tar.bz2 1443270 SHA256 b0f52b919025a48a0e0300ea15c90b40d6ad892b055088fca02a8137e229bc3a SHA512 e3fae11ae8c385f9548bda32b2364967a457e9645fa4375da9d1cf85dc8fb150a56a19c3eab12ddef90d58f20a57d02a8720ddb8fef22c569ab6c28d54654f02 WHIRLPOOL ac21dd3afe3b45324daa6e07030203611c9f2de4ad1427ce4bb388d84ade5e38a686b42e0d757adbaa3a91fbb658d94f9f47de61e9ccf4ccc339af4ce1c4fd8d
-DIST nomacs-2.4.4-source.tar.bz2 1448716 SHA256 01b0cb48936ca0214c120a126069c50a9b8fe7ecbdb69bb4e5fe283d6b198257 SHA512 76cd5efaba09584757843e895b5b8293adcdab7df68a7d5bdcf38e9e5df04e38382944cf64293c9820815b9e6328793dd8e46afef5ffeaa80ddc4f7d43290fc2 WHIRLPOOL d858887f66cbbed858c1985313107839a8162052bfb825bc48f344516444a1e184e839c9a067283d7503b98a6993126ade3f39c0a85b50ca534f963335c85513
DIST nomacs-2.4.6-source.tar.bz2 1457529 SHA256 b846e335c768593e9f36cdee1a5c186e7794c76770ea3cadc87cf264153e8960 SHA512 9389df46635e619e198388e8b161a840d15227dd902cf04c250e71211098a10fd808d710ebab71f3e9a437bdca9451f966c46d22c2ce2379b94b678e79e92d71 WHIRLPOOL 97ccd02cbeabda62888ed25065cd24ce9a297b7bae3f9343e903d0223e8107cab601834fbc6dcf31a0b7f8d9e93052ba5a1a08e9c5e006027994c27bdb6f3940
DIST nomacs-3.0.0-source.tar.bz2 1465264 SHA256 a0e30cf2795dc18d1af29435145ea37f0cbb8dfb4013e01f5af267039560e476 SHA512 2a536012eed6ba59227aab9374fc22b7c9d49340d335c6c124cdc8f366f279a62edc37407dff47f1444b0d52f9df13e165ee76d44d453badefbffe5effbf8449 WHIRLPOOL 9a75bba86531b87025b8a01d96c9a12a2549d6d462cc0baeb37e06e37e419cb6e81d3be5c2b4894adb001210429f851dea4035aa281104566d1b168c9a81938d
diff --git a/media-gfx/nomacs/files/nomacs-2.4.2-include.patch b/media-gfx/nomacs/files/nomacs-2.4.2-include.patch
deleted file mode 100644
index abf3d40..0000000
--- a/media-gfx/nomacs/files/nomacs-2.4.2-include.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/DkMath.h
-+++ src/DkMath.h
-@@ -29,6 +29,7 @@
-
- #pragma warning(push, 0) // no warnings from includes - begin
- #include <cmath>
-+#include <float.h>
- #include <QDebug>
- #include <QPointF>
- #include <QPolygonF>
diff --git a/media-gfx/nomacs/nomacs-2.4.2.ebuild b/media-gfx/nomacs/nomacs-2.4.2.ebuild
deleted file mode 100644
index f666011..0000000
--- a/media-gfx/nomacs/nomacs-2.4.2.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit cmake-utils fdo-mime
-
-DESCRIPTION="Qt4-based image viewer"
-HOMEPAGE="http://www.nomacs.org/"
-SRC_URI="mirror://sourceforge/${PN}/${P}-source.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~amd64-linux"
-IUSE="opencv raw tiff webp zip"
-
-REQUIRED_USE="raw? ( opencv ) tiff? ( opencv )"
-
-RDEPEND="
- >=media-gfx/exiv2-0.20[zlib]
- >=dev-qt/qtcore-4.7.0:4
- >=dev-qt/qtgui-4.7.0:4
- opencv? ( >=media-libs/opencv-2.4.0[qt4] )
- raw? ( >=media-libs/libraw-0.14 )
- tiff? ( media-libs/tiff:0= )
- webp? ( >=media-libs/libwebp-0.3.1:= )
- zip? ( dev-libs/quazip )
-"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
-"
-
-PATCHES=(
- "${FILESDIR}/${P}-include.patch"
- "${FILESDIR}/${PN}-3.0.0-opencv3.patch"
-)
-
-src_configure() {
- local mycmakeargs=(
- -DUSE_SYSTEM_WEBP=true
- -DUSE_SYSTEM_QUAZIP=true
- $(cmake-utils_use_enable opencv)
- $(cmake-utils_use_enable raw)
- $(cmake-utils_use_enable tiff)
- $(cmake-utils_use_enable webp)
- $(cmake-utils_use_enable zip QUAZIP)
- )
- cmake-utils_src_configure
-}
-
-pkg_postinst() {
- fdo-mime_desktop_database_update
-}
-
-pkg_postrm() {
- fdo-mime_desktop_database_update
-}
diff --git a/media-gfx/nomacs/nomacs-2.4.4.ebuild b/media-gfx/nomacs/nomacs-2.4.4.ebuild
deleted file mode 100644
index d267681..0000000
--- a/media-gfx/nomacs/nomacs-2.4.4.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit cmake-utils fdo-mime
-
-DESCRIPTION="Qt4-based image viewer"
-HOMEPAGE="http://www.nomacs.org/"
-SRC_URI="mirror://sourceforge/${PN}/${P}-source.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~amd64-linux"
-IUSE="opencv raw tiff webp zip"
-
-REQUIRED_USE="
- raw? ( opencv )
- tiff? ( opencv )
-"
-
-RDEPEND="
- dev-qt/qtcore:4
- dev-qt/qtgui:4
- >=media-gfx/exiv2-0.20:=[zlib]
- opencv? ( >=media-libs/opencv-2.4:=[qt4] )
- raw? ( >=media-libs/libraw-0.14:= )
- tiff? ( media-libs/tiff:0 )
- webp? ( >=media-libs/libwebp-0.3.1:= )
- zip? ( dev-libs/quazip )
-"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
-"
-
-PATCHES=( "${FILESDIR}/${PN}-3.0.0-opencv3.patch" )
-
-src_configure() {
- local mycmakeargs=(
- -DENABLE_QT5=OFF
- $(cmake-utils_use_enable opencv)
- $(cmake-utils_use_enable raw)
- $(cmake-utils_use_enable tiff)
- $(cmake-utils_use_enable webp)
- $(cmake-utils_use_enable zip QUAZIP)
- -DUSE_SYSTEM_WEBP=ON
- -DUSE_SYSTEM_QUAZIP=ON
- )
- cmake-utils_src_configure
-}
-
-pkg_postinst() {
- fdo-mime_desktop_database_update
-}
-
-pkg_postrm() {
- fdo-mime_desktop_database_update
-}
next reply other threads:[~2016-03-06 13:14 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-06 13:14 Davide Pesavento [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-01 10:37 [gentoo-commits] repo/gentoo:master commit in: media-gfx/nomacs/, media-gfx/nomacs/files/ Andreas Sturmlechner
2023-09-03 12:19 Andreas Sturmlechner
2022-01-23 17:58 Stephan Hartmann
2021-02-23 19:53 Andreas Sturmlechner
2019-08-10 1:14 Michael Palimaka
2019-02-07 13:01 Andreas Sturmlechner
2019-01-14 16:04 Andreas Sturmlechner
2018-06-07 10:48 Andreas Sturmlechner
2017-06-20 16:25 Davide Pesavento
2017-01-22 18:33 Andreas Sturmlechner
2017-01-07 20:26 Andreas Sturmlechner
2016-01-31 17:28 Michael Palimaka
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=1457270037.61f16acdacfccb94f6d16314d2145c269b2732f9.pesa@gentoo \
--to=pesa@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