summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-04-05 00:24:10 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-04-05 01:02:59 +0200
commit1c47c8eaa775d1d971075cbdbfb48f38e725f327 (patch)
tree0748db0d20896b9943623c4e947ee9be3774a2a0
parent6d55350b89630e366023c9800f8a8c8f1710d449 (diff)
downloadgentoo-1c47c8eaa775d1d971075cbdbfb48f38e725f327.tar.gz
gentoo-1c47c8eaa775d1d971075cbdbfb48f38e725f327.tar.xz
media-gfx/fotoxx: Drop 15.04.1
Package-Manager: Portage-2.3.28, Repoman-2.3.9
-rw-r--r--media-gfx/fotoxx/Manifest1
-rw-r--r--media-gfx/fotoxx/files/fotoxx-15.04.1.patch13
-rw-r--r--media-gfx/fotoxx/fotoxx-15.04.1.ebuild52
3 files changed, 0 insertions, 66 deletions
diff --git a/media-gfx/fotoxx/Manifest b/media-gfx/fotoxx/Manifest
index b5d0ac061f6..4a07cc7e96f 100644
--- a/media-gfx/fotoxx/Manifest
+++ b/media-gfx/fotoxx/Manifest
@@ -1,3 +1,2 @@
DIST fotoxx-13.11.1.tar.gz 2473330 BLAKE2B 838772cfd6939dafdc58e52a264f86027e9a5dc65ab9ffc82afc11c114ffa71c60e11f1eb54c182696c1ea9231acbd8eb293d1bba485960f26c0ffe8df5b0323 SHA512 c880f5f1a67f12ab081820d4a897912e20985dbad0096d2f4ef1f37d0b2b626dd66c69a593e57b31432a67f79eadd4ea8022dcde01bec865f71ecbfec456caa2
-DIST fotoxx-15.04.1.tar.gz 3491468 BLAKE2B 02d94f354c1a61e2249e6016a270a9d9b027f3327837958008e51f2b20e63e86dd2dfa7ef234b7cef44e42110fea740f2b1ae4ffd401a9057d5b89a4746170d0 SHA512 d70fb437a4aacc18754a7df90fe3b23287ed3d31cbc545ed75ab3eb20cba6c83b4394251553b795c87ab2ecffe551905f9a39d19fead82fabafd646a9691313f
DIST fotoxx-15.05.tar.gz 3573278 BLAKE2B 0a7f564b2a31cf7db131d8a09a8624f087b7a5beb377949843d99d5933d5b16fb270177fe233f943af7f26753fffc6a52a5a5feea18c065f0dd99a74256a33f0 SHA512 07155e5f32c0ada33dd95de333a4a124c9fc56b3807bb2edc2b078f0eab37968f374f84701bb8ce9b200f00ed4587c83f772899ba39527378d3527050960ac0e
diff --git a/media-gfx/fotoxx/files/fotoxx-15.04.1.patch b/media-gfx/fotoxx/files/fotoxx-15.04.1.patch
deleted file mode 100644
index 15fdaa9abac..00000000000
--- a/media-gfx/fotoxx/files/fotoxx-15.04.1.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -r -U1 fotoxx-14.10.2.orig/Makefile fotoxx-14.10.2/Makefile
---- fotoxx-14.10.2.orig/Makefile 2014-10-09 15:17:09.000000000 +0700
-+++ fotoxx-14.10.2/Makefile 2014-10-13 20:44:55.061728475 +0700
-@@ -16,3 +16,3 @@
- LOCALESDIR = $(SHAREDIR)/locales
--DOCDIR = $(PREFIX)/share/doc/fotoxx
-+DOCDIR = $(PREFIX)/share/doc/$(PF)
- MANDIR = $(PREFIX)/share/man/man1
-@@ -90,4 +90,2 @@
- rm -f fotoxx.1.gz
-- # menu (desktop) file
-- cp -f desktop $(DESTDIR)$(MENUFILE)
-
diff --git a/media-gfx/fotoxx/fotoxx-15.04.1.ebuild b/media-gfx/fotoxx/fotoxx-15.04.1.ebuild
deleted file mode 100644
index 5ef117c20f7..00000000000
--- a/media-gfx/fotoxx/fotoxx-15.04.1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit desktop toolchain-funcs xdg-utils
-
-DESCRIPTION="Program for improving image files made with a digital camera"
-HOMEPAGE="http://www.kornelix.com/fotoxx.html"
-SRC_URI="http://www.kornelix.com/uploads/1/3/0/3/13035936/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
- media-libs/libpng
- media-libs/tiff
- media-libs/lcms:2
- x11-libs/gtk+:3"
-RDEPEND="${DEPEND}
- media-gfx/ufraw[gtk]
- media-gfx/dcraw
- media-libs/exiftool
- x11-misc/xdg-utils"
-
-PATCHES=( "${FILESDIR}"/${P}.patch )
-
-src_compile() {
- tc-export CXX
- emake
-}
-
-src_install() {
- # For the Help menu items to work, *.html must be in /usr/share/doc/${PF},
- # and README, changelog, translations, edit-menus, KB-shortcuts must not be compressed
- emake DESTDIR="${D}" install
- newmenu desktop ${PN}.desktop
- rm -f "${D}"/usr/share/doc/${PF}/*.man || die
- docompress -x /usr/share/doc
-}
-
-pkg_postinst() {
- xdg_desktop_database_update
- xdg_mimeinfo_database_update
-}
-
-pkg_postrm() {
- xdg_desktop_database_update
- xdg_mimeinfo_database_update
-}