diff options
author | Justin Lecher <jlec@gentoo.org> | 2017-02-12 16:07:51 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2017-02-12 19:08:41 +0000 |
commit | 328ed2225cf1fb7f79ae5e3923f386bd19e05a9f (patch) | |
tree | c939c6c53f90b101f5d5da57ae53ee1ac89387e6 /sci-chemistry/chemical-mime-data | |
parent | sys-kernel/aufs-sources: Bump to latest aufs, genpatches and linux release (diff) | |
download | gentoo-328ed2225cf1fb7f79ae5e3923f386bd19e05a9f.tar.gz gentoo-328ed2225cf1fb7f79ae5e3923f386bd19e05a9f.tar.bz2 gentoo-328ed2225cf1fb7f79ae5e3923f386bd19e05a9f.zip |
sci-chemistry/chemical-mime-data: Drop old
obsolotes
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=564202
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-chemistry/chemical-mime-data')
-rw-r--r-- | sci-chemistry/chemical-mime-data/chemical-mime-data-0.1.94-r1.ebuild | 40 | ||||
-rw-r--r-- | sci-chemistry/chemical-mime-data/chemical-mime-data-0.1.94.ebuild | 40 |
2 files changed, 0 insertions, 80 deletions
diff --git a/sci-chemistry/chemical-mime-data/chemical-mime-data-0.1.94-r1.ebuild b/sci-chemistry/chemical-mime-data/chemical-mime-data-0.1.94-r1.ebuild deleted file mode 100644 index c63c806baa7c..000000000000 --- a/sci-chemistry/chemical-mime-data/chemical-mime-data-0.1.94-r1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="2" - -inherit eutils 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="" - -DEPEND="virtual/pkgconfig - x11-misc/shared-mime-info - dev-util/intltool - dev-util/desktop-file-utils - dev-libs/libxslt - media-gfx/imagemagick[xml] - gnome-base/gnome-mime-data" - -RDEPEND="" - -src_configure() { - econf --disable-update-database --htmldir=/usr/share/doc/${PF}/html -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" -} - -pkg_postinst() { - fdo-mime_desktop_database_update - fdo-mime_mime_database_update - ewarn "You can ignore any 'Unknown media type in type' warnings." -} diff --git a/sci-chemistry/chemical-mime-data/chemical-mime-data-0.1.94.ebuild b/sci-chemistry/chemical-mime-data/chemical-mime-data-0.1.94.ebuild deleted file mode 100644 index c965d2f88027..000000000000 --- a/sci-chemistry/chemical-mime-data/chemical-mime-data-0.1.94.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="2" - -inherit eutils 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="" - -DEPEND="virtual/pkgconfig - x11-misc/shared-mime-info - dev-util/intltool - dev-util/desktop-file-utils - dev-libs/libxslt - media-gfx/imagemagick[xml] - gnome-base/gnome-mime-data" - -RDEPEND="" - -src_configure() { - econf --disable-update-database --htmldir=/usr/share/doc/${PN}/html -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" -} - -pkg_postinst() { - fdo-mime_desktop_database_update - fdo-mime_mime_database_update - ewarn "You can ignore any 'Unknown media type in type' warnings." -} |