diff options
author | Pacho Ramos <pacho@gentoo.org> | 2020-04-05 12:01:30 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2020-04-05 12:01:30 +0200 |
commit | 17e80633d805d40919b1e586e0631c597ff50b2b (patch) | |
tree | 0a46685c792114a749a514011c4dabefadf2c454 /sci-chemistry/chemical-mime-data | |
parent | dev-ruby/json: cleanup (diff) | |
download | gentoo-17e80633d805d40919b1e586e0631c597ff50b2b.tar.gz gentoo-17e80633d805d40919b1e586e0631c597ff50b2b.tar.bz2 gentoo-17e80633d805d40919b1e586e0631c597ff50b2b.zip |
sci-chemistry/chemical-mime-data: Drop old
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'sci-chemistry/chemical-mime-data')
-rw-r--r-- | sci-chemistry/chemical-mime-data/chemical-mime-data-0.1.94-r3.ebuild | 45 |
1 files changed, 0 insertions, 45 deletions
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 index 7989cf9ef6dc..000000000000 --- a/sci-chemistry/chemical-mime-data/chemical-mime-data-0.1.94-r3.ebuild +++ /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 -} |