summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2019-12-15 16:17:15 +0100
committerPacho Ramos <pacho@gentoo.org>2019-12-15 16:22:29 +0100
commit312cddf2b3f0da1f97f09211cff999d70c7819e5 (patch)
tree996995e9f8b192719487f7ac811df688eb79a8d0
parentsci-chemistry/chemical-mime-data: Update HOMEPAGE (diff)
downloadgentoo-312cddf2b3f0da1f97f09211cff999d70c7819e5.tar.gz
gentoo-312cddf2b3f0da1f97f09211cff999d70c7819e5.tar.bz2
gentoo-312cddf2b3f0da1f97f09211cff999d70c7819e5.zip
sci-chemistry/chemical-mime-data: Drop old
Package-Manager: Portage-2.3.81, Repoman-2.3.19 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
-rw-r--r--sci-chemistry/chemical-mime-data/chemical-mime-data-0.1.94-r2.ebuild60
1 files changed, 0 insertions, 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 d9d29973585b..000000000000
--- 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."
-}