summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-03-25 17:46:48 +0200
committerMichał Górny <mgorny@gentoo.org>2018-03-25 19:26:57 +0200
commit99fa37ee9a1163ef2ff26f8d10722196d58aeaac (patch)
tree1d15299050d69d979c3135d699bab2e2041e2724 /media-gfx
parentdev-util/xfce4-dev-tools: Drop old (diff)
downloadgentoo-99fa37ee9a1163ef2ff26f8d10722196d58aeaac.tar.gz
gentoo-99fa37ee9a1163ef2ff26f8d10722196d58aeaac.tar.bz2
gentoo-99fa37ee9a1163ef2ff26f8d10722196d58aeaac.zip
media-gfx/ristretto: Drop old
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/ristretto/Manifest1
-rw-r--r--media-gfx/ristretto/ristretto-0.8.2.ebuild36
2 files changed, 0 insertions, 37 deletions
diff --git a/media-gfx/ristretto/Manifest b/media-gfx/ristretto/Manifest
index 76fc3845a52f..9cc1788b853e 100644
--- a/media-gfx/ristretto/Manifest
+++ b/media-gfx/ristretto/Manifest
@@ -1,3 +1,2 @@
DIST ristretto-0.8.0.tar.bz2 541473 BLAKE2B 5d13133177b73716ae85426f85e4eab2f2b4b3a9c10ebd3e024ee54bf855ec83ffd5f695eb3a8ba665d609f6af24e76f6e20242f08cc31d015cf35921ccd283c SHA512 067d3e7b5ec4fe3537cc796b94e8b999fc99efdb58c52a2a71160405626a3784caa877724e756b363012dce4719ee534f4ce0c92f2f6f2adaf937da8d5abab99
-DIST ristretto-0.8.2.tar.bz2 559444 BLAKE2B a44cb653fca2452d787b2d69b556fddc9f6f9d0ae2a447d411649b37d49398700ed216af6348de98124468b3a4fd2b10d9b3a7f75c3438d5e14127bacbced50d SHA512 bceef420ebb6e5ab89f339cb4d173bbdd3abc09df5f7dd4551e5c8484e226af6a4ef7b131888926027bae901fd05278cf29de296588723142bd6d0bd8afc312e
DIST ristretto-0.8.2git-rd21ed3c.tar.bz2 584418 BLAKE2B 50d24fa81f4ce59a3a9acdb71a532e8d57399aafc4c20790b4a08ef3584bf3c71af978cb4e53ba6f4821fd4fc02e12600d39b84309ee29a764581855fd43bc75 SHA512 17fe6b5c24d4f4f3b6d28e1c435afbb0140e81a77f2b1c628ab7e05ed380a55a902368dabbb8e92647f08bb8853df8099b8de779d94dc91d3426cc7e33cbcbe3
diff --git a/media-gfx/ristretto/ristretto-0.8.2.ebuild b/media-gfx/ristretto/ristretto-0.8.2.ebuild
deleted file mode 100644
index 7c1f99c4c960..000000000000
--- a/media-gfx/ristretto/ristretto-0.8.2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2017 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 ~arm64 ~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 )
-}