public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Markus Meier" <maekke@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/hugin/
Date: Sun,  7 May 2017 08:31:13 +0000 (UTC)	[thread overview]
Message-ID: <1494145778.c940f26b464ce9487e9a8184bd98be3f29d5f580.maekke@gentoo> (raw)

commit:     c940f26b464ce9487e9a8184bd98be3f29d5f580
Author:     Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Sun May  7 08:29:38 2017 +0000
Commit:     Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Sun May  7 08:29:38 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c940f26b

media-gfx/hugin: remove old

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 media-gfx/hugin/Manifest                 |  2 -
 media-gfx/hugin/hugin-2015.0.0-r1.ebuild | 86 --------------------------------
 media-gfx/hugin/hugin-2016.0.0.ebuild    | 86 --------------------------------
 3 files changed, 174 deletions(-)

diff --git a/media-gfx/hugin/Manifest b/media-gfx/hugin/Manifest
index d1db1a808b9..ea5223efbc3 100644
--- a/media-gfx/hugin/Manifest
+++ b/media-gfx/hugin/Manifest
@@ -1,3 +1 @@
-DIST hugin-2015.0.0.tar.bz2 10611519 SHA256 2cd93c110be95d439f9e68653f3738d059a26f5c28973f75475ef59cbaa2cbbd SHA512 bb2acf4dea80d43280778f67594dd1ddb0c2e186bcbaafe460fe47e0bd464ae2191b9b25344245e7267316e602ac2179cc838a0dcecb0d408c2206890a5ab6a2 WHIRLPOOL f9d47da7962a19894f323b85084fc7fda925ed5041188ffb1fbcea09ce7719baa7b26c95c66ec22139d24b683d6b1cba8b821949c166814e435efc5fc0e0a11e
-DIST hugin-2016.0.0.tar.bz2 10508576 SHA256 b030b05b248b583cf9a26817f5b350303e3ce2c8bc4b43d45f697fbdf55b65e6 SHA512 029b30c39bb29de5cfb3c8d7d713d58662abf14311279e984f62cf7287edb9c9efdafdcb6990ba320d6098c4dd1de09dd9ceec9925eb52dafd234261a9615fd1 WHIRLPOOL 2c21670944ba7fecb969499b21b279abb8bc77c5f9f5c5eab1576601b1d496576c0b53bc1e24d29e974d44f38e95da1ca32eeed198fa53f3f382fc4e3b8ddaa4
 DIST hugin-2016.2.0.tar.bz2 10386216 SHA256 54ab1bc8dd94d83c02bfd4082c4454b3b33f0fa56bc17b45cf3e89be87691f15 SHA512 9c652e685d0135afef6418bdf5fce39cec8ef1ec0dbe3a325151957c91495db0a2a3171ee04a28955a638493913c1bc800a90c37347ad17612584646c8a65510 WHIRLPOOL 4a61d4aa9d9362b03a04cdff192247c3d71b1e10bac5495165b870e47de2d66890c5895e94a56059df21be8c072600f7c6b18f66584979d40b755fcc1d8a9a64

diff --git a/media-gfx/hugin/hugin-2015.0.0-r1.ebuild b/media-gfx/hugin/hugin-2015.0.0-r1.ebuild
deleted file mode 100644
index 3f8b634cf8c..00000000000
--- a/media-gfx/hugin/hugin-2015.0.0-r1.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-WX_GTK_VER="3.0"
-PYTHON_COMPAT=( python{2_7,3_4} )
-
-inherit python-single-r1 wxwidgets versionator cmake-utils
-
-DESCRIPTION="GUI for the creation & processing of panoramic images"
-HOMEPAGE="http://hugin.sf.net"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2 SIFT"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-
-LANGS=" ca@valencia ca_ES cs_CZ da de en_GB es eu fi fr hu it ja nl pl pt_BR ro ru sk sv zh_CN zh_TW"
-IUSE="debug lapack python sift $(echo ${LANGS//\ /\ linguas_})"
-
-CDEPEND="
-	!!dev-util/cocom
-	dev-db/sqlite:3
-	>=dev-libs/boost-1.49.0-r1:=
-	dev-libs/zthread
-	>=media-gfx/enblend-4.0
-	media-gfx/exiv2:=
-	media-libs/freeglut
-	media-libs/glew:=
-	>=media-libs/libpano13-2.9.19_beta1:0=
-	media-libs/libpng:0=
-	media-libs/openexr:=
-	media-libs/tiff:0
-	>=media-libs/vigra-1.9.0[openexr]
-	sci-libs/fftw:=
-	sys-libs/zlib
-	virtual/glu
-	virtual/jpeg:0
-	virtual/opengl
-	x11-libs/wxGTK:3.0=[X,opengl]
-	lapack? ( virtual/blas virtual/lapack )
-	python? ( ${PYTHON_DEPS} )
-	sift? ( media-gfx/autopano-sift-C )"
-RDEPEND="${CDEPEND}
-	media-libs/exiftool"
-DEPEND="${CDEPEND}
-	dev-cpp/tclap
-	sys-devel/gettext
-	virtual/pkgconfig
-	python? ( >=dev-lang/swig-2.0.4 )"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-S=${WORKDIR}/${PN}-$(get_version_component_range 1-3)
-
-pkg_setup() {
-	DOCS="authors.txt README TODO"
-	mycmakeargs=(
-		$(cmake-utils_use_enable lapack LAPACK)
-		$(cmake-utils_use_build python HSI)
-	)
-	use python && python-single-r1_pkg_setup
-}
-
-src_prepare() {
-	sed \
-		-e 's:-O3::g' \
-		-i src/celeste/CMakeLists.txt || die
-	rm CMakeModules/{FindLAPACK,FindPkgConfig}.cmake || die
-
-	cmake-utils_src_prepare
-}
-
-src_install() {
-	cmake-utils_src_install
-	use python && python_optimize
-
-	for lang in ${LANGS} ; do
-		case ${lang} in
-			ca@valencia) dir=ca_ES@valencia;;
-			*) dir=${lang};;
-		esac
-		use linguas_${lang} || rm -r "${D}"/usr/share/locale/${dir}
-	done
-}

diff --git a/media-gfx/hugin/hugin-2016.0.0.ebuild b/media-gfx/hugin/hugin-2016.0.0.ebuild
deleted file mode 100644
index 01a27b1e9e1..00000000000
--- a/media-gfx/hugin/hugin-2016.0.0.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-WX_GTK_VER="3.0"
-PYTHON_COMPAT=( python{2_7,3_4} )
-
-inherit python-single-r1 wxwidgets versionator cmake-utils
-
-DESCRIPTION="GUI for the creation & processing of panoramic images"
-HOMEPAGE="http://hugin.sf.net"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2 SIFT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-LANGS=" ca@valencia ca_ES cs_CZ da de en_GB es eu fi fr hu it ja nl pl pt_BR ro ru sk sv zh_CN zh_TW"
-IUSE="debug lapack python sift $(echo ${LANGS//\ /\ linguas_})"
-
-CDEPEND="
-	!!dev-util/cocom
-	dev-db/sqlite:3
-	>=dev-libs/boost-1.49.0-r1:0=
-	dev-libs/zthread
-	>=media-gfx/enblend-4.0
-	media-gfx/exiv2:=
-	media-libs/freeglut
-	media-libs/glew:=
-	>=media-libs/libpano13-2.9.19_beta1:0=
-	media-libs/libpng:0=
-	media-libs/openexr:=
-	media-libs/tiff:0
-	>=media-libs/vigra-1.9.0[openexr]
-	sci-libs/fftw:=
-	sys-libs/zlib
-	virtual/glu
-	virtual/jpeg:0
-	virtual/opengl
-	x11-libs/wxGTK:3.0=[X,opengl]
-	lapack? ( virtual/blas virtual/lapack )
-	python? ( ${PYTHON_DEPS} )
-	sift? ( media-gfx/autopano-sift-C )"
-RDEPEND="${CDEPEND}
-	media-libs/exiftool"
-DEPEND="${CDEPEND}
-	dev-cpp/tclap
-	sys-devel/gettext
-	virtual/pkgconfig
-	python? ( >=dev-lang/swig-2.0.4 )"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-S=${WORKDIR}/${PN}-$(get_version_component_range 1-3)
-
-pkg_setup() {
-	DOCS="authors.txt README TODO"
-	mycmakeargs=(
-		-DBUILD_HSI=$(usex python ON OFF)
-		-DENABLE_LAPACK=$(usex lapack ON OFF)
-	)
-	use python && python-single-r1_pkg_setup
-}
-
-src_prepare() {
-	sed \
-		-e 's:-O3::g' \
-		-i src/celeste/CMakeLists.txt || die
-	rm CMakeModules/{FindLAPACK,FindPkgConfig}.cmake || die
-
-	cmake-utils_src_prepare
-}
-
-src_install() {
-	cmake-utils_src_install
-	use python && python_optimize
-
-	for lang in ${LANGS} ; do
-		case ${lang} in
-			ca@valencia) dir=ca_ES@valencia;;
-			*) dir=${lang};;
-		esac
-		use linguas_${lang} || rm -r "${D}"/usr/share/locale/${dir}
-	done
-}


             reply	other threads:[~2017-05-07  8:31 UTC|newest]

Thread overview: 80+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-07  8:31 Markus Meier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-22 20:44 [gentoo-commits] repo/gentoo:master commit in: media-gfx/hugin/ Andreas K. Hüttel
2024-12-12  2:46 Sam James
2024-12-12  2:46 Sam James
2024-11-24 18:55 Markus Meier
2024-11-17 12:50 Markus Meier
2024-10-31 20:47 Markus Meier
2024-09-18 20:40 Markus Meier
2024-09-14 19:41 Markus Meier
2024-03-13  0:54 Sam James
2024-03-12 14:38 Arthur Zamarin
2024-03-12  0:39 Sam James
2023-12-21 18:30 Markus Meier
2023-09-23 20:08 Sam James
2023-02-16 17:13 Michał Górny
2023-02-01 19:27 Andreas Sturmlechner
2022-12-19 19:24 Markus Meier
2022-12-16  4:30 Sam James
2022-07-11  2:50 Sam James
2022-05-19 19:46 Markus Meier
2022-03-01  0:02 Sam James
2022-02-28 23:58 Sam James
2022-02-28  5:21 Sam James
2022-02-18 18:14 Sam James
2022-01-01 17:07 Markus Meier
2021-12-25 10:49 Markus Meier
2021-10-16 23:15 Andreas K. Hüttel
2021-04-20  7:37 Michał Górny
2021-02-28 12:26 Andreas Sturmlechner
2021-02-19 19:32 Thomas Deutschmann
2021-02-18  8:40 Sam James
2021-02-17  0:10 Sam James
2021-01-28 17:42 Sam James
2021-01-27  3:28 Sam James
2020-12-20  9:14 Markus Meier
2020-12-17 19:48 Markus Meier
2020-12-05  7:19 Miroslav Šulc
2020-10-25 19:01 Andreas K. Hüttel
2020-06-18 17:51 Markus Meier
2020-06-06 23:18 Andreas K. Hüttel
2020-05-11  9:26 Agostino Sarubbo
2020-05-10 17:42 Mart Raudsepp
2020-02-10 11:54 Michał Górny
2020-02-02 18:38 Tim Harder
2019-12-30 13:13 Markus Meier
2019-12-25 13:28 Markus Meier
2019-12-04 16:37 Aaron Bauman
2019-05-21 13:00 Andreas Sturmlechner
2019-05-20 17:22 Aaron Bauman
2019-05-19 20:59 Mikle Kolyada
2019-04-24 21:20 Ulrich Müller
2019-04-06 12:14 Markus Meier
2019-03-24 19:07 Markus Meier
2019-03-17 12:59 Andreas Sturmlechner
2018-07-09  1:29 Thomas Deutschmann
2018-06-24 13:51 Jason Zaman
2018-06-22 19:29 Andreas Hüttel
2018-04-26  5:02 Matt Turner
2018-02-04 17:11 Markus Meier
2018-02-03 17:01 Markus Meier
2018-01-28 20:41 Markus Meier
2017-12-29 12:15 Markus Meier
2017-12-09 23:31 Andreas Hüttel
2017-07-03 18:41 Markus Meier
2017-06-18  9:04 Markus Meier
2017-06-04  7:18 Markus Meier
2017-05-06 17:20 Agostino Sarubbo
2017-05-06 16:48 Agostino Sarubbo
2016-11-07 19:17 David Seifert
2016-11-07 18:05 David Seifert
2016-11-06 18:11 David Seifert
2016-09-23  5:03 Markus Meier
2016-07-10  9:14 Markus Meier
2016-04-20 15:13 Ian Stakenvicius
2016-03-20 10:39 Markus Meier
2016-03-13 12:28 Markus Meier
2016-03-10 18:05 Markus Meier
2015-11-07  7:50 Markus Meier
2015-11-03 16:18 Agostino Sarubbo
2015-10-27 12:18 Agostino Sarubbo

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=1494145778.c940f26b464ce9487e9a8184bd98be3f29d5f580.maekke@gentoo \
    --to=maekke@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