From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3E03C138335 for ; Sun, 15 Dec 2019 15:22:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4C78E0839; Sun, 15 Dec 2019 15:22:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9C53AE0839 for ; Sun, 15 Dec 2019 15:22:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2B2C434D8AF for ; Sun, 15 Dec 2019 15:22:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 784B2906 for ; Sun, 15 Dec 2019 15:22:35 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1576423349.312cddf2b3f0da1f97f09211cff999d70c7819e5.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/chemical-mime-data/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/chemical-mime-data/chemical-mime-data-0.1.94-r2.ebuild X-VCS-Directories: sci-chemistry/chemical-mime-data/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 312cddf2b3f0da1f97f09211cff999d70c7819e5 X-VCS-Branch: master Date: Sun, 15 Dec 2019 15:22:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b346e24e-5e14-446a-95f5-729063428050 X-Archives-Hash: 4613f0b422e860ed279a421380bcfdfa commit: 312cddf2b3f0da1f97f09211cff999d70c7819e5 Author: Pacho Ramos gentoo org> AuthorDate: Sun Dec 15 15:17:15 2019 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Dec 15 15:22:29 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=312cddf2 sci-chemistry/chemical-mime-data: Drop old Package-Manager: Portage-2.3.81, Repoman-2.3.19 Signed-off-by: Pacho Ramos gentoo.org> .../chemical-mime-data-0.1.94-r2.ebuild | 60 ---------------------- 1 file changed, 60 deletions(-) diff --git a/sci-chemistry/chemical-mime-data/chemical-mime-data-0.1.94-r2.ebuild b/sci-chemistry/chemical-mime-data/chemical-mime-data-0.1.94-r2.ebuild deleted file mode 100644 index d9d29973585..00000000000 --- a/sci-chemistry/chemical-mime-data/chemical-mime-data-0.1.94-r2.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -AUTOTOOLS_AUTORECONF=true - -inherit autotools-utils fdo-mime - -DESCRIPTION="A collection of data files to add support for chemical MIME types" -HOMEPAGE="http://chemical-mime.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN/-data/}/${P}.tar.bz2" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 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 - media-gfx/imagemagick[xml,png,svg] - media-gfx/inkscape - virtual/pkgconfig" - -PATCHES=( - "${FILESDIR}"/${P}-turbomole.patch - "${FILESDIR}"/${P}-pigz.patch - "${FILESDIR}"/${P}-namespace-svg.patch - ) - -src_prepare() { - # needed for convert/inkscape #464782 - export XDG_CONFIG_HOME=$HOME/.config - autotools-utils_src_prepare -} - -src_configure() { - local myeconfargs=( - --disable-update-database - --htmldir=/usr/share/doc/${PF}/html - ) - autotools-utils_src_configure -} - -pkg_postinst() { - fdo-mime_desktop_database_update - fdo-mime_mime_database_update - ewarn "You can ignore any 'Unknown media type in type' warnings." -} - -pkg_postrm() { - fdo-mime_desktop_database_update - fdo-mime_mime_database_update - ewarn "You can ignore any 'Unknown media type in type' warnings." -}