sci-chemistry/chemical-mime-data: Drop old
authorPacho Ramos <pacho@gentoo.org>
Sun, 5 Apr 2020 10:01:30 +0000 (12:01 +0200)
committerPacho Ramos <pacho@gentoo.org>
Sun, 5 Apr 2020 10:01:30 +0000 (12:01 +0200)
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
sci-chemistry/chemical-mime-data/chemical-mime-data-0.1.94-r3.ebuild [deleted file]

diff --git a/sci-chemistry/chemical-mime-data/chemical-mime-data-0.1.94-r3.ebuild b/sci-chemistry/chemical-mime-data/chemical-mime-data-0.1.94-r3.ebuild
deleted file mode 100644 (file)
index 7989cf9..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools xdg
-
-DESCRIPTION="A collection of data files to add support for chemical MIME types"
-HOMEPAGE="https://github.com/dleidert/chemical-mime"
-SRC_URI="mirror://sourceforge/${PN/-data/}/${P}.tar.bz2"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 x86"
-IUSE=""
-
-RDEPEND="
-       gnome-base/gnome-mime-data
-       x11-misc/shared-mime-info"
-DEPEND="${RDEPEND}
-       dev-util/intltool
-       dev-util/desktop-file-utils
-       dev-libs/libxslt
-       || (
-               gnome-base/librsvg
-               media-gfx/imagemagick[xml,png,svg]
-       )
-       media-gfx/imagemagick[png]
-       virtual/pkgconfig"
-
-PATCHES=(
-       "${FILESDIR}"/${P}-turbomole.patch
-       "${FILESDIR}"/${P}-pigz.patch
-       "${FILESDIR}"/${P}-namespace-svg.patch
-       "${FILESDIR}"/${P}-rsvg-convert.patch
-       )
-
-src_prepare() {
-       xdg_src_prepare
-       eautoreconf
-}
-
-src_configure() {
-       econf --disable-update-database
-}