diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-11-11 13:55:27 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-11-11 20:06:58 +0100 |
commit | d47a171f749009119d5843aeb058eaf8e7096017 (patch) | |
tree | f704385c69fbcc209e68e41653cc8f7606ec1bc4 /media-gfx/ristretto | |
parent | app-arch/xarchiver: Clean old up (diff) | |
download | gentoo-d47a171f749009119d5843aeb058eaf8e7096017.tar.gz gentoo-d47a171f749009119d5843aeb058eaf8e7096017.tar.bz2 gentoo-d47a171f749009119d5843aeb058eaf8e7096017.zip |
media-gfx/ristretto: Clean old up
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'media-gfx/ristretto')
-rw-r--r-- | media-gfx/ristretto/Manifest | 1 | ||||
-rw-r--r-- | media-gfx/ristretto/ristretto-0.8.2_p20170821.ebuild | 42 |
2 files changed, 0 insertions, 43 deletions
diff --git a/media-gfx/ristretto/Manifest b/media-gfx/ristretto/Manifest index c37cb4b6e6bb..f0bf8e4c282e 100644 --- a/media-gfx/ristretto/Manifest +++ b/media-gfx/ristretto/Manifest @@ -1,2 +1 @@ -DIST ristretto-0.8.2git-rd21ed3c.tar.bz2 584418 BLAKE2B 50d24fa81f4ce59a3a9acdb71a532e8d57399aafc4c20790b4a08ef3584bf3c71af978cb4e53ba6f4821fd4fc02e12600d39b84309ee29a764581855fd43bc75 SHA512 17fe6b5c24d4f4f3b6d28e1c435afbb0140e81a77f2b1c628ab7e05ed380a55a902368dabbb8e92647f08bb8853df8099b8de779d94dc91d3426cc7e33cbcbe3 DIST ristretto-0.8.3.tar.bz2 564745 BLAKE2B 74f6fe50dbbcb538ff370fdefc934921e5878f7422dde577b86acc0ee63a03edaada860f0a91301de4b4ed4ae2fab89d74eccc5f3b9faababa4c71ee07159c33 SHA512 c43b48dfdf9e8ed0ea3c5f2bbac1c837881aa6a467c78377b6f53dcce030b5a3b8134a7b8cbad1008ae758295953fde50a916c284e54e8c5490158e776554514 diff --git a/media-gfx/ristretto/ristretto-0.8.2_p20170821.ebuild b/media-gfx/ristretto/ristretto-0.8.2_p20170821.ebuild deleted file mode 100644 index 1aa62d01ec91..000000000000 --- a/media-gfx/ristretto/ristretto-0.8.2_p20170821.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit gnome2-utils xdg-utils - -MY_P=${P%_p*}git-rd21ed3c -DESCRIPTION="A fast and lightweight picture viewer for Xfce" -HOMEPAGE="https://docs.xfce.org/apps/ristretto/start" -SRC_URI="https://dev.gentoo.org/~mgorny/dist/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86" -IUSE="" - -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" - -S=${WORKDIR}/${MY_P} - -pkg_postinst() { - xdg_desktop_database_update - gnome2_icon_cache_update -} - -pkg_postrm() { - xdg_desktop_database_update - gnome2_icon_cache_update -} |