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/gelemental/
Date: Sun, 27 Dec 2015 16:47:17
Message-Id: 1451234829.888c7651025ae448b2225af9338dd8c1bfb255b3.jlec@gentoo
1 commit: 888c7651025ae448b2225af9338dd8c1bfb255b3
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 27 16:37:48 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 27 16:47:09 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=888c7651
7
8 sci-chemistry/gelemental: Drop old
9
10 Package-Manager: portage-2.2.26
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 sci-chemistry/gelemental/gelemental-1.2.0.ebuild | 51 ------------------------
14 1 file changed, 51 deletions(-)
15
16 diff --git a/sci-chemistry/gelemental/gelemental-1.2.0.ebuild b/sci-chemistry/gelemental/gelemental-1.2.0.ebuild
17 deleted file mode 100644
18 index fe562c2..0000000
19 --- a/sci-chemistry/gelemental/gelemental-1.2.0.ebuild
20 +++ /dev/null
21 @@ -1,51 +0,0 @@
22 -# Copyright 1999-2012 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -# $Id$
25 -
26 -EAPI=4
27 -
28 -inherit autotools-utils fdo-mime gnome2-utils eutils
29 -
30 -DESCRIPTION="Periodic table viewer that provides detailed information on the chemical elements"
31 -HOMEPAGE="http://freecode.com/projects/gelemental/"
32 -SRC_URI="http://www.kdau.com/files/${P}.tar.bz2"
33 -
34 -LICENSE="GPL-3 MIT"
35 -SLOT="0"
36 -KEYWORDS="amd64 x86"
37 -IUSE="doc static-libs"
38 -
39 -RDEPEND="
40 - dev-cpp/gtkmm:2.4
41 - dev-cpp/glibmm:2"
42 -DEPEND="${RDEPEND}
43 - virtual/pkgconfig
44 - sys-devel/gettext
45 - dev-util/intltool
46 - doc? ( app-doc/doxygen )"
47 -
48 -PATCHES=(
49 - "${FILESDIR}"/${P}-gcc4.3.patch
50 - "${FILESDIR}"/${P}-glib-2.32.patch
51 - "${FILESDIR}"/${P}-doxygen.patch )
52 -
53 -AUTOTOOLS_IN_SOURCE_BUILD=1
54 -
55 -src_configure() {
56 - local myeconfargs=( $(use_enable doc api-docs) )
57 - autotools-utils_src_configure
58 -}
59 -
60 -src_install() {
61 - autotools-utils_src_install apidir="/usr/share/doc/${PF}/html"
62 -}
63 -
64 -pkg_postinst() {
65 - gnome2_icon_cache_update
66 - fdo-mime_desktop_database_update
67 -}
68 -
69 -pkg_postrm() {
70 - gnome2_icon_cache_update
71 - fdo-mime_desktop_database_update
72 -}