commit: 17e80633d805d40919b1e586e0631c597ff50b2b Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Sun Apr 5 10:01:30 2020 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Sun Apr 5 10:01:30 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17e80633
sci-chemistry/chemical-mime-data: Drop old Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> .../chemical-mime-data-0.1.94-r3.ebuild | 45 ---------------------- 1 file changed, 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 7989cf9ef6d..00000000000 --- 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 -}
