Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/chemical-mime-data/
Date: Sun, 12 Feb 2017 19:09:02
Message-Id: 1486926521.328ed2225cf1fb7f79ae5e3923f386bd19e05a9f.jlec@gentoo
1 commit: 328ed2225cf1fb7f79ae5e3923f386bd19e05a9f
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 12 16:07:51 2017 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 12 19:08:41 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=328ed222
7
8 sci-chemistry/chemical-mime-data: Drop old
9
10 obsolotes
11 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=564202
12
13 Package-Manager: Portage-2.3.3, Repoman-2.3.1
14 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
15
16 .../chemical-mime-data-0.1.94-r1.ebuild | 40 ----------------------
17 .../chemical-mime-data-0.1.94.ebuild | 40 ----------------------
18 2 files changed, 80 deletions(-)
19
20 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
21 deleted file mode 100644
22 index c63c806baa..0000000000
23 --- a/sci-chemistry/chemical-mime-data/chemical-mime-data-0.1.94-r1.ebuild
24 +++ /dev/null
25 @@ -1,40 +0,0 @@
26 -# Copyright 1999-2014 Gentoo Foundation
27 -# Distributed under the terms of the GNU General Public License v2
28 -# $Id$
29 -
30 -EAPI="2"
31 -
32 -inherit eutils fdo-mime
33 -
34 -DESCRIPTION="A collection of data files to add support for chemical MIME types"
35 -HOMEPAGE="http://chemical-mime.sourceforge.net/"
36 -SRC_URI="mirror://sourceforge/${PN/-data/}/${P}.tar.bz2"
37 -
38 -LICENSE="LGPL-2.1"
39 -SLOT="0"
40 -KEYWORDS="~amd64 ~x86"
41 -IUSE=""
42 -
43 -DEPEND="virtual/pkgconfig
44 - x11-misc/shared-mime-info
45 - dev-util/intltool
46 - dev-util/desktop-file-utils
47 - dev-libs/libxslt
48 - media-gfx/imagemagick[xml]
49 - gnome-base/gnome-mime-data"
50 -
51 -RDEPEND=""
52 -
53 -src_configure() {
54 - econf --disable-update-database --htmldir=/usr/share/doc/${PF}/html
55 -}
56 -
57 -src_install() {
58 - emake DESTDIR="${D}" install || die "emake install failed"
59 -}
60 -
61 -pkg_postinst() {
62 - fdo-mime_desktop_database_update
63 - fdo-mime_mime_database_update
64 - ewarn "You can ignore any 'Unknown media type in type' warnings."
65 -}
66
67 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
68 deleted file mode 100644
69 index c965d2f880..0000000000
70 --- a/sci-chemistry/chemical-mime-data/chemical-mime-data-0.1.94.ebuild
71 +++ /dev/null
72 @@ -1,40 +0,0 @@
73 -# Copyright 1999-2014 Gentoo Foundation
74 -# Distributed under the terms of the GNU General Public License v2
75 -# $Id$
76 -
77 -EAPI="2"
78 -
79 -inherit eutils fdo-mime
80 -
81 -DESCRIPTION="A collection of data files to add support for chemical MIME types"
82 -HOMEPAGE="http://chemical-mime.sourceforge.net/"
83 -SRC_URI="mirror://sourceforge/${PN/-data/}/${P}.tar.bz2"
84 -
85 -LICENSE="LGPL-2.1"
86 -SLOT="0"
87 -KEYWORDS="amd64 x86"
88 -IUSE=""
89 -
90 -DEPEND="virtual/pkgconfig
91 - x11-misc/shared-mime-info
92 - dev-util/intltool
93 - dev-util/desktop-file-utils
94 - dev-libs/libxslt
95 - media-gfx/imagemagick[xml]
96 - gnome-base/gnome-mime-data"
97 -
98 -RDEPEND=""
99 -
100 -src_configure() {
101 - econf --disable-update-database --htmldir=/usr/share/doc/${PN}/html
102 -}
103 -
104 -src_install() {
105 - emake DESTDIR="${D}" install || die "emake install failed"
106 -}
107 -
108 -pkg_postinst() {
109 - fdo-mime_desktop_database_update
110 - fdo-mime_mime_database_update
111 - ewarn "You can ignore any 'Unknown media type in type' warnings."
112 -}