From dd410f413dbf2bdc3d6b0353aeb59a98d6c56d54 Mon Sep 17 00:00:00 2001 From: Mikle Kolyada Date: Sat, 11 May 2019 20:00:13 +0300 Subject: app-text/xfbib: remove last rited package Signed-off-by: Mikle Kolyada --- app-text/xfbib/Manifest | 1 - app-text/xfbib/files/xfbib-0.0.2-validate.patch | 19 ----------- app-text/xfbib/metadata.xml | 8 ----- app-text/xfbib/xfbib-0.0.2-r2.ebuild | 42 ------------------------- 4 files changed, 70 deletions(-) delete mode 100644 app-text/xfbib/Manifest delete mode 100644 app-text/xfbib/files/xfbib-0.0.2-validate.patch delete mode 100644 app-text/xfbib/metadata.xml delete mode 100644 app-text/xfbib/xfbib-0.0.2-r2.ebuild (limited to 'app-text/xfbib') diff --git a/app-text/xfbib/Manifest b/app-text/xfbib/Manifest deleted file mode 100644 index 62f018ed762d..000000000000 --- a/app-text/xfbib/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST xfbib-0.0.2.tar.bz2 340703 BLAKE2B 4f15fb39fc55e06b5cde8961db27661f3f2f2e954e52e809105fb7f3326f54c63e63acb6fa21585da8a5aa340eafd4bc33df73822fe9f6ac7a04e67d95db6e0a SHA512 7f6f812bfdb6b95574f66b63e51fb1a70ce20fd795b6070b055cdc8e753656a266237be92a7e60865d9f1e5fa750be0af3404ecf219a8a5d89dde505c759aebc diff --git a/app-text/xfbib/files/xfbib-0.0.2-validate.patch b/app-text/xfbib/files/xfbib-0.0.2-validate.patch deleted file mode 100644 index a072b730c3a6..000000000000 --- a/app-text/xfbib/files/xfbib-0.0.2-validate.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- xfbib.desktop -+++ xfbib.desktop -@@ -1,13 +1,11 @@ -- - [Desktop Entry] --Encoding=UTF-8 - Name=Xfbib - Exec=xfbib - Icon=xfbib - Type=Application - Comment=A BibTeX editor for Xfce --Terminal=0 --MimeType=text/x-bibtex --Categories=Application;Office;GTK; -+Terminal=false -+MimeType=text/x-bibtex; -+Categories=Office;GTK; - GenericName= - StartupNotify=false diff --git a/app-text/xfbib/metadata.xml b/app-text/xfbib/metadata.xml deleted file mode 100644 index 359901b31db4..000000000000 --- a/app-text/xfbib/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - xfce@gentoo.org - XFCE Team - - diff --git a/app-text/xfbib/xfbib-0.0.2-r2.ebuild b/app-text/xfbib/xfbib-0.0.2-r2.ebuild deleted file mode 100644 index 2a24e6eae3ee..000000000000 --- a/app-text/xfbib/xfbib-0.0.2-r2.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 - -DESCRIPTION="a lightweight BibTeX editor" -HOMEPAGE="https://goodies.xfce.org/projects/applications/xfbib" -SRC_URI="https://goodies.xfce.org/releases/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND=">=dev-libs/glib-2.12 - >=x11-libs/gtk+-2.10:2 - >=xfce-base/libxfcegui4-4.2 - >=xfce-base/libxfce4ui-4.8 - >=xfce-base/libxfce4util-4.8" -DEPEND="${RDEPEND} - dev-util/intltool - sys-devel/gettext - virtual/pkgconfig" - -DOCS=( AUTHORS ChangeLog NEWS README TODO ) - -src_prepare() { - eapply -p0 "${FILESDIR}"/${P}-validate.patch - default -} - -pkg_postinst() { - gnome2_icon_cache_update - xdg_desktop_database_update -} - -pkg_postrm() { - gnome2_icon_cache_update - xdg_desktop_database_update -} -- cgit v1.2.3-65-gdbad