summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2018-09-09 12:47:42 +0300
committerMikle Kolyada <zlogene@gentoo.org>2018-09-09 12:47:57 +0300
commitc05008b1c6e25f7d07244d6cf8d08aacd777ff1d (patch)
tree1a46bb1e5382005bf9a491f11aac81897c560a71
parentmedia-gfx/fotoxx: amd64 stable wrt bug #665304 (diff)
downloadgentoo-c05008b1c6e25f7d07244d6cf8d08aacd777ff1d.tar.gz
gentoo-c05008b1c6e25f7d07244d6cf8d08aacd777ff1d.tar.bz2
gentoo-c05008b1c6e25f7d07244d6cf8d08aacd777ff1d.zip
media-gfx/fotoxx: Drop old
Package-Manager: Portage-2.3.40, Repoman-2.3.9
-rw-r--r--media-gfx/fotoxx/Manifest1
-rw-r--r--media-gfx/fotoxx/files/fotoxx-13.11.1.patch44
-rw-r--r--media-gfx/fotoxx/fotoxx-13.11.1.ebuild54
3 files changed, 0 insertions, 99 deletions
diff --git a/media-gfx/fotoxx/Manifest b/media-gfx/fotoxx/Manifest
index 4a07cc7e96f1..64a1ae728f60 100644
--- a/media-gfx/fotoxx/Manifest
+++ b/media-gfx/fotoxx/Manifest
@@ -1,2 +1 @@
-DIST fotoxx-13.11.1.tar.gz 2473330 BLAKE2B 838772cfd6939dafdc58e52a264f86027e9a5dc65ab9ffc82afc11c114ffa71c60e11f1eb54c182696c1ea9231acbd8eb293d1bba485960f26c0ffe8df5b0323 SHA512 c880f5f1a67f12ab081820d4a897912e20985dbad0096d2f4ef1f37d0b2b626dd66c69a593e57b31432a67f79eadd4ea8022dcde01bec865f71ecbfec456caa2
DIST fotoxx-15.05.tar.gz 3573278 BLAKE2B 0a7f564b2a31cf7db131d8a09a8624f087b7a5beb377949843d99d5933d5b16fb270177fe233f943af7f26753fffc6a52a5a5feea18c065f0dd99a74256a33f0 SHA512 07155e5f32c0ada33dd95de333a4a124c9fc56b3807bb2edc2b078f0eab37968f374f84701bb8ce9b200f00ed4587c83f772899ba39527378d3527050960ac0e
diff --git a/media-gfx/fotoxx/files/fotoxx-13.11.1.patch b/media-gfx/fotoxx/files/fotoxx-13.11.1.patch
deleted file mode 100644
index c37df02558b5..000000000000
--- a/media-gfx/fotoxx/files/fotoxx-13.11.1.patch
+++ /dev/null
@@ -1,44 +0,0 @@
-diff -r -U1 fotoxx-13.08.1.orig/Makefile fotoxx-13.08.1/Makefile
---- fotoxx-13.08.1.orig/Makefile 2013-08-13 15:53:00.000000000 +0700
-+++ fotoxx-13.08.1/Makefile 2013-08-16 04:37:03.009099149 +0700
-@@ -5,4 +5,4 @@
- # defaults for parameters that may be pre-defined
--CXXFLAGS ?= -O2 -Wall -ggdb
--LDFLAGS ?= -rdynamic
-+CXXFLAGS += -Wall -Wno-deprecated-declarations
-+LDFLAGS += -rdynamic
- PREFIX ?= /usr
-@@ -15,3 +15,3 @@
- LOCALESDIR = $(SHAREDIR)/locales
--DOCDIR = $(PREFIX)/share/doc/fotoxx
-+DOCDIR = $(PREFIX)/share/doc/$(PF)
- MANDIR = $(PREFIX)/share/man/man1
-@@ -19,4 +19,4 @@
-
--CFLAGS = $(CXXFLAGS) -c `pkg-config --cflags gtk+-3.0`
--LIBS = `pkg-config --libs gtk+-3.0`
-+CFLAGS = $(CXXFLAGS) -c -DPF=\"$(PF)\" `pkg-config --cflags gtk+-3.0`
-+LIBS = `pkg-config --libs gtk+-3.0` -lpthread
-
-@@ -78,3 +78,2 @@
- rm -f $(DESTDIR)$(MANDIR)/fotoxx.1.gz
-- xdg-desktop-menu uninstall $(DESTDIR)$(MENUFILE)
- rm -f $(DESTDIR)$(MENUFILE)
-@@ -97,5 +96,2 @@
- rm -f fotoxx.1.gz
-- # menu (desktop) file
-- cp -f desktop $(DESTDIR)$(MENUFILE)
-- xdg-desktop-menu install --novendor $(DESTDIR)$(MENUFILE)
-
-@@ -106,3 +102,2 @@
- rm -f $(DESTDIR)$(MANDIR)/fotoxx.1.gz
-- xdg-desktop-menu uninstall $(DESTDIR)$(MENUFILE)
- rm -f $(DESTDIR)$(MENUFILE)
-diff -r -U1 fotoxx-13.08.1.orig/zfuncs.cc fotoxx-13.08.1/zfuncs.cc
---- fotoxx-13.08.1.orig/zfuncs.cc 2013-08-13 15:53:00.000000000 +0700
-+++ fotoxx-13.08.1/zfuncs.cc 2013-08-16 04:31:58.882119673 +0700
-@@ -3947,3 +3947,3 @@
- strncatv(zlocalesdir,199,work,"/share/",zappname,"/locales",null); // /prefix/share/appname/locales
-- strncatv(zdocdir,199,work,"/share/doc/",zappname,null); // /prefix/share/doc/appname
-+ strncatv(zdocdir,199,work,"/share/doc/",PF,null); // /prefix/share/doc/$(PF)
-
diff --git a/media-gfx/fotoxx/fotoxx-13.11.1.ebuild b/media-gfx/fotoxx/fotoxx-13.11.1.ebuild
deleted file mode 100644
index 67684ae938d2..000000000000
--- a/media-gfx/fotoxx/fotoxx-13.11.1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils toolchain-funcs fdo-mime
-
-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="
- x11-libs/gtk+:3
- media-libs/libpng
- media-libs/tiff
- media-libs/lcms:2"
-RDEPEND="${DEPEND}
- media-libs/exiftool
- media-gfx/ufraw[gtk]
- media-gfx/dcraw
- x11-misc/xdg-utils"
-
-src_prepare() {
- epatch "${FILESDIR}"/${PF}.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
- docompress -x /usr/share/doc
-}
-
-pkg_postinst() {
- fdo-mime_mime_database_update
- fdo-mime_desktop_database_update
-}
-
-pkg_postrm() {
- fdo-mime_desktop_database_update
- fdo-mime_mime_database_update
-}