summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--media-gfx/ristretto/Manifest1
-rw-r--r--media-gfx/ristretto/files/ristretto-0.8.0-fix-appdata-validation.patch25
-rw-r--r--media-gfx/ristretto/files/ristretto-0.8.0-fix-icon-installation.patch20
-rw-r--r--media-gfx/ristretto/ristretto-0.8.0-r1.ebuild41
4 files changed, 0 insertions, 87 deletions
diff --git a/media-gfx/ristretto/Manifest b/media-gfx/ristretto/Manifest
index 9cc1788b853e..2c8a8098b363 100644
--- a/media-gfx/ristretto/Manifest
+++ b/media-gfx/ristretto/Manifest
@@ -1,2 +1 @@
-DIST ristretto-0.8.0.tar.bz2 541473 BLAKE2B 5d13133177b73716ae85426f85e4eab2f2b4b3a9c10ebd3e024ee54bf855ec83ffd5f695eb3a8ba665d609f6af24e76f6e20242f08cc31d015cf35921ccd283c SHA512 067d3e7b5ec4fe3537cc796b94e8b999fc99efdb58c52a2a71160405626a3784caa877724e756b363012dce4719ee534f4ce0c92f2f6f2adaf937da8d5abab99
DIST ristretto-0.8.2git-rd21ed3c.tar.bz2 584418 BLAKE2B 50d24fa81f4ce59a3a9acdb71a532e8d57399aafc4c20790b4a08ef3584bf3c71af978cb4e53ba6f4821fd4fc02e12600d39b84309ee29a764581855fd43bc75 SHA512 17fe6b5c24d4f4f3b6d28e1c435afbb0140e81a77f2b1c628ab7e05ed380a55a902368dabbb8e92647f08bb8853df8099b8de779d94dc91d3426cc7e33cbcbe3
diff --git a/media-gfx/ristretto/files/ristretto-0.8.0-fix-appdata-validation.patch b/media-gfx/ristretto/files/ristretto-0.8.0-fix-appdata-validation.patch
deleted file mode 100644
index e1266ab547b9..000000000000
--- a/media-gfx/ristretto/files/ristretto-0.8.0-fix-appdata-validation.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 3ae341ba0bbf5c0fefcdb02a3674061a6b73f7db Mon Sep 17 00:00:00 2001
-From: Kevin Fenzi <kevin@scrye.com>
-Date: Mon, 2 Mar 2015 15:41:11 +0300
-Subject: appdata fails validation (Bug #11622)
-
-appstream-util fails with "cannot contain a hyperlink".
-
-Signed-off-by: Eric Koegel <eric.koegel@gmail.com>
-
-diff --git a/ristretto.appdata.xml.in b/ristretto.appdata.xml.in
-index 0ff8b22..ea7a96f 100644
---- a/ristretto.appdata.xml.in
-+++ b/ristretto.appdata.xml.in
-@@ -66,7 +66,7 @@
- <release version="0.6.0" timestamp="1335662454">
- <description>
- <_p>This version comes with several changes such as online documentation on
-- http://docs.xfce.org, the option to limit the maximum image-quality to
-+ docs.xfce.org, the option to limit the maximum image-quality to
- the screen dimensions to improve memory-usage and performance - now ristretto
- renders at full quality with this option disabled, only one toolbar - instead
- of two, a quick-launch button on the toolbar to execute an editor, the option
---
-cgit v0.10.1
-
diff --git a/media-gfx/ristretto/files/ristretto-0.8.0-fix-icon-installation.patch b/media-gfx/ristretto/files/ristretto-0.8.0-fix-icon-installation.patch
deleted file mode 100644
index 79eed6b47b7d..000000000000
--- a/media-gfx/ristretto/files/ristretto-0.8.0-fix-icon-installation.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-This should normally patch Makefile.am and use autotools.eclass to re-run
-autoreconf. However, this does not work out of the box and pulling out the big
-artillery to fix a simple typo which will be gone in the next release wasn't
-worth the trouble.
-
-See https://bugs.gentoo.org/542604.
-
-Denis Dupeyron <calchan@gentoo.org>
-
---- icons/128x128/Makefile.in.orig 2015-04-20 21:16:04.376497095 -0600
-+++ icons/128x128/Makefile.in 2015-04-20 21:16:23.423138219 -0600
-@@ -337,7 +337,7 @@
- top_build_prefix = @top_build_prefix@
- top_builddir = @top_builddir@
- top_srcdir = @top_srcdir@
--iconsdir = $(datadir)/icons/hicolor/48x48/apps
-+iconsdir = $(datadir)/icons/hicolor/128x128/apps
- icons_DATA = ristretto.png
- EXTRA_DIST = $(icons_DATA)
- all: all-am
diff --git a/media-gfx/ristretto/ristretto-0.8.0-r1.ebuild b/media-gfx/ristretto/ristretto-0.8.0-r1.ebuild
deleted file mode 100644
index 8974558e41db..000000000000
--- a/media-gfx/ristretto/ristretto-0.8.0-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit xfconf
-
-DESCRIPTION="A fast and lightweight picture viewer for the Xfce desktop environment"
-HOMEPAGE="https://docs.xfce.org/apps/ristretto/start"
-SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
-IUSE="debug"
-
-RDEPEND=">=dev-libs/dbus-glib-0.98:0=
- >=dev-libs/glib-2.24:2=
- media-libs/libexif:0=
- x11-libs/cairo:0=
- >=x11-libs/gtk+-2.20:2=
- x11-libs/libX11:0=
- >=xfce-base/libxfce4ui-4.10:0=
- >=xfce-base/libxfce4util-4.10:0=
- >=xfce-base/xfconf-4.10:0="
-DEPEND="${RDEPEND}
- dev-util/intltool
- virtual/pkgconfig
- sys-devel/gettext"
-
-pkg_setup() {
- PATCHES=(
- "${FILESDIR}"/${P}-fix-appdata-validation.patch
- "${FILESDIR}"/${P}-fix-icon-installation.patch
- )
-
- XFCONF=(
- $(xfconf_use_debug)
- )
-
- DOCS=( AUTHORS ChangeLog NEWS TODO )
-}