summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-06-09 08:51:54 +0200
committerMichał Górny <mgorny@gentoo.org>2017-06-09 09:38:46 +0200
commit3031c4e6f5e326857656f687598028dafad6fb98 (patch)
tree6fada62e32e65369a5534f7c3671452c91883dea /media-gfx/ristretto
parentdev-ruby/logging: add 2.2.2 (diff)
downloadgentoo-3031c4e6f5e326857656f687598028dafad6fb98.tar.gz
gentoo-3031c4e6f5e326857656f687598028dafad6fb98.tar.bz2
gentoo-3031c4e6f5e326857656f687598028dafad6fb98.zip
media-gfx/ristretto: Clean old up
Diffstat (limited to 'media-gfx/ristretto')
-rw-r--r--media-gfx/ristretto/Manifest1
-rw-r--r--media-gfx/ristretto/ristretto-0.8.1.ebuild36
2 files changed, 0 insertions, 37 deletions
diff --git a/media-gfx/ristretto/Manifest b/media-gfx/ristretto/Manifest
index b396387e90b4..527eb9c07aa1 100644
--- a/media-gfx/ristretto/Manifest
+++ b/media-gfx/ristretto/Manifest
@@ -1,3 +1,2 @@
DIST ristretto-0.8.0.tar.bz2 541473 SHA256 71625324cecda7199acbc95a3ea5132d0dcbf808771e7a209ea2b9503ae4f328 SHA512 067d3e7b5ec4fe3537cc796b94e8b999fc99efdb58c52a2a71160405626a3784caa877724e756b363012dce4719ee534f4ce0c92f2f6f2adaf937da8d5abab99 WHIRLPOOL 85b7dbbf7009b5a100f8fa5302f683df2832d448c5580e94ae8e48cd74ec600b9964b101f774cb9610f63786ffe7f11a779a5a4c333ba4778c058ac2f70d35c9
-DIST ristretto-0.8.1.tar.bz2 538787 SHA256 0b4c90c585166c958d479075b98da6e28ca500bda6f4d3443f20e0a2172030ee SHA512 3b56670ee48e7260ca96a24234e7f6e75960927f7acc25d561ee1bfa814109383cd448e8b629f8b8efe3433a591f44af5afb2aa7e8a5d25391934cd2c2d47013 WHIRLPOOL 8d83089d8a348e3cd91fcf6a9317176b1022e50574113e9b9ace6d0f3e0cf345d357dc452fb99eacf439c9afbacf28731ff6dbc98c8f84b75af69b950ef31359
DIST ristretto-0.8.2.tar.bz2 559444 SHA256 f8f3b77ca6fc77ddf8cff1bb52e5c5802c462663f72f324393b3a0360f6901b8 SHA512 bceef420ebb6e5ab89f339cb4d173bbdd3abc09df5f7dd4551e5c8484e226af6a4ef7b131888926027bae901fd05278cf29de296588723142bd6d0bd8afc312e WHIRLPOOL 85da22ada74afe3fff268d316823979c1992d8e705a97a9d92bb6bcf7fea9b25d69ba59cf399a45d775561ec28758b7ee5012ab238e76d4e169eac1eb32fada9
diff --git a/media-gfx/ristretto/ristretto-0.8.1.ebuild b/media-gfx/ristretto/ristretto-0.8.1.ebuild
deleted file mode 100644
index 22a57d8633b4..000000000000
--- a/media-gfx/ristretto/ristretto-0.8.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2016 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://goodies.xfce.org/projects/applications/ristretto"
-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() {
- XFCONF=(
- $(xfconf_use_debug)
- )
-
- DOCS=( AUTHORS ChangeLog NEWS TODO )
-}