summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-08-02 16:56:14 +0200
committerMichał Górny <mgorny@gentoo.org>2016-08-02 18:09:47 +0200
commit93810f540a96e4f02bbd7e2ddf7b97e5308d1168 (patch)
treed9c2728bd6f9f26cc376dcd02b2bffe776a39576
parentdev-util/xfce4-dev-tools: Prune old (diff)
downloadgentoo-93810f540a96e4f02bbd7e2ddf7b97e5308d1168.tar.gz
gentoo-93810f540a96e4f02bbd7e2ddf7b97e5308d1168.tar.bz2
gentoo-93810f540a96e4f02bbd7e2ddf7b97e5308d1168.zip
media-gfx/ristretto: Prune old
-rw-r--r--media-gfx/ristretto/Manifest1
-rw-r--r--media-gfx/ristretto/ristretto-0.6.3.ebuild37
2 files changed, 0 insertions, 38 deletions
diff --git a/media-gfx/ristretto/Manifest b/media-gfx/ristretto/Manifest
index 554fd6c8059f..b4b8e2134231 100644
--- a/media-gfx/ristretto/Manifest
+++ b/media-gfx/ristretto/Manifest
@@ -1,2 +1 @@
-DIST ristretto-0.6.3.tar.bz2 499323 SHA256 2b6816de298e9a0d9b95662664690713c4123a9ac813a27bdde4727a03472d79 SHA512 996ed14ab749efd2df702a87e559711791bad71226e8b097c630e9c425059805ca52523ef68e8757849837e89a59bbb580459cc45b4e207785aedcfbaf733166 WHIRLPOOL 402b1f1747dc47b39bc08772e8169130aea2e1826fb0fe01b5a40bc669d1d3d37bdf7f1a21ef19108f70382c9843cdc66d99ce21b5def3eadb83dd3dd8f356c3
DIST ristretto-0.8.0.tar.bz2 541473 SHA256 71625324cecda7199acbc95a3ea5132d0dcbf808771e7a209ea2b9503ae4f328 SHA512 067d3e7b5ec4fe3537cc796b94e8b999fc99efdb58c52a2a71160405626a3784caa877724e756b363012dce4719ee534f4ce0c92f2f6f2adaf937da8d5abab99 WHIRLPOOL 85b7dbbf7009b5a100f8fa5302f683df2832d448c5580e94ae8e48cd74ec600b9964b101f774cb9610f63786ffe7f11a779a5a4c333ba4778c058ac2f70d35c9
diff --git a/media-gfx/ristretto/ristretto-0.6.3.ebuild b/media-gfx/ristretto/ristretto-0.6.3.ebuild
deleted file mode 100644
index 494b8c01a90a..000000000000
--- a/media-gfx/ristretto/ristretto-0.6.3.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit xfconf
-
-DESCRIPTION="A fast and lightweight picture viewer for the Xfce desktop environment"
-HOMEPAGE="http://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
- >=dev-libs/glib-2.24
- media-libs/libexif
- x11-libs/cairo
- >=x11-libs/gtk+-2.20:2
- x11-libs/libX11
- >=xfce-base/libxfce4ui-4.10
- >=xfce-base/libxfce4util-4.10
- >=xfce-base/xfconf-4.10"
-DEPEND="${RDEPEND}
- dev-util/intltool
- virtual/pkgconfig
- sys-devel/gettext"
-
-pkg_setup() {
- XFCONF=(
- $(xfconf_use_debug)
- )
-
- DOCS=( AUTHORS ChangeLog NEWS TODO )
-}